OPEN-SOURCE SCRIPT

Fractal Framer added buy sell

18 079
This script was written by Brobear and published.
Fractal Framer
I only modified by adding buy and sell signal when price crossover fractal channel.

buy_breakout=crossover(close,fracLevelHigh) and OsMA[1]>OsMA[2] and emaRSI[1]>emaRSI[2]
sell_breakout=crossunder(close,fracLevelLow) and OsMA[1]<OsMA[2] and emaRSI[1]<emaRSI[2]

snapshot

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.