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

can't find #3, find folder #3

Closed driesdep closed 3 years ago

driesdep commented 3 years ago

Hello, I have been looking for a find folder on pycharm, but there is no anymore ? Where do i need to paste my webfolder file ?

I don't understand this very well ...

If you could give me more info ? thx dries

driesdep commented 3 years ago

found it already . I was looking into my installed pycharm application for "folder" Thanks

driesdep commented 3 years ago

After some strugling with the modules working, i finaly got it running. But this gave me also an error. On line 68 i believe a problem with a tuple. But i don't know what the problem should be. I habe attached the program error on the issue here. If you could help me out it would be so nice )

Thank you Dries Function68 Functions3

TreborNamor commented 3 years ago

SyntaxError: invalid syntax.

It looks like you have an old version of Python that is causing the syntax error. You can download and update your Python to the latest version here. https://www.python.org/downloads/

As well, please download my updated repository. There has been some changes. Thanks!