This commit is contained in:
Cryptoval Trading Technologies 2024-08-24 18:40:50 +00:00
parent 31a3a06f34
commit c791bff9fe
10 changed files with 4 additions and 4 deletions

View File

@ -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"
} }

View File

@ -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": {

View File

@ -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"]