This commit is contained in:
Cryptoval Trading Technologies
2025-10-24 17:31:01 +00:00
parent 11a650770e
commit ba09d897a6
+1 -1
View File
@@ -7,7 +7,7 @@
"class": "cvttpy_trading.trading.algos.tgt_pos.TgtPosTradingAlgo" "class": "cvttpy_trading.trading.algos.tgt_pos.TgtPosTradingAlgo"
, "params": { , "params": {
"direct_order_supported": True "direct_order_supported": True
, "pos_diff_pct_trigger": 10.0 , "pos_diff_pct_trigger": 10.0 # percent threshold between Tgt Position and Current Position that
} }
} }
# , "TRDALGO_SIMPLE_BO": { # , "TRDALGO_SIMPLE_BO": {