20260603
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
"hist_md_loaders": @inc=http://@env{CONFIG_SERVICE}/apps/common/hist_md_loaders
|
|
||||||
|
|
||||||
, "CVTT_QST001": {
|
|
||||||
"class": "cvttpy.trading.strategies.test_strat.SeesawTestStrategy"
|
|
||||||
, "default_params": {}
|
|
||||||
}
|
|
||||||
, "VWAP001": {
|
|
||||||
"class": "cvttpy.trading.strategies.vwap_strat.VWAP001"
|
|
||||||
, "default_params": {
|
|
||||||
"vwap_interval": "1 hour" , "hist_md_source": {
|
|
||||||
"loader": "TimescaleMktDataLoader"
|
|
||||||
, "interval": "2 hours"
|
|
||||||
#, "from_time" is calculated
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
# , "DAILY_STOCK_001": {
|
|
||||||
# "class": "cvttpy.trading.strategies.daily_stocks_strat.DailyStocksStrategy"
|
|
||||||
# , "params": {
|
|
||||||
# "liquidate_at": "15:45" # EDT Time
|
|
||||||
# }
|
|
||||||
# }
|
|
||||||
# , "MAN-TPOS-BY-REDIS": {
|
|
||||||
# "class": "cvttpy.trading.strategies.manual_strat.TgtPosByRedisStrategy"
|
|
||||||
# , "params": {
|
|
||||||
# "redis_subject": "MAN_TGT_POS"
|
|
||||||
# }
|
|
||||||
# }
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user