Trading history persisting between account changes
Opened this issue · 1 comments
Describe the problem
Trading history persisting between account changes
To Reproduce
If I change api keys and delete futures.db, the data from the old accounts are still visible in the dashboard, even after rebooting the server. I have tried this with different browsers and the behavior exists across them as well. Where are the files being stored locally so I can delete them between accounts?
Expected behaviour
I would expect the dashboard to be fresh.
Device (please complete the following information):
- OS: Windows
- Browser: Edge, Librewolf
Hi, thanks for the report!
Deleting futures.db
and then re-running the scraper should wipe everything from the dashboard. Failing that it could be using a copy from inside the /build/
directory.
I assume this is with the main
/ v1 branch of futuresboard? If it's with v2 then please let me know so I can try to reproduce while working on it.