dexbot 1.6.2 → 1.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/analysis/README.md +2 -2
  3. package/analysis/ama_fitting/package.json +1 -1
  4. package/analysis/grid_correction_check.ts +80 -7
  5. package/analysis/results/ama_sweep_results_lp_pool_133_1h.json +2455 -0
  6. package/analysis/results/bot_fitting_results_lp_pool_133_1h.json +218 -0
  7. package/analysis/tradingview/h-bts_tradingview.html +1570 -0
  8. package/analysis/tradingview/t-bts_tradingview.html +1570 -0
  9. package/analysis/trend_detection/package.json +1 -1
  10. package/claw/package.json +1 -1
  11. package/claw/runtimes/openclaw-plugin/openclaw.plugin.json +1 -1
  12. package/claw/runtimes/openclaw-plugin/package.json +1 -1
  13. package/claw/tests/test_claw_mcp_transport.ts +2 -2
  14. package/dist/analysis/grid_correction_check.d.ts +5 -1
  15. package/dist/analysis/grid_correction_check.d.ts.map +1 -1
  16. package/dist/analysis/grid_correction_check.js +81 -7
  17. package/dist/analysis/grid_correction_check.js.map +1 -1
  18. package/dist/modules/dexbot_class.d.ts +1 -1
  19. package/dist/modules/dexbot_cow_runtime.d.ts +81 -2
  20. package/dist/modules/dexbot_cow_runtime.d.ts.map +1 -1
  21. package/dist/modules/dexbot_cow_runtime.js +482 -8
  22. package/dist/modules/dexbot_cow_runtime.js.map +1 -1
  23. package/dist/modules/dexbot_maintenance_runtime.d.ts.map +1 -1
  24. package/dist/modules/dexbot_maintenance_runtime.js +6 -1
  25. package/dist/modules/dexbot_maintenance_runtime.js.map +1 -1
  26. package/dist/modules/order/manager.d.ts.map +1 -1
  27. package/dist/modules/order/manager.js +3 -1
  28. package/dist/modules/order/manager.js.map +1 -1
  29. package/dist/modules/order/sync_engine.d.ts.map +1 -1
  30. package/dist/modules/order/sync_engine.js +17 -5
  31. package/dist/modules/order/sync_engine.js.map +1 -1
  32. package/dist/modules/order/utils/order.d.ts +45 -7
  33. package/dist/modules/order/utils/order.d.ts.map +1 -1
  34. package/dist/modules/order/utils/order.js +160 -15
  35. package/dist/modules/order/utils/order.js.map +1 -1
  36. package/docs/DEXBOT_COMPARISON.md +3 -3
  37. package/docs/EVOLUTION.md +8 -7
  38. package/docs/FUND_MOVEMENT_AND_ACCOUNTING.md +1 -1
  39. package/docs/README.md +1 -1
  40. package/package.json +1 -1
@@ -0,0 +1,2455 @@
1
+ {
2
+ "meta": {
3
+ "generatedAt": "2026-08-26T15:41:03.913Z",
4
+ "dataPath": "market_adapter/data/lp/1_3_5537_1_3_0/lp_pool_133_1h.json",
5
+ "resultsPath": "analysis/ama_fitting/optimization_results_lp_pool_133_1h.json",
6
+ "candles": 26281,
7
+ "days": 1095.0416666666667,
8
+ "maxOrders": 20,
9
+ "capitalPerSide": 10000,
10
+ "feeRoundtripPct": 0.2,
11
+ "repositionPct": 1,
12
+ "asymmetricBounds": false,
13
+ "btsCreateFee": 0.4826,
14
+ "btsCancelFee": 0.00482,
15
+ "makerCreateFactor": 0.1,
16
+ "txFeePrice": 1,
17
+ "weightProfiles": {
18
+ "valley": -0.8,
19
+ "neutral": 0,
20
+ "mountain": 1.5
21
+ },
22
+ "search": {
23
+ "spreadValues": [
24
+ 2,
25
+ 4
26
+ ],
27
+ "incrementValues": [
28
+ 0.5,
29
+ 1
30
+ ],
31
+ "ratioValues": [
32
+ 2,
33
+ 3
34
+ ],
35
+ "minSpreadFactor": 2.1,
36
+ "combosPerAma": 24,
37
+ "totalCombos": 96
38
+ },
39
+ "scoring": "netProfitPerCapital * 100 * log10(max(1, matchedPairs)) - maxDrawdownPct * 0.5",
40
+ "gridModel": "production createOrderGrid port (shared with bot_fitting): master rail sqrt(1±inc) + gapSlots spread zone; slot rotation (filled buy re-offers one rail step up, freed quote re-bids one step down, ~increment% per completed rotation); unlinked sells execute only against held inventory at weighted-average entry; bought base carries across resets and the end-of-run inventory mark is informational (excluded from scoring); exact per-op BTS fees"
41
+ },
42
+ "strategies": [
43
+ {
44
+ "id": "AMA1",
45
+ "name": "AMA1 (min move, cap 25%)",
46
+ "er": 500,
47
+ "fast": 2,
48
+ "slow": 50
49
+ },
50
+ {
51
+ "id": "AMA2",
52
+ "name": "AMA2 (min move, cap 30%)",
53
+ "er": 500,
54
+ "fast": 2,
55
+ "slow": 50
56
+ },
57
+ {
58
+ "id": "AMA3",
59
+ "name": "AMA3 (min move, cap 35%)",
60
+ "er": 500,
61
+ "fast": 2,
62
+ "slow": 50
63
+ },
64
+ {
65
+ "id": "AMA4",
66
+ "name": "AMA4 (min move, cap 40%)",
67
+ "er": 500,
68
+ "fast": 2,
69
+ "slow": 50
70
+ }
71
+ ],
72
+ "perAma": [
73
+ {
74
+ "strategy": {
75
+ "id": "AMA1",
76
+ "name": "AMA1 (min move, cap 25%)",
77
+ "er": 500,
78
+ "fast": 2,
79
+ "slow": 50
80
+ },
81
+ "evaluated": 18,
82
+ "best": {
83
+ "weightName": "valley",
84
+ "spreadPct": 4,
85
+ "incrementPct": 0.5,
86
+ "maxMinRatio": 2,
87
+ "matchedPairs": 7741,
88
+ "cyclesTotal": 7741,
89
+ "rotationCount": 4345,
90
+ "inventorySaleCount": 3396,
91
+ "touchedOrders": 30679,
92
+ "fillEfficiency": 25.232243554222762,
93
+ "totalProfitUnits": 209350.23993791422,
94
+ "totalGrossUnits": 217033.56692040063,
95
+ "finalInventoryUnits": 441232.7210454563,
96
+ "finalInventoryAvgEntry": 1445.42333704314,
97
+ "finalInventoryMarkUnits": -79480709.95092954,
98
+ "profitPerCapital": 10.46751199689571,
99
+ "pairsPerDay": 7.2785112634671885,
100
+ "avgOpenDurationBars": 5.2055235903337165,
101
+ "avgProfitPerPair": 27.04434051645966,
102
+ "peakOpenOrders": 40,
103
+ "avgImbalance": 7.652732615083251,
104
+ "canceledOnReposition": 35484,
105
+ "repositionCount": 972,
106
+ "driftTriggerCount": 972,
107
+ "slopeTriggerCount": 0,
108
+ "maxDrawdown": 2680.0211475606484,
109
+ "maxDrawdownPct": 13.400105737803242,
110
+ "maxInventoryExposure": 480777.7510443095,
111
+ "avgGridAgeBars": 77.29398628795299,
112
+ "maxGridAgeBars": 585,
113
+ "avgCenterDriftPct": 0.4818442680773222,
114
+ "maxCenterDriftPct": 4.34146794508312,
115
+ "nearThresholdBarsPct": 45.70421155729677,
116
+ "avgTriggerDriftPct": 1.1640835489793093,
117
+ "offsetAppliedCount": 0,
118
+ "makerCreateFeeBts": 0.04826,
119
+ "btsCancelFee": 0.00482,
120
+ "avgCancelOrdersPerReposition": 36.50617283950617,
121
+ "estimatedFeePerRepositionBts": 2.752805432099104,
122
+ "totalRepositionFeesBts": 2675.726880000329,
123
+ "feePerDayBts": 2.5158646472089283,
124
+ "netProfitUnits": 206674.5130579139,
125
+ "netProfitPerCapital": 10.333725652895694,
126
+ "ordersPerSide": 20,
127
+ "grossScore": 4063.9029428406648,
128
+ "netScore": 4011.8761486193625,
129
+ "score": 4011.8761486193625
130
+ },
131
+ "top5": [
132
+ {
133
+ "weightName": "valley",
134
+ "spreadPct": 4,
135
+ "incrementPct": 0.5,
136
+ "maxMinRatio": 2,
137
+ "matchedPairs": 7741,
138
+ "cyclesTotal": 7741,
139
+ "rotationCount": 4345,
140
+ "inventorySaleCount": 3396,
141
+ "touchedOrders": 30679,
142
+ "fillEfficiency": 25.232243554222762,
143
+ "totalProfitUnits": 209350.23993791422,
144
+ "totalGrossUnits": 217033.56692040063,
145
+ "finalInventoryUnits": 441232.7210454563,
146
+ "finalInventoryAvgEntry": 1445.42333704314,
147
+ "finalInventoryMarkUnits": -79480709.95092954,
148
+ "profitPerCapital": 10.46751199689571,
149
+ "pairsPerDay": 7.2785112634671885,
150
+ "avgOpenDurationBars": 5.2055235903337165,
151
+ "avgProfitPerPair": 27.04434051645966,
152
+ "peakOpenOrders": 40,
153
+ "avgImbalance": 7.652732615083251,
154
+ "canceledOnReposition": 35484,
155
+ "repositionCount": 972,
156
+ "driftTriggerCount": 972,
157
+ "slopeTriggerCount": 0,
158
+ "maxDrawdown": 2680.0211475606484,
159
+ "maxDrawdownPct": 13.400105737803242,
160
+ "maxInventoryExposure": 480777.7510443095,
161
+ "avgGridAgeBars": 77.29398628795299,
162
+ "maxGridAgeBars": 585,
163
+ "avgCenterDriftPct": 0.4818442680773222,
164
+ "maxCenterDriftPct": 4.34146794508312,
165
+ "nearThresholdBarsPct": 45.70421155729677,
166
+ "avgTriggerDriftPct": 1.1640835489793093,
167
+ "offsetAppliedCount": 0,
168
+ "makerCreateFeeBts": 0.04826,
169
+ "btsCancelFee": 0.00482,
170
+ "avgCancelOrdersPerReposition": 36.50617283950617,
171
+ "estimatedFeePerRepositionBts": 2.752805432099104,
172
+ "totalRepositionFeesBts": 2675.726880000329,
173
+ "feePerDayBts": 2.5158646472089283,
174
+ "netProfitUnits": 206674.5130579139,
175
+ "netProfitPerCapital": 10.333725652895694,
176
+ "ordersPerSide": 20,
177
+ "grossScore": 4063.9029428406648,
178
+ "netScore": 4011.8761486193625,
179
+ "score": 4011.8761486193625
180
+ },
181
+ {
182
+ "weightName": "valley",
183
+ "spreadPct": 4,
184
+ "incrementPct": 0.5,
185
+ "maxMinRatio": 3,
186
+ "matchedPairs": 7741,
187
+ "cyclesTotal": 7741,
188
+ "rotationCount": 4345,
189
+ "inventorySaleCount": 3396,
190
+ "touchedOrders": 30679,
191
+ "fillEfficiency": 25.232243554222762,
192
+ "totalProfitUnits": 209350.23993791422,
193
+ "totalGrossUnits": 217033.56692040063,
194
+ "finalInventoryUnits": 441232.7210454563,
195
+ "finalInventoryAvgEntry": 1445.42333704314,
196
+ "finalInventoryMarkUnits": -79480709.95092954,
197
+ "profitPerCapital": 10.46751199689571,
198
+ "pairsPerDay": 7.2785112634671885,
199
+ "avgOpenDurationBars": 5.2055235903337165,
200
+ "avgProfitPerPair": 27.04434051645966,
201
+ "peakOpenOrders": 40,
202
+ "avgImbalance": 7.652732615083251,
203
+ "canceledOnReposition": 35484,
204
+ "repositionCount": 972,
205
+ "driftTriggerCount": 972,
206
+ "slopeTriggerCount": 0,
207
+ "maxDrawdown": 2680.0211475606484,
208
+ "maxDrawdownPct": 13.400105737803242,
209
+ "maxInventoryExposure": 480777.7510443095,
210
+ "avgGridAgeBars": 77.29398628795299,
211
+ "maxGridAgeBars": 585,
212
+ "avgCenterDriftPct": 0.4818442680773222,
213
+ "maxCenterDriftPct": 4.34146794508312,
214
+ "nearThresholdBarsPct": 45.70421155729677,
215
+ "avgTriggerDriftPct": 1.1640835489793093,
216
+ "offsetAppliedCount": 0,
217
+ "makerCreateFeeBts": 0.04826,
218
+ "btsCancelFee": 0.00482,
219
+ "avgCancelOrdersPerReposition": 36.50617283950617,
220
+ "estimatedFeePerRepositionBts": 2.752805432099104,
221
+ "totalRepositionFeesBts": 2675.726880000329,
222
+ "feePerDayBts": 2.5158646472089283,
223
+ "netProfitUnits": 206674.5130579139,
224
+ "netProfitPerCapital": 10.333725652895694,
225
+ "ordersPerSide": 20,
226
+ "grossScore": 4063.9029428406648,
227
+ "netScore": 4011.8761486193625,
228
+ "score": 4011.8761486193625
229
+ },
230
+ {
231
+ "weightName": "neutral",
232
+ "spreadPct": 4,
233
+ "incrementPct": 0.5,
234
+ "maxMinRatio": 2,
235
+ "matchedPairs": 7746,
236
+ "cyclesTotal": 7746,
237
+ "rotationCount": 4345,
238
+ "inventorySaleCount": 3401,
239
+ "touchedOrders": 30656,
240
+ "fillEfficiency": 25.26748434237996,
241
+ "totalProfitUnits": 208877.2129739325,
242
+ "totalGrossUnits": 216623.2129739324,
243
+ "finalInventoryUnits": 444500,
244
+ "finalInventoryAvgEntry": 1446.1134286842675,
245
+ "finalInventoryMarkUnits": -80376308.19969013,
246
+ "profitPerCapital": 10.443860648696624,
247
+ "pairsPerDay": 7.283212536728697,
248
+ "avgOpenDurationBars": 5.2055235903337165,
249
+ "avgProfitPerPair": 26.965816288914603,
250
+ "peakOpenOrders": 40,
251
+ "avgImbalance": 7.653437806072478,
252
+ "canceledOnReposition": 35479,
253
+ "repositionCount": 972,
254
+ "driftTriggerCount": 972,
255
+ "slopeTriggerCount": 0,
256
+ "maxDrawdown": 2777.7352569863724,
257
+ "maxDrawdownPct": 13.888676284931861,
258
+ "maxInventoryExposure": 484000,
259
+ "avgGridAgeBars": 77.29398628795299,
260
+ "maxGridAgeBars": 585,
261
+ "avgCenterDriftPct": 0.4818442680773222,
262
+ "maxCenterDriftPct": 4.34146794508312,
263
+ "nearThresholdBarsPct": 45.70421155729677,
264
+ "avgTriggerDriftPct": 1.1640835489793093,
265
+ "offsetAppliedCount": 0,
266
+ "makerCreateFeeBts": 0.04826,
267
+ "btsCancelFee": 0.00482,
268
+ "avgCancelOrdersPerReposition": 36.501028806584365,
269
+ "estimatedFeePerRepositionBts": 2.752780637860421,
270
+ "totalRepositionFeesBts": 2675.7027800003293,
271
+ "feePerDayBts": 2.515841987071808,
272
+ "netProfitUnits": 206201.51019393216,
273
+ "netProfitPerCapital": 10.310075509696608,
274
+ "ordersPerSide": 20,
275
+ "grossScore": 4054.754000379508,
276
+ "netScore": 4002.7239230859054,
277
+ "score": 4002.7239230859054
278
+ },
279
+ {
280
+ "weightName": "neutral",
281
+ "spreadPct": 4,
282
+ "incrementPct": 0.5,
283
+ "maxMinRatio": 3,
284
+ "matchedPairs": 7746,
285
+ "cyclesTotal": 7746,
286
+ "rotationCount": 4345,
287
+ "inventorySaleCount": 3401,
288
+ "touchedOrders": 30656,
289
+ "fillEfficiency": 25.26748434237996,
290
+ "totalProfitUnits": 208877.2129739325,
291
+ "totalGrossUnits": 216623.2129739324,
292
+ "finalInventoryUnits": 444500,
293
+ "finalInventoryAvgEntry": 1446.1134286842675,
294
+ "finalInventoryMarkUnits": -80376308.19969013,
295
+ "profitPerCapital": 10.443860648696624,
296
+ "pairsPerDay": 7.283212536728697,
297
+ "avgOpenDurationBars": 5.2055235903337165,
298
+ "avgProfitPerPair": 26.965816288914603,
299
+ "peakOpenOrders": 40,
300
+ "avgImbalance": 7.653437806072478,
301
+ "canceledOnReposition": 35479,
302
+ "repositionCount": 972,
303
+ "driftTriggerCount": 972,
304
+ "slopeTriggerCount": 0,
305
+ "maxDrawdown": 2777.7352569863724,
306
+ "maxDrawdownPct": 13.888676284931861,
307
+ "maxInventoryExposure": 484000,
308
+ "avgGridAgeBars": 77.29398628795299,
309
+ "maxGridAgeBars": 585,
310
+ "avgCenterDriftPct": 0.4818442680773222,
311
+ "maxCenterDriftPct": 4.34146794508312,
312
+ "nearThresholdBarsPct": 45.70421155729677,
313
+ "avgTriggerDriftPct": 1.1640835489793093,
314
+ "offsetAppliedCount": 0,
315
+ "makerCreateFeeBts": 0.04826,
316
+ "btsCancelFee": 0.00482,
317
+ "avgCancelOrdersPerReposition": 36.501028806584365,
318
+ "estimatedFeePerRepositionBts": 2.752780637860421,
319
+ "totalRepositionFeesBts": 2675.7027800003293,
320
+ "feePerDayBts": 2.515841987071808,
321
+ "netProfitUnits": 206201.51019393216,
322
+ "netProfitPerCapital": 10.310075509696608,
323
+ "ordersPerSide": 20,
324
+ "grossScore": 4054.754000379508,
325
+ "netScore": 4002.7239230859054,
326
+ "score": 4002.7239230859054
327
+ },
328
+ {
329
+ "weightName": "mountain",
330
+ "spreadPct": 4,
331
+ "incrementPct": 0.5,
332
+ "maxMinRatio": 2,
333
+ "matchedPairs": 7755,
334
+ "cyclesTotal": 7755,
335
+ "rotationCount": 4345,
336
+ "inventorySaleCount": 3410,
337
+ "touchedOrders": 30600,
338
+ "fillEfficiency": 25.34313725490196,
339
+ "totalProfitUnits": 208652.59696933563,
340
+ "totalGrossUnits": 216515.58071906236,
341
+ "finalInventoryUnits": 450915.9092150869,
342
+ "finalInventoryAvgEntry": 1447.5526563698631,
343
+ "finalInventoryMarkUnits": -82186078.77891928,
344
+ "profitPerCapital": 10.432629848466782,
345
+ "pairsPerDay": 7.291674828599412,
346
+ "avgOpenDurationBars": 5.2055235903337165,
347
+ "avgProfitPerPair": 26.905557313905305,
348
+ "peakOpenOrders": 40,
349
+ "avgImbalance": 7.655318315377081,
350
+ "canceledOnReposition": 35470,
351
+ "repositionCount": 972,
352
+ "driftTriggerCount": 972,
353
+ "slopeTriggerCount": 0,
354
+ "maxDrawdown": 2968.6108223603514,
355
+ "maxDrawdownPct": 14.843054111801756,
356
+ "maxInventoryExposure": 490320.3258743013,
357
+ "avgGridAgeBars": 77.29398628795299,
358
+ "maxGridAgeBars": 585,
359
+ "avgCenterDriftPct": 0.4818442680773222,
360
+ "maxCenterDriftPct": 4.34146794508312,
361
+ "nearThresholdBarsPct": 45.70421155729677,
362
+ "avgTriggerDriftPct": 1.1640835489793093,
363
+ "offsetAppliedCount": 0,
364
+ "makerCreateFeeBts": 0.04826,
365
+ "btsCancelFee": 0.00482,
366
+ "avgCancelOrdersPerReposition": 36.491769547325106,
367
+ "estimatedFeePerRepositionBts": 2.752736008230791,
368
+ "totalRepositionFeesBts": 2675.659400000329,
369
+ "feePerDayBts": 2.515801198824991,
370
+ "netProfitUnits": 205976.9375693353,
371
+ "netProfitPerCapital": 10.298846878466765,
372
+ "ordersPerSide": 20,
373
+ "grossScore": 4050.4351936600374,
374
+ "netScore": 3998.399213105078,
375
+ "score": 3998.399213105078
376
+ }
377
+ ]
378
+ },
379
+ {
380
+ "strategy": {
381
+ "id": "AMA2",
382
+ "name": "AMA2 (min move, cap 30%)",
383
+ "er": 500,
384
+ "fast": 2,
385
+ "slow": 50
386
+ },
387
+ "evaluated": 18,
388
+ "best": {
389
+ "weightName": "valley",
390
+ "spreadPct": 4,
391
+ "incrementPct": 0.5,
392
+ "maxMinRatio": 2,
393
+ "matchedPairs": 7741,
394
+ "cyclesTotal": 7741,
395
+ "rotationCount": 4345,
396
+ "inventorySaleCount": 3396,
397
+ "touchedOrders": 30679,
398
+ "fillEfficiency": 25.232243554222762,
399
+ "totalProfitUnits": 209350.23993791422,
400
+ "totalGrossUnits": 217033.56692040063,
401
+ "finalInventoryUnits": 441232.7210454563,
402
+ "finalInventoryAvgEntry": 1445.42333704314,
403
+ "finalInventoryMarkUnits": -79480709.95092954,
404
+ "profitPerCapital": 10.46751199689571,
405
+ "pairsPerDay": 7.2785112634671885,
406
+ "avgOpenDurationBars": 5.2055235903337165,
407
+ "avgProfitPerPair": 27.04434051645966,
408
+ "peakOpenOrders": 40,
409
+ "avgImbalance": 7.652732615083251,
410
+ "canceledOnReposition": 35484,
411
+ "repositionCount": 972,
412
+ "driftTriggerCount": 972,
413
+ "slopeTriggerCount": 0,
414
+ "maxDrawdown": 2680.0211475606484,
415
+ "maxDrawdownPct": 13.400105737803242,
416
+ "maxInventoryExposure": 480777.7510443095,
417
+ "avgGridAgeBars": 77.29398628795299,
418
+ "maxGridAgeBars": 585,
419
+ "avgCenterDriftPct": 0.4818442680773222,
420
+ "maxCenterDriftPct": 4.34146794508312,
421
+ "nearThresholdBarsPct": 45.70421155729677,
422
+ "avgTriggerDriftPct": 1.1640835489793093,
423
+ "offsetAppliedCount": 0,
424
+ "makerCreateFeeBts": 0.04826,
425
+ "btsCancelFee": 0.00482,
426
+ "avgCancelOrdersPerReposition": 36.50617283950617,
427
+ "estimatedFeePerRepositionBts": 2.752805432099104,
428
+ "totalRepositionFeesBts": 2675.726880000329,
429
+ "feePerDayBts": 2.5158646472089283,
430
+ "netProfitUnits": 206674.5130579139,
431
+ "netProfitPerCapital": 10.333725652895694,
432
+ "ordersPerSide": 20,
433
+ "grossScore": 4063.9029428406648,
434
+ "netScore": 4011.8761486193625,
435
+ "score": 4011.8761486193625
436
+ },
437
+ "top5": [
438
+ {
439
+ "weightName": "valley",
440
+ "spreadPct": 4,
441
+ "incrementPct": 0.5,
442
+ "maxMinRatio": 2,
443
+ "matchedPairs": 7741,
444
+ "cyclesTotal": 7741,
445
+ "rotationCount": 4345,
446
+ "inventorySaleCount": 3396,
447
+ "touchedOrders": 30679,
448
+ "fillEfficiency": 25.232243554222762,
449
+ "totalProfitUnits": 209350.23993791422,
450
+ "totalGrossUnits": 217033.56692040063,
451
+ "finalInventoryUnits": 441232.7210454563,
452
+ "finalInventoryAvgEntry": 1445.42333704314,
453
+ "finalInventoryMarkUnits": -79480709.95092954,
454
+ "profitPerCapital": 10.46751199689571,
455
+ "pairsPerDay": 7.2785112634671885,
456
+ "avgOpenDurationBars": 5.2055235903337165,
457
+ "avgProfitPerPair": 27.04434051645966,
458
+ "peakOpenOrders": 40,
459
+ "avgImbalance": 7.652732615083251,
460
+ "canceledOnReposition": 35484,
461
+ "repositionCount": 972,
462
+ "driftTriggerCount": 972,
463
+ "slopeTriggerCount": 0,
464
+ "maxDrawdown": 2680.0211475606484,
465
+ "maxDrawdownPct": 13.400105737803242,
466
+ "maxInventoryExposure": 480777.7510443095,
467
+ "avgGridAgeBars": 77.29398628795299,
468
+ "maxGridAgeBars": 585,
469
+ "avgCenterDriftPct": 0.4818442680773222,
470
+ "maxCenterDriftPct": 4.34146794508312,
471
+ "nearThresholdBarsPct": 45.70421155729677,
472
+ "avgTriggerDriftPct": 1.1640835489793093,
473
+ "offsetAppliedCount": 0,
474
+ "makerCreateFeeBts": 0.04826,
475
+ "btsCancelFee": 0.00482,
476
+ "avgCancelOrdersPerReposition": 36.50617283950617,
477
+ "estimatedFeePerRepositionBts": 2.752805432099104,
478
+ "totalRepositionFeesBts": 2675.726880000329,
479
+ "feePerDayBts": 2.5158646472089283,
480
+ "netProfitUnits": 206674.5130579139,
481
+ "netProfitPerCapital": 10.333725652895694,
482
+ "ordersPerSide": 20,
483
+ "grossScore": 4063.9029428406648,
484
+ "netScore": 4011.8761486193625,
485
+ "score": 4011.8761486193625
486
+ },
487
+ {
488
+ "weightName": "valley",
489
+ "spreadPct": 4,
490
+ "incrementPct": 0.5,
491
+ "maxMinRatio": 3,
492
+ "matchedPairs": 7741,
493
+ "cyclesTotal": 7741,
494
+ "rotationCount": 4345,
495
+ "inventorySaleCount": 3396,
496
+ "touchedOrders": 30679,
497
+ "fillEfficiency": 25.232243554222762,
498
+ "totalProfitUnits": 209350.23993791422,
499
+ "totalGrossUnits": 217033.56692040063,
500
+ "finalInventoryUnits": 441232.7210454563,
501
+ "finalInventoryAvgEntry": 1445.42333704314,
502
+ "finalInventoryMarkUnits": -79480709.95092954,
503
+ "profitPerCapital": 10.46751199689571,
504
+ "pairsPerDay": 7.2785112634671885,
505
+ "avgOpenDurationBars": 5.2055235903337165,
506
+ "avgProfitPerPair": 27.04434051645966,
507
+ "peakOpenOrders": 40,
508
+ "avgImbalance": 7.652732615083251,
509
+ "canceledOnReposition": 35484,
510
+ "repositionCount": 972,
511
+ "driftTriggerCount": 972,
512
+ "slopeTriggerCount": 0,
513
+ "maxDrawdown": 2680.0211475606484,
514
+ "maxDrawdownPct": 13.400105737803242,
515
+ "maxInventoryExposure": 480777.7510443095,
516
+ "avgGridAgeBars": 77.29398628795299,
517
+ "maxGridAgeBars": 585,
518
+ "avgCenterDriftPct": 0.4818442680773222,
519
+ "maxCenterDriftPct": 4.34146794508312,
520
+ "nearThresholdBarsPct": 45.70421155729677,
521
+ "avgTriggerDriftPct": 1.1640835489793093,
522
+ "offsetAppliedCount": 0,
523
+ "makerCreateFeeBts": 0.04826,
524
+ "btsCancelFee": 0.00482,
525
+ "avgCancelOrdersPerReposition": 36.50617283950617,
526
+ "estimatedFeePerRepositionBts": 2.752805432099104,
527
+ "totalRepositionFeesBts": 2675.726880000329,
528
+ "feePerDayBts": 2.5158646472089283,
529
+ "netProfitUnits": 206674.5130579139,
530
+ "netProfitPerCapital": 10.333725652895694,
531
+ "ordersPerSide": 20,
532
+ "grossScore": 4063.9029428406648,
533
+ "netScore": 4011.8761486193625,
534
+ "score": 4011.8761486193625
535
+ },
536
+ {
537
+ "weightName": "neutral",
538
+ "spreadPct": 4,
539
+ "incrementPct": 0.5,
540
+ "maxMinRatio": 2,
541
+ "matchedPairs": 7746,
542
+ "cyclesTotal": 7746,
543
+ "rotationCount": 4345,
544
+ "inventorySaleCount": 3401,
545
+ "touchedOrders": 30656,
546
+ "fillEfficiency": 25.26748434237996,
547
+ "totalProfitUnits": 208877.2129739325,
548
+ "totalGrossUnits": 216623.2129739324,
549
+ "finalInventoryUnits": 444500,
550
+ "finalInventoryAvgEntry": 1446.1134286842675,
551
+ "finalInventoryMarkUnits": -80376308.19969013,
552
+ "profitPerCapital": 10.443860648696624,
553
+ "pairsPerDay": 7.283212536728697,
554
+ "avgOpenDurationBars": 5.2055235903337165,
555
+ "avgProfitPerPair": 26.965816288914603,
556
+ "peakOpenOrders": 40,
557
+ "avgImbalance": 7.653437806072478,
558
+ "canceledOnReposition": 35479,
559
+ "repositionCount": 972,
560
+ "driftTriggerCount": 972,
561
+ "slopeTriggerCount": 0,
562
+ "maxDrawdown": 2777.7352569863724,
563
+ "maxDrawdownPct": 13.888676284931861,
564
+ "maxInventoryExposure": 484000,
565
+ "avgGridAgeBars": 77.29398628795299,
566
+ "maxGridAgeBars": 585,
567
+ "avgCenterDriftPct": 0.4818442680773222,
568
+ "maxCenterDriftPct": 4.34146794508312,
569
+ "nearThresholdBarsPct": 45.70421155729677,
570
+ "avgTriggerDriftPct": 1.1640835489793093,
571
+ "offsetAppliedCount": 0,
572
+ "makerCreateFeeBts": 0.04826,
573
+ "btsCancelFee": 0.00482,
574
+ "avgCancelOrdersPerReposition": 36.501028806584365,
575
+ "estimatedFeePerRepositionBts": 2.752780637860421,
576
+ "totalRepositionFeesBts": 2675.7027800003293,
577
+ "feePerDayBts": 2.515841987071808,
578
+ "netProfitUnits": 206201.51019393216,
579
+ "netProfitPerCapital": 10.310075509696608,
580
+ "ordersPerSide": 20,
581
+ "grossScore": 4054.754000379508,
582
+ "netScore": 4002.7239230859054,
583
+ "score": 4002.7239230859054
584
+ },
585
+ {
586
+ "weightName": "neutral",
587
+ "spreadPct": 4,
588
+ "incrementPct": 0.5,
589
+ "maxMinRatio": 3,
590
+ "matchedPairs": 7746,
591
+ "cyclesTotal": 7746,
592
+ "rotationCount": 4345,
593
+ "inventorySaleCount": 3401,
594
+ "touchedOrders": 30656,
595
+ "fillEfficiency": 25.26748434237996,
596
+ "totalProfitUnits": 208877.2129739325,
597
+ "totalGrossUnits": 216623.2129739324,
598
+ "finalInventoryUnits": 444500,
599
+ "finalInventoryAvgEntry": 1446.1134286842675,
600
+ "finalInventoryMarkUnits": -80376308.19969013,
601
+ "profitPerCapital": 10.443860648696624,
602
+ "pairsPerDay": 7.283212536728697,
603
+ "avgOpenDurationBars": 5.2055235903337165,
604
+ "avgProfitPerPair": 26.965816288914603,
605
+ "peakOpenOrders": 40,
606
+ "avgImbalance": 7.653437806072478,
607
+ "canceledOnReposition": 35479,
608
+ "repositionCount": 972,
609
+ "driftTriggerCount": 972,
610
+ "slopeTriggerCount": 0,
611
+ "maxDrawdown": 2777.7352569863724,
612
+ "maxDrawdownPct": 13.888676284931861,
613
+ "maxInventoryExposure": 484000,
614
+ "avgGridAgeBars": 77.29398628795299,
615
+ "maxGridAgeBars": 585,
616
+ "avgCenterDriftPct": 0.4818442680773222,
617
+ "maxCenterDriftPct": 4.34146794508312,
618
+ "nearThresholdBarsPct": 45.70421155729677,
619
+ "avgTriggerDriftPct": 1.1640835489793093,
620
+ "offsetAppliedCount": 0,
621
+ "makerCreateFeeBts": 0.04826,
622
+ "btsCancelFee": 0.00482,
623
+ "avgCancelOrdersPerReposition": 36.501028806584365,
624
+ "estimatedFeePerRepositionBts": 2.752780637860421,
625
+ "totalRepositionFeesBts": 2675.7027800003293,
626
+ "feePerDayBts": 2.515841987071808,
627
+ "netProfitUnits": 206201.51019393216,
628
+ "netProfitPerCapital": 10.310075509696608,
629
+ "ordersPerSide": 20,
630
+ "grossScore": 4054.754000379508,
631
+ "netScore": 4002.7239230859054,
632
+ "score": 4002.7239230859054
633
+ },
634
+ {
635
+ "weightName": "mountain",
636
+ "spreadPct": 4,
637
+ "incrementPct": 0.5,
638
+ "maxMinRatio": 2,
639
+ "matchedPairs": 7755,
640
+ "cyclesTotal": 7755,
641
+ "rotationCount": 4345,
642
+ "inventorySaleCount": 3410,
643
+ "touchedOrders": 30600,
644
+ "fillEfficiency": 25.34313725490196,
645
+ "totalProfitUnits": 208652.59696933563,
646
+ "totalGrossUnits": 216515.58071906236,
647
+ "finalInventoryUnits": 450915.9092150869,
648
+ "finalInventoryAvgEntry": 1447.5526563698631,
649
+ "finalInventoryMarkUnits": -82186078.77891928,
650
+ "profitPerCapital": 10.432629848466782,
651
+ "pairsPerDay": 7.291674828599412,
652
+ "avgOpenDurationBars": 5.2055235903337165,
653
+ "avgProfitPerPair": 26.905557313905305,
654
+ "peakOpenOrders": 40,
655
+ "avgImbalance": 7.655318315377081,
656
+ "canceledOnReposition": 35470,
657
+ "repositionCount": 972,
658
+ "driftTriggerCount": 972,
659
+ "slopeTriggerCount": 0,
660
+ "maxDrawdown": 2968.6108223603514,
661
+ "maxDrawdownPct": 14.843054111801756,
662
+ "maxInventoryExposure": 490320.3258743013,
663
+ "avgGridAgeBars": 77.29398628795299,
664
+ "maxGridAgeBars": 585,
665
+ "avgCenterDriftPct": 0.4818442680773222,
666
+ "maxCenterDriftPct": 4.34146794508312,
667
+ "nearThresholdBarsPct": 45.70421155729677,
668
+ "avgTriggerDriftPct": 1.1640835489793093,
669
+ "offsetAppliedCount": 0,
670
+ "makerCreateFeeBts": 0.04826,
671
+ "btsCancelFee": 0.00482,
672
+ "avgCancelOrdersPerReposition": 36.491769547325106,
673
+ "estimatedFeePerRepositionBts": 2.752736008230791,
674
+ "totalRepositionFeesBts": 2675.659400000329,
675
+ "feePerDayBts": 2.515801198824991,
676
+ "netProfitUnits": 205976.9375693353,
677
+ "netProfitPerCapital": 10.298846878466765,
678
+ "ordersPerSide": 20,
679
+ "grossScore": 4050.4351936600374,
680
+ "netScore": 3998.399213105078,
681
+ "score": 3998.399213105078
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "strategy": {
687
+ "id": "AMA3",
688
+ "name": "AMA3 (min move, cap 35%)",
689
+ "er": 500,
690
+ "fast": 2,
691
+ "slow": 50
692
+ },
693
+ "evaluated": 18,
694
+ "best": {
695
+ "weightName": "valley",
696
+ "spreadPct": 4,
697
+ "incrementPct": 0.5,
698
+ "maxMinRatio": 2,
699
+ "matchedPairs": 7741,
700
+ "cyclesTotal": 7741,
701
+ "rotationCount": 4345,
702
+ "inventorySaleCount": 3396,
703
+ "touchedOrders": 30679,
704
+ "fillEfficiency": 25.232243554222762,
705
+ "totalProfitUnits": 209350.23993791422,
706
+ "totalGrossUnits": 217033.56692040063,
707
+ "finalInventoryUnits": 441232.7210454563,
708
+ "finalInventoryAvgEntry": 1445.42333704314,
709
+ "finalInventoryMarkUnits": -79480709.95092954,
710
+ "profitPerCapital": 10.46751199689571,
711
+ "pairsPerDay": 7.2785112634671885,
712
+ "avgOpenDurationBars": 5.2055235903337165,
713
+ "avgProfitPerPair": 27.04434051645966,
714
+ "peakOpenOrders": 40,
715
+ "avgImbalance": 7.652732615083251,
716
+ "canceledOnReposition": 35484,
717
+ "repositionCount": 972,
718
+ "driftTriggerCount": 972,
719
+ "slopeTriggerCount": 0,
720
+ "maxDrawdown": 2680.0211475606484,
721
+ "maxDrawdownPct": 13.400105737803242,
722
+ "maxInventoryExposure": 480777.7510443095,
723
+ "avgGridAgeBars": 77.29398628795299,
724
+ "maxGridAgeBars": 585,
725
+ "avgCenterDriftPct": 0.4818442680773222,
726
+ "maxCenterDriftPct": 4.34146794508312,
727
+ "nearThresholdBarsPct": 45.70421155729677,
728
+ "avgTriggerDriftPct": 1.1640835489793093,
729
+ "offsetAppliedCount": 0,
730
+ "makerCreateFeeBts": 0.04826,
731
+ "btsCancelFee": 0.00482,
732
+ "avgCancelOrdersPerReposition": 36.50617283950617,
733
+ "estimatedFeePerRepositionBts": 2.752805432099104,
734
+ "totalRepositionFeesBts": 2675.726880000329,
735
+ "feePerDayBts": 2.5158646472089283,
736
+ "netProfitUnits": 206674.5130579139,
737
+ "netProfitPerCapital": 10.333725652895694,
738
+ "ordersPerSide": 20,
739
+ "grossScore": 4063.9029428406648,
740
+ "netScore": 4011.8761486193625,
741
+ "score": 4011.8761486193625
742
+ },
743
+ "top5": [
744
+ {
745
+ "weightName": "valley",
746
+ "spreadPct": 4,
747
+ "incrementPct": 0.5,
748
+ "maxMinRatio": 2,
749
+ "matchedPairs": 7741,
750
+ "cyclesTotal": 7741,
751
+ "rotationCount": 4345,
752
+ "inventorySaleCount": 3396,
753
+ "touchedOrders": 30679,
754
+ "fillEfficiency": 25.232243554222762,
755
+ "totalProfitUnits": 209350.23993791422,
756
+ "totalGrossUnits": 217033.56692040063,
757
+ "finalInventoryUnits": 441232.7210454563,
758
+ "finalInventoryAvgEntry": 1445.42333704314,
759
+ "finalInventoryMarkUnits": -79480709.95092954,
760
+ "profitPerCapital": 10.46751199689571,
761
+ "pairsPerDay": 7.2785112634671885,
762
+ "avgOpenDurationBars": 5.2055235903337165,
763
+ "avgProfitPerPair": 27.04434051645966,
764
+ "peakOpenOrders": 40,
765
+ "avgImbalance": 7.652732615083251,
766
+ "canceledOnReposition": 35484,
767
+ "repositionCount": 972,
768
+ "driftTriggerCount": 972,
769
+ "slopeTriggerCount": 0,
770
+ "maxDrawdown": 2680.0211475606484,
771
+ "maxDrawdownPct": 13.400105737803242,
772
+ "maxInventoryExposure": 480777.7510443095,
773
+ "avgGridAgeBars": 77.29398628795299,
774
+ "maxGridAgeBars": 585,
775
+ "avgCenterDriftPct": 0.4818442680773222,
776
+ "maxCenterDriftPct": 4.34146794508312,
777
+ "nearThresholdBarsPct": 45.70421155729677,
778
+ "avgTriggerDriftPct": 1.1640835489793093,
779
+ "offsetAppliedCount": 0,
780
+ "makerCreateFeeBts": 0.04826,
781
+ "btsCancelFee": 0.00482,
782
+ "avgCancelOrdersPerReposition": 36.50617283950617,
783
+ "estimatedFeePerRepositionBts": 2.752805432099104,
784
+ "totalRepositionFeesBts": 2675.726880000329,
785
+ "feePerDayBts": 2.5158646472089283,
786
+ "netProfitUnits": 206674.5130579139,
787
+ "netProfitPerCapital": 10.333725652895694,
788
+ "ordersPerSide": 20,
789
+ "grossScore": 4063.9029428406648,
790
+ "netScore": 4011.8761486193625,
791
+ "score": 4011.8761486193625
792
+ },
793
+ {
794
+ "weightName": "valley",
795
+ "spreadPct": 4,
796
+ "incrementPct": 0.5,
797
+ "maxMinRatio": 3,
798
+ "matchedPairs": 7741,
799
+ "cyclesTotal": 7741,
800
+ "rotationCount": 4345,
801
+ "inventorySaleCount": 3396,
802
+ "touchedOrders": 30679,
803
+ "fillEfficiency": 25.232243554222762,
804
+ "totalProfitUnits": 209350.23993791422,
805
+ "totalGrossUnits": 217033.56692040063,
806
+ "finalInventoryUnits": 441232.7210454563,
807
+ "finalInventoryAvgEntry": 1445.42333704314,
808
+ "finalInventoryMarkUnits": -79480709.95092954,
809
+ "profitPerCapital": 10.46751199689571,
810
+ "pairsPerDay": 7.2785112634671885,
811
+ "avgOpenDurationBars": 5.2055235903337165,
812
+ "avgProfitPerPair": 27.04434051645966,
813
+ "peakOpenOrders": 40,
814
+ "avgImbalance": 7.652732615083251,
815
+ "canceledOnReposition": 35484,
816
+ "repositionCount": 972,
817
+ "driftTriggerCount": 972,
818
+ "slopeTriggerCount": 0,
819
+ "maxDrawdown": 2680.0211475606484,
820
+ "maxDrawdownPct": 13.400105737803242,
821
+ "maxInventoryExposure": 480777.7510443095,
822
+ "avgGridAgeBars": 77.29398628795299,
823
+ "maxGridAgeBars": 585,
824
+ "avgCenterDriftPct": 0.4818442680773222,
825
+ "maxCenterDriftPct": 4.34146794508312,
826
+ "nearThresholdBarsPct": 45.70421155729677,
827
+ "avgTriggerDriftPct": 1.1640835489793093,
828
+ "offsetAppliedCount": 0,
829
+ "makerCreateFeeBts": 0.04826,
830
+ "btsCancelFee": 0.00482,
831
+ "avgCancelOrdersPerReposition": 36.50617283950617,
832
+ "estimatedFeePerRepositionBts": 2.752805432099104,
833
+ "totalRepositionFeesBts": 2675.726880000329,
834
+ "feePerDayBts": 2.5158646472089283,
835
+ "netProfitUnits": 206674.5130579139,
836
+ "netProfitPerCapital": 10.333725652895694,
837
+ "ordersPerSide": 20,
838
+ "grossScore": 4063.9029428406648,
839
+ "netScore": 4011.8761486193625,
840
+ "score": 4011.8761486193625
841
+ },
842
+ {
843
+ "weightName": "neutral",
844
+ "spreadPct": 4,
845
+ "incrementPct": 0.5,
846
+ "maxMinRatio": 2,
847
+ "matchedPairs": 7746,
848
+ "cyclesTotal": 7746,
849
+ "rotationCount": 4345,
850
+ "inventorySaleCount": 3401,
851
+ "touchedOrders": 30656,
852
+ "fillEfficiency": 25.26748434237996,
853
+ "totalProfitUnits": 208877.2129739325,
854
+ "totalGrossUnits": 216623.2129739324,
855
+ "finalInventoryUnits": 444500,
856
+ "finalInventoryAvgEntry": 1446.1134286842675,
857
+ "finalInventoryMarkUnits": -80376308.19969013,
858
+ "profitPerCapital": 10.443860648696624,
859
+ "pairsPerDay": 7.283212536728697,
860
+ "avgOpenDurationBars": 5.2055235903337165,
861
+ "avgProfitPerPair": 26.965816288914603,
862
+ "peakOpenOrders": 40,
863
+ "avgImbalance": 7.653437806072478,
864
+ "canceledOnReposition": 35479,
865
+ "repositionCount": 972,
866
+ "driftTriggerCount": 972,
867
+ "slopeTriggerCount": 0,
868
+ "maxDrawdown": 2777.7352569863724,
869
+ "maxDrawdownPct": 13.888676284931861,
870
+ "maxInventoryExposure": 484000,
871
+ "avgGridAgeBars": 77.29398628795299,
872
+ "maxGridAgeBars": 585,
873
+ "avgCenterDriftPct": 0.4818442680773222,
874
+ "maxCenterDriftPct": 4.34146794508312,
875
+ "nearThresholdBarsPct": 45.70421155729677,
876
+ "avgTriggerDriftPct": 1.1640835489793093,
877
+ "offsetAppliedCount": 0,
878
+ "makerCreateFeeBts": 0.04826,
879
+ "btsCancelFee": 0.00482,
880
+ "avgCancelOrdersPerReposition": 36.501028806584365,
881
+ "estimatedFeePerRepositionBts": 2.752780637860421,
882
+ "totalRepositionFeesBts": 2675.7027800003293,
883
+ "feePerDayBts": 2.515841987071808,
884
+ "netProfitUnits": 206201.51019393216,
885
+ "netProfitPerCapital": 10.310075509696608,
886
+ "ordersPerSide": 20,
887
+ "grossScore": 4054.754000379508,
888
+ "netScore": 4002.7239230859054,
889
+ "score": 4002.7239230859054
890
+ },
891
+ {
892
+ "weightName": "neutral",
893
+ "spreadPct": 4,
894
+ "incrementPct": 0.5,
895
+ "maxMinRatio": 3,
896
+ "matchedPairs": 7746,
897
+ "cyclesTotal": 7746,
898
+ "rotationCount": 4345,
899
+ "inventorySaleCount": 3401,
900
+ "touchedOrders": 30656,
901
+ "fillEfficiency": 25.26748434237996,
902
+ "totalProfitUnits": 208877.2129739325,
903
+ "totalGrossUnits": 216623.2129739324,
904
+ "finalInventoryUnits": 444500,
905
+ "finalInventoryAvgEntry": 1446.1134286842675,
906
+ "finalInventoryMarkUnits": -80376308.19969013,
907
+ "profitPerCapital": 10.443860648696624,
908
+ "pairsPerDay": 7.283212536728697,
909
+ "avgOpenDurationBars": 5.2055235903337165,
910
+ "avgProfitPerPair": 26.965816288914603,
911
+ "peakOpenOrders": 40,
912
+ "avgImbalance": 7.653437806072478,
913
+ "canceledOnReposition": 35479,
914
+ "repositionCount": 972,
915
+ "driftTriggerCount": 972,
916
+ "slopeTriggerCount": 0,
917
+ "maxDrawdown": 2777.7352569863724,
918
+ "maxDrawdownPct": 13.888676284931861,
919
+ "maxInventoryExposure": 484000,
920
+ "avgGridAgeBars": 77.29398628795299,
921
+ "maxGridAgeBars": 585,
922
+ "avgCenterDriftPct": 0.4818442680773222,
923
+ "maxCenterDriftPct": 4.34146794508312,
924
+ "nearThresholdBarsPct": 45.70421155729677,
925
+ "avgTriggerDriftPct": 1.1640835489793093,
926
+ "offsetAppliedCount": 0,
927
+ "makerCreateFeeBts": 0.04826,
928
+ "btsCancelFee": 0.00482,
929
+ "avgCancelOrdersPerReposition": 36.501028806584365,
930
+ "estimatedFeePerRepositionBts": 2.752780637860421,
931
+ "totalRepositionFeesBts": 2675.7027800003293,
932
+ "feePerDayBts": 2.515841987071808,
933
+ "netProfitUnits": 206201.51019393216,
934
+ "netProfitPerCapital": 10.310075509696608,
935
+ "ordersPerSide": 20,
936
+ "grossScore": 4054.754000379508,
937
+ "netScore": 4002.7239230859054,
938
+ "score": 4002.7239230859054
939
+ },
940
+ {
941
+ "weightName": "mountain",
942
+ "spreadPct": 4,
943
+ "incrementPct": 0.5,
944
+ "maxMinRatio": 2,
945
+ "matchedPairs": 7755,
946
+ "cyclesTotal": 7755,
947
+ "rotationCount": 4345,
948
+ "inventorySaleCount": 3410,
949
+ "touchedOrders": 30600,
950
+ "fillEfficiency": 25.34313725490196,
951
+ "totalProfitUnits": 208652.59696933563,
952
+ "totalGrossUnits": 216515.58071906236,
953
+ "finalInventoryUnits": 450915.9092150869,
954
+ "finalInventoryAvgEntry": 1447.5526563698631,
955
+ "finalInventoryMarkUnits": -82186078.77891928,
956
+ "profitPerCapital": 10.432629848466782,
957
+ "pairsPerDay": 7.291674828599412,
958
+ "avgOpenDurationBars": 5.2055235903337165,
959
+ "avgProfitPerPair": 26.905557313905305,
960
+ "peakOpenOrders": 40,
961
+ "avgImbalance": 7.655318315377081,
962
+ "canceledOnReposition": 35470,
963
+ "repositionCount": 972,
964
+ "driftTriggerCount": 972,
965
+ "slopeTriggerCount": 0,
966
+ "maxDrawdown": 2968.6108223603514,
967
+ "maxDrawdownPct": 14.843054111801756,
968
+ "maxInventoryExposure": 490320.3258743013,
969
+ "avgGridAgeBars": 77.29398628795299,
970
+ "maxGridAgeBars": 585,
971
+ "avgCenterDriftPct": 0.4818442680773222,
972
+ "maxCenterDriftPct": 4.34146794508312,
973
+ "nearThresholdBarsPct": 45.70421155729677,
974
+ "avgTriggerDriftPct": 1.1640835489793093,
975
+ "offsetAppliedCount": 0,
976
+ "makerCreateFeeBts": 0.04826,
977
+ "btsCancelFee": 0.00482,
978
+ "avgCancelOrdersPerReposition": 36.491769547325106,
979
+ "estimatedFeePerRepositionBts": 2.752736008230791,
980
+ "totalRepositionFeesBts": 2675.659400000329,
981
+ "feePerDayBts": 2.515801198824991,
982
+ "netProfitUnits": 205976.9375693353,
983
+ "netProfitPerCapital": 10.298846878466765,
984
+ "ordersPerSide": 20,
985
+ "grossScore": 4050.4351936600374,
986
+ "netScore": 3998.399213105078,
987
+ "score": 3998.399213105078
988
+ }
989
+ ]
990
+ },
991
+ {
992
+ "strategy": {
993
+ "id": "AMA4",
994
+ "name": "AMA4 (min move, cap 40%)",
995
+ "er": 500,
996
+ "fast": 2,
997
+ "slow": 50
998
+ },
999
+ "evaluated": 18,
1000
+ "best": {
1001
+ "weightName": "valley",
1002
+ "spreadPct": 4,
1003
+ "incrementPct": 0.5,
1004
+ "maxMinRatio": 2,
1005
+ "matchedPairs": 7741,
1006
+ "cyclesTotal": 7741,
1007
+ "rotationCount": 4345,
1008
+ "inventorySaleCount": 3396,
1009
+ "touchedOrders": 30679,
1010
+ "fillEfficiency": 25.232243554222762,
1011
+ "totalProfitUnits": 209350.23993791422,
1012
+ "totalGrossUnits": 217033.56692040063,
1013
+ "finalInventoryUnits": 441232.7210454563,
1014
+ "finalInventoryAvgEntry": 1445.42333704314,
1015
+ "finalInventoryMarkUnits": -79480709.95092954,
1016
+ "profitPerCapital": 10.46751199689571,
1017
+ "pairsPerDay": 7.2785112634671885,
1018
+ "avgOpenDurationBars": 5.2055235903337165,
1019
+ "avgProfitPerPair": 27.04434051645966,
1020
+ "peakOpenOrders": 40,
1021
+ "avgImbalance": 7.652732615083251,
1022
+ "canceledOnReposition": 35484,
1023
+ "repositionCount": 972,
1024
+ "driftTriggerCount": 972,
1025
+ "slopeTriggerCount": 0,
1026
+ "maxDrawdown": 2680.0211475606484,
1027
+ "maxDrawdownPct": 13.400105737803242,
1028
+ "maxInventoryExposure": 480777.7510443095,
1029
+ "avgGridAgeBars": 77.29398628795299,
1030
+ "maxGridAgeBars": 585,
1031
+ "avgCenterDriftPct": 0.4818442680773222,
1032
+ "maxCenterDriftPct": 4.34146794508312,
1033
+ "nearThresholdBarsPct": 45.70421155729677,
1034
+ "avgTriggerDriftPct": 1.1640835489793093,
1035
+ "offsetAppliedCount": 0,
1036
+ "makerCreateFeeBts": 0.04826,
1037
+ "btsCancelFee": 0.00482,
1038
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1039
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1040
+ "totalRepositionFeesBts": 2675.726880000329,
1041
+ "feePerDayBts": 2.5158646472089283,
1042
+ "netProfitUnits": 206674.5130579139,
1043
+ "netProfitPerCapital": 10.333725652895694,
1044
+ "ordersPerSide": 20,
1045
+ "grossScore": 4063.9029428406648,
1046
+ "netScore": 4011.8761486193625,
1047
+ "score": 4011.8761486193625
1048
+ },
1049
+ "top5": [
1050
+ {
1051
+ "weightName": "valley",
1052
+ "spreadPct": 4,
1053
+ "incrementPct": 0.5,
1054
+ "maxMinRatio": 2,
1055
+ "matchedPairs": 7741,
1056
+ "cyclesTotal": 7741,
1057
+ "rotationCount": 4345,
1058
+ "inventorySaleCount": 3396,
1059
+ "touchedOrders": 30679,
1060
+ "fillEfficiency": 25.232243554222762,
1061
+ "totalProfitUnits": 209350.23993791422,
1062
+ "totalGrossUnits": 217033.56692040063,
1063
+ "finalInventoryUnits": 441232.7210454563,
1064
+ "finalInventoryAvgEntry": 1445.42333704314,
1065
+ "finalInventoryMarkUnits": -79480709.95092954,
1066
+ "profitPerCapital": 10.46751199689571,
1067
+ "pairsPerDay": 7.2785112634671885,
1068
+ "avgOpenDurationBars": 5.2055235903337165,
1069
+ "avgProfitPerPair": 27.04434051645966,
1070
+ "peakOpenOrders": 40,
1071
+ "avgImbalance": 7.652732615083251,
1072
+ "canceledOnReposition": 35484,
1073
+ "repositionCount": 972,
1074
+ "driftTriggerCount": 972,
1075
+ "slopeTriggerCount": 0,
1076
+ "maxDrawdown": 2680.0211475606484,
1077
+ "maxDrawdownPct": 13.400105737803242,
1078
+ "maxInventoryExposure": 480777.7510443095,
1079
+ "avgGridAgeBars": 77.29398628795299,
1080
+ "maxGridAgeBars": 585,
1081
+ "avgCenterDriftPct": 0.4818442680773222,
1082
+ "maxCenterDriftPct": 4.34146794508312,
1083
+ "nearThresholdBarsPct": 45.70421155729677,
1084
+ "avgTriggerDriftPct": 1.1640835489793093,
1085
+ "offsetAppliedCount": 0,
1086
+ "makerCreateFeeBts": 0.04826,
1087
+ "btsCancelFee": 0.00482,
1088
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1089
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1090
+ "totalRepositionFeesBts": 2675.726880000329,
1091
+ "feePerDayBts": 2.5158646472089283,
1092
+ "netProfitUnits": 206674.5130579139,
1093
+ "netProfitPerCapital": 10.333725652895694,
1094
+ "ordersPerSide": 20,
1095
+ "grossScore": 4063.9029428406648,
1096
+ "netScore": 4011.8761486193625,
1097
+ "score": 4011.8761486193625
1098
+ },
1099
+ {
1100
+ "weightName": "valley",
1101
+ "spreadPct": 4,
1102
+ "incrementPct": 0.5,
1103
+ "maxMinRatio": 3,
1104
+ "matchedPairs": 7741,
1105
+ "cyclesTotal": 7741,
1106
+ "rotationCount": 4345,
1107
+ "inventorySaleCount": 3396,
1108
+ "touchedOrders": 30679,
1109
+ "fillEfficiency": 25.232243554222762,
1110
+ "totalProfitUnits": 209350.23993791422,
1111
+ "totalGrossUnits": 217033.56692040063,
1112
+ "finalInventoryUnits": 441232.7210454563,
1113
+ "finalInventoryAvgEntry": 1445.42333704314,
1114
+ "finalInventoryMarkUnits": -79480709.95092954,
1115
+ "profitPerCapital": 10.46751199689571,
1116
+ "pairsPerDay": 7.2785112634671885,
1117
+ "avgOpenDurationBars": 5.2055235903337165,
1118
+ "avgProfitPerPair": 27.04434051645966,
1119
+ "peakOpenOrders": 40,
1120
+ "avgImbalance": 7.652732615083251,
1121
+ "canceledOnReposition": 35484,
1122
+ "repositionCount": 972,
1123
+ "driftTriggerCount": 972,
1124
+ "slopeTriggerCount": 0,
1125
+ "maxDrawdown": 2680.0211475606484,
1126
+ "maxDrawdownPct": 13.400105737803242,
1127
+ "maxInventoryExposure": 480777.7510443095,
1128
+ "avgGridAgeBars": 77.29398628795299,
1129
+ "maxGridAgeBars": 585,
1130
+ "avgCenterDriftPct": 0.4818442680773222,
1131
+ "maxCenterDriftPct": 4.34146794508312,
1132
+ "nearThresholdBarsPct": 45.70421155729677,
1133
+ "avgTriggerDriftPct": 1.1640835489793093,
1134
+ "offsetAppliedCount": 0,
1135
+ "makerCreateFeeBts": 0.04826,
1136
+ "btsCancelFee": 0.00482,
1137
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1138
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1139
+ "totalRepositionFeesBts": 2675.726880000329,
1140
+ "feePerDayBts": 2.5158646472089283,
1141
+ "netProfitUnits": 206674.5130579139,
1142
+ "netProfitPerCapital": 10.333725652895694,
1143
+ "ordersPerSide": 20,
1144
+ "grossScore": 4063.9029428406648,
1145
+ "netScore": 4011.8761486193625,
1146
+ "score": 4011.8761486193625
1147
+ },
1148
+ {
1149
+ "weightName": "neutral",
1150
+ "spreadPct": 4,
1151
+ "incrementPct": 0.5,
1152
+ "maxMinRatio": 2,
1153
+ "matchedPairs": 7746,
1154
+ "cyclesTotal": 7746,
1155
+ "rotationCount": 4345,
1156
+ "inventorySaleCount": 3401,
1157
+ "touchedOrders": 30656,
1158
+ "fillEfficiency": 25.26748434237996,
1159
+ "totalProfitUnits": 208877.2129739325,
1160
+ "totalGrossUnits": 216623.2129739324,
1161
+ "finalInventoryUnits": 444500,
1162
+ "finalInventoryAvgEntry": 1446.1134286842675,
1163
+ "finalInventoryMarkUnits": -80376308.19969013,
1164
+ "profitPerCapital": 10.443860648696624,
1165
+ "pairsPerDay": 7.283212536728697,
1166
+ "avgOpenDurationBars": 5.2055235903337165,
1167
+ "avgProfitPerPair": 26.965816288914603,
1168
+ "peakOpenOrders": 40,
1169
+ "avgImbalance": 7.653437806072478,
1170
+ "canceledOnReposition": 35479,
1171
+ "repositionCount": 972,
1172
+ "driftTriggerCount": 972,
1173
+ "slopeTriggerCount": 0,
1174
+ "maxDrawdown": 2777.7352569863724,
1175
+ "maxDrawdownPct": 13.888676284931861,
1176
+ "maxInventoryExposure": 484000,
1177
+ "avgGridAgeBars": 77.29398628795299,
1178
+ "maxGridAgeBars": 585,
1179
+ "avgCenterDriftPct": 0.4818442680773222,
1180
+ "maxCenterDriftPct": 4.34146794508312,
1181
+ "nearThresholdBarsPct": 45.70421155729677,
1182
+ "avgTriggerDriftPct": 1.1640835489793093,
1183
+ "offsetAppliedCount": 0,
1184
+ "makerCreateFeeBts": 0.04826,
1185
+ "btsCancelFee": 0.00482,
1186
+ "avgCancelOrdersPerReposition": 36.501028806584365,
1187
+ "estimatedFeePerRepositionBts": 2.752780637860421,
1188
+ "totalRepositionFeesBts": 2675.7027800003293,
1189
+ "feePerDayBts": 2.515841987071808,
1190
+ "netProfitUnits": 206201.51019393216,
1191
+ "netProfitPerCapital": 10.310075509696608,
1192
+ "ordersPerSide": 20,
1193
+ "grossScore": 4054.754000379508,
1194
+ "netScore": 4002.7239230859054,
1195
+ "score": 4002.7239230859054
1196
+ },
1197
+ {
1198
+ "weightName": "neutral",
1199
+ "spreadPct": 4,
1200
+ "incrementPct": 0.5,
1201
+ "maxMinRatio": 3,
1202
+ "matchedPairs": 7746,
1203
+ "cyclesTotal": 7746,
1204
+ "rotationCount": 4345,
1205
+ "inventorySaleCount": 3401,
1206
+ "touchedOrders": 30656,
1207
+ "fillEfficiency": 25.26748434237996,
1208
+ "totalProfitUnits": 208877.2129739325,
1209
+ "totalGrossUnits": 216623.2129739324,
1210
+ "finalInventoryUnits": 444500,
1211
+ "finalInventoryAvgEntry": 1446.1134286842675,
1212
+ "finalInventoryMarkUnits": -80376308.19969013,
1213
+ "profitPerCapital": 10.443860648696624,
1214
+ "pairsPerDay": 7.283212536728697,
1215
+ "avgOpenDurationBars": 5.2055235903337165,
1216
+ "avgProfitPerPair": 26.965816288914603,
1217
+ "peakOpenOrders": 40,
1218
+ "avgImbalance": 7.653437806072478,
1219
+ "canceledOnReposition": 35479,
1220
+ "repositionCount": 972,
1221
+ "driftTriggerCount": 972,
1222
+ "slopeTriggerCount": 0,
1223
+ "maxDrawdown": 2777.7352569863724,
1224
+ "maxDrawdownPct": 13.888676284931861,
1225
+ "maxInventoryExposure": 484000,
1226
+ "avgGridAgeBars": 77.29398628795299,
1227
+ "maxGridAgeBars": 585,
1228
+ "avgCenterDriftPct": 0.4818442680773222,
1229
+ "maxCenterDriftPct": 4.34146794508312,
1230
+ "nearThresholdBarsPct": 45.70421155729677,
1231
+ "avgTriggerDriftPct": 1.1640835489793093,
1232
+ "offsetAppliedCount": 0,
1233
+ "makerCreateFeeBts": 0.04826,
1234
+ "btsCancelFee": 0.00482,
1235
+ "avgCancelOrdersPerReposition": 36.501028806584365,
1236
+ "estimatedFeePerRepositionBts": 2.752780637860421,
1237
+ "totalRepositionFeesBts": 2675.7027800003293,
1238
+ "feePerDayBts": 2.515841987071808,
1239
+ "netProfitUnits": 206201.51019393216,
1240
+ "netProfitPerCapital": 10.310075509696608,
1241
+ "ordersPerSide": 20,
1242
+ "grossScore": 4054.754000379508,
1243
+ "netScore": 4002.7239230859054,
1244
+ "score": 4002.7239230859054
1245
+ },
1246
+ {
1247
+ "weightName": "mountain",
1248
+ "spreadPct": 4,
1249
+ "incrementPct": 0.5,
1250
+ "maxMinRatio": 2,
1251
+ "matchedPairs": 7755,
1252
+ "cyclesTotal": 7755,
1253
+ "rotationCount": 4345,
1254
+ "inventorySaleCount": 3410,
1255
+ "touchedOrders": 30600,
1256
+ "fillEfficiency": 25.34313725490196,
1257
+ "totalProfitUnits": 208652.59696933563,
1258
+ "totalGrossUnits": 216515.58071906236,
1259
+ "finalInventoryUnits": 450915.9092150869,
1260
+ "finalInventoryAvgEntry": 1447.5526563698631,
1261
+ "finalInventoryMarkUnits": -82186078.77891928,
1262
+ "profitPerCapital": 10.432629848466782,
1263
+ "pairsPerDay": 7.291674828599412,
1264
+ "avgOpenDurationBars": 5.2055235903337165,
1265
+ "avgProfitPerPair": 26.905557313905305,
1266
+ "peakOpenOrders": 40,
1267
+ "avgImbalance": 7.655318315377081,
1268
+ "canceledOnReposition": 35470,
1269
+ "repositionCount": 972,
1270
+ "driftTriggerCount": 972,
1271
+ "slopeTriggerCount": 0,
1272
+ "maxDrawdown": 2968.6108223603514,
1273
+ "maxDrawdownPct": 14.843054111801756,
1274
+ "maxInventoryExposure": 490320.3258743013,
1275
+ "avgGridAgeBars": 77.29398628795299,
1276
+ "maxGridAgeBars": 585,
1277
+ "avgCenterDriftPct": 0.4818442680773222,
1278
+ "maxCenterDriftPct": 4.34146794508312,
1279
+ "nearThresholdBarsPct": 45.70421155729677,
1280
+ "avgTriggerDriftPct": 1.1640835489793093,
1281
+ "offsetAppliedCount": 0,
1282
+ "makerCreateFeeBts": 0.04826,
1283
+ "btsCancelFee": 0.00482,
1284
+ "avgCancelOrdersPerReposition": 36.491769547325106,
1285
+ "estimatedFeePerRepositionBts": 2.752736008230791,
1286
+ "totalRepositionFeesBts": 2675.659400000329,
1287
+ "feePerDayBts": 2.515801198824991,
1288
+ "netProfitUnits": 205976.9375693353,
1289
+ "netProfitPerCapital": 10.298846878466765,
1290
+ "ordersPerSide": 20,
1291
+ "grossScore": 4050.4351936600374,
1292
+ "netScore": 3998.399213105078,
1293
+ "score": 3998.399213105078
1294
+ }
1295
+ ]
1296
+ }
1297
+ ],
1298
+ "globalTop": [
1299
+ {
1300
+ "ama": "AMA1",
1301
+ "amaParams": {
1302
+ "er": 500,
1303
+ "fast": 2,
1304
+ "slow": 50
1305
+ },
1306
+ "weightName": "valley",
1307
+ "spreadPct": 4,
1308
+ "incrementPct": 0.5,
1309
+ "maxMinRatio": 2,
1310
+ "matchedPairs": 7741,
1311
+ "cyclesTotal": 7741,
1312
+ "rotationCount": 4345,
1313
+ "inventorySaleCount": 3396,
1314
+ "touchedOrders": 30679,
1315
+ "fillEfficiency": 25.232243554222762,
1316
+ "totalProfitUnits": 209350.23993791422,
1317
+ "totalGrossUnits": 217033.56692040063,
1318
+ "finalInventoryUnits": 441232.7210454563,
1319
+ "finalInventoryAvgEntry": 1445.42333704314,
1320
+ "finalInventoryMarkUnits": -79480709.95092954,
1321
+ "profitPerCapital": 10.46751199689571,
1322
+ "pairsPerDay": 7.2785112634671885,
1323
+ "avgOpenDurationBars": 5.2055235903337165,
1324
+ "avgProfitPerPair": 27.04434051645966,
1325
+ "peakOpenOrders": 40,
1326
+ "avgImbalance": 7.652732615083251,
1327
+ "canceledOnReposition": 35484,
1328
+ "repositionCount": 972,
1329
+ "driftTriggerCount": 972,
1330
+ "slopeTriggerCount": 0,
1331
+ "maxDrawdown": 2680.0211475606484,
1332
+ "maxDrawdownPct": 13.400105737803242,
1333
+ "maxInventoryExposure": 480777.7510443095,
1334
+ "avgGridAgeBars": 77.29398628795299,
1335
+ "maxGridAgeBars": 585,
1336
+ "avgCenterDriftPct": 0.4818442680773222,
1337
+ "maxCenterDriftPct": 4.34146794508312,
1338
+ "nearThresholdBarsPct": 45.70421155729677,
1339
+ "avgTriggerDriftPct": 1.1640835489793093,
1340
+ "offsetAppliedCount": 0,
1341
+ "makerCreateFeeBts": 0.04826,
1342
+ "btsCancelFee": 0.00482,
1343
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1344
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1345
+ "totalRepositionFeesBts": 2675.726880000329,
1346
+ "feePerDayBts": 2.5158646472089283,
1347
+ "netProfitUnits": 206674.5130579139,
1348
+ "netProfitPerCapital": 10.333725652895694,
1349
+ "ordersPerSide": 20,
1350
+ "grossScore": 4063.9029428406648,
1351
+ "netScore": 4011.8761486193625,
1352
+ "score": 4011.8761486193625
1353
+ },
1354
+ {
1355
+ "ama": "AMA1",
1356
+ "amaParams": {
1357
+ "er": 500,
1358
+ "fast": 2,
1359
+ "slow": 50
1360
+ },
1361
+ "weightName": "valley",
1362
+ "spreadPct": 4,
1363
+ "incrementPct": 0.5,
1364
+ "maxMinRatio": 3,
1365
+ "matchedPairs": 7741,
1366
+ "cyclesTotal": 7741,
1367
+ "rotationCount": 4345,
1368
+ "inventorySaleCount": 3396,
1369
+ "touchedOrders": 30679,
1370
+ "fillEfficiency": 25.232243554222762,
1371
+ "totalProfitUnits": 209350.23993791422,
1372
+ "totalGrossUnits": 217033.56692040063,
1373
+ "finalInventoryUnits": 441232.7210454563,
1374
+ "finalInventoryAvgEntry": 1445.42333704314,
1375
+ "finalInventoryMarkUnits": -79480709.95092954,
1376
+ "profitPerCapital": 10.46751199689571,
1377
+ "pairsPerDay": 7.2785112634671885,
1378
+ "avgOpenDurationBars": 5.2055235903337165,
1379
+ "avgProfitPerPair": 27.04434051645966,
1380
+ "peakOpenOrders": 40,
1381
+ "avgImbalance": 7.652732615083251,
1382
+ "canceledOnReposition": 35484,
1383
+ "repositionCount": 972,
1384
+ "driftTriggerCount": 972,
1385
+ "slopeTriggerCount": 0,
1386
+ "maxDrawdown": 2680.0211475606484,
1387
+ "maxDrawdownPct": 13.400105737803242,
1388
+ "maxInventoryExposure": 480777.7510443095,
1389
+ "avgGridAgeBars": 77.29398628795299,
1390
+ "maxGridAgeBars": 585,
1391
+ "avgCenterDriftPct": 0.4818442680773222,
1392
+ "maxCenterDriftPct": 4.34146794508312,
1393
+ "nearThresholdBarsPct": 45.70421155729677,
1394
+ "avgTriggerDriftPct": 1.1640835489793093,
1395
+ "offsetAppliedCount": 0,
1396
+ "makerCreateFeeBts": 0.04826,
1397
+ "btsCancelFee": 0.00482,
1398
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1399
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1400
+ "totalRepositionFeesBts": 2675.726880000329,
1401
+ "feePerDayBts": 2.5158646472089283,
1402
+ "netProfitUnits": 206674.5130579139,
1403
+ "netProfitPerCapital": 10.333725652895694,
1404
+ "ordersPerSide": 20,
1405
+ "grossScore": 4063.9029428406648,
1406
+ "netScore": 4011.8761486193625,
1407
+ "score": 4011.8761486193625
1408
+ },
1409
+ {
1410
+ "ama": "AMA2",
1411
+ "amaParams": {
1412
+ "er": 500,
1413
+ "fast": 2,
1414
+ "slow": 50
1415
+ },
1416
+ "weightName": "valley",
1417
+ "spreadPct": 4,
1418
+ "incrementPct": 0.5,
1419
+ "maxMinRatio": 2,
1420
+ "matchedPairs": 7741,
1421
+ "cyclesTotal": 7741,
1422
+ "rotationCount": 4345,
1423
+ "inventorySaleCount": 3396,
1424
+ "touchedOrders": 30679,
1425
+ "fillEfficiency": 25.232243554222762,
1426
+ "totalProfitUnits": 209350.23993791422,
1427
+ "totalGrossUnits": 217033.56692040063,
1428
+ "finalInventoryUnits": 441232.7210454563,
1429
+ "finalInventoryAvgEntry": 1445.42333704314,
1430
+ "finalInventoryMarkUnits": -79480709.95092954,
1431
+ "profitPerCapital": 10.46751199689571,
1432
+ "pairsPerDay": 7.2785112634671885,
1433
+ "avgOpenDurationBars": 5.2055235903337165,
1434
+ "avgProfitPerPair": 27.04434051645966,
1435
+ "peakOpenOrders": 40,
1436
+ "avgImbalance": 7.652732615083251,
1437
+ "canceledOnReposition": 35484,
1438
+ "repositionCount": 972,
1439
+ "driftTriggerCount": 972,
1440
+ "slopeTriggerCount": 0,
1441
+ "maxDrawdown": 2680.0211475606484,
1442
+ "maxDrawdownPct": 13.400105737803242,
1443
+ "maxInventoryExposure": 480777.7510443095,
1444
+ "avgGridAgeBars": 77.29398628795299,
1445
+ "maxGridAgeBars": 585,
1446
+ "avgCenterDriftPct": 0.4818442680773222,
1447
+ "maxCenterDriftPct": 4.34146794508312,
1448
+ "nearThresholdBarsPct": 45.70421155729677,
1449
+ "avgTriggerDriftPct": 1.1640835489793093,
1450
+ "offsetAppliedCount": 0,
1451
+ "makerCreateFeeBts": 0.04826,
1452
+ "btsCancelFee": 0.00482,
1453
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1454
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1455
+ "totalRepositionFeesBts": 2675.726880000329,
1456
+ "feePerDayBts": 2.5158646472089283,
1457
+ "netProfitUnits": 206674.5130579139,
1458
+ "netProfitPerCapital": 10.333725652895694,
1459
+ "ordersPerSide": 20,
1460
+ "grossScore": 4063.9029428406648,
1461
+ "netScore": 4011.8761486193625,
1462
+ "score": 4011.8761486193625
1463
+ },
1464
+ {
1465
+ "ama": "AMA2",
1466
+ "amaParams": {
1467
+ "er": 500,
1468
+ "fast": 2,
1469
+ "slow": 50
1470
+ },
1471
+ "weightName": "valley",
1472
+ "spreadPct": 4,
1473
+ "incrementPct": 0.5,
1474
+ "maxMinRatio": 3,
1475
+ "matchedPairs": 7741,
1476
+ "cyclesTotal": 7741,
1477
+ "rotationCount": 4345,
1478
+ "inventorySaleCount": 3396,
1479
+ "touchedOrders": 30679,
1480
+ "fillEfficiency": 25.232243554222762,
1481
+ "totalProfitUnits": 209350.23993791422,
1482
+ "totalGrossUnits": 217033.56692040063,
1483
+ "finalInventoryUnits": 441232.7210454563,
1484
+ "finalInventoryAvgEntry": 1445.42333704314,
1485
+ "finalInventoryMarkUnits": -79480709.95092954,
1486
+ "profitPerCapital": 10.46751199689571,
1487
+ "pairsPerDay": 7.2785112634671885,
1488
+ "avgOpenDurationBars": 5.2055235903337165,
1489
+ "avgProfitPerPair": 27.04434051645966,
1490
+ "peakOpenOrders": 40,
1491
+ "avgImbalance": 7.652732615083251,
1492
+ "canceledOnReposition": 35484,
1493
+ "repositionCount": 972,
1494
+ "driftTriggerCount": 972,
1495
+ "slopeTriggerCount": 0,
1496
+ "maxDrawdown": 2680.0211475606484,
1497
+ "maxDrawdownPct": 13.400105737803242,
1498
+ "maxInventoryExposure": 480777.7510443095,
1499
+ "avgGridAgeBars": 77.29398628795299,
1500
+ "maxGridAgeBars": 585,
1501
+ "avgCenterDriftPct": 0.4818442680773222,
1502
+ "maxCenterDriftPct": 4.34146794508312,
1503
+ "nearThresholdBarsPct": 45.70421155729677,
1504
+ "avgTriggerDriftPct": 1.1640835489793093,
1505
+ "offsetAppliedCount": 0,
1506
+ "makerCreateFeeBts": 0.04826,
1507
+ "btsCancelFee": 0.00482,
1508
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1509
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1510
+ "totalRepositionFeesBts": 2675.726880000329,
1511
+ "feePerDayBts": 2.5158646472089283,
1512
+ "netProfitUnits": 206674.5130579139,
1513
+ "netProfitPerCapital": 10.333725652895694,
1514
+ "ordersPerSide": 20,
1515
+ "grossScore": 4063.9029428406648,
1516
+ "netScore": 4011.8761486193625,
1517
+ "score": 4011.8761486193625
1518
+ },
1519
+ {
1520
+ "ama": "AMA3",
1521
+ "amaParams": {
1522
+ "er": 500,
1523
+ "fast": 2,
1524
+ "slow": 50
1525
+ },
1526
+ "weightName": "valley",
1527
+ "spreadPct": 4,
1528
+ "incrementPct": 0.5,
1529
+ "maxMinRatio": 2,
1530
+ "matchedPairs": 7741,
1531
+ "cyclesTotal": 7741,
1532
+ "rotationCount": 4345,
1533
+ "inventorySaleCount": 3396,
1534
+ "touchedOrders": 30679,
1535
+ "fillEfficiency": 25.232243554222762,
1536
+ "totalProfitUnits": 209350.23993791422,
1537
+ "totalGrossUnits": 217033.56692040063,
1538
+ "finalInventoryUnits": 441232.7210454563,
1539
+ "finalInventoryAvgEntry": 1445.42333704314,
1540
+ "finalInventoryMarkUnits": -79480709.95092954,
1541
+ "profitPerCapital": 10.46751199689571,
1542
+ "pairsPerDay": 7.2785112634671885,
1543
+ "avgOpenDurationBars": 5.2055235903337165,
1544
+ "avgProfitPerPair": 27.04434051645966,
1545
+ "peakOpenOrders": 40,
1546
+ "avgImbalance": 7.652732615083251,
1547
+ "canceledOnReposition": 35484,
1548
+ "repositionCount": 972,
1549
+ "driftTriggerCount": 972,
1550
+ "slopeTriggerCount": 0,
1551
+ "maxDrawdown": 2680.0211475606484,
1552
+ "maxDrawdownPct": 13.400105737803242,
1553
+ "maxInventoryExposure": 480777.7510443095,
1554
+ "avgGridAgeBars": 77.29398628795299,
1555
+ "maxGridAgeBars": 585,
1556
+ "avgCenterDriftPct": 0.4818442680773222,
1557
+ "maxCenterDriftPct": 4.34146794508312,
1558
+ "nearThresholdBarsPct": 45.70421155729677,
1559
+ "avgTriggerDriftPct": 1.1640835489793093,
1560
+ "offsetAppliedCount": 0,
1561
+ "makerCreateFeeBts": 0.04826,
1562
+ "btsCancelFee": 0.00482,
1563
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1564
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1565
+ "totalRepositionFeesBts": 2675.726880000329,
1566
+ "feePerDayBts": 2.5158646472089283,
1567
+ "netProfitUnits": 206674.5130579139,
1568
+ "netProfitPerCapital": 10.333725652895694,
1569
+ "ordersPerSide": 20,
1570
+ "grossScore": 4063.9029428406648,
1571
+ "netScore": 4011.8761486193625,
1572
+ "score": 4011.8761486193625
1573
+ },
1574
+ {
1575
+ "ama": "AMA3",
1576
+ "amaParams": {
1577
+ "er": 500,
1578
+ "fast": 2,
1579
+ "slow": 50
1580
+ },
1581
+ "weightName": "valley",
1582
+ "spreadPct": 4,
1583
+ "incrementPct": 0.5,
1584
+ "maxMinRatio": 3,
1585
+ "matchedPairs": 7741,
1586
+ "cyclesTotal": 7741,
1587
+ "rotationCount": 4345,
1588
+ "inventorySaleCount": 3396,
1589
+ "touchedOrders": 30679,
1590
+ "fillEfficiency": 25.232243554222762,
1591
+ "totalProfitUnits": 209350.23993791422,
1592
+ "totalGrossUnits": 217033.56692040063,
1593
+ "finalInventoryUnits": 441232.7210454563,
1594
+ "finalInventoryAvgEntry": 1445.42333704314,
1595
+ "finalInventoryMarkUnits": -79480709.95092954,
1596
+ "profitPerCapital": 10.46751199689571,
1597
+ "pairsPerDay": 7.2785112634671885,
1598
+ "avgOpenDurationBars": 5.2055235903337165,
1599
+ "avgProfitPerPair": 27.04434051645966,
1600
+ "peakOpenOrders": 40,
1601
+ "avgImbalance": 7.652732615083251,
1602
+ "canceledOnReposition": 35484,
1603
+ "repositionCount": 972,
1604
+ "driftTriggerCount": 972,
1605
+ "slopeTriggerCount": 0,
1606
+ "maxDrawdown": 2680.0211475606484,
1607
+ "maxDrawdownPct": 13.400105737803242,
1608
+ "maxInventoryExposure": 480777.7510443095,
1609
+ "avgGridAgeBars": 77.29398628795299,
1610
+ "maxGridAgeBars": 585,
1611
+ "avgCenterDriftPct": 0.4818442680773222,
1612
+ "maxCenterDriftPct": 4.34146794508312,
1613
+ "nearThresholdBarsPct": 45.70421155729677,
1614
+ "avgTriggerDriftPct": 1.1640835489793093,
1615
+ "offsetAppliedCount": 0,
1616
+ "makerCreateFeeBts": 0.04826,
1617
+ "btsCancelFee": 0.00482,
1618
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1619
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1620
+ "totalRepositionFeesBts": 2675.726880000329,
1621
+ "feePerDayBts": 2.5158646472089283,
1622
+ "netProfitUnits": 206674.5130579139,
1623
+ "netProfitPerCapital": 10.333725652895694,
1624
+ "ordersPerSide": 20,
1625
+ "grossScore": 4063.9029428406648,
1626
+ "netScore": 4011.8761486193625,
1627
+ "score": 4011.8761486193625
1628
+ },
1629
+ {
1630
+ "ama": "AMA4",
1631
+ "amaParams": {
1632
+ "er": 500,
1633
+ "fast": 2,
1634
+ "slow": 50
1635
+ },
1636
+ "weightName": "valley",
1637
+ "spreadPct": 4,
1638
+ "incrementPct": 0.5,
1639
+ "maxMinRatio": 2,
1640
+ "matchedPairs": 7741,
1641
+ "cyclesTotal": 7741,
1642
+ "rotationCount": 4345,
1643
+ "inventorySaleCount": 3396,
1644
+ "touchedOrders": 30679,
1645
+ "fillEfficiency": 25.232243554222762,
1646
+ "totalProfitUnits": 209350.23993791422,
1647
+ "totalGrossUnits": 217033.56692040063,
1648
+ "finalInventoryUnits": 441232.7210454563,
1649
+ "finalInventoryAvgEntry": 1445.42333704314,
1650
+ "finalInventoryMarkUnits": -79480709.95092954,
1651
+ "profitPerCapital": 10.46751199689571,
1652
+ "pairsPerDay": 7.2785112634671885,
1653
+ "avgOpenDurationBars": 5.2055235903337165,
1654
+ "avgProfitPerPair": 27.04434051645966,
1655
+ "peakOpenOrders": 40,
1656
+ "avgImbalance": 7.652732615083251,
1657
+ "canceledOnReposition": 35484,
1658
+ "repositionCount": 972,
1659
+ "driftTriggerCount": 972,
1660
+ "slopeTriggerCount": 0,
1661
+ "maxDrawdown": 2680.0211475606484,
1662
+ "maxDrawdownPct": 13.400105737803242,
1663
+ "maxInventoryExposure": 480777.7510443095,
1664
+ "avgGridAgeBars": 77.29398628795299,
1665
+ "maxGridAgeBars": 585,
1666
+ "avgCenterDriftPct": 0.4818442680773222,
1667
+ "maxCenterDriftPct": 4.34146794508312,
1668
+ "nearThresholdBarsPct": 45.70421155729677,
1669
+ "avgTriggerDriftPct": 1.1640835489793093,
1670
+ "offsetAppliedCount": 0,
1671
+ "makerCreateFeeBts": 0.04826,
1672
+ "btsCancelFee": 0.00482,
1673
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1674
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1675
+ "totalRepositionFeesBts": 2675.726880000329,
1676
+ "feePerDayBts": 2.5158646472089283,
1677
+ "netProfitUnits": 206674.5130579139,
1678
+ "netProfitPerCapital": 10.333725652895694,
1679
+ "ordersPerSide": 20,
1680
+ "grossScore": 4063.9029428406648,
1681
+ "netScore": 4011.8761486193625,
1682
+ "score": 4011.8761486193625
1683
+ },
1684
+ {
1685
+ "ama": "AMA4",
1686
+ "amaParams": {
1687
+ "er": 500,
1688
+ "fast": 2,
1689
+ "slow": 50
1690
+ },
1691
+ "weightName": "valley",
1692
+ "spreadPct": 4,
1693
+ "incrementPct": 0.5,
1694
+ "maxMinRatio": 3,
1695
+ "matchedPairs": 7741,
1696
+ "cyclesTotal": 7741,
1697
+ "rotationCount": 4345,
1698
+ "inventorySaleCount": 3396,
1699
+ "touchedOrders": 30679,
1700
+ "fillEfficiency": 25.232243554222762,
1701
+ "totalProfitUnits": 209350.23993791422,
1702
+ "totalGrossUnits": 217033.56692040063,
1703
+ "finalInventoryUnits": 441232.7210454563,
1704
+ "finalInventoryAvgEntry": 1445.42333704314,
1705
+ "finalInventoryMarkUnits": -79480709.95092954,
1706
+ "profitPerCapital": 10.46751199689571,
1707
+ "pairsPerDay": 7.2785112634671885,
1708
+ "avgOpenDurationBars": 5.2055235903337165,
1709
+ "avgProfitPerPair": 27.04434051645966,
1710
+ "peakOpenOrders": 40,
1711
+ "avgImbalance": 7.652732615083251,
1712
+ "canceledOnReposition": 35484,
1713
+ "repositionCount": 972,
1714
+ "driftTriggerCount": 972,
1715
+ "slopeTriggerCount": 0,
1716
+ "maxDrawdown": 2680.0211475606484,
1717
+ "maxDrawdownPct": 13.400105737803242,
1718
+ "maxInventoryExposure": 480777.7510443095,
1719
+ "avgGridAgeBars": 77.29398628795299,
1720
+ "maxGridAgeBars": 585,
1721
+ "avgCenterDriftPct": 0.4818442680773222,
1722
+ "maxCenterDriftPct": 4.34146794508312,
1723
+ "nearThresholdBarsPct": 45.70421155729677,
1724
+ "avgTriggerDriftPct": 1.1640835489793093,
1725
+ "offsetAppliedCount": 0,
1726
+ "makerCreateFeeBts": 0.04826,
1727
+ "btsCancelFee": 0.00482,
1728
+ "avgCancelOrdersPerReposition": 36.50617283950617,
1729
+ "estimatedFeePerRepositionBts": 2.752805432099104,
1730
+ "totalRepositionFeesBts": 2675.726880000329,
1731
+ "feePerDayBts": 2.5158646472089283,
1732
+ "netProfitUnits": 206674.5130579139,
1733
+ "netProfitPerCapital": 10.333725652895694,
1734
+ "ordersPerSide": 20,
1735
+ "grossScore": 4063.9029428406648,
1736
+ "netScore": 4011.8761486193625,
1737
+ "score": 4011.8761486193625
1738
+ },
1739
+ {
1740
+ "ama": "AMA1",
1741
+ "amaParams": {
1742
+ "er": 500,
1743
+ "fast": 2,
1744
+ "slow": 50
1745
+ },
1746
+ "weightName": "neutral",
1747
+ "spreadPct": 4,
1748
+ "incrementPct": 0.5,
1749
+ "maxMinRatio": 2,
1750
+ "matchedPairs": 7746,
1751
+ "cyclesTotal": 7746,
1752
+ "rotationCount": 4345,
1753
+ "inventorySaleCount": 3401,
1754
+ "touchedOrders": 30656,
1755
+ "fillEfficiency": 25.26748434237996,
1756
+ "totalProfitUnits": 208877.2129739325,
1757
+ "totalGrossUnits": 216623.2129739324,
1758
+ "finalInventoryUnits": 444500,
1759
+ "finalInventoryAvgEntry": 1446.1134286842675,
1760
+ "finalInventoryMarkUnits": -80376308.19969013,
1761
+ "profitPerCapital": 10.443860648696624,
1762
+ "pairsPerDay": 7.283212536728697,
1763
+ "avgOpenDurationBars": 5.2055235903337165,
1764
+ "avgProfitPerPair": 26.965816288914603,
1765
+ "peakOpenOrders": 40,
1766
+ "avgImbalance": 7.653437806072478,
1767
+ "canceledOnReposition": 35479,
1768
+ "repositionCount": 972,
1769
+ "driftTriggerCount": 972,
1770
+ "slopeTriggerCount": 0,
1771
+ "maxDrawdown": 2777.7352569863724,
1772
+ "maxDrawdownPct": 13.888676284931861,
1773
+ "maxInventoryExposure": 484000,
1774
+ "avgGridAgeBars": 77.29398628795299,
1775
+ "maxGridAgeBars": 585,
1776
+ "avgCenterDriftPct": 0.4818442680773222,
1777
+ "maxCenterDriftPct": 4.34146794508312,
1778
+ "nearThresholdBarsPct": 45.70421155729677,
1779
+ "avgTriggerDriftPct": 1.1640835489793093,
1780
+ "offsetAppliedCount": 0,
1781
+ "makerCreateFeeBts": 0.04826,
1782
+ "btsCancelFee": 0.00482,
1783
+ "avgCancelOrdersPerReposition": 36.501028806584365,
1784
+ "estimatedFeePerRepositionBts": 2.752780637860421,
1785
+ "totalRepositionFeesBts": 2675.7027800003293,
1786
+ "feePerDayBts": 2.515841987071808,
1787
+ "netProfitUnits": 206201.51019393216,
1788
+ "netProfitPerCapital": 10.310075509696608,
1789
+ "ordersPerSide": 20,
1790
+ "grossScore": 4054.754000379508,
1791
+ "netScore": 4002.7239230859054,
1792
+ "score": 4002.7239230859054
1793
+ },
1794
+ {
1795
+ "ama": "AMA1",
1796
+ "amaParams": {
1797
+ "er": 500,
1798
+ "fast": 2,
1799
+ "slow": 50
1800
+ },
1801
+ "weightName": "neutral",
1802
+ "spreadPct": 4,
1803
+ "incrementPct": 0.5,
1804
+ "maxMinRatio": 3,
1805
+ "matchedPairs": 7746,
1806
+ "cyclesTotal": 7746,
1807
+ "rotationCount": 4345,
1808
+ "inventorySaleCount": 3401,
1809
+ "touchedOrders": 30656,
1810
+ "fillEfficiency": 25.26748434237996,
1811
+ "totalProfitUnits": 208877.2129739325,
1812
+ "totalGrossUnits": 216623.2129739324,
1813
+ "finalInventoryUnits": 444500,
1814
+ "finalInventoryAvgEntry": 1446.1134286842675,
1815
+ "finalInventoryMarkUnits": -80376308.19969013,
1816
+ "profitPerCapital": 10.443860648696624,
1817
+ "pairsPerDay": 7.283212536728697,
1818
+ "avgOpenDurationBars": 5.2055235903337165,
1819
+ "avgProfitPerPair": 26.965816288914603,
1820
+ "peakOpenOrders": 40,
1821
+ "avgImbalance": 7.653437806072478,
1822
+ "canceledOnReposition": 35479,
1823
+ "repositionCount": 972,
1824
+ "driftTriggerCount": 972,
1825
+ "slopeTriggerCount": 0,
1826
+ "maxDrawdown": 2777.7352569863724,
1827
+ "maxDrawdownPct": 13.888676284931861,
1828
+ "maxInventoryExposure": 484000,
1829
+ "avgGridAgeBars": 77.29398628795299,
1830
+ "maxGridAgeBars": 585,
1831
+ "avgCenterDriftPct": 0.4818442680773222,
1832
+ "maxCenterDriftPct": 4.34146794508312,
1833
+ "nearThresholdBarsPct": 45.70421155729677,
1834
+ "avgTriggerDriftPct": 1.1640835489793093,
1835
+ "offsetAppliedCount": 0,
1836
+ "makerCreateFeeBts": 0.04826,
1837
+ "btsCancelFee": 0.00482,
1838
+ "avgCancelOrdersPerReposition": 36.501028806584365,
1839
+ "estimatedFeePerRepositionBts": 2.752780637860421,
1840
+ "totalRepositionFeesBts": 2675.7027800003293,
1841
+ "feePerDayBts": 2.515841987071808,
1842
+ "netProfitUnits": 206201.51019393216,
1843
+ "netProfitPerCapital": 10.310075509696608,
1844
+ "ordersPerSide": 20,
1845
+ "grossScore": 4054.754000379508,
1846
+ "netScore": 4002.7239230859054,
1847
+ "score": 4002.7239230859054
1848
+ },
1849
+ {
1850
+ "ama": "AMA2",
1851
+ "amaParams": {
1852
+ "er": 500,
1853
+ "fast": 2,
1854
+ "slow": 50
1855
+ },
1856
+ "weightName": "neutral",
1857
+ "spreadPct": 4,
1858
+ "incrementPct": 0.5,
1859
+ "maxMinRatio": 2,
1860
+ "matchedPairs": 7746,
1861
+ "cyclesTotal": 7746,
1862
+ "rotationCount": 4345,
1863
+ "inventorySaleCount": 3401,
1864
+ "touchedOrders": 30656,
1865
+ "fillEfficiency": 25.26748434237996,
1866
+ "totalProfitUnits": 208877.2129739325,
1867
+ "totalGrossUnits": 216623.2129739324,
1868
+ "finalInventoryUnits": 444500,
1869
+ "finalInventoryAvgEntry": 1446.1134286842675,
1870
+ "finalInventoryMarkUnits": -80376308.19969013,
1871
+ "profitPerCapital": 10.443860648696624,
1872
+ "pairsPerDay": 7.283212536728697,
1873
+ "avgOpenDurationBars": 5.2055235903337165,
1874
+ "avgProfitPerPair": 26.965816288914603,
1875
+ "peakOpenOrders": 40,
1876
+ "avgImbalance": 7.653437806072478,
1877
+ "canceledOnReposition": 35479,
1878
+ "repositionCount": 972,
1879
+ "driftTriggerCount": 972,
1880
+ "slopeTriggerCount": 0,
1881
+ "maxDrawdown": 2777.7352569863724,
1882
+ "maxDrawdownPct": 13.888676284931861,
1883
+ "maxInventoryExposure": 484000,
1884
+ "avgGridAgeBars": 77.29398628795299,
1885
+ "maxGridAgeBars": 585,
1886
+ "avgCenterDriftPct": 0.4818442680773222,
1887
+ "maxCenterDriftPct": 4.34146794508312,
1888
+ "nearThresholdBarsPct": 45.70421155729677,
1889
+ "avgTriggerDriftPct": 1.1640835489793093,
1890
+ "offsetAppliedCount": 0,
1891
+ "makerCreateFeeBts": 0.04826,
1892
+ "btsCancelFee": 0.00482,
1893
+ "avgCancelOrdersPerReposition": 36.501028806584365,
1894
+ "estimatedFeePerRepositionBts": 2.752780637860421,
1895
+ "totalRepositionFeesBts": 2675.7027800003293,
1896
+ "feePerDayBts": 2.515841987071808,
1897
+ "netProfitUnits": 206201.51019393216,
1898
+ "netProfitPerCapital": 10.310075509696608,
1899
+ "ordersPerSide": 20,
1900
+ "grossScore": 4054.754000379508,
1901
+ "netScore": 4002.7239230859054,
1902
+ "score": 4002.7239230859054
1903
+ },
1904
+ {
1905
+ "ama": "AMA2",
1906
+ "amaParams": {
1907
+ "er": 500,
1908
+ "fast": 2,
1909
+ "slow": 50
1910
+ },
1911
+ "weightName": "neutral",
1912
+ "spreadPct": 4,
1913
+ "incrementPct": 0.5,
1914
+ "maxMinRatio": 3,
1915
+ "matchedPairs": 7746,
1916
+ "cyclesTotal": 7746,
1917
+ "rotationCount": 4345,
1918
+ "inventorySaleCount": 3401,
1919
+ "touchedOrders": 30656,
1920
+ "fillEfficiency": 25.26748434237996,
1921
+ "totalProfitUnits": 208877.2129739325,
1922
+ "totalGrossUnits": 216623.2129739324,
1923
+ "finalInventoryUnits": 444500,
1924
+ "finalInventoryAvgEntry": 1446.1134286842675,
1925
+ "finalInventoryMarkUnits": -80376308.19969013,
1926
+ "profitPerCapital": 10.443860648696624,
1927
+ "pairsPerDay": 7.283212536728697,
1928
+ "avgOpenDurationBars": 5.2055235903337165,
1929
+ "avgProfitPerPair": 26.965816288914603,
1930
+ "peakOpenOrders": 40,
1931
+ "avgImbalance": 7.653437806072478,
1932
+ "canceledOnReposition": 35479,
1933
+ "repositionCount": 972,
1934
+ "driftTriggerCount": 972,
1935
+ "slopeTriggerCount": 0,
1936
+ "maxDrawdown": 2777.7352569863724,
1937
+ "maxDrawdownPct": 13.888676284931861,
1938
+ "maxInventoryExposure": 484000,
1939
+ "avgGridAgeBars": 77.29398628795299,
1940
+ "maxGridAgeBars": 585,
1941
+ "avgCenterDriftPct": 0.4818442680773222,
1942
+ "maxCenterDriftPct": 4.34146794508312,
1943
+ "nearThresholdBarsPct": 45.70421155729677,
1944
+ "avgTriggerDriftPct": 1.1640835489793093,
1945
+ "offsetAppliedCount": 0,
1946
+ "makerCreateFeeBts": 0.04826,
1947
+ "btsCancelFee": 0.00482,
1948
+ "avgCancelOrdersPerReposition": 36.501028806584365,
1949
+ "estimatedFeePerRepositionBts": 2.752780637860421,
1950
+ "totalRepositionFeesBts": 2675.7027800003293,
1951
+ "feePerDayBts": 2.515841987071808,
1952
+ "netProfitUnits": 206201.51019393216,
1953
+ "netProfitPerCapital": 10.310075509696608,
1954
+ "ordersPerSide": 20,
1955
+ "grossScore": 4054.754000379508,
1956
+ "netScore": 4002.7239230859054,
1957
+ "score": 4002.7239230859054
1958
+ },
1959
+ {
1960
+ "ama": "AMA3",
1961
+ "amaParams": {
1962
+ "er": 500,
1963
+ "fast": 2,
1964
+ "slow": 50
1965
+ },
1966
+ "weightName": "neutral",
1967
+ "spreadPct": 4,
1968
+ "incrementPct": 0.5,
1969
+ "maxMinRatio": 2,
1970
+ "matchedPairs": 7746,
1971
+ "cyclesTotal": 7746,
1972
+ "rotationCount": 4345,
1973
+ "inventorySaleCount": 3401,
1974
+ "touchedOrders": 30656,
1975
+ "fillEfficiency": 25.26748434237996,
1976
+ "totalProfitUnits": 208877.2129739325,
1977
+ "totalGrossUnits": 216623.2129739324,
1978
+ "finalInventoryUnits": 444500,
1979
+ "finalInventoryAvgEntry": 1446.1134286842675,
1980
+ "finalInventoryMarkUnits": -80376308.19969013,
1981
+ "profitPerCapital": 10.443860648696624,
1982
+ "pairsPerDay": 7.283212536728697,
1983
+ "avgOpenDurationBars": 5.2055235903337165,
1984
+ "avgProfitPerPair": 26.965816288914603,
1985
+ "peakOpenOrders": 40,
1986
+ "avgImbalance": 7.653437806072478,
1987
+ "canceledOnReposition": 35479,
1988
+ "repositionCount": 972,
1989
+ "driftTriggerCount": 972,
1990
+ "slopeTriggerCount": 0,
1991
+ "maxDrawdown": 2777.7352569863724,
1992
+ "maxDrawdownPct": 13.888676284931861,
1993
+ "maxInventoryExposure": 484000,
1994
+ "avgGridAgeBars": 77.29398628795299,
1995
+ "maxGridAgeBars": 585,
1996
+ "avgCenterDriftPct": 0.4818442680773222,
1997
+ "maxCenterDriftPct": 4.34146794508312,
1998
+ "nearThresholdBarsPct": 45.70421155729677,
1999
+ "avgTriggerDriftPct": 1.1640835489793093,
2000
+ "offsetAppliedCount": 0,
2001
+ "makerCreateFeeBts": 0.04826,
2002
+ "btsCancelFee": 0.00482,
2003
+ "avgCancelOrdersPerReposition": 36.501028806584365,
2004
+ "estimatedFeePerRepositionBts": 2.752780637860421,
2005
+ "totalRepositionFeesBts": 2675.7027800003293,
2006
+ "feePerDayBts": 2.515841987071808,
2007
+ "netProfitUnits": 206201.51019393216,
2008
+ "netProfitPerCapital": 10.310075509696608,
2009
+ "ordersPerSide": 20,
2010
+ "grossScore": 4054.754000379508,
2011
+ "netScore": 4002.7239230859054,
2012
+ "score": 4002.7239230859054
2013
+ },
2014
+ {
2015
+ "ama": "AMA3",
2016
+ "amaParams": {
2017
+ "er": 500,
2018
+ "fast": 2,
2019
+ "slow": 50
2020
+ },
2021
+ "weightName": "neutral",
2022
+ "spreadPct": 4,
2023
+ "incrementPct": 0.5,
2024
+ "maxMinRatio": 3,
2025
+ "matchedPairs": 7746,
2026
+ "cyclesTotal": 7746,
2027
+ "rotationCount": 4345,
2028
+ "inventorySaleCount": 3401,
2029
+ "touchedOrders": 30656,
2030
+ "fillEfficiency": 25.26748434237996,
2031
+ "totalProfitUnits": 208877.2129739325,
2032
+ "totalGrossUnits": 216623.2129739324,
2033
+ "finalInventoryUnits": 444500,
2034
+ "finalInventoryAvgEntry": 1446.1134286842675,
2035
+ "finalInventoryMarkUnits": -80376308.19969013,
2036
+ "profitPerCapital": 10.443860648696624,
2037
+ "pairsPerDay": 7.283212536728697,
2038
+ "avgOpenDurationBars": 5.2055235903337165,
2039
+ "avgProfitPerPair": 26.965816288914603,
2040
+ "peakOpenOrders": 40,
2041
+ "avgImbalance": 7.653437806072478,
2042
+ "canceledOnReposition": 35479,
2043
+ "repositionCount": 972,
2044
+ "driftTriggerCount": 972,
2045
+ "slopeTriggerCount": 0,
2046
+ "maxDrawdown": 2777.7352569863724,
2047
+ "maxDrawdownPct": 13.888676284931861,
2048
+ "maxInventoryExposure": 484000,
2049
+ "avgGridAgeBars": 77.29398628795299,
2050
+ "maxGridAgeBars": 585,
2051
+ "avgCenterDriftPct": 0.4818442680773222,
2052
+ "maxCenterDriftPct": 4.34146794508312,
2053
+ "nearThresholdBarsPct": 45.70421155729677,
2054
+ "avgTriggerDriftPct": 1.1640835489793093,
2055
+ "offsetAppliedCount": 0,
2056
+ "makerCreateFeeBts": 0.04826,
2057
+ "btsCancelFee": 0.00482,
2058
+ "avgCancelOrdersPerReposition": 36.501028806584365,
2059
+ "estimatedFeePerRepositionBts": 2.752780637860421,
2060
+ "totalRepositionFeesBts": 2675.7027800003293,
2061
+ "feePerDayBts": 2.515841987071808,
2062
+ "netProfitUnits": 206201.51019393216,
2063
+ "netProfitPerCapital": 10.310075509696608,
2064
+ "ordersPerSide": 20,
2065
+ "grossScore": 4054.754000379508,
2066
+ "netScore": 4002.7239230859054,
2067
+ "score": 4002.7239230859054
2068
+ },
2069
+ {
2070
+ "ama": "AMA4",
2071
+ "amaParams": {
2072
+ "er": 500,
2073
+ "fast": 2,
2074
+ "slow": 50
2075
+ },
2076
+ "weightName": "neutral",
2077
+ "spreadPct": 4,
2078
+ "incrementPct": 0.5,
2079
+ "maxMinRatio": 2,
2080
+ "matchedPairs": 7746,
2081
+ "cyclesTotal": 7746,
2082
+ "rotationCount": 4345,
2083
+ "inventorySaleCount": 3401,
2084
+ "touchedOrders": 30656,
2085
+ "fillEfficiency": 25.26748434237996,
2086
+ "totalProfitUnits": 208877.2129739325,
2087
+ "totalGrossUnits": 216623.2129739324,
2088
+ "finalInventoryUnits": 444500,
2089
+ "finalInventoryAvgEntry": 1446.1134286842675,
2090
+ "finalInventoryMarkUnits": -80376308.19969013,
2091
+ "profitPerCapital": 10.443860648696624,
2092
+ "pairsPerDay": 7.283212536728697,
2093
+ "avgOpenDurationBars": 5.2055235903337165,
2094
+ "avgProfitPerPair": 26.965816288914603,
2095
+ "peakOpenOrders": 40,
2096
+ "avgImbalance": 7.653437806072478,
2097
+ "canceledOnReposition": 35479,
2098
+ "repositionCount": 972,
2099
+ "driftTriggerCount": 972,
2100
+ "slopeTriggerCount": 0,
2101
+ "maxDrawdown": 2777.7352569863724,
2102
+ "maxDrawdownPct": 13.888676284931861,
2103
+ "maxInventoryExposure": 484000,
2104
+ "avgGridAgeBars": 77.29398628795299,
2105
+ "maxGridAgeBars": 585,
2106
+ "avgCenterDriftPct": 0.4818442680773222,
2107
+ "maxCenterDriftPct": 4.34146794508312,
2108
+ "nearThresholdBarsPct": 45.70421155729677,
2109
+ "avgTriggerDriftPct": 1.1640835489793093,
2110
+ "offsetAppliedCount": 0,
2111
+ "makerCreateFeeBts": 0.04826,
2112
+ "btsCancelFee": 0.00482,
2113
+ "avgCancelOrdersPerReposition": 36.501028806584365,
2114
+ "estimatedFeePerRepositionBts": 2.752780637860421,
2115
+ "totalRepositionFeesBts": 2675.7027800003293,
2116
+ "feePerDayBts": 2.515841987071808,
2117
+ "netProfitUnits": 206201.51019393216,
2118
+ "netProfitPerCapital": 10.310075509696608,
2119
+ "ordersPerSide": 20,
2120
+ "grossScore": 4054.754000379508,
2121
+ "netScore": 4002.7239230859054,
2122
+ "score": 4002.7239230859054
2123
+ },
2124
+ {
2125
+ "ama": "AMA4",
2126
+ "amaParams": {
2127
+ "er": 500,
2128
+ "fast": 2,
2129
+ "slow": 50
2130
+ },
2131
+ "weightName": "neutral",
2132
+ "spreadPct": 4,
2133
+ "incrementPct": 0.5,
2134
+ "maxMinRatio": 3,
2135
+ "matchedPairs": 7746,
2136
+ "cyclesTotal": 7746,
2137
+ "rotationCount": 4345,
2138
+ "inventorySaleCount": 3401,
2139
+ "touchedOrders": 30656,
2140
+ "fillEfficiency": 25.26748434237996,
2141
+ "totalProfitUnits": 208877.2129739325,
2142
+ "totalGrossUnits": 216623.2129739324,
2143
+ "finalInventoryUnits": 444500,
2144
+ "finalInventoryAvgEntry": 1446.1134286842675,
2145
+ "finalInventoryMarkUnits": -80376308.19969013,
2146
+ "profitPerCapital": 10.443860648696624,
2147
+ "pairsPerDay": 7.283212536728697,
2148
+ "avgOpenDurationBars": 5.2055235903337165,
2149
+ "avgProfitPerPair": 26.965816288914603,
2150
+ "peakOpenOrders": 40,
2151
+ "avgImbalance": 7.653437806072478,
2152
+ "canceledOnReposition": 35479,
2153
+ "repositionCount": 972,
2154
+ "driftTriggerCount": 972,
2155
+ "slopeTriggerCount": 0,
2156
+ "maxDrawdown": 2777.7352569863724,
2157
+ "maxDrawdownPct": 13.888676284931861,
2158
+ "maxInventoryExposure": 484000,
2159
+ "avgGridAgeBars": 77.29398628795299,
2160
+ "maxGridAgeBars": 585,
2161
+ "avgCenterDriftPct": 0.4818442680773222,
2162
+ "maxCenterDriftPct": 4.34146794508312,
2163
+ "nearThresholdBarsPct": 45.70421155729677,
2164
+ "avgTriggerDriftPct": 1.1640835489793093,
2165
+ "offsetAppliedCount": 0,
2166
+ "makerCreateFeeBts": 0.04826,
2167
+ "btsCancelFee": 0.00482,
2168
+ "avgCancelOrdersPerReposition": 36.501028806584365,
2169
+ "estimatedFeePerRepositionBts": 2.752780637860421,
2170
+ "totalRepositionFeesBts": 2675.7027800003293,
2171
+ "feePerDayBts": 2.515841987071808,
2172
+ "netProfitUnits": 206201.51019393216,
2173
+ "netProfitPerCapital": 10.310075509696608,
2174
+ "ordersPerSide": 20,
2175
+ "grossScore": 4054.754000379508,
2176
+ "netScore": 4002.7239230859054,
2177
+ "score": 4002.7239230859054
2178
+ },
2179
+ {
2180
+ "ama": "AMA1",
2181
+ "amaParams": {
2182
+ "er": 500,
2183
+ "fast": 2,
2184
+ "slow": 50
2185
+ },
2186
+ "weightName": "mountain",
2187
+ "spreadPct": 4,
2188
+ "incrementPct": 0.5,
2189
+ "maxMinRatio": 2,
2190
+ "matchedPairs": 7755,
2191
+ "cyclesTotal": 7755,
2192
+ "rotationCount": 4345,
2193
+ "inventorySaleCount": 3410,
2194
+ "touchedOrders": 30600,
2195
+ "fillEfficiency": 25.34313725490196,
2196
+ "totalProfitUnits": 208652.59696933563,
2197
+ "totalGrossUnits": 216515.58071906236,
2198
+ "finalInventoryUnits": 450915.9092150869,
2199
+ "finalInventoryAvgEntry": 1447.5526563698631,
2200
+ "finalInventoryMarkUnits": -82186078.77891928,
2201
+ "profitPerCapital": 10.432629848466782,
2202
+ "pairsPerDay": 7.291674828599412,
2203
+ "avgOpenDurationBars": 5.2055235903337165,
2204
+ "avgProfitPerPair": 26.905557313905305,
2205
+ "peakOpenOrders": 40,
2206
+ "avgImbalance": 7.655318315377081,
2207
+ "canceledOnReposition": 35470,
2208
+ "repositionCount": 972,
2209
+ "driftTriggerCount": 972,
2210
+ "slopeTriggerCount": 0,
2211
+ "maxDrawdown": 2968.6108223603514,
2212
+ "maxDrawdownPct": 14.843054111801756,
2213
+ "maxInventoryExposure": 490320.3258743013,
2214
+ "avgGridAgeBars": 77.29398628795299,
2215
+ "maxGridAgeBars": 585,
2216
+ "avgCenterDriftPct": 0.4818442680773222,
2217
+ "maxCenterDriftPct": 4.34146794508312,
2218
+ "nearThresholdBarsPct": 45.70421155729677,
2219
+ "avgTriggerDriftPct": 1.1640835489793093,
2220
+ "offsetAppliedCount": 0,
2221
+ "makerCreateFeeBts": 0.04826,
2222
+ "btsCancelFee": 0.00482,
2223
+ "avgCancelOrdersPerReposition": 36.491769547325106,
2224
+ "estimatedFeePerRepositionBts": 2.752736008230791,
2225
+ "totalRepositionFeesBts": 2675.659400000329,
2226
+ "feePerDayBts": 2.515801198824991,
2227
+ "netProfitUnits": 205976.9375693353,
2228
+ "netProfitPerCapital": 10.298846878466765,
2229
+ "ordersPerSide": 20,
2230
+ "grossScore": 4050.4351936600374,
2231
+ "netScore": 3998.399213105078,
2232
+ "score": 3998.399213105078
2233
+ },
2234
+ {
2235
+ "ama": "AMA1",
2236
+ "amaParams": {
2237
+ "er": 500,
2238
+ "fast": 2,
2239
+ "slow": 50
2240
+ },
2241
+ "weightName": "mountain",
2242
+ "spreadPct": 4,
2243
+ "incrementPct": 0.5,
2244
+ "maxMinRatio": 3,
2245
+ "matchedPairs": 7755,
2246
+ "cyclesTotal": 7755,
2247
+ "rotationCount": 4345,
2248
+ "inventorySaleCount": 3410,
2249
+ "touchedOrders": 30600,
2250
+ "fillEfficiency": 25.34313725490196,
2251
+ "totalProfitUnits": 208652.59696933563,
2252
+ "totalGrossUnits": 216515.58071906236,
2253
+ "finalInventoryUnits": 450915.9092150869,
2254
+ "finalInventoryAvgEntry": 1447.5526563698631,
2255
+ "finalInventoryMarkUnits": -82186078.77891928,
2256
+ "profitPerCapital": 10.432629848466782,
2257
+ "pairsPerDay": 7.291674828599412,
2258
+ "avgOpenDurationBars": 5.2055235903337165,
2259
+ "avgProfitPerPair": 26.905557313905305,
2260
+ "peakOpenOrders": 40,
2261
+ "avgImbalance": 7.655318315377081,
2262
+ "canceledOnReposition": 35470,
2263
+ "repositionCount": 972,
2264
+ "driftTriggerCount": 972,
2265
+ "slopeTriggerCount": 0,
2266
+ "maxDrawdown": 2968.6108223603514,
2267
+ "maxDrawdownPct": 14.843054111801756,
2268
+ "maxInventoryExposure": 490320.3258743013,
2269
+ "avgGridAgeBars": 77.29398628795299,
2270
+ "maxGridAgeBars": 585,
2271
+ "avgCenterDriftPct": 0.4818442680773222,
2272
+ "maxCenterDriftPct": 4.34146794508312,
2273
+ "nearThresholdBarsPct": 45.70421155729677,
2274
+ "avgTriggerDriftPct": 1.1640835489793093,
2275
+ "offsetAppliedCount": 0,
2276
+ "makerCreateFeeBts": 0.04826,
2277
+ "btsCancelFee": 0.00482,
2278
+ "avgCancelOrdersPerReposition": 36.491769547325106,
2279
+ "estimatedFeePerRepositionBts": 2.752736008230791,
2280
+ "totalRepositionFeesBts": 2675.659400000329,
2281
+ "feePerDayBts": 2.515801198824991,
2282
+ "netProfitUnits": 205976.9375693353,
2283
+ "netProfitPerCapital": 10.298846878466765,
2284
+ "ordersPerSide": 20,
2285
+ "grossScore": 4050.4351936600374,
2286
+ "netScore": 3998.399213105078,
2287
+ "score": 3998.399213105078
2288
+ },
2289
+ {
2290
+ "ama": "AMA2",
2291
+ "amaParams": {
2292
+ "er": 500,
2293
+ "fast": 2,
2294
+ "slow": 50
2295
+ },
2296
+ "weightName": "mountain",
2297
+ "spreadPct": 4,
2298
+ "incrementPct": 0.5,
2299
+ "maxMinRatio": 2,
2300
+ "matchedPairs": 7755,
2301
+ "cyclesTotal": 7755,
2302
+ "rotationCount": 4345,
2303
+ "inventorySaleCount": 3410,
2304
+ "touchedOrders": 30600,
2305
+ "fillEfficiency": 25.34313725490196,
2306
+ "totalProfitUnits": 208652.59696933563,
2307
+ "totalGrossUnits": 216515.58071906236,
2308
+ "finalInventoryUnits": 450915.9092150869,
2309
+ "finalInventoryAvgEntry": 1447.5526563698631,
2310
+ "finalInventoryMarkUnits": -82186078.77891928,
2311
+ "profitPerCapital": 10.432629848466782,
2312
+ "pairsPerDay": 7.291674828599412,
2313
+ "avgOpenDurationBars": 5.2055235903337165,
2314
+ "avgProfitPerPair": 26.905557313905305,
2315
+ "peakOpenOrders": 40,
2316
+ "avgImbalance": 7.655318315377081,
2317
+ "canceledOnReposition": 35470,
2318
+ "repositionCount": 972,
2319
+ "driftTriggerCount": 972,
2320
+ "slopeTriggerCount": 0,
2321
+ "maxDrawdown": 2968.6108223603514,
2322
+ "maxDrawdownPct": 14.843054111801756,
2323
+ "maxInventoryExposure": 490320.3258743013,
2324
+ "avgGridAgeBars": 77.29398628795299,
2325
+ "maxGridAgeBars": 585,
2326
+ "avgCenterDriftPct": 0.4818442680773222,
2327
+ "maxCenterDriftPct": 4.34146794508312,
2328
+ "nearThresholdBarsPct": 45.70421155729677,
2329
+ "avgTriggerDriftPct": 1.1640835489793093,
2330
+ "offsetAppliedCount": 0,
2331
+ "makerCreateFeeBts": 0.04826,
2332
+ "btsCancelFee": 0.00482,
2333
+ "avgCancelOrdersPerReposition": 36.491769547325106,
2334
+ "estimatedFeePerRepositionBts": 2.752736008230791,
2335
+ "totalRepositionFeesBts": 2675.659400000329,
2336
+ "feePerDayBts": 2.515801198824991,
2337
+ "netProfitUnits": 205976.9375693353,
2338
+ "netProfitPerCapital": 10.298846878466765,
2339
+ "ordersPerSide": 20,
2340
+ "grossScore": 4050.4351936600374,
2341
+ "netScore": 3998.399213105078,
2342
+ "score": 3998.399213105078
2343
+ },
2344
+ {
2345
+ "ama": "AMA2",
2346
+ "amaParams": {
2347
+ "er": 500,
2348
+ "fast": 2,
2349
+ "slow": 50
2350
+ },
2351
+ "weightName": "mountain",
2352
+ "spreadPct": 4,
2353
+ "incrementPct": 0.5,
2354
+ "maxMinRatio": 3,
2355
+ "matchedPairs": 7755,
2356
+ "cyclesTotal": 7755,
2357
+ "rotationCount": 4345,
2358
+ "inventorySaleCount": 3410,
2359
+ "touchedOrders": 30600,
2360
+ "fillEfficiency": 25.34313725490196,
2361
+ "totalProfitUnits": 208652.59696933563,
2362
+ "totalGrossUnits": 216515.58071906236,
2363
+ "finalInventoryUnits": 450915.9092150869,
2364
+ "finalInventoryAvgEntry": 1447.5526563698631,
2365
+ "finalInventoryMarkUnits": -82186078.77891928,
2366
+ "profitPerCapital": 10.432629848466782,
2367
+ "pairsPerDay": 7.291674828599412,
2368
+ "avgOpenDurationBars": 5.2055235903337165,
2369
+ "avgProfitPerPair": 26.905557313905305,
2370
+ "peakOpenOrders": 40,
2371
+ "avgImbalance": 7.655318315377081,
2372
+ "canceledOnReposition": 35470,
2373
+ "repositionCount": 972,
2374
+ "driftTriggerCount": 972,
2375
+ "slopeTriggerCount": 0,
2376
+ "maxDrawdown": 2968.6108223603514,
2377
+ "maxDrawdownPct": 14.843054111801756,
2378
+ "maxInventoryExposure": 490320.3258743013,
2379
+ "avgGridAgeBars": 77.29398628795299,
2380
+ "maxGridAgeBars": 585,
2381
+ "avgCenterDriftPct": 0.4818442680773222,
2382
+ "maxCenterDriftPct": 4.34146794508312,
2383
+ "nearThresholdBarsPct": 45.70421155729677,
2384
+ "avgTriggerDriftPct": 1.1640835489793093,
2385
+ "offsetAppliedCount": 0,
2386
+ "makerCreateFeeBts": 0.04826,
2387
+ "btsCancelFee": 0.00482,
2388
+ "avgCancelOrdersPerReposition": 36.491769547325106,
2389
+ "estimatedFeePerRepositionBts": 2.752736008230791,
2390
+ "totalRepositionFeesBts": 2675.659400000329,
2391
+ "feePerDayBts": 2.515801198824991,
2392
+ "netProfitUnits": 205976.9375693353,
2393
+ "netProfitPerCapital": 10.298846878466765,
2394
+ "ordersPerSide": 20,
2395
+ "grossScore": 4050.4351936600374,
2396
+ "netScore": 3998.399213105078,
2397
+ "score": 3998.399213105078
2398
+ }
2399
+ ],
2400
+ "winner": {
2401
+ "ama": "AMA1",
2402
+ "amaParams": {
2403
+ "er": 500,
2404
+ "fast": 2,
2405
+ "slow": 50
2406
+ },
2407
+ "weightName": "valley",
2408
+ "spreadPct": 4,
2409
+ "incrementPct": 0.5,
2410
+ "maxMinRatio": 2,
2411
+ "matchedPairs": 7741,
2412
+ "cyclesTotal": 7741,
2413
+ "rotationCount": 4345,
2414
+ "inventorySaleCount": 3396,
2415
+ "touchedOrders": 30679,
2416
+ "fillEfficiency": 25.232243554222762,
2417
+ "totalProfitUnits": 209350.23993791422,
2418
+ "totalGrossUnits": 217033.56692040063,
2419
+ "finalInventoryUnits": 441232.7210454563,
2420
+ "finalInventoryAvgEntry": 1445.42333704314,
2421
+ "finalInventoryMarkUnits": -79480709.95092954,
2422
+ "profitPerCapital": 10.46751199689571,
2423
+ "pairsPerDay": 7.2785112634671885,
2424
+ "avgOpenDurationBars": 5.2055235903337165,
2425
+ "avgProfitPerPair": 27.04434051645966,
2426
+ "peakOpenOrders": 40,
2427
+ "avgImbalance": 7.652732615083251,
2428
+ "canceledOnReposition": 35484,
2429
+ "repositionCount": 972,
2430
+ "driftTriggerCount": 972,
2431
+ "slopeTriggerCount": 0,
2432
+ "maxDrawdown": 2680.0211475606484,
2433
+ "maxDrawdownPct": 13.400105737803242,
2434
+ "maxInventoryExposure": 480777.7510443095,
2435
+ "avgGridAgeBars": 77.29398628795299,
2436
+ "maxGridAgeBars": 585,
2437
+ "avgCenterDriftPct": 0.4818442680773222,
2438
+ "maxCenterDriftPct": 4.34146794508312,
2439
+ "nearThresholdBarsPct": 45.70421155729677,
2440
+ "avgTriggerDriftPct": 1.1640835489793093,
2441
+ "offsetAppliedCount": 0,
2442
+ "makerCreateFeeBts": 0.04826,
2443
+ "btsCancelFee": 0.00482,
2444
+ "avgCancelOrdersPerReposition": 36.50617283950617,
2445
+ "estimatedFeePerRepositionBts": 2.752805432099104,
2446
+ "totalRepositionFeesBts": 2675.726880000329,
2447
+ "feePerDayBts": 2.5158646472089283,
2448
+ "netProfitUnits": 206674.5130579139,
2449
+ "netProfitPerCapital": 10.333725652895694,
2450
+ "ordersPerSide": 20,
2451
+ "grossScore": 4063.9029428406648,
2452
+ "netScore": 4011.8761486193625,
2453
+ "score": 4011.8761486193625
2454
+ }
2455
+ }