This commit is contained in:
Cryptoval Trading Technologies
2024-08-23 00:03:05 +00:00
parent 039c744530
commit 31a3a06f34
6 changed files with 27 additions and 28 deletions
+1
View File
@@ -2,6 +2,7 @@
"ALPACA_SNDBX": {
"dynamic_stock_list": {
"exchange_id": "ALPACA"
, "list_source": "redis"
, "redis_settings": "cvtt-prod-02"
, "redis_key": "DAY_STOCK_LIST"
}
+6
View File
@@ -23,4 +23,10 @@
"liquidate_at": "15:45" # EDT Time
}
}
, "TGTPOS-BY_REDIS": {
"class": "cvttpy.trading.strategies.TgtPosByRedisStrategy"
, "params": {
"redis_subject": "MAN_TGT_POS"
}
}
}
+4 -10
View File
@@ -1,8 +1,8 @@
@var CONFIG_SERVICE=cloud23.cvtt.vpn:6789
@var ResultPath=/tmp
{
"refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
{ "___dummy___": null
, "refdata": @inc=http://${CONFIG_SERVICE}/refdata/refdata
, "redis": @inc=http://${CONFIG_SERVICE}/apps/common/redis
, "active_instruments": @inc=http://${CONFIG_SERVICE}/apps/active_instruments
, "cvttcomm": {
@@ -40,7 +40,7 @@
}
}
# --------------------------------------------------------------------
"executor": {
, "executor": {
"app_channel": "EXEC"
, "exchanges_settings": {
"COINBASE_AT": {
@@ -108,14 +108,8 @@
"mkt_data": {
"enabled": true
, "streaming": true
},
}
}
# , "COINBASE_AT": {
# "mkt_data": {
# "enabled": true
# , "streaming": true
# },
# }
}
}
# --------------------------------------------------------------------