20251024
This commit is contained in:
@@ -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 # 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": {
|
# , "TRDALGO_SIMPLE_BO": {
|
||||||
|
|||||||
@@ -159,6 +159,9 @@
|
|||||||
"channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.TRADER"
|
"channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.TRADER"
|
||||||
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.TRADER_MUSVC_STATUS"
|
, "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.TRADER_MUSVC_STATUS"
|
||||||
|
|
||||||
|
# -----------------------------------
|
||||||
|
# moved to the book_config (db)
|
||||||
|
# -----------------------------------
|
||||||
# , "pos_diff_pct_trigger": 10.0
|
# , "pos_diff_pct_trigger": 10.0
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user