freqtrade / frequi

Freqtrade UI - Frontend for Freqtrade
https://github.com/freqtrade/freqtrade
GNU General Public License v3.0
573 stars 260 forks source link

in the new freqUI the zoom is reinitialised to the full scale at each new candle #1742

Closed macsim26 closed 7 months ago

macsim26 commented 7 months ago

FreqUI Version

Expected behavior I loved when the zoom remain the same all the time...

Desktop (please complete the following information):

xmatthias commented 7 months ago

well you can always use freqtrade install-ui --ui-version <version> to get an older version. can't guarantee that an older version works with a newer freqtrade version without a problem though.

I'd not know what broke this (reverting recent changes doesn't make it behave differently) - hence i'm not entirely sure if this ever worked the way you think it did. in the end, the whole dataset is swapped - which i guess will trigger a full re-draw of the chart.

Best let me know with which version it's working for you.

xmatthias commented 7 months ago

nevermind - found it ... will be fixed in main / with the next release.

macsim26 commented 7 months ago

Thanks a lot... Miguel