CS: 2 Moving Averages Script - Strategy (Testing)2 Moving Averages Trading Script - Strategy Version (For Backtesting)
Простое скользящее среднее (SMA)
50-100-200 Day SMAA simple indicator that display the 50, 100, and 200 Daily SMA. It will always display the DAILY 50,100, 200, regardless of the time frame you are looking at. Makes it easy to quickly display these key averages while also looking at smaller timeframes like 1H candles.
tvial/4MA Daily 20/50/100/200This indicator allows you to:
- display 4 Simple Moving Averages (SMA) at the same time with a single indicator
- display these MA in a DAILY timeframe whatever your current timeframe (4H in the example)
- settings are 20/50/100/200 but can be overridden
Simple but efficient.
Check my other indicators & strategy , they all start with "tvial/".
HHHC LLLCBased on @JasonGraystone price action tips
This script will identify candles that close with a "Higher High and Higher Close" and "Lower Low Lower Close" than previous candle, making super easy to identify price action momentum.
I added to this fantastic price action concept a simple filter to follow the trend, by default it compares price to a 50 SMA. If above the SMA it shows only up signals, if below it shows only down signals.
SMA can be changed to any lenght and if you want to get all the HHHC / LLLC just set the SMA to 1
//Thinking I may add some alert capability in the future just to practice a little more using Pine Editor but it is useful as it is.
15minMAThis script lets you plot a simple or exponential moving average from a specific time frame that you can select. For example, if you always want the Daily 50MA on your chart, regardless of what resolution your chart is on, this will do it. It's also color coded to show if it's rising or falling.
Ichimoku+SMAsmoothedSMA_smoothed with Ichimoku added makes good yet still simple strategy perhaps useful to APIbot programmers
TDI - Traders Dynamic Index - Roshan [Mehdi]This method is based on Mr. Roshan's technique which use TDI with upper timeframe
SimpleMA smoothed crossover strategyExperimental simple Bot script for ETH/USD 1 hour chart. welcome to test on other pairs. put feedback in comments.
This is a crossbreed between SMA and HULLMA
Combo Basic IndicatorsThe indicator consists of multiple time frame SMA and PSAR, the very basic indicator but could be profitable.
SMA can be used as dynamic Support-Resistant levels, and value of higher time frame are considered more significant (major level).
For example, Bitcoin currently has weekly support at 6568$, and regarding to SMA of lower time frame (Day, 4H,..) that are near then concluded as sideways condition.
However, trading opportunities still can be found for short term and tight range (scalping).
Multi SMA - Multi Simple Moving Average IndicatorYet another Multi SMA indicator. I edited Ahoudori's Multi EMA indicator to this one so I could toggle between these values, and other values in another indicator without having to re-enter the values into a single indicator each time.
The default values are 10, 20, 50, and 200. These are based on the common values used in a variety of markets by fund managers and day traders.
Ruler's Multiple Moving Averages - 8 EMA/MAA handy tool for those who need Multiple Moving Averages in a single indicator!
A great collection of 8 very powerful EMAs and SMAs including:
50MA 9EMA
100MA 13EMA
200MA 26EMA
500MA 55EMA
Of course, completely customizable to your own needs. No need to upgrade your Tradingview account to be able to use multiple MA indicators when you can have all of them in a single Indicator.
All feedback is welcome of course! Enjoy.
^-^ Three Ichimoku Clouds ^-^ 4x4 Moving Average x EMA ^-^Three ichimoku clouds
Four moving averages
Four exponential moving averages
vwap-ma-strategy-v0.7This strategy was inspired by my Israeli fellow iAtiya.
I love it because it's my first pine v3 script that actually works.
Powerful with respect to it's simplicity.