OPEN-SOURCE SCRIPT
Creflo C's BS Detector

✅ Buy Signal Triggers when:
All of the following conditions are true:
📈 close > ema5 — price is above the short-term trend.
🔁 ema10 > ema21 — confirms near-term bullish momentum.
📊 close > ema50 — strong medium-term trend.
🏗️ close > ema200 — long-term trend is bullish.
💪 RSI > sma(RSI, 2) — momentum is increasing.
🏔️ close >= 85% of the 104-week high — stock is near its 2-year highs.
⚔️ (60-bar performance > SPY's 60-bar performance) — stock is outperforming the market.
⏱️ It's been at least 21 bars since the last signal — you’re clear to fire again.
❌ Sell Signal Triggers when any one of the following is true:
🚨 close < chandelierExit
Defined as 21-bar high - (3 × ATR(21))
This is a trailing stop based on volatility.
❌ close < ema21 — loss of short-term support.
⚠️ close < ema50 — medium-term trend breakdown.
💀 close < ema200 — long-term trend cracked.
AND:
⏱️ It's been at least 21 bars since the last signal
All of the following conditions are true:
📈 close > ema5 — price is above the short-term trend.
🔁 ema10 > ema21 — confirms near-term bullish momentum.
📊 close > ema50 — strong medium-term trend.
🏗️ close > ema200 — long-term trend is bullish.
💪 RSI > sma(RSI, 2) — momentum is increasing.
🏔️ close >= 85% of the 104-week high — stock is near its 2-year highs.
⚔️ (60-bar performance > SPY's 60-bar performance) — stock is outperforming the market.
⏱️ It's been at least 21 bars since the last signal — you’re clear to fire again.
❌ Sell Signal Triggers when any one of the following is true:
🚨 close < chandelierExit
Defined as 21-bar high - (3 × ATR(21))
This is a trailing stop based on volatility.
❌ close < ema21 — loss of short-term support.
⚠️ close < ema50 — medium-term trend breakdown.
💀 close < ema200 — long-term trend cracked.
AND:
⏱️ It's been at least 21 bars since the last signal
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。