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

ImportError: cannot import name 'OptimizeLongsShorts' from 'scripts' (C:\QGB\Anaconda3\lib\site-packages\scripts\__init__.py) #59

Closed QGB closed 1 year ago

QGB commented 1 year ago
In [236]: !python C:\test\github\TradingView-Machine-Learning-GUI\TradeViewGUI.py
Traceback (most recent call last):
  File "C:\test\github\TradingView-Machine-Learning-GUI\TradeViewGUI.py", line 151, in optimize_longs_shorts
    from scripts import OptimizeLongsShorts
ImportError: cannot import name 'OptimizeLongsShorts' from 'scripts' (C:\QGB\Anaconda3\lib\site-packages\scripts\__init__.py)