Simple and Exponential Moving AveragesThis script graphs 5 SMAs (20, 50, 100, 150, 200) and 5 EMAs (20, 50, 100, 150, 200). The first group uses blue and orange colors whereas the second one uses green and red. When a bar closes below a moving average, either orange or red will be used depending on which type of moving average and which period. In bullish mode, we show blue and green. Moving average periods are configurable, and you can hide the MAs you don't want.
EMAS
Seven Exponential Moving Averages
By default, this script shows 7 different EMAs set to 5, 10, 20, 50, 100, 150, 200 intervals. If a bar closes below one of these EMAs, the respective EMA will turn red otherwise it will be green. 50 and 200 EMAs have double the linewidth of others.
9/21 MovingAvg Cross Signal EGAV.35Simple buy/sell signal with 9 & 21 ema cross over/under, works better in Daily Charts
50EMA/200SMA Cross SignalSimple 50ema cross over/under 200sma to signal buy/sell, works better on Daily charts
Dual Exponential Moving AveragesJust like the regular "Moving Average Exponential" indicator except this allows you to show 2 with custom time intervals, saving non-subscribers to Trading View an indicator slot. Enjoy.
Session min/max pointsAn improved version for minimum and maximum in a day trading session. You can choose the session resolution, it ranges from 1 minute to 1 week.
It works well for stocks and non-extended sessions due to security() function limitations.
Any suggestions, please leave a comment.
Happy trading.