mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Always update TradeEntries in candlechart - otherwise Trades may stick around
This commit is contained in:
parent
d1c66b633b
commit
ffee8d8702
|
@ -457,8 +457,6 @@ export default class CandleChart extends Vue {
|
|||
this.chartOptions.grid[this.chartOptions.grid.length - 1].bottom = '50px';
|
||||
delete this.chartOptions.grid[this.chartOptions.grid.length - 1].top;
|
||||
}
|
||||
if (this.filteredTrades.length > 0) {
|
||||
// Show trades
|
||||
const { trades, tradesClose } = this.getTradeEntries();
|
||||
|
||||
const name = 'Trades';
|
||||
|
@ -495,7 +493,6 @@ export default class CandleChart extends Vue {
|
|||
if (this.chartOptions.series) {
|
||||
this.chartOptions.series.push(closeSeries);
|
||||
}
|
||||
}
|
||||
|
||||
console.log('chartOptions', this.chartOptions);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user