Reset Equity Chart - Printable Version +- Alera Forum (https://aleratrading.com/forum) +-- Forum: Alera Portfolio Manager (https://aleratrading.com/forum/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://aleratrading.com/forum/forumdisplay.php?fid=3) +--- Thread: Reset Equity Chart (/showthread.php?tid=506) |
Reset Equity Chart - Marcel - 02-08-2022 Is there a way to reset the chart that tracks the equity of the system? I don't mind even if I have to edit something in a particular file but it would be easier than starting a new system because you wanted to start a new equity chart. RE: Reset Equity Chart - admin - 02-09-2022 The file StrategyStats.db in the <account>/databases folder stores all your performance history. You can use something like https://sqlitebrowser.org/ to edit the database -- you would just need to delete data before a certain data in the StrategyAllocations table (or you may need to edit all the tables to remove data before a specific date). If you want to completely reset everything, then delete (or rename) the database file. RE: Reset Equity Chart - Marcel - 02-18-2022 That worked as you said. For the benefit or others who want to try it, I downloaded DB Browser, then under AleraWorkspace/yourname/databases/strategyStats.db and then as shown in the screen capture here, selected the Browse Data tab, then StrategyAllocations and sorted the data by the system number and deleted the dates I wanted to remove. |