Advertisement
den4ik2003

Untitled

Jan 29th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. {
  2. "init_spread_size": "200",
  3. "cooldown": "3000",
  4. "self_target_market": "LBANK_SPOT",
  5.  
  6. "params": [
  7. {
  8. "spread_size": "30",
  9. "zero_quote": "51.2306",
  10. "zero_base": "2047.95",
  11. "offset_quote": "51.2306",
  12. "offset_base": "2047.95",
  13. "zones":
  14. [
  15. {
  16. "bound": "300",
  17. "n_levels": "2",
  18. "total": "20",
  19. "quantity_step": "0",
  20. "side": "BUY",
  21. "protection": "false",
  22. },
  23. {
  24. "bound": "1000",
  25. "n_levels": "2",
  26. "total": "30",
  27. "quantity_step": "0",
  28. "side": "BUY",
  29. "protection": "false",
  30. },
  31. {
  32. "bound": "300",
  33. "n_levels": "2",
  34. "total": "600",
  35. "quantity_step": "0",
  36. "side": "SELL",
  37. "protection": "false",
  38. },
  39. {
  40. "bound": "1000",
  41. "n_levels": "2",
  42. "total": "500",
  43. "quantity_step": "0",
  44. "side": "SELL",
  45. "protection": "false",
  46. },
  47. ],
  48. },
  49. ]
  50. }
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement