mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-12 19:23:51 +00:00
Revert removal of limit parameter for now
This commit is contained in:
parent
c0675e78f9
commit
f2574b8b6e
|
@ -198,7 +198,7 @@ export default class CandleChartContainer extends Vue {
|
||||||
strategy: this.strategy,
|
strategy: this.strategy,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.getPairCandles({ pair: this.pair, timeframe: this.timeframe });
|
this.getPairCandles({ pair: this.pair, timeframe: this.timeframe, limit: 500 });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user