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