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.
Sma
High TimeFrame Multiple MABe vigilant to the levels used by swing traders trading on weekly and monthly charts. Often they use SMA with periods of 3,5,8.
[naoligo] 10x MA (H, D, W, M)This one is based on "Generic 8x MA Plotter" indicator, by @LazyBear.
It will plot three Moving Averages based on current time interval and seven based on chosen periods by hour, day, week and month. You will be able to see where is, for example, a 50 days SMA when using a 5 minutes time interval chart. I find it very useful to analyze, in a snap, possible price ranges and enter/exit points. All reference values are from setups known and used by traders.
Cons: Use it wisely, because if you choose to plot all the 10 Moving Averages, he will consume a lot of the computer resources.
Enjoy!!
Edit: I forgot to mention that you can choose between EMA or SMA for each time interval, that are distributed in:
2x MA Hour;
2x MA Day;
2x MA Week;
1x MA Month.
I've tried to keep the code as simple as possible, so you can increase that number or modify the Moving Average that each time interval will use.
Peace!
[M] RSI_dots + SMARSI with dots and red color when leaving the zone + sma. Just for convenience =)
----------------------
RSI с точками и красной окраской при выходе за зону + sma. Просто для удобства =)
Bran's 8 Length SMAAll the SMAs you could ever want in a single indicator. Customizable, versatile and great for TAs who don't want to eat up their indicators with a bunch of custom SMA lines.
Combo IndicatorFor easier setup, this script combines 5 indicators. 3 simple moving averages, 1 EMA and Bollinger Bands. These are common indicators that are that often used and discussed on OptionsPlayers.com
Multiple Moving AverageCombines 3 moving average plot lines into one indicator for easy configuration
Glory Hole with SMA + ADX - StrategyHere you get a script with the rules for "Glory Hole"-Strategy from Linda Raschke.
In Addition, I choose the SMA - not the EMA for this script.
MY RECOMMONDATION:
If you get a trade Signal, then set an sell- oder buy-order on the high or low. If the next bar doesn't touch into the trade, then delete your order.
Have fun and good look.