Render all available data in live charts

This commit is contained in:
Matthias 2023-09-01 20:40:13 +02:00
parent ccae419ed7
commit 4ac1305ff2

View File

@ -184,7 +184,6 @@ function refresh() {
botStore.activeBot.getPairCandles({ botStore.activeBot.getPairCandles({
pair: pair.value, pair: pair.value,
timeframe: props.timeframe, timeframe: props.timeframe,
limit: 500,
}); });
} }
} }