This commit is contained in:
Cryptoval Trading Technologies
2024-03-06 22:21:28 +00:00
parent 3d5cdaa0f0
commit 0c86192a58
5 changed files with 50 additions and 13 deletions
+17 -4
View File
@@ -4,6 +4,7 @@
{
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "active_instruments": @inc=http://${CONFIG_SVC_HOST}:6789/apps/active_instruments
, "cvttcomm": {
"type": "redis"
, "redis_settings": "cvtt-prod-02"
@@ -60,7 +61,7 @@
, "trade": "COINBASE_ADV_TRD"
}
}
"ALPACA_SNDBX": {
, "ALPACA_SNDBX": {
"order_entry": {
"enabled": true
, "streaming": true
@@ -84,7 +85,8 @@
, "quant": {
"app_channel": "QUANT"
# , "strategy": "CVTT_QST001"
, "strategy": "VWAP001"
# , "strategy": "VWAP001"
, "strategy": "DAILY_STOCK_001"
, "strategies": {
"CVTT_QST001": {
"class": "cvttpy.trading.strategies.test_strat.SeesawTestStrategy"
@@ -103,9 +105,20 @@
}
}
}
, "DAILY_STOCK_001": {
"class": "cvttpy.trading.strategies.daily_stocks_strat.DailyStocksStrategy"
, "params": {
}
}
}
, "exchanges_settings": {
"COINBASE_AT": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
},
}
, "COINBASE_AT": {
"mkt_data": {
"enabled": true
, "streaming": true
@@ -168,7 +181,7 @@
}
, "sqlite_settings": {
# "file_name": "/tmp/%T.cvtt_backtest.db"
"file_name": "/tmp/cvtt_backtest.db"
"file_name": "/tmp/%T.cvtt_alpaca_sandbox.db"
}
}
}