diff --git a/src/components/charts/CandleChartContainer.vue b/src/components/charts/CandleChartContainer.vue index 57b4cb7f..8e5bc9ad 100644 --- a/src/components/charts/CandleChartContainer.vue +++ b/src/components/charts/CandleChartContainer.vue @@ -198,7 +198,7 @@ export default class CandleChartContainer extends Vue { strategy: this.strategy, }); } else { - this.getPairCandles({ pair: this.pair, timeframe: this.timeframe }); + this.getPairCandles({ pair: this.pair, timeframe: this.timeframe, limit: 500 }); } } }