mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Fully remove 500 candle limit
This commit is contained in:
parent
4ac1305ff2
commit
7965db29e6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user