H256 / gekko-quasar-ui

An UI port for gekko trading bot using Quasar framework.
MIT License
112 stars 49 forks source link

[bug] backtest-page not take over the new dataset #16

Open verbraucher opened 5 years ago

verbraucher commented 5 years ago

I'm submitting a ... [ x] bug report

Action taken (what you did) First I execute a backtest in the ui with a choosen dataset and the page behave like expected. Then I choose another dataset and execute the backtest again. The page do not take the updated dataset, but took the old one. I did that with chrome.

Expected result (what you hoped would happen) I expect that the page takes over the new choosen dataset.

Actual result (unexpected outcome) The page takes over the old(first) choosen dataset.

Other information to reproduce that you have to stay on the same exchange with the same currency and only change the asset, in my case binance:USDT:ANY

image

verbraucher commented 5 years ago

ok. will try to get in the code next week, to fix that.

H256 commented 5 years ago

I will try to reproduce - looks to me like some watcher doesn't trigger correctly. Might take a while to trace.