This commit is contained in:
Cryptoval Trading Technologies
2026-03-12 00:38:01 +00:00
parent cf487995ca
commit 755d0a1e80
25 changed files with 1057 additions and 865 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata
, "cvtt_base_url": "@env{CVTT_URL}"
, "interval_sec": 60
, "history_depth_hours": 2
, "ti_config": {
# TODO
}
# ====== Model =======
, "model": @inc=http://@env{CONFIG_SERVICE}/apps/pairs_trading/models/@env{MODEL_CONFIG}
, "api": {
"REST": {
"port": @env{PAIR_TRADER_REST_PORT}
}
}
}