freqtrade / frequi

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

Cannot change plot configuration #320

Closed klara31 closed 3 years ago

klara31 commented 3 years ago

Describe the bug When entering the plot configuration, a new window is opened in which the plot configuration can be changed. When trying to add an indicator, nothing happens. Chrome developer tools shows in the console the following error:

vue.runtime.esm.js:1888 TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at a.get (PlotConfigurator.vue:224)
    at nr.get (vue.runtime.esm.js:4479)
    at nr.evaluate (vue.runtime.esm.js:4584)
    at a.usedColumns (vue.runtime.esm.js:4836)
    at a.R (PlotConfigurator.vue?e1e3:1)
    at a.t._render (vue.runtime.esm.js:3548)
    at a.r (vue.runtime.esm.js:4066)
    at nr.get (vue.runtime.esm.js:4479)
    at nr.run (vue.runtime.esm.js:4554)

To Reproduce Steps to reproduce the behavior:

  1. Go to Trade page
  2. Click on wheel (top right)
  3. Add indicator to used indicators
  4. See error

Expected behavior I was able to change the indicators, but it does not work anymore.

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Additional context I have cleared cache, deleted cookies, tried Incognito mode. None is working. Tried on both Windows and MacOS.

xmatthias commented 3 years ago

please try the "show" button and post the content that will show in the textbox below that (please copy/paste the text, don't take a screenshot of the text 😆

klara31 commented 3 years ago

When I press the Show button, nothing happens. Also nothing in the dev tools console.

xmatthias commented 3 years ago

what about "load from strategy"? Also maye check the "Application" / storage tab ... the "ft_custom_plot_config" key is the one that stores this - maybe try to remove this (although private mode would do that too ...).

klara31 commented 3 years ago

No response on any of the buttons. However, Clear site data from the Application/Storage tab solves the issue. Weird, as it did not work in Incognito either... It makes you start to doubt yourself...

xmatthias commented 3 years ago

Please let me know if it reappears. obviously it shouldn't happen - but i also have no idea what brought you into the state of "non-working" ...

klara31 commented 3 years ago

I am still experimenting with different strategies for my bot, maybe that triggered this somehow. I will close this issue and if it happens again, I will reopen it and hopefully know why...

Gaz83 commented 3 years ago

Just starting out with FreqTrade and I have the same issue reported above. Clear site data from the Application/Storage tab is not solving the issue.

Currently have 3 bots running (Docker on Windows) Using the following strategies from the Strategies repository.

Scalp Low_BB TDSequential

echoyilmaz commented 2 years ago

I'm using Firefox browser, when I got this error and tried chrome, everything started working. I cleared the firefox history and it was fixed. Since it works with vue, it is necessary to focus on the client side. Sorry for the bad english, I google translated :)