using env for CONFIG_SERVICE
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"hist_md_loaders": @inc=http:://@env{CONFIG_SERVER}/apps/common/hist_md_loaders
|
||||
"CVTT_QST001": {
|
||||
"class": "cvttpy.trading.strategies.test_strat.SeesawTestStrategy"
|
||||
, "params": {
|
||||
@@ -7,11 +8,10 @@
|
||||
}
|
||||
, "VWAP001": {
|
||||
"class": "cvttpy.trading.strategies.vwap_strat.VWAP001"
|
||||
, "params": {
|
||||
, "default_params": {
|
||||
"vwap_interval": "1 hour"
|
||||
, "hist_md_source": {
|
||||
"loader_class": "cvttpy.research.time_series.loaders.tsdb_loader.TsMdLoader"
|
||||
, "credentials_key": "TSDB_MD_CVTTDATA_RO"
|
||||
"loader": "TimescaleMktDataLoader"
|
||||
, "interval": "2 hours"
|
||||
#, "from_time" is calculated
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user