Advertisement
Guest User

PT_V2_1

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. MARKET = BTC
  2.  
  3. ALL_trading_enabled = true
  4. ALL_enabled_pairs= ALL
  5.  
  6. ALL_max_cost = 0.0022
  7. ALL_max_cost_percentage = 0
  8. ALL_min_buy_balance = 0
  9. ALL_min_buy_balance_percentage = 60
  10. ALL_min_buy_volume = 150
  11. ALL_min_buy_price = 0
  12. ALL_max_buy_spread = 0.75
  13. ALL_buy_available_volume_trigger = 105
  14.  
  15.  
  16. ALL_max_trading_pairs = 3
  17.  
  18.  
  19.  
  20.  
  21.  
  22. ALL_buy_strategy = EMAGAIN
  23. ALL_buy_value = -0.95
  24. ALL_trailing_buy = 0.15
  25.  
  26. #ALL_buy_strategy = LOWBB
  27. #ALL_buy_value = -20
  28. #ALL_trailing_buy = 0.177
  29.  
  30. #ALL_buy_strategy = EMASPREAD
  31. #ALL_buy_value = -0.95
  32. #ALL_trailing_buy = 0.15
  33.  
  34.  
  35.  
  36. ALL_sell_strategy = GAIN
  37. ALL_sell_value = 1.25
  38. ALL_min_profit = 1.25
  39. ALL_trailing_profit = 0.15
  40.  
  41. #ALL_sell_strategy = HIGHBB
  42. #ALL_sell_value = 15
  43. #ALL_min_profit = 0.85
  44. #ALL_trailing_profit = 0.25
  45.  
  46.  
  47.  
  48.  
  49. ALL_DCA_enabled = true
  50. ALL_rebuy_timeout = 60
  51. All_stop_loss_trigger = 0
  52. ALL_stop_loss_timeout = 5
  53. ALL_panic_sell_enabled = false
  54. ALL_sell_only_mode = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement