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

Issue with driver ( Running Selenium 4.9.1) #61

Closed utuber1985 closed 1 year ago

utuber1985 commented 1 year ago

File "D:\Tradingview optimiser\TradingView-Machine-Learning-GUI-master\TradeViewGUI.py", line 153, in optimize_longs_shorts OptimizeLongsShorts.LongShortScript() File "D:\Tradingview optimiser\TradingView-Machine-Learning-GUI-master\scripts\OptimizeLongsShorts.py", line 21, in init self.run_script() File "D:\Tradingview optimiser\TradingView-Machine-Learning-GUI-master\scripts\OptimizeLongsShorts.py", line 30, in run_script self.click_strategy_tester(wait) File "D:\Tradingview optimiser\TradingView-Machine-Learning-GUI-master\web_commands\commands.py", line 51, in click_strategy_tester element = wait.until( File "C:\Python310\lib\site-packages\selenium\webdriver\support\wait.py", line 86, in until value = method(self._driver) File "C:\Python310\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) AttributeError: 'NoneType' object has no attribute 'find_element'