OHLC load fixes; package updates

This commit is contained in:
tim
2024-11-16 19:30:02 -04:00
parent a9bf23ddbb
commit bb4f7d4607
5 changed files with 265 additions and 226 deletions

View File

@@ -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()