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

Brute Force gives incorrect max data of "percent profitable: All" #119

Open trading-ar opened 1 year ago

trading-ar commented 1 year ago

Brute Force gives incorrect max data of "percent profitable: All" The only important thing for me with the testing, is to test all the variation data. Is there a way to get the data on all possibilities without Brute Force or a way to fix the Brute Force method? I get correct data when using RANDOM method, but this does not test all possibilities.

trading-ar commented 1 year ago

Another issue is that 0.5 step is showing 45047 every time a number increase with 0.5, so it shows 1,2,3, but with 1,5,2,5...... it shows then 45047,45047 instead. Below is an image of Excel with Brute Force method and the parameter settings:

Annotation 2023-04-24 144618 Annotation 2023-04-24 145150

akumidv commented 1 year ago

Thank you, I'll check.

trading-ar commented 1 year ago

Thanks! The last problem was only a Excel converting from cvs fault so no need to dive into the last problem :)