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

cross bug of MACD RSI Strategy #23

Closed hatawong closed 3 years ago

hatawong commented 3 years ago

wrong cross crossover_bear = crossunder(signal_line, macd_line)

right cross crossover_bear = crossunder(macd_line, signal_line)

TreborNamor commented 3 years ago

thank you for address this error. I fixed the script right now

hatawong commented 3 years ago

My pleasure! MACD with CSI is a brilliant and effective strategy