OPEN-SOURCE SCRIPT

Creflo C's BS Detector

139
โœ… 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

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.