diff --git a/data/apps/pairs_trading.cfg b/data/apps/pairs_trading.cfg new file mode 100644 index 0000000..b7dc3b0 --- /dev/null +++ b/data/apps/pairs_trading.cfg @@ -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} + } + } +} \ No newline at end of file