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.
"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"
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