.
This commit is contained in:
parent
31a3a06f34
commit
c791bff9fe
@ -23,8 +23,8 @@
|
|||||||
"liquidate_at": "15:45" # EDT Time
|
"liquidate_at": "15:45" # EDT Time
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, "TGTPOS-BY_REDIS": {
|
, "MAN-TPOS-BY-REDIS": {
|
||||||
"class": "cvttpy.trading.strategies.TgtPosByRedisStrategy"
|
"class": "cvttpy.trading.strategies.manual_strat.TgtPosByRedisStrategy"
|
||||||
, "params": {
|
, "params": {
|
||||||
"redis_subject": "MAN_TGT_POS"
|
"redis_subject": "MAN_TGT_POS"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
, "active_instruments": @inc=http://${CONFIG_SERVICE}/apps/active_instruments
|
, "active_instruments": @inc=http://${CONFIG_SERVICE}/apps/active_instruments
|
||||||
, "cvttcomm": {
|
, "cvttcomm": {
|
||||||
"type": "redis"
|
"type": "redis"
|
||||||
, "redis_settings": "cvtt-prod-02"
|
, "redis_settings": "cvtt-prod-eqty-01"
|
||||||
}
|
}
|
||||||
, "session_type": "CALENDAR"
|
, "session_type": "CALENDAR"
|
||||||
, "calendar_session": {
|
, "calendar_session": {
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
"tables": ["bnbfut.md_booktops"]
|
"tables": ["bnbfut.md_booktops"]
|
||||||
, "exchange_id": "BNBFUT"
|
, "exchange_id": "BNBFUT"
|
||||||
, "instruments": ["PERP-BTC-USDT"]
|
, "instruments": ["PERP-BTC-USDT"]
|
||||||
, "threshold_sec": 30.0
|
, "threshold_sec": 60.0
|
||||||
}
|
}
|
||||||
, "BNBFUT-2": {
|
, "BNBFUT-2": {
|
||||||
"tables": ["bnbfut.md_trades"]
|
"tables": ["bnbfut.md_trades"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user