mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 04:03:51 +00:00
Don't show new candle messages
This commit is contained in:
parent
1f6330da88
commit
52a98846da
|
@ -829,7 +829,6 @@ export function createBotSubStore(botId: string, botName: string) {
|
||||||
const [pair, timeframe] = msg.data;
|
const [pair, timeframe] = msg.data;
|
||||||
// TODO: check for active bot ...
|
// TODO: check for active bot ...
|
||||||
if (pair === this.selectedPair) {
|
if (pair === this.selectedPair) {
|
||||||
showAlert(`New Candle for ${pair}`, 'success');
|
|
||||||
// Reload pair candles
|
// Reload pair candles
|
||||||
this.getPairCandles({ pair, timeframe, limit: 500 });
|
this.getPairCandles({ pair, timeframe, limit: 500 });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user