Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. market = BNB
  2. start_balance = 12.484
  3. enabled_pairs = ALL
  4. hidden_pairs = ALL
  5. keep_balance = 0.0
  6. keep_balance_percentage = 0
  7. pair_min_listed_days = 0
  8. max_trading_pairs = 2
  9. orderbook_profit_calculation = true
  10.  
  11. consecutive_buy_trigger = 0
  12. consecutive_sell_trigger = 0
  13.  
  14. price_trigger_market = BTC
  15. price_rise_trigger = 0
  16. price_rise_recover_trigger = 0
  17. price_drop_trigger = 0
  18. price_drop_recover_trigger = 0
  19.  
  20. DEFAULT_trading_enabled = true
  21. DEFAULT_DCA_enabled = true
  22.  
  23. DEFAULT_initial_cost = 1.2
  24. #DEFAULT_initial_cost_percentage = 2
  25. DEFAULT_min_buy_volume = 0
  26. DEFAULT_min_buy_price = 0
  27. DEFAULT_max_buy_spread = 0
  28. DEFAULT_min_order_book_volume_percentage = 100
  29.  
  30. DEFAULT_A_buy_strategy = LOWBB
  31. DEFAULT_A_buy_value = 40
  32. DEFAULT_A_buy_value_limit = 0
  33.  
  34. DEFAULT_B_buy_strategy = RSI
  35. DEFAULT_B_buy_value = 35
  36. DEFAULT_B_buy_value_limit = 0
  37.  
  38.  
  39. DEFAULT_trailing_buy = 0.25
  40.  
  41. DEFAULT_A_sell_strategy = GAIN
  42. DEFAULT_A_sell_value = 0.4
  43. DEFAULT_trailing_profit = 0.5
  44. DEFAULT_max_profit = 0
  45.  
  46.  
  47. DEFAULT_stop_loss_trigger = 0
  48. DEFAULT_stop_loss_timeout = 0
  49. DEFAULT_panic_sell_enabled = false
  50. DEFAULT_sell_only_mode_enabled = false
  51. DEFAULT_rebuy_timeout = 15
  52.  
  53. DEFAULT_buy_min_change_percentage = 0
  54. DEFAULT_buy_max_change_percentage = 0
  55.  
  56. # Rename me?
  57. DEFAULT_pending_order_wait_time = 0
  58. DEFAULT_combined_cancel_pending_trigger = 0
  59.  
  60. DEFAULT_take_profit_wait_time = 0
  61. DEFAULT_take_profit_percentage = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement