20260731
This commit is contained in:
+82
-40
@@ -129,45 +129,87 @@
|
||||
}
|
||||
, "reset_md_cache_on_start": true
|
||||
}
|
||||
# -------- UNIMPLEMENTED yet
|
||||
, "musvc_monitor": {
|
||||
"name": "MUSV_MONITOR",
|
||||
"musvc_status": [
|
||||
{
|
||||
"config_section": "bookkeeper",
|
||||
"group": "Trading Bot",
|
||||
"name": "Bookkeeper"
|
||||
},
|
||||
{
|
||||
"config_section": "pricer",
|
||||
"group": "Trading Bot",
|
||||
"name": "Pricer"
|
||||
},
|
||||
{
|
||||
"config_section": "trader",
|
||||
"group": "Trading Bot",
|
||||
"name": "Trader"
|
||||
},
|
||||
{
|
||||
"config_section": "risk_manager",
|
||||
"group": "Trading Bot",
|
||||
"name": "Risk Manager"
|
||||
},
|
||||
{
|
||||
"config_section": "accounting_gateway",
|
||||
"group": "Market Gateways",
|
||||
"name": "Accounting GW"
|
||||
},
|
||||
{
|
||||
"config_section": "market_data_gateway",
|
||||
"group": "Market Gateways",
|
||||
"name": "Market Data GW"
|
||||
},
|
||||
{
|
||||
"config_section": "order_entry_gateway",
|
||||
"group": "Market Gateways",
|
||||
"name": "Order Entry GW"
|
||||
},
|
||||
, "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
# -------- UNIMPLEMENTED yet
|
||||
@@ -175,7 +217,7 @@
|
||||
"name": "OE_GATEWAY",
|
||||
"app_status_channel": "${GLOBAL_CHANNEL_PREFIX}.OE_GW.APP_STATUS"
|
||||
, "exchanges_settings": {
|
||||
"ALPACA_SNDBX": {
|
||||
"COINBASE_AT": {
|
||||
"mkt_data": {
|
||||
"enabled": false
|
||||
, "streaming": false
|
||||
|
||||
Reference in New Issue
Block a user