Advertisement
den4ik2003

Untitled

Dec 17th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "init_spread_size": "200",
  3. "cooldown": "10000",
  4. "target_exchange": {
  5. "is_external_market": "false",
  6. "market": "MEXC_SPOT",
  7. },
  8. "pricing_mode": "by_mid_price",
  9. "target_price": "0.0082",
  10.  
  11. "params": [
  12. {
  13. "spread_size": "100",
  14. "price_step": "500",
  15. "zero_quote": "104.1822",
  16. "zero_base": "21678",
  17. "offset_quote": "56.5031",
  18. "offset_base": "21610",
  19. "quote_refund_fond": "10",
  20. "zones":
  21. [
  22. {
  23. "bound": "200",
  24. "n_levels": "2",
  25. "total": "15",
  26. "quantity_step": "0",
  27. "side": "BUY",
  28. "protection": "false",
  29. },
  30. {
  31. "bound": "200",
  32. "n_levels": "2",
  33. "total": "2000",
  34. "quantity_step": "0",
  35. "side": "SELL",
  36. "protection": "false",
  37. },
  38. ],
  39. },
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement