This commit is contained in:
Cryptoval Trading Technologies
2026-01-01 18:11:01 +00:00
parent 19237f4876
commit 51c4973918
+18
View File
@@ -0,0 +1,18 @@
@var PAIRS_TRADER_REST_PORT=54320
{
"cvtt_base_url": "http://cvtt-tester-01.cvtt.vpn:23456",
"ti_config": {
# TODO
},
"strategy_config": {
"interval_sec": 60,
"history_depth_hours": 2,
"dis-equilibrium_open_trshld": 2.0
"dis-equilibrium_close_trshld": 0.5
}
, "api": {
"REST": {
"port": ${PAIRS_TRADER_REST_PORT}
}
}
}