.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -23,4 +23,10 @@
|
||||
"liquidate_at": "15:45" # EDT Time
|
||||
}
|
||||
}
|
||||
, "TGTPOS-BY_REDIS": {
|
||||
"class": "cvttpy.trading.strategies.TgtPosByRedisStrategy"
|
||||
, "params": {
|
||||
"redis_subject": "MAN_TGT_POS"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
# },
|
||||
# }
|
||||
}
|
||||
}
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user