@ -211,7 +211,7 @@ export class DataGatheringProcessor {
step: 1
}
);
dates = dates.filter((d) => !marketData.some((md) => isEqual(md,d)));
dates = dates.filter((d) => !marketData.some((md) => isEqual(md, d)));
const historicalData = await this.dataProviderService.getHistoricalRaw({
dataGatheringItems: [{ dataSource, symbol }],
@ -42,7 +42,7 @@
})
"
>
<ng-container i18n>Gather Missing Historical Data</ng-container>
</button>
<button
mat-menu-item