Fully remove 500 candle limit

This commit is contained in:
Matthias 2023-09-02 09:09:49 +02:00
parent 4ac1305ff2
commit 7965db29e6

View File

@ -1004,7 +1004,7 @@ export function createBotSubStore(botId: string, botName: string) {
// TODO: check for active bot ...
if (pair === this.selectedPair) {
// Reload pair candles
this.getPairCandles({ pair, timeframe, limit: 500 });
this.getPairCandles({ pair, timeframe });
}
break;
}