Advertisement
den4ik2003

Untitled

Dec 4th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. {
  2. "init_spread_size": "200",
  3. "cooldown": "120000",
  4. "target_exchange": {
  5. "is_external_market": "false",
  6. "market": "MEXC_SPOT",
  7. },
  8. "pricing_mode": "by_mid_price",
  9.  
  10. "params": [
  11. {
  12. "spread_size": "2000",
  13. "price_step": "100",
  14. "zero_quote": "157",
  15. "zero_base": "24700",
  16. "offset_quote": "157",
  17. "offset_base": "24700",
  18. "zones":
  19. [
  20. {
  21. "bound": "1000",
  22. "n_levels": "2",
  23. "total": "30",
  24. "quantity_step": "0",
  25. "side": "BUY",
  26. "protection": "false",
  27. },
  28. {
  29. "bound": "3000",
  30. "n_levels": "2",
  31. "total": "30",
  32. "quantity_step": "0",
  33. "side": "BUY",
  34. "protection": "false",
  35. },
  36. {
  37. "bound": "1000",
  38. "n_levels": "2",
  39. "total": "3000",
  40. "quantity_step": "0",
  41. "side": "SELL",
  42. "protection": "false",
  43. },
  44. {
  45. "bound": "2000",
  46. "n_levels": "3",
  47. "total": "3000",
  48. "quantity_step": "200",
  49. "side": "SELL",
  50. "protection": "false",
  51. },
  52. ],
  53. },
  54.  
  55. {
  56. "spread_size": "1000",
  57. "price_step": "100",
  58. "zero_quote": "157",
  59. "zero_base": "24700",
  60. "offset_quote": "157",
  61. "offset_base": "24700",
  62. "zones":
  63. [
  64. {
  65. "bound": "1000",
  66. "n_levels": "2",
  67. "total": "50",
  68. "quantity_step": "0",
  69. "side": "BUY",
  70. "protection": "false",
  71. },
  72. {
  73. "bound": "1000",
  74. "n_levels": "2",
  75. "total": "5000",
  76. "quantity_step": "0",
  77. "side": "SELL",
  78. "protection": "false",
  79. },
  80. ],
  81. },
  82. ]
  83. }
  84.  
  85.  
  86. found target exchange symbol: 0x5555565af528
  87. zone with bound: 1000
  88. zone side: SELL
  89. quantity 0 : 1500
  90. quantity 1 : 1500
  91. price offset 0 : 1000
  92. price offset 1 : 1500
  93.  
  94. zone with bound: 2000
  95. zone side: SELL
  96. quantity 0 : 800
  97. quantity 1 : 1000
  98. quantity 2 : 1200
  99. price offset 0 : 2000
  100. price offset 1 : 2333
  101. price offset 2 : 2666
  102.  
  103. zone with bound: 1000
  104. zone side: BUY
  105. quantity 0 : 15
  106. quantity 1 : 15
  107. price offset 0 : 1000
  108. price offset 1 : 1500
  109.  
  110. zone with bound: 3000
  111. zone side: BUY
  112. quantity 0 : 15
  113. quantity 1 : 15
  114. price offset 0 : 2000
  115. price offset 1 : 3000
  116.  
  117. market ask zones: 2
  118. market bid zones: 2
  119.  
  120. zone with bound: 1000
  121. zone side: SELL
  122. quantity 0 : 2500
  123. quantity 1 : 2500
  124. price offset 0 : 500
  125. price offset 1 : 1000
  126.  
  127. zone with bound: 1000
  128. zone side: BUY
  129. quantity 0 : 25
  130. quantity 1 : 25
  131. price offset 0 : 500
  132. price offset 1 : 1000
  133.  
  134. market ask zones: 1
  135. market bid zones: 1
  136.  
  137. init mid price = 0.009896
  138. params size: 2
  139. ok
  140.  
  141.  
  142.  
  143. Поменял таргет биржу с MEXC на MFS:
  144.  
  145. found target exchange symbol: 0x555555bed768
  146. zone with bound: 1000
  147. zone side: SELL
  148. quantity 0 : 1500
  149. quantity 1 : 1500
  150. price offset 0 : 1000
  151. price offset 1 : 1500
  152.  
  153. zone with bound: 2000
  154. zone side: SELL
  155. quantity 0 : 800
  156. quantity 1 : 1000
  157. quantity 2 : 1200
  158. price offset 0 : 2000
  159. price offset 1 : 2333
  160. price offset 2 : 2666
  161.  
  162. zone with bound: 1000
  163. zone side: BUY
  164. quantity 0 : 15
  165. quantity 1 : 15
  166. price offset 0 : 1000
  167. price offset 1 : 1500
  168.  
  169. zone with bound: 3000
  170. zone side: BUY
  171. quantity 0 : 15
  172. quantity 1 : 15
  173. price offset 0 : 2000
  174. price offset 1 : 3000
  175.  
  176. market ask zones: 2
  177. market bid zones: 2
  178.  
  179. zone with bound: 1000
  180. zone side: SELL
  181. quantity 0 : 2500
  182. quantity 1 : 2500
  183. price offset 0 : 500
  184. price offset 1 : 1000
  185.  
  186. zone with bound: 1000
  187. zone side: BUY
  188. quantity 0 : 25
  189. quantity 1 : 25
  190. price offset 0 : 500
  191. price offset 1 : 1000
  192.  
  193. market ask zones: 1
  194. market bid zones: 1
  195.  
  196. init mid price = 5.745
  197. params size: 2
  198. ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement