mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +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 ...
|
// TODO: check for active bot ...
|
||||||
if (pair === this.selectedPair) {
|
if (pair === this.selectedPair) {
|
||||||
// Reload pair candles
|
// Reload pair candles
|
||||||
this.getPairCandles({ pair, timeframe, limit: 500 });
|
this.getPairCandles({ pair, timeframe });
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user