EMA 10/20 Crossover BackgroundThis script works best on a weekly chart and it taints the background green if the EMA-10 is larger than EMA-20 (EMA lengths can be configured) and red otherwise. I use this script to immediately determine if a market is trending upwards or downwards.
Cerca negli script per "ema"
EMA x5A simple script involving exponential moving averages. It draws on 5 customizable lookback periods for the EMA and draws it on the chart. From backtesting, periods of confluence between all of the exponential moving averages lead to trades with an increased probability of working out. I have also taken the liberty and added the feature of including higher timeframe comparisons on the same chart. For example, you can choose to draw a 50-period 4-hour EMA on your 5-minute chart if you are an intraday trader. This might holistically help with your analysis by having the data on a single chart. This indicator also helps traders who are using the free or pro versions of TradingView and want to use 5 EMA's but TradingView's indicator count does not allow that many.
I have also made the script open source for anyone looking to reference code.
EMA Cross Fast/Slow/SignalInspired by EMA CrossOver Bars, this includes a third EMA that we are looking to cross. It also plots the EMA's on the chart.
EMA StrategyThis strategy is in testing and development.
**USE AT YOUR OWN RISK. **
This defaults to a 13/48 EMA using the closing price. When the fast EMA crosses above the slow it triggers a buy. When it crosses below the slow EMA it triggers a sell and potentially a short, but that is not implemented. Stops, trailing stops, and pyramiding to be added. The purpose of this strategy is to signal recommended entry and exit point and back test whether the strategy works. It is not intended to be an automated buy/sell script.
* stop loss added. Not yet configurable from the settings panel. Defaults to 8% from the entry price.
TODO:
Add the ability to configure the stop-loss level in the settings panel
Add trailing stop functionality
Add profit taking, likely configurable sell targets (2:1 risk to reward gain for example)
Add another signal or two to help improve odds of making a winning trade.
EMA+MACD+RSI+StochJust like SMA but EMA!
this EMA base indicator helps you to find the trend.
use pivot point standard for make better decesion on Long and Short
EMA LavtiThis TradingView Pine Script indicator displays a smoothed Exponential Moving Average (EMA) line along with a single arrow to indicate the last confirmed crossing event. The indicator highlights either a "Buy" or "Sell" signal based on price action relative to the smoothed EMA.
How It Works:
The script tracks the index and direction (up or down) of the last crossover event.
When no new crossing event occurs, the script resets to avoid plotting multiple arrows.
The smoothed EMA line is plotted on the chart to give context for the crossover signals.
EMA Bounce StrategySimple strategy that checks for price bounces over an Exponential Moving Average. If the CLOSE of the candle bounces
back from having it's LOW below the EMA then it's a Bull Bounce. If the CLOSE of the candle bounces down from having it's
high above the EMA then it's a Bear Bounce. This logic can be reversed.
EMAS X-FACTORindicador que nos simplifica la utilización de las EMAS 8,18 y 200 que utilizaremos para confirmar las entradas de las operaciones. Las EMAS o Medias Móviles Exponenciales nos muestra el valor medio del precio de un instrumento durante un determinado período de tiempo, es decir nos marcan la tendencia momentánea y la tendencia larga.
EMAs from higher TFPlot EMAs based on the higher timeframe.
Ex. If you're looking at 15 min chart, you'll see EMAs from H1 TF.
EMA Enveloper Indicator & a crazy predictionEMAEnvelope indicator does just that, draws a nice user-defined period EMA envelope (overlay).
It also can highlight the Bull/Bear breaks using different colors
- Green : High > EMA_HIGH
- Lime : (High > EMA_HIGH) and (Low > EMA_HIGH)
- Orange : Low < EMA_LOW
- Red : (Low < EMA_LOW) and (High < EMA_LOW)
Background highlighting is user-configurable.
Now to the (crazy) prediction: Based on a 100-period EMAEnvelope, we may have to go down to ~427.3 before starting turning Green. Look at the 2 Orange/Red areas highlighted.
EMA 200 tells us a different story, BTW.
EMA's Rainbow: 5/10/20/50/100/150/200/250All major EMA's color coded to look like a rainbow, and configurable
EMA 200 HIGH LOWS - BIRMANO - A Pine Script v6 indicator plotting a smoothed cloud between EMA 200 of high and close prices, with dynamic colors (green/soft red) based on price position. Includes RSI (14) in a subpanel for confluence, with an ATR filter to hide the cloud during high volatility.
EMA Slope AyEWe create our own indicator to calculate the slope of a 20 period EMA over the last candle.
EMA Slope AyEWe create our own indicator to calculate the slope of a 50 period EMA over the last 3 candles.
Awen1s EMA FiboEMA based on Fibonacci sequence starting at 5 hours.
Hours: 5, 10, 15, 25, 40, 65, 105, 170, 275, 445, 720, 1165, 1885, 3050, 4935
EMA StratIf previous day close above EMA, enter long at open the following day. Exit long position if prices close below EMA.
EMA Separation CoefficientStrategy: ema difference fast-slow
buy: indicator cross up zeroline
sell: indicator cross down zero line
EMA CrossoverSimple script showing two EMA values and a shape(circle) when a crossover has taken place.
EMA Cross Alert V666 [noFuck]EMA Cross Alert — What it does
EMA Cross Alert watches three EMAs (Short, Mid, Long), detects their crossovers, and reports exactly one signal per bar by priority: EARLY > Short/Mid > Mid/Long > Short/Long. Optional EARLY mode pings when Short crosses Long while Mid is still between them—your polite early heads-up.
Why you might like it
Three crossover types: s/m, m/l, s/l
EARLY detection: earlier hints, not hype
One signal per bar: less noise, more focus
Clear visuals: tags, big cross at signal price, EARLY triangles
Alert-ready: dynamic alert text on bar close + static alertconditions for UI
Inputs (plain English)
Short/Mid/Long EMA length — how fast each EMA reacts
Extra EMA length (visual only) — context EMA; does not affect signals
Price source — e.g., Close
Show cross tags / EARLY triangles / large cross — visual toggles
Enable EARLY signals (Short/Long before Mid) — turn early pings on/off
Count Mid EMA as "between" even when equal (inclusive) — ON: Mid counts even if exactly equal to Short or Long; OFF (default): Mid must be strictly between them
Enable dynamic alerts (one per bar close) — master alert switch
Alert on Short/Mid, Mid/Long, Short/Long, EARLY — per-signal alert toggles
Quick tips
Start with defaults; if you want more EARLY on smooth/low-TF markets, turn “inclusive” ON
Bigger lengths = calmer trend-following; smaller = faster but choppier
Combine with volume/structure/risk rules—the indicator is the drummer, not the whole band
Disclaimer
Alerts, labels, and triangles are not trade ideas or financial advice. They are informational signals only. You are responsible for entries, exits, risk, and position sizing. Past performance is yesterday; the future is fashionably late.
Credits
Built with the enthusiastic help of Code Copilot (AI)—massively involved, shamelessly proud, and surprisingly good at breakfasting on exponential moving averages.