This commit is contained in:
Cryptoval Trading Technologies
2025-11-19 23:02:01 +00:00
parent 60b30ab7d3
commit ca480015ea
+12 -11
View File
@@ -149,18 +149,19 @@
"db": { "db": {
"cred_key": "TSDB_CVTT_TESTER_01_DIRECT" "cred_key": "TSDB_CVTT_TESTER_01_DIRECT"
} }
, "trades_recording": { , "trades_recording": { # unconditional trades recording for 1min aggregates
"flush_interval_sec": 10.0 "flush_interval_sec": 10.0
} # unconditional trades recording for 1min aggregates "instruments": [
{ {
"exch_acct": "COINBASE_AT" "exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-BTC-USD" , "instrument_id": "PAIR-BTC-USD"
} }
, { , {
"exch_acct": "COINBASE_AT" "exch_acct": "COINBASE_AT"
, "instrument_id": "PAIR-ETH-USD" , "instrument_id": "PAIR-ETH-USD"
} }
] ]
}
} }
} }
, "quant": { , "quant": {