TreborNamor / TradingView-Machine-Learning-GUI

Embark on a trading journey with this project's cutting-edge stop loss/take profit generator, fine-tuning your TradingView strategy to perfection. Harness the power of sklearn's machine learning algorithms to unlock unparalleled strategy optimization and unleash your trading potential.
https://www.robertsportfolio.dev/
MIT License
756 stars 227 forks source link

IndexError: list index out of range error #28

Closed Samiel77 closed 3 years ago

Samiel77 commented 3 years ago

Hi,

I ahve the following error:

"Traceback (most recent call last): File "TradeViewGUI.py", line 122, in optimize_longs_shorts name = obj.objectName() File "OptimizeLongsShorts.py", line 17, in init Main.init(self) File "OptimizeLongsShorts.py", line 39, in run_script except NoSuchElementException: File "my_functions.py", line 238, in click_enable_both_checkboxes Keys.BACK_SPACE) IndexError: list index out of range"

can you help please

Samiel77 commented 3 years ago

Nevermind, working. forgot to fill the decimal and max attempts...also updated packages. Thanks