This commit is contained in:
Cryptoval Trading Technologies
2026-03-18 18:16:01 +00:00
parent 707209b929
commit b741f14a58
+3 -6
View File
@@ -2,9 +2,7 @@
"DISABLED": {
"name": "Disabled Trading Algo",
"class": "cvttpy_trading.trading.algos.disabled.DisabledTradingAlgo",
"params": {
"any_instrument": true
}
"params": {}
},
"PASS_THROUGH": {
"name": "PassThrough Trading Algo",
@@ -23,10 +21,9 @@
"class": "BookTopMidPricer",
"shift_bps": 0
},
"any_instrument": true,
"pos_diff_pct_trigger": 10.0,
"direct_order_supported": true,
"mkt_data_threshold_sec": 1.0
"mkt_data_threshold_sec": 1.0,
"instruments"
}
},
}