This commit is contained in:
Cryptoval Trading Technologies
2024-05-01 19:22:21 +01:00
parent 920831523a
commit 7a173c54fb
27 changed files with 475 additions and 232 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
{
"refdata": @inc=http://${CONFIG_SVC_HOST}:6789/refdata/refdata
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/redis
, "redis": @inc=http://${CONFIG_SVC_HOST}:6789/apps/common/redis
, "active_instruments": @inc=http://${CONFIG_SVC_HOST}:6789/apps/active_instruments
, "cvttcomm": {
"type": "redis"
@@ -33,7 +33,7 @@
},
}
}
, "algos": @inc=http://${CONFIG_SVC_HOST}:6789/apps/algos
, "algos": @inc=http://${CONFIG_SVC_HOST}:6789/apps/common/algos
, "trading_pos_diff_pct_trigger": 10.0
, "trading_depth": {
"USD": 1000.0,
@@ -102,7 +102,7 @@
# --------------------------------------------------------------------
, "quant": {
"app_channel": "QUANT"
, "strategies": @inc=http://${CONFIG_SVC_HOST}:6789/apps/strategies
, "strategies": @inc=http://${CONFIG_SVC_HOST}:6789/apps/common/strategies
, "exchanges_settings": {
"*": {
"mkt_data": {