OHLC load fixes; package updates
This commit is contained in:
@@ -410,7 +410,7 @@ export const DataFeed = {
|
||||
|
||||
async getBars(symbolInfo, resolution, periodParams, onHistoryCallback, onErrorCallback) {
|
||||
const { from, to, firstDataRequest } = periodParams;
|
||||
log('[getBars]: Method call', symbolInfo, resolution, from, to);
|
||||
log('[getBars]: Method call', symbolInfo, resolution, new Date(from*1000), new Date(to*1000));
|
||||
try {
|
||||
// todo need to consider the selected fee tier
|
||||
await getAllSymbols()
|
||||
|
||||
Reference in New Issue
Block a user