This commit is contained in:
Cryptoval Trading Technologies
2026-08-07 18:04:01 +00:00
parent 7affb6fba2
commit 7a094184c0
4 changed files with 831 additions and 0 deletions
@@ -0,0 +1,124 @@
@var GLOBAL_CHANNEL_PREFIX=CVTT_MU
{
"refdata": @inc=http://@env{CONFIG_SERVICE}/refdata/refdata # tetsetraefafd
, "comm": @inc=http://@env{CONFIG_SERVICE}/apps/common/comm
, "pubsub_settings": "@env{PUBSUB_SETTINGS_CONFIG_KEY}"
, "cache_settings": "@env{CACHE_SETTINGS_CONFIG_KEY}"
, "md_cache_settings": "@env{MD_CACHE_SETTINGS_CONFIG_KEY}"
, "global_channel_prefix": ${GLOBAL_CHANNEL_PREFIX}
, "market_data_gateway": {
"name": "MD_GATEWAY",
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.MD_GW.APP_STATUS"
, "exchanges_settings": {
"*": {
"mkt_data": {
"enabled": true
, "streaming": true
},
"order_entry": {
"enabled": false
, "streaming": false
},
"accounting": {
"enabled": false
, "streaming": false
},
},
}
, "channel_prefix": "${GLOBAL_CHANNEL_PREFIX}.MD_GW."
# , "exchanges": ["COINBASE_AT"] # DEPRECATED R E M O V E
, "connectors": {
"simulated": false,
"exchanges": ["COINBASE_AT", "COINBASE_FUT"]
}
, "reset_md_cache_on_start": true
}
, "ohlcv_recorder": {
"name": "OHLCV_RECORDER",
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OHLCV_RECORDER_STATUS"
, "historical_md": {
"db": {
# "cred_key": "TSDB-CLD32-TESTER-DCKR-CMPS"
# "cred_key": "TSDB-CLD32-TESTER-DIRECT"
"cred_key": "@env{DB_CREDENTIALS_KEY}"
}
, "trades_recording": { # unconditional trades recording for 1min aggregates
"flush_interval_sec": 5.0
, "prune": {
"max_days": 7
}
, "threshold_recording_lag_sec": 15
, "instrument_timeout_sec": 119
, "instruments": [
{
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-ADA-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-AVAX-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-BCH-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-BNB-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-BTC-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-DOGE-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-DOT-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-ETH-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-HBAR-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-LINK-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-LTC-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-SHIB-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-SOL-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-SUI-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-XLM-USD"
}
, {
"exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-XRP-USD"
}
]
}
}
}
}