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