OPEN-SOURCE SCRIPT
Fractal Framer added buy sell

This script was written by Brobear and published.
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]


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 creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。
オープンソーススクリプト
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。