mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Render all available data in live charts
This commit is contained in:
parent
ccae419ed7
commit
4ac1305ff2
|
@ -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,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user