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": { "DISABLED": {
"name": "Disabled Trading Algo", "name": "Disabled Trading Algo",
"class": "cvttpy_trading.trading.algos.disabled.DisabledTradingAlgo", "class": "cvttpy_trading.trading.algos.disabled.DisabledTradingAlgo",
"params": { "params": {}
"any_instrument": true
}
}, },
"PASS_THROUGH": { "PASS_THROUGH": {
"name": "PassThrough Trading Algo", "name": "PassThrough Trading Algo",
@@ -23,10 +21,9 @@
"class": "BookTopMidPricer", "class": "BookTopMidPricer",
"shift_bps": 0 "shift_bps": 0
}, },
"any_instrument": true,
"pos_diff_pct_trigger": 10.0, "pos_diff_pct_trigger": 10.0,
"direct_order_supported": true, "mkt_data_threshold_sec": 1.0,
"mkt_data_threshold_sec": 1.0 "instruments"
} }
}, },
} }