Advertisement
den4ik2003

Untitled

Jan 29th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. {
  2. "init_spread_size": "200",
  3. "cooldown": "10000",
  4. "self_target_market": "LBANK_SPOT",
  5.  
  6. "params": [
  7. {
  8. "spread_size": "1000",
  9. "zero_quote": "61.518",
  10. "zero_base": "1617.34",
  11. "offset_quote": "61.518",
  12. "offset_base": "1617.34",
  13. "zones":
  14. [
  15. {
  16. "bound": "300",
  17. "n_levels": "5",
  18. "total": "15",
  19. "quantity_step": "0",
  20. "side": "BUY",
  21. "protection": "false",
  22. },
  23. {
  24. "bound": "800",
  25. "n_levels": "10",
  26. "total": "30",
  27. "quantity_step": "0",
  28. "side": "BUY",
  29. "protection": "false",
  30. },
  31. {
  32. "bound": "1100",
  33. "n_levels": "5",
  34. "total": "10",
  35. "quantity_step": "0",
  36. "side": "BUY",
  37. "protection": "false",
  38. },
  39.  
  40. {
  41. "bound": "300",
  42. "n_levels": "5",
  43. "total": "300",
  44. "quantity_step": "0",
  45. "side": "SELL",
  46. "protection": "false",
  47. },
  48. {
  49. "bound": "800",
  50. "n_levels": "10",
  51. "total": "1000",
  52. "quantity_step": "0",
  53. "side": "SELL",
  54. "protection": "false",
  55. },
  56. {
  57. "bound": "1100",
  58. "n_levels": "5",
  59. "total": "300",
  60. "quantity_step": "0",
  61. "side": "SELL",
  62. "protection": "false",
  63. },
  64. ],
  65. },
  66. ]
  67. }
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement