20260318
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user