Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. MARKET = BTC
  2. ALL_trading_enabled = true
  3. ALL_enabled_pairs = ALL
  4.  
  5. BNBBTC_trading_enabled = false
  6. ALL_hidden_pairs = BNBBTC
  7.  
  8. ALL_max_cost = 0.0012
  9. ALL_max_trading_pairs = 100
  10. ALL_rebuy_timeout = 1
  11.  
  12. ## EMAGAIN
  13. ALL_buy_strategy = EMAGAIN
  14. ALL_buy_value = -0.4
  15. ALL_trailing_buy = 0.2
  16.  
  17. ## EMASPREAD
  18. #ALL_buy_strategy = EMASPREAD
  19. #ALL_buy_value = -0.3
  20. #ALL_trailing_buy = 0.2
  21.  
  22. ## LOWBB
  23. #ALL_buy_strategy = LOWBB
  24. #ALL_buy_value = -10
  25. #ALL_trailing_buy = 0.2
  26.  
  27. ALL_sell_strategy = GAIN
  28. ALL_sell_value = 1.2
  29. ALL_trailing_profit = 0.2
  30.  
  31. ALL_max_buy_spread = 3
  32. ALL_min_buy_volume = 300
  33. ALL_min_buy_price = 0.00001
  34.  
  35. ALL_DCA_enabled = false
  36.  
  37. ALL_buy_available_volume_trigger = 125
  38. ALL_min_buy_balance = 0
  39. ALL_min_buy_balance_percentage = 0
  40.  
  41. ## Coins younger than 30 days
  42. CHATBTC_sell_only_mode = true
  43. NANOBTC_sell_only_mode = true
  44. BLZBTC_sell_only_mode = true
  45. STEEMBTC_sell_only_mode = true
  46. RPXBTC_sell_only_mode = true
  47. PIVXBTC_sell_only_mode = true
  48. AEBTC_sell_only_mode = true
  49. IOSTBTC_sell_only_mode = true
  50. VIABTC_sell_only_mode = true
  51.  
  52. GXSBTC_sell_only_mode
  53. GXSBTC_sell_value = 0.2
  54. GXSBTC_trailing_profit = 0.1
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. #Period in seconds
  65. BB_period = 600
  66. BB_sma = 20
  67.  
  68. SMA_period = 300
  69. SMA_1 = 24
  70. SMA_2 = 12
  71.  
  72. EMA_period = 300
  73. EMA_1 = 24
  74. EMA_2 = 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement