Advertisement
Guest User

Pairs

a guest
Jun 3rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #GENERAL SETTINGS#
  2. market = BTC
  3. enabled_pairs = ALL
  4. hidden_pairs = ALL
  5. DEFAULT_trading_enabled = true
  6. DEFAULT_DCA_enabled = false
  7.  
  8. start_balance = .51216850
  9. keep_balance = 0
  10. #keep_balance_percentage = 50
  11. #orderbook_profit_calculation = true
  12.  
  13. #---------------------------------------------------------------
  14. #INITIAL BUY SETTINGS#
  15.  
  16. max_trading_pairs = 5
  17. DEFAULT_initial_cost = 0.0025
  18. DEFAULT_initial_cost_percentage = 0
  19. DEFAULT_min_buy_volume = 300
  20. DEFAULT_min_buy_price = 0
  21. DEFAULT_max_buy_spread = 1
  22. DEFAULT_min_orderbook_volume_percentage = 100
  23.  
  24. DEFAULT_rebuy_timeout = 5
  25. #DEFAULT_buy_min_change_percentage = -10
  26. DEFAULT_buy_max_change_percentage = 8
  27. pair_min_listed_days = 14
  28.  
  29. #---------------------------------------------------------------
  30. #BUY STRATEGY#
  31.  
  32. DEFAULT_A_buy_strategy = EMAGAIN
  33. DEFAULT_A_buy_value = -90.00
  34. DEFAULT_A_buy_value_limit = -99.00
  35.  
  36. #DEFAULT_B_buy_strategy = RSI
  37. #DEFAULT_B_buy_value = 33
  38. #DEFAULT_B_buy_value_limit = 0
  39.  
  40. DEFAULT_trailing_buy = 0
  41.  
  42. #---------------------------------------------------------------
  43. #SELL STRATEGY#
  44.  
  45. DEFAULT_A_sell_strategy = GAIN
  46. DEFAULT_A_sell_value = 1
  47.  
  48. DEFAULT_B_sell_strategy = RSI
  49. DEFAULT_B_sell_value = 40
  50.  
  51. DEFAULT_trailing_profit = 0.16
  52.  
  53. DEFAULT_max_profit = 0
  54. DEFAULT_take_profit_wait_time = 0
  55. DEFAULT_take_profit_reset_percentage_move = 0
  56. DEFAULT_take_profit_percentage = 0
  57.  
  58. #---------------------------------------------------------------
  59. #SELL ONLY MODE#
  60. DEFAULT_sell_only_mode_enabled = true
  61.  
  62. consecutive_buy_trigger = 2
  63. consecutive_sell_trigger = 1
  64.  
  65. price_trigger_market = BTC
  66. price_rise_trigger = 8
  67. price_rise_recover_trigger = 6.4
  68. price_drop_trigger = 8
  69. price_drop_recover_trigger = 6.4
  70.  
  71.  
  72. DEFAULT_pending_order_wait_time = 0
  73. DEFAULT_combined_cancel_pending_trigger = 0
  74.  
  75. #---------------------------------------------------------------
  76. #SETTINGS THAT CAN LOSE YOU MONEY
  77. DEFAULT_panic_sell_enabled = false
  78.  
  79. DEFAULT_stop_loss_trigger = -2.75
  80. DEFAULT_stop_loss_timeout = 0
  81.  
  82. #---------------------------------------------------------------
  83. #COIN SPECIFIC SETTINGS#
  84. BNB_trading_enabled = false
  85.  
  86. #---------------------------------------------------------------
  87. #DUST SETTINGS#
  88. BTC_dust = 0.000999
  89. ETH_dust = 0.00999
  90. BNB_dust = 0.999
  91. USDT_dust = 9.99
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement