This commit is contained in:
Cryptoval Trading Technologies
2026-07-31 19:35:01 +00:00
parent 1164032a5e
commit 99c2897404
+82 -40
View File
@@ -129,45 +129,87 @@
} }
, "reset_md_cache_on_start": true , "reset_md_cache_on_start": true
} }
# -------- UNIMPLEMENTED yet , "ohlcv_recorder": {
, "musvc_monitor": { "name": "OHLCV_RECORDER",
"name": "MUSV_MONITOR", "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OHLCV_RECORDER_STATUS"
"musvc_status": [ , "historical_md": {
{ "db": {
"config_section": "bookkeeper", # "cred_key": "TSDB-CLD32-TESTER-DCKR-CMPS"
"group": "Trading Bot", # "cred_key": "TSDB-CLD32-TESTER-DIRECT"
"name": "Bookkeeper" "cred_key": "@env{DB_CREDENTIALS_KEY}"
}, }
{ , "trades_recording": { # unconditional trades recording for 1min aggregates
"config_section": "pricer", "flush_interval_sec": 5.0
"group": "Trading Bot", , "prune": {
"name": "Pricer" "max_days": 7
}, }
{ , "threshold_recording_lag_sec": 15
"config_section": "trader", , "instrument_timeout_sec": 119
"group": "Trading Bot", , "instruments": [
"name": "Trader" {
}, "exch_acct": "COINBASE_AT"
{ , "instrument_id": "PAIR-ADA-USD"
"config_section": "risk_manager", }
"group": "Trading Bot", , {
"name": "Risk Manager" "exch_acct": "COINBASE_AT"
}, , "instrument_id": "PAIR-AVAX-USD"
{ }
"config_section": "accounting_gateway", , {
"group": "Market Gateways", "exch_acct": "COINBASE_AT"
"name": "Accounting GW" , "instrument_id": "PAIR-BCH-USD"
}, }
{ , {
"config_section": "market_data_gateway", "exch_acct": "COINBASE_AT"
"group": "Market Gateways", , "instrument_id": "PAIR-BNB-USD"
"name": "Market Data GW" }
}, , {
{ "exch_acct": "COINBASE_AT"
"config_section": "order_entry_gateway", , "instrument_id": "PAIR-BTC-USD"
"group": "Market Gateways", }
"name": "Order Entry GW" , {
}, "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"
}
] ]
} }
# -------- UNIMPLEMENTED yet # -------- UNIMPLEMENTED yet
@@ -175,7 +217,7 @@
"name": "OE_GATEWAY", "name": "OE_GATEWAY",
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OE_GW.APP_STATUS" "app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OE_GW.APP_STATUS"
, "exchanges_settings": { , "exchanges_settings": {
"ALPACA_SNDBX": { "COINBASE_AT": {
"mkt_data": { "mkt_data": {
"enabled": false "enabled": false
, "streaming": false , "streaming": false