This commit is contained in:
Cryptoval Trading Technologies
2025-10-24 17:32:01 +00:00
parent ba09d897a6
commit fab2765f18
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"class": "cvttpy_trading.trading.algos.tgt_pos.TgtPosTradingAlgo"
, "params": {
"direct_order_supported": True
, "pos_diff_pct_trigger": 10.0 # percent threshold between Tgt Position and Current Position that
, "pos_diff_pct_trigger": 10.0 # percent threshold between Tgt Pos and Current Pos that triggers order creation
}
}
# , "TRDALGO_SIMPLE_BO": {