progress
This commit is contained in:
parent
4d12329f0b
commit
6420df5158
@ -8,7 +8,7 @@
|
||||
"Gitea": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "http",
|
||||
"host": "hs01.cvtt.vpn",
|
||||
"host": "cloud25.cvtt.vpn",
|
||||
"port": 3000
|
||||
},
|
||||
"Docker Registry": {
|
||||
@ -23,6 +23,18 @@
|
||||
"host": "cloud16.cvtt.vpn",
|
||||
"port": 6789
|
||||
},
|
||||
"Infisical Secret Management": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "https",
|
||||
"host": "infisical.cvtt.net",
|
||||
"port": 443
|
||||
},
|
||||
"Youtrack": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "http",
|
||||
"host": "cloud23.cvtt.vpn",
|
||||
"port": 8383
|
||||
},
|
||||
"Trading Calendar": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "https",
|
||||
@ -47,7 +59,7 @@
|
||||
"host": "gpushnik.cvtt.vpn",
|
||||
"port": 9999
|
||||
},
|
||||
|
||||
|
||||
"FastAI (Jupyter)": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "http",
|
||||
|
||||
@ -2,12 +2,24 @@
|
||||
{
|
||||
"pubsub" : {
|
||||
"redis": {
|
||||
"localhost": {
|
||||
"docker_microservices": {
|
||||
"url": "redis://redis:6379"
|
||||
, "type": "redis"
|
||||
, "read_timeout" : 0.01
|
||||
, "ping_timeout_secs": 2.0
|
||||
}
|
||||
, "localhost": {
|
||||
"url": "redis://localhost"
|
||||
, "type": "redis"
|
||||
, "read_timeout" : 0.01
|
||||
, "ping_timeout_secs": 2.0
|
||||
}
|
||||
, "localhost-2-docker": {
|
||||
"url": "redis://localhost:16379"
|
||||
, "type": "redis"
|
||||
, "read_timeout" : 0.01
|
||||
, "ping_timeout_secs": 2.0
|
||||
}
|
||||
, "cvttdata": {
|
||||
"url": "redis://cvttdata.cvtt.vpn"
|
||||
, "type": "redis"
|
||||
|
||||
@ -1,14 +1,15 @@
|
||||
{
|
||||
"CVTT_QST001": {
|
||||
|
||||
"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_loaders": @inc=http://@env{CONFIG_SERVICE}/apps/common/hist_md_loaders
|
||||
, "hist_md_source": {
|
||||
"vwap_interval": "1 hour" , "hist_md_source": {
|
||||
"loader": "TimescaleMktDataLoader"
|
||||
, "interval": "2 hours"
|
||||
#, "from_time" is calculated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user