This commit is contained in:
Cryptoval Trading Technologies
2026-01-13 20:25:01 +00:00
parent 9a4fe26335
commit 41cd1750bb
+1 -1
View File
@@ -6,7 +6,7 @@
, "TGT_POS_ALGO": {
"class": "cvttpy_trading.trading.algos.tgt_pos.TgtPosTradingAlgo"
, "params": {
"direct_order_supported": True
"direct_order_supported": true
, "pos_diff_pct_trigger": 10.0 # percent threshold between Tgt Pos and Current Pos that triggers order creation
}
}