akumidv / tradingview-assistant-chrome-extension

An assistant for backtesting trading strategies and checking (showing) external signals in Tradingview implemented as a Chrome browser extension.
GNU General Public License v3.0
176 stars 63 forks source link

Saving results partially #82

Open PhantomFFP opened 1 year ago

PhantomFFP commented 1 year ago

It has happened to me (related to the "out of memory" report) that an optimization obtains results that after an "out of memory" are lost.

Example: I was performing an optimization that had 110% gains in tests, then I got an "out of memory" and when I started the process again, the 110% parameters were lost and there was no way to recover it, the process has started again from 0.

I suggest that the best result be saved somewhere safe to prevent it from being lost when some kind of "fatal error" occurs, or add a button that allows you to manually save the best result obtained when the button is clicked. That way, in case an error occurs during an optimization, you can continue optimizing from the set of best values obtained previously and not have to start from the beginning again.

akumidv commented 1 year ago

Possible as files with baktesting results for improving best results or for every 100 or more cycles (options). I'll think about this.