OptiPie / tradingview-optimizer-extension

OptiPie is an open source strategy optimizer automation tool for TradingView written in js.
https://optipie.app
GNU General Public License v3.0
32 stars 17 forks source link

Still running ignoring stop parameter #5

Closed mupsje closed 1 year ago

mupsje commented 1 year ago

Why is it still running? Maybe I did something wrong? because close I cant choose , so I picked 1 - 8

But 4th Parameter is beyond the 25 now at 57 ????

it is running for 2 days now.
What happened if i close it? It will print results? please advise

image

AtakanPehlivanoglu commented 1 year ago

Hi @mupsje, I've just tested the extension with a similar strategy test setup (0.25 step size as well) and I think your order of parameter inputs is incorrect.

because close I cant choose , so I picked 1 - 8

Extension only supports the Numeric fields for optimization hence you can omit the Source parameter from your parameter inputs.

So in the end, for this particular strategy, your OptiPie Extension Parameter inputs should look like this,

image

If you have further questions or issues, please let me know.

Happy Optimizations!

mupsje commented 1 year ago

Well thank you sir, will do the test again :)

Great tool! Hope more parameters will be there soon 👍

AtakanPehlivanoglu commented 1 year ago

You are welcome @mupsje,

Thanks for the good feedback and would appreciate your feedback on Chrome Web Store too :)

I will also consider adding Non-Numeric Fields as part of the parameter optimization in the future, good point indeed.

As your question is resolved, I'm closing this issue, and do not hesitate to open a new issue with the appropriate label for both bug/question or new feature requests.

Have a great day.