data timeout fixes; research agent improvements
This commit is contained in:
@@ -23,6 +23,8 @@ message OHLC {
|
||||
optional int64 close_time = 12;
|
||||
optional int64 open_interest = 13;
|
||||
string ticker = 14; // Nautilus format: "BTC/USDT.BINANCE"
|
||||
optional int64 num_trades = 15; // Number of trades in the candle
|
||||
optional int64 quote_volume = 16; // Total quote asset volume (scaled by price precision)
|
||||
}
|
||||
|
||||
// Batch of OHLC rows with metadata for historical request tracking
|
||||
|
||||
Reference in New Issue
Block a user