This commit is contained in:
Cryptoval Trading Technologies
2026-01-21 19:12:01 +00:00
parent 3632d05c2f
commit f712b43ea0
+8 -8
View File
@@ -6,14 +6,14 @@
, "TGT_POS_ALGO_01": { , "TGT_POS_ALGO_01": {
"class": "cvttpy_trading.trading.algos.tgt_pos.TgtPosTradingAlgo", "class": "cvttpy_trading.trading.algos.tgt_pos.TgtPosTradingAlgo",
"params": { "params": {
"order_pricer": { "order_pricer": {
"class": "BookTopMidPricer", "class": "BookTopMidPricer",
"shift_bps": 0 "shift_bps": 0
}, },
"any_instrument": true, "any_instrument": true,
"pos_diff_pct_trigger": 10.0, "pos_diff_pct_trigger": 10.0,
"direct_order_supported": true, "direct_order_supported": true,
"mkt_data_threshold_sec": 1.0 "mkt_data_threshold_sec": 1.0
} }
}, },
} }