Advertisement
Guest User

dca

a guest
Oct 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. enabled = true
  2. max_cost = 0.0
  3. max_buy_times = 16
  4. buy_strategy = LOWBB
  5. buy_available_volume_trigger = 150
  6. buy_value = 40
  7. buy_trigger = -2
  8. sell_strategy = GAIN
  9. sell_value = 1
  10. sell_trigger = 1
  11. trailing_profit = 0.075
  12. min_buy_balance = 0.1
  13.  
  14.  
  15.  
  16. #Allow DCA to buy if there's enough volume in order book to fill the order
  17. #This prevent partial buys that might disturb the DCA strategy
  18. #100% means there should be complete amount to buy available.
  19. #150% means. there shoud be 150% of the amount you need in the orderbook to issue the buy order
  20. #So if you need 5 coins at price A...
  21. #orderbook should have atleast 7.5 coins at price A or lower
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement