Simple Moving Averagesit seems interesting to trade on low timeframes with these simple moving averages
Cerca negli script per "averages"
Daily Moving Averages(10,20,50,200)This is a simple script displaying the common daily moving averages I use:
the 10dma, 50dma, 200dma, and an optional 20dma.
Daily & 4H Moving AveragesThis indicator shows the 99MA daily (dotted) and 4H (solid) moving averages on all timeframes. It defaults to the 99MA, but you can change it to 25MA or whatever your heart desires. Why would you want to use this? Cause the 99MA is like magic for altcoins, presumably because it's the largest default MA on Binance and lots of people are watching it.
If you can see where the daily and 4h MA lines are, even while looking at a 1h or 30m chart, then you'll know more about the areas where price might do predictable stuff.
4 Moving Averages (50, 100, 200, 20) by Erkana4 Moving Averages 50, 100, 200 and 20 with wider lines
Daily Moving Averages (EMAs + SMAs) to Intraday Chart200 SMA, 100 SMA, 50 EMA, and 20 EMA daily averages to intraday chart
Simple Moving Averages SMA 200 / 265 by Nadine SchmidtSimple Moving Averages SMA 200 / 265 by Nadine Schmidt
Moving Averages & Bollinger Bands3 Moving Averages and Bollinger Bands in 1 Indicator
SMA or EMA
Exponential Bollinger Bands available
Turn bands on or off
Customize period length and standard deviations
QEMA - Quadruple Moving Averages (50,100,200,300)The script combines the common moving averages 50,100 and 200 and adds an additional MA300 to the graph.
5 Simple Moving Averages5 Simple Moving Averages (13 Green, 34 Yellow, 50 Orange, 100 Purple, 200 Red)
50/100/200 Moving Averages (Pine Script For Copy)by fresca
SCRIPT LANGUAGE
Copy script below and adjust based on your preferences.
-function (change function from "sma" to "ema", "wma" and more)
-length (25 Day, 150 Day or add more averages to the three in this script.)
-color, (red, yellow, etc. or use color hex codes i.e. #FEDA15, #FFAD8F, etc.)
-transparency (set to desired level 1-100)
Or add more options.
RESOURCES
Color hex codes site: www.canva.com
Trading View Pine Script Editor Reference Guide: www.tradingview.com
Simple Moving Averages Alert Scriptcan set alerts on 3 moving averages (crossovers) , experiment with different moving average lengths in the input settings menu, there is also a toggle switch which turns off the 3rd moving average being used as a stop.
will add a backtesting version at some point
zz 1d moving averages // show my favorite moving averages on any time frame
// 1 day 200 SMA
// 1 day 50 SMA
// 1 day 20 EMA
// The 20 simple moving average can be a bit eratic so I use EMA to smooth it out
Quadruple Moving AveragesThis script allows to view from one to four exponential moving averages at the same time, using a single indicator
Multiple Moving AveragesThis script plots up to five Moving Averages , either Simple or Exponential (9, 20, 50, 100 and 200 days period by default).
Hull Moving Averages2 Hull Moving Averages
Alan Hull developed Hull Moving Average in 2005 in his quest to create a moving average that is "responsive to current price activity while maintaining curve smoothness".
Hull claims that his moving average "almost eliminates lag altogether and manages to improve smoothing at the same time".