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

Boolean Settings not included in Test runs #89

Closed curbaczek closed 1 year ago

curbaczek commented 1 year ago

Hi,

thank you very much for your work, it's a great tool and I liked to use it to test strategies.

Unfortunally it seems that boolean values are not set anymore in the test runs. Integer values in a range no problem, but a boolean switch is not executed anymore (worked in a previous version about May 2022). How do I have to write the configuration file to include these switches?

Best regards

curbaczek commented 1 year ago

okay, my bad! I oversaw the new option of maximum cycles per test on the parameter check page. Works fine, thank you again for this great tool!