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]
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publications is governed by House rules. 您可以收藏它以在圖表上使用。