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