dexbot 1.6.2 → 1.6.4

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 (212) hide show
  1. package/CHANGELOG.md +53 -3
  2. package/README.md +11 -7
  3. package/analysis/README.md +20 -14
  4. package/analysis/account_resolver.ts +171 -0
  5. package/analysis/ama_fitting/analyze_lambda_vs_slow.ts +2 -5
  6. package/analysis/ama_fitting/package.json +1 -1
  7. package/analysis/bot_usage/discover_bot_accounts.ts +20 -27
  8. package/analysis/chain_pool.ts +47 -0
  9. package/analysis/chart_utils.ts +33 -20
  10. package/analysis/derivative_chart_generator.ts +2 -3
  11. package/analysis/fills_source.ts +234 -0
  12. package/analysis/grid_correction_check.ts +104 -244
  13. package/analysis/results/ama_sweep_results_lp_pool_133_1h.json +2455 -0
  14. package/analysis/results/bot_fitting_results_lp_pool_133_1h.json +218 -0
  15. package/analysis/trade_profitability.ts +169 -304
  16. package/analysis/tradingview/README.md +2 -2
  17. package/analysis/tradingview/h-bts_tradingview.html +1570 -0
  18. package/analysis/tradingview/t-bts_tradingview.html +1570 -0
  19. package/analysis/tradingview/tradingview_uplot_chart_generator.ts +3 -4
  20. package/analysis/trend_detection/dynamic_weight_chart_generator.ts +2 -3
  21. package/analysis/trend_detection/kalman_chart_generator.ts +2 -3
  22. package/analysis/trend_detection/package.json +1 -1
  23. package/analysis/trend_detection/regime_chart_generator.ts +2 -3
  24. package/analysis/trend_detection/volatility_chart_generator.ts +2 -3
  25. package/claw/package.json +1 -1
  26. package/claw/runtimes/openclaw-plugin/openclaw.plugin.json +1 -1
  27. package/claw/runtimes/openclaw-plugin/package.json +1 -1
  28. package/claw/tests/test_claw_mcp_transport.ts +2 -2
  29. package/dist/analysis/account_resolver.d.ts +43 -0
  30. package/dist/analysis/account_resolver.d.ts.map +1 -0
  31. package/dist/analysis/account_resolver.js +137 -0
  32. package/dist/analysis/account_resolver.js.map +1 -0
  33. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.d.ts.map +1 -1
  34. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.js +2 -4
  35. package/dist/analysis/ama_fitting/analyze_lambda_vs_slow.js.map +1 -1
  36. package/dist/analysis/bot_usage/discover_bot_accounts.js +20 -28
  37. package/dist/analysis/bot_usage/discover_bot_accounts.js.map +1 -1
  38. package/dist/analysis/chain_pool.d.ts +10 -0
  39. package/dist/analysis/chain_pool.d.ts.map +1 -0
  40. package/dist/analysis/chain_pool.js +47 -0
  41. package/dist/analysis/chain_pool.js.map +1 -0
  42. package/dist/analysis/chart_utils.d.ts +14 -1
  43. package/dist/analysis/chart_utils.d.ts.map +1 -1
  44. package/dist/analysis/chart_utils.js +32 -22
  45. package/dist/analysis/chart_utils.js.map +1 -1
  46. package/dist/analysis/derivative_chart_generator.d.ts.map +1 -1
  47. package/dist/analysis/derivative_chart_generator.js +2 -3
  48. package/dist/analysis/derivative_chart_generator.js.map +1 -1
  49. package/dist/analysis/fills_source.d.ts +79 -0
  50. package/dist/analysis/fills_source.d.ts.map +1 -0
  51. package/dist/analysis/fills_source.js +186 -0
  52. package/dist/analysis/fills_source.js.map +1 -0
  53. package/dist/analysis/grid_correction_check.d.ts +4 -20
  54. package/dist/analysis/grid_correction_check.d.ts.map +1 -1
  55. package/dist/analysis/grid_correction_check.js +95 -248
  56. package/dist/analysis/grid_correction_check.js.map +1 -1
  57. package/dist/analysis/trade_profitability.d.ts +18 -19
  58. package/dist/analysis/trade_profitability.d.ts.map +1 -1
  59. package/dist/analysis/trade_profitability.js +136 -280
  60. package/dist/analysis/trade_profitability.js.map +1 -1
  61. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.d.ts.map +1 -1
  62. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.js +3 -4
  63. package/dist/analysis/tradingview/tradingview_uplot_chart_generator.js.map +1 -1
  64. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.d.ts.map +1 -1
  65. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.js +2 -3
  66. package/dist/analysis/trend_detection/dynamic_weight_chart_generator.js.map +1 -1
  67. package/dist/analysis/trend_detection/kalman_chart_generator.d.ts.map +1 -1
  68. package/dist/analysis/trend_detection/kalman_chart_generator.js +2 -3
  69. package/dist/analysis/trend_detection/kalman_chart_generator.js.map +1 -1
  70. package/dist/analysis/trend_detection/regime_chart_generator.d.ts.map +1 -1
  71. package/dist/analysis/trend_detection/regime_chart_generator.js +2 -3
  72. package/dist/analysis/trend_detection/regime_chart_generator.js.map +1 -1
  73. package/dist/analysis/trend_detection/volatility_chart_generator.d.ts.map +1 -1
  74. package/dist/analysis/trend_detection/volatility_chart_generator.js +2 -3
  75. package/dist/analysis/trend_detection/volatility_chart_generator.js.map +1 -1
  76. package/dist/market_adapter/lp_chart_core.d.ts.map +1 -1
  77. package/dist/market_adapter/lp_chart_core.js +2 -3
  78. package/dist/market_adapter/lp_chart_core.js.map +1 -1
  79. package/dist/modules/account_bots.d.ts +1 -18
  80. package/dist/modules/account_bots.d.ts.map +1 -1
  81. package/dist/modules/account_bots.js +1 -1
  82. package/dist/modules/account_bots.js.map +1 -1
  83. package/dist/modules/bitshares-native/serial/operations.d.ts +1 -84
  84. package/dist/modules/bitshares-native/serial/operations.d.ts.map +1 -1
  85. package/dist/modules/bitshares-native/serial/operations.js +1 -38
  86. package/dist/modules/bitshares-native/serial/operations.js.map +1 -1
  87. package/dist/modules/cli_colors.d.ts +0 -1
  88. package/dist/modules/cli_colors.d.ts.map +1 -1
  89. package/dist/modules/constants.js +5 -5
  90. package/dist/modules/constants.js.map +1 -1
  91. package/dist/modules/credential_policy.d.ts +1 -25
  92. package/dist/modules/credential_policy.d.ts.map +1 -1
  93. package/dist/modules/credential_policy.js +1 -1
  94. package/dist/modules/credential_policy.js.map +1 -1
  95. package/dist/modules/credential_runtime.d.ts +1 -6
  96. package/dist/modules/credential_runtime.d.ts.map +1 -1
  97. package/dist/modules/credential_runtime.js +1 -1
  98. package/dist/modules/credential_runtime.js.map +1 -1
  99. package/dist/modules/credential_session_cache.d.ts +1 -5
  100. package/dist/modules/credential_session_cache.d.ts.map +1 -1
  101. package/dist/modules/credential_session_cache.js +1 -1
  102. package/dist/modules/credential_session_cache.js.map +1 -1
  103. package/dist/modules/crypto/pure_secp256k1.d.ts +1 -2
  104. package/dist/modules/crypto/pure_secp256k1.d.ts.map +1 -1
  105. package/dist/modules/crypto/pure_secp256k1.js +1 -1
  106. package/dist/modules/crypto/pure_secp256k1.js.map +1 -1
  107. package/dist/modules/dexbot_class.d.ts +9 -8
  108. package/dist/modules/dexbot_class.d.ts.map +1 -1
  109. package/dist/modules/dexbot_class.js +9 -8
  110. package/dist/modules/dexbot_class.js.map +1 -1
  111. package/dist/modules/dexbot_cow_runtime.d.ts +87 -7
  112. package/dist/modules/dexbot_cow_runtime.d.ts.map +1 -1
  113. package/dist/modules/dexbot_cow_runtime.js +489 -14
  114. package/dist/modules/dexbot_cow_runtime.js.map +1 -1
  115. package/dist/modules/dexbot_fill_runtime.d.ts +1 -17
  116. package/dist/modules/dexbot_fill_runtime.d.ts.map +1 -1
  117. package/dist/modules/dexbot_fill_runtime.js +1 -1
  118. package/dist/modules/dexbot_fill_runtime.js.map +1 -1
  119. package/dist/modules/dexbot_maintenance_runtime.d.ts +1 -1
  120. package/dist/modules/dexbot_maintenance_runtime.d.ts.map +1 -1
  121. package/dist/modules/dexbot_maintenance_runtime.js +21 -5
  122. package/dist/modules/dexbot_maintenance_runtime.js.map +1 -1
  123. package/dist/modules/dexbot_state_recovery.d.ts +1 -7
  124. package/dist/modules/dexbot_state_recovery.d.ts.map +1 -1
  125. package/dist/modules/dexbot_state_recovery.js +1 -1
  126. package/dist/modules/dexbot_state_recovery.js.map +1 -1
  127. package/dist/modules/launcher/adapter_requirement.d.ts +1 -5
  128. package/dist/modules/launcher/adapter_requirement.d.ts.map +1 -1
  129. package/dist/modules/launcher/adapter_requirement.js +1 -1
  130. package/dist/modules/launcher/adapter_requirement.js.map +1 -1
  131. package/dist/modules/launcher/bot_supervisor.d.ts +1 -6
  132. package/dist/modules/launcher/bot_supervisor.d.ts.map +1 -1
  133. package/dist/modules/launcher/bot_supervisor.js +1 -1
  134. package/dist/modules/launcher/bot_supervisor.js.map +1 -1
  135. package/dist/modules/launcher/foreign_cred_daemon.d.ts +1 -3
  136. package/dist/modules/launcher/foreign_cred_daemon.d.ts.map +1 -1
  137. package/dist/modules/launcher/foreign_cred_daemon.js +1 -1
  138. package/dist/modules/launcher/foreign_cred_daemon.js.map +1 -1
  139. package/dist/modules/launcher/launch_modes.d.ts +1 -2
  140. package/dist/modules/launcher/launch_modes.d.ts.map +1 -1
  141. package/dist/modules/launcher/launch_modes.js +1 -1
  142. package/dist/modules/launcher/launch_modes.js.map +1 -1
  143. package/dist/modules/launcher/market_adapter_runtime.d.ts +1 -3
  144. package/dist/modules/launcher/market_adapter_runtime.d.ts.map +1 -1
  145. package/dist/modules/launcher/market_adapter_runtime.js +1 -1
  146. package/dist/modules/launcher/market_adapter_runtime.js.map +1 -1
  147. package/dist/modules/launcher/monolithic_runtime.d.ts +1 -5
  148. package/dist/modules/launcher/monolithic_runtime.d.ts.map +1 -1
  149. package/dist/modules/launcher/monolithic_runtime.js +1 -1
  150. package/dist/modules/launcher/monolithic_runtime.js.map +1 -1
  151. package/dist/modules/launcher/status_reporting.d.ts +1 -2
  152. package/dist/modules/launcher/status_reporting.d.ts.map +1 -1
  153. package/dist/modules/launcher/status_reporting.js +1 -1
  154. package/dist/modules/launcher/status_reporting.js.map +1 -1
  155. package/dist/modules/order/export.d.ts +1 -8
  156. package/dist/modules/order/export.d.ts.map +1 -1
  157. package/dist/modules/order/export.js +1 -1
  158. package/dist/modules/order/export.js.map +1 -1
  159. package/dist/modules/order/grid.d.ts +7 -0
  160. package/dist/modules/order/grid.d.ts.map +1 -1
  161. package/dist/modules/order/grid.js +52 -98
  162. package/dist/modules/order/grid.js.map +1 -1
  163. package/dist/modules/order/grid_reconcile_internal.d.ts +1 -10
  164. package/dist/modules/order/grid_reconcile_internal.d.ts.map +1 -1
  165. package/dist/modules/order/grid_reconcile_internal.js +2 -2
  166. package/dist/modules/order/grid_reconcile_internal.js.map +1 -1
  167. package/dist/modules/order/manager.d.ts +10 -2
  168. package/dist/modules/order/manager.d.ts.map +1 -1
  169. package/dist/modules/order/manager.js +20 -7
  170. package/dist/modules/order/manager.js.map +1 -1
  171. package/dist/modules/order/sync_engine.d.ts.map +1 -1
  172. package/dist/modules/order/sync_engine.js +25 -20
  173. package/dist/modules/order/sync_engine.js.map +1 -1
  174. package/dist/modules/order/utils/math.d.ts +1 -10
  175. package/dist/modules/order/utils/math.d.ts.map +1 -1
  176. package/dist/modules/order/utils/math.js +1 -1
  177. package/dist/modules/order/utils/math.js.map +1 -1
  178. package/dist/modules/order/utils/order.d.ts +45 -7
  179. package/dist/modules/order/utils/order.d.ts.map +1 -1
  180. package/dist/modules/order/utils/order.js +160 -15
  181. package/dist/modules/order/utils/order.js.map +1 -1
  182. package/dist/modules/order/utils/system.d.ts +0 -15
  183. package/dist/modules/order/utils/system.d.ts.map +1 -1
  184. package/dist/modules/order/utils/system.js +2 -2
  185. package/dist/modules/order/utils/system.js.map +1 -1
  186. package/dist/modules/process_discovery.d.ts +0 -3
  187. package/dist/modules/process_discovery.d.ts.map +1 -1
  188. package/dist/modules/process_discovery.js +1 -1
  189. package/dist/modules/process_discovery.js.map +1 -1
  190. package/dist/modules/utils/chain_logs.d.ts +1 -2
  191. package/dist/modules/utils/chain_logs.d.ts.map +1 -1
  192. package/dist/modules/utils/chain_logs.js +1 -1
  193. package/dist/modules/utils/chain_logs.js.map +1 -1
  194. package/dist/scripts/analyze-git.js +2 -2
  195. package/dist/scripts/analyze-git.js.map +1 -1
  196. package/dist/scripts/update.js +46 -31
  197. package/dist/scripts/update.js.map +1 -1
  198. package/docs/BITSHARES_ONBOARDING.md +110 -40
  199. package/docs/COPY_ON_WRITE_MASTER_PLAN.md +10 -207
  200. package/docs/COW_INVARIANTS.md +16 -10
  201. package/docs/DEXBOT_COMPARISON.md +3 -3
  202. package/docs/EVOLUTION.md +75 -29
  203. package/docs/FUND_MOVEMENT_AND_ACCOUNTING.md +6 -6
  204. package/docs/GRID_RECALCULATION.md +14 -6
  205. package/docs/GRID_RECONCILE.md +28 -25
  206. package/docs/LIFECYCLE.md +12 -11
  207. package/docs/README.md +48 -42
  208. package/docs/architecture.md +19 -30
  209. package/docs/developer_guide.md +3 -3
  210. package/package.json +1 -1
  211. package/scripts/git-viewer.sh +1 -1
  212. package/tests/README.md +10 -1
@@ -0,0 +1,218 @@
1
+ {
2
+ "meta": {
3
+ "generatedAt": "2026-08-26T15:40:53.423Z",
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
+ "activeOrders": "all",
8
+ "feeRoundtripPct": 0.2,
9
+ "btsCreateFee": 0.4826,
10
+ "btsCancelFee": 0.00482,
11
+ "makerCreateFactor": 0.1,
12
+ "txFeePrice": 1,
13
+ "btsFeeCapital": 10000,
14
+ "search": {
15
+ "spreadValues": [
16
+ 2,
17
+ 4
18
+ ],
19
+ "incrementValues": [
20
+ 0.5,
21
+ 1
22
+ ],
23
+ "ratioValues": [
24
+ 2,
25
+ 3
26
+ ],
27
+ "minSpreadFactor": 2.1,
28
+ "repositionPct": 1,
29
+ "asymmetricBounds": false,
30
+ "combosPerAma": 8
31
+ },
32
+ "scoring": {
33
+ "baseScore": "totalNetCaptureAfterFeesPct * (fillEfficiency / 100)",
34
+ "gridModel": "persistent fixed chain prices (createOrderGrid port): master rail at sqrt(1±inc) offsets bounded by [center/ratio, center*ratio], gapSlots spread zone centered on center; prices never follow AMA after placement",
35
+ "spreadParam": "targetSpreadPercent for calculateGapSlots (floored at increment * MIN_SPREAD_FACTOR)",
36
+ "resetTriggers": "(A) AMA drift >= 1% from recorded center (ratchet) (trigger B gated off — asymmetricBounds whitelist)",
37
+ "gridPriceOffset": "disabled (asymmetricBounds whitelist)",
38
+ "repositionAccounting": "unfilled orders canceled + counted (incl armed refills/rebids); bought-and-held base carries across resets in a weighted-average-entry inventory pool (resync never market-sells); end-of-run inventory mark is informational and excluded from scoring",
39
+ "cycleEconomics": "slot rotation: filled buy re-offers one rail step up; that refill selling books ~increment% minus round-trip fee and the freed quote re-bids one step down; unlinked initial-grid sells only execute against held inventory at weighted-average entry (no shorting)",
40
+ "totalGrossCapturePct": "sum of realized per-rotation gross from actual fixed prices (linked rotations + inventory sales)",
41
+ "totalNetCapturePct": "realized gross - roundtrip fee per completed disposition; excludes the end-of-run inventory mark",
42
+ "btsFees": "every order placement (initial grid + armed refills/rebids) pays maker create (0.4826*0.1 BTS), every reset cancel pays 0.00482 BTS; btsFeePts = total BTS * txFeePrice / btsFeeCapital * 100 deducted from net before scoring",
43
+ "warmup": "getAmaWarmupBars(er, slow, 0, fast)",
44
+ "riskPenalty": "avgOpenDurationBars*1 + peakOpenOrders*2 + avgImbalance*1.2 + canceledOnReposition*0.15",
45
+ "finalScore": "baseScore - riskPenalty"
46
+ }
47
+ },
48
+ "results": [
49
+ {
50
+ "strategy": {
51
+ "id": "AMA1",
52
+ "name": "AMA1",
53
+ "er": 500,
54
+ "fast": 2,
55
+ "slow": 50
56
+ },
57
+ "best": {
58
+ "spreadPct": 4,
59
+ "incrementPct": 0.01,
60
+ "maxMinRatio": 2,
61
+ "touchedOrders": 17118,
62
+ "matchedPairs": 4463,
63
+ "cyclesTotal": 4463,
64
+ "rotationCount": 1911,
65
+ "inventorySaleCount": 2552,
66
+ "avgCyclesPerSlot": 32.81617647058823,
67
+ "fillEfficiency": 26.071971024652413,
68
+ "totalGrossCapturePct": 74380.64032509834,
69
+ "totalNetCapturePct": 73488.04032508115,
70
+ "btsFeePts": 73.45986739997919,
71
+ "btsFeesBts": 7345.986739997918,
72
+ "totalNetCaptureAfterFeesPct": 73414.58045768116,
73
+ "avgNetPerPair": 16.46606325903678,
74
+ "canceledOnReposition": 129640,
75
+ "repositionCount": 972,
76
+ "driftTriggerCount": 972,
77
+ "slopeTriggerCount": 0,
78
+ "inventoryUnits": 567,
79
+ "inventoryAvgEntry": 1480.717680275907,
80
+ "inventoryNetPts": -8250.559317877065,
81
+ "offsetAppliedCount": 0,
82
+ "avgOpenDurationBars": 7.108843537414966,
83
+ "peakOpenOrders": 136,
84
+ "avgImbalance": 4.6666405484818805,
85
+ "riskPenalty": 19730.708812195593,
86
+ "baseScore": 19140.628144796767,
87
+ "utilization": 67.06103580662854,
88
+ "score": -590.0806673988263
89
+ }
90
+ },
91
+ {
92
+ "strategy": {
93
+ "id": "AMA2",
94
+ "name": "AMA2",
95
+ "er": 500,
96
+ "fast": 2,
97
+ "slow": 50
98
+ },
99
+ "best": {
100
+ "spreadPct": 4,
101
+ "incrementPct": 0.01,
102
+ "maxMinRatio": 2,
103
+ "touchedOrders": 17118,
104
+ "matchedPairs": 4463,
105
+ "cyclesTotal": 4463,
106
+ "rotationCount": 1911,
107
+ "inventorySaleCount": 2552,
108
+ "avgCyclesPerSlot": 32.81617647058823,
109
+ "fillEfficiency": 26.071971024652413,
110
+ "totalGrossCapturePct": 74380.64032509834,
111
+ "totalNetCapturePct": 73488.04032508115,
112
+ "btsFeePts": 73.45986739997919,
113
+ "btsFeesBts": 7345.986739997918,
114
+ "totalNetCaptureAfterFeesPct": 73414.58045768116,
115
+ "avgNetPerPair": 16.46606325903678,
116
+ "canceledOnReposition": 129640,
117
+ "repositionCount": 972,
118
+ "driftTriggerCount": 972,
119
+ "slopeTriggerCount": 0,
120
+ "inventoryUnits": 567,
121
+ "inventoryAvgEntry": 1480.717680275907,
122
+ "inventoryNetPts": -8250.559317877065,
123
+ "offsetAppliedCount": 0,
124
+ "avgOpenDurationBars": 7.108843537414966,
125
+ "peakOpenOrders": 136,
126
+ "avgImbalance": 4.6666405484818805,
127
+ "riskPenalty": 19730.708812195593,
128
+ "baseScore": 19140.628144796767,
129
+ "utilization": 67.06103580662854,
130
+ "score": -590.0806673988263
131
+ }
132
+ },
133
+ {
134
+ "strategy": {
135
+ "id": "AMA3",
136
+ "name": "AMA3",
137
+ "er": 500,
138
+ "fast": 2,
139
+ "slow": 50
140
+ },
141
+ "best": {
142
+ "spreadPct": 4,
143
+ "incrementPct": 0.01,
144
+ "maxMinRatio": 2,
145
+ "touchedOrders": 17118,
146
+ "matchedPairs": 4463,
147
+ "cyclesTotal": 4463,
148
+ "rotationCount": 1911,
149
+ "inventorySaleCount": 2552,
150
+ "avgCyclesPerSlot": 32.81617647058823,
151
+ "fillEfficiency": 26.071971024652413,
152
+ "totalGrossCapturePct": 74380.64032509834,
153
+ "totalNetCapturePct": 73488.04032508115,
154
+ "btsFeePts": 73.45986739997919,
155
+ "btsFeesBts": 7345.986739997918,
156
+ "totalNetCaptureAfterFeesPct": 73414.58045768116,
157
+ "avgNetPerPair": 16.46606325903678,
158
+ "canceledOnReposition": 129640,
159
+ "repositionCount": 972,
160
+ "driftTriggerCount": 972,
161
+ "slopeTriggerCount": 0,
162
+ "inventoryUnits": 567,
163
+ "inventoryAvgEntry": 1480.717680275907,
164
+ "inventoryNetPts": -8250.559317877065,
165
+ "offsetAppliedCount": 0,
166
+ "avgOpenDurationBars": 7.108843537414966,
167
+ "peakOpenOrders": 136,
168
+ "avgImbalance": 4.6666405484818805,
169
+ "riskPenalty": 19730.708812195593,
170
+ "baseScore": 19140.628144796767,
171
+ "utilization": 67.06103580662854,
172
+ "score": -590.0806673988263
173
+ }
174
+ },
175
+ {
176
+ "strategy": {
177
+ "id": "AMA4",
178
+ "name": "AMA4",
179
+ "er": 500,
180
+ "fast": 2,
181
+ "slow": 50
182
+ },
183
+ "best": {
184
+ "spreadPct": 4,
185
+ "incrementPct": 0.01,
186
+ "maxMinRatio": 2,
187
+ "touchedOrders": 17118,
188
+ "matchedPairs": 4463,
189
+ "cyclesTotal": 4463,
190
+ "rotationCount": 1911,
191
+ "inventorySaleCount": 2552,
192
+ "avgCyclesPerSlot": 32.81617647058823,
193
+ "fillEfficiency": 26.071971024652413,
194
+ "totalGrossCapturePct": 74380.64032509834,
195
+ "totalNetCapturePct": 73488.04032508115,
196
+ "btsFeePts": 73.45986739997919,
197
+ "btsFeesBts": 7345.986739997918,
198
+ "totalNetCaptureAfterFeesPct": 73414.58045768116,
199
+ "avgNetPerPair": 16.46606325903678,
200
+ "canceledOnReposition": 129640,
201
+ "repositionCount": 972,
202
+ "driftTriggerCount": 972,
203
+ "slopeTriggerCount": 0,
204
+ "inventoryUnits": 567,
205
+ "inventoryAvgEntry": 1480.717680275907,
206
+ "inventoryNetPts": -8250.559317877065,
207
+ "offsetAppliedCount": 0,
208
+ "avgOpenDurationBars": 7.108843537414966,
209
+ "peakOpenOrders": 136,
210
+ "avgImbalance": 4.6666405484818805,
211
+ "riskPenalty": 19730.708812195593,
212
+ "baseScore": 19140.628144796767,
213
+ "utilization": 67.06103580662854,
214
+ "score": -590.0806673988263
215
+ }
216
+ }
217
+ ]
218
+ }