20260321
This commit is contained in:
@@ -10,7 +10,14 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"support_send_order": true,
|
"support_send_order": true,
|
||||||
"support_cancel_order": true,
|
"support_cancel_order": true,
|
||||||
"support_cancel_all": true
|
}
|
||||||
|
},
|
||||||
|
"LIQUIDATE": {
|
||||||
|
"name": "Liquidation Trading Algo",
|
||||||
|
"class": "cvttpy_trading.trading.algos.liquidate.PassThroughTradingAlgo",
|
||||||
|
"params": {
|
||||||
|
"support_send_order": true,
|
||||||
|
"support_cancel_order": true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TARGET_POSITIONS": {
|
"TARGET_POSITIONS": {
|
||||||
|
|||||||
Reference in New Issue
Block a user