Multiple customizable MA own timeresolution own MA-typeMultiple (8) customizable MA
Features:
Set MA-Type/Smoothing: "RMA", "SMA", "EMA", "WMA", "VWMA"
Set Timeframe/Resolution: "60", "240", "1D", "1W", "1M", "Chart"
To use the native chart time resolution select "Chart" as TimeFrame
Media mobile ponderata (WMA)
Parabolic Weighted Moving AverageThe weights of this moving average are powers of the weights of the standard weighted moving average WMA .
Remember:
When parameter Power = 0, you will get SMA .
When parameter Power = 1, you will get WMA .
Good luck!
6MA: Moving Averages in One ScriptInstead of wasting 6 indicators this script lets you do custom 6 moving averages in one.
You are able to select MA EMA or WMA
Default values: 7, 30, 50, 100, 128, 200
6MA: Moving Averages in One ScriptInstead of wasting 6 indicators this script lets you do custom 6 moving averages in one.
You are able to select MA EMA or WMA
Default values: 7, 30, 50, 100, 128, 200
Double Weighted Moving AverageMr. Jurik uses this weighted moving average to create a crossover trading system with his JMA.
To learn more see www.jurikres.com .
Good luck!
Inverse Distance Weighted Moving AverageThe weights of this moving average are the sums of distances between points.
Good luck!
Distance Weighted Moving AverageAdopted to Pine from systemtradersuccess.com
They wrote that this average is designed to be a robust version of a moving average to reduce the impact of outliers, but I dont see a significant difference comparing it with SMA. So, I published it for the educational purposes.
To learn more about the robust filters and averages google Hampel Filter, Interquartile Range Filter and Recursive Median Filter (or any other filter that is based on quartiles).
Good luck!
Multiple Moving Average Colors7 moving averages in 1 indicator, including the Hull Moving Average.
I've updated with some graphics that print at the top of the chart (you can change color and placement on the indicator settings page)
All 7 MAs Up - Green and up triangle
All 7 MAs Down - Red and down triangle
4, 5 or 6 MAs Up - Dark green and a square
4, 5 or 6 MAs Down - Maroon and a square
SMA/WMA histogram with MTF and alertsThis histogram is based on the difference between SMA and WMA (I make it as false MACD to create signals)
Since we have the non repainting MTF function we can see the buy and the sell signals at different time frames.
the color of the histo change according to difference so as the color change from dark red to light red be ready to buy and if color change from dark green to light green be ready to sell. The signal based on cross to the 0 .
since you have MTF in build you can change time frame changing int2 to desire min you want
here 60 min MTF on 30 min graph. you can make any variation you want .it flexible model allow you to find the best setting for your purpose
Fibonacci Weighted Moving AverageHello traders and developers!
The weights of this WMA are Fibonacci numbers. That's all)
Good luck and happy trading!
Market Status Moving AverageGet a quick easy view of the current market status.
Examples used above are lengths 6 and 15, but you can tweak to your liking.
Want to stop sweating the small stuff and see the bigger picture? Try increasing the length to 50, 100 etc
Green = Bullish
Orange = Consolidation / Flat
Red = Bearish
--------------------------------------------------------------------
--------------------------------------------------------------------
Check out some of our other recent releases below :
MW+MA Cross StrategyThe strategy uses WMA and SMA indicators with certain algorithm in order to create signals when they cross.
inwCoin CMO&WMA StrategyOriginal strategy by HPotter :
Actually I still have no idea how it work but the backtest result is way too good haha
Let me know if you want to try this strategy.
Add More Usual 5 MAsAdd 5 more usual emas. Maintains coherence of the temporal framework that is being observed.
NeoIchi TrailingThis is the separation of moving average parts from NeoIchi indicator with addition of four different ATR setting that can be used for Stop Loss and Trailing Stops. The NeoIchi indicator won't have any moving averages any more, the code is secured but every one have access to use this indicator on their charts.
Average BundleSix (6) average indicators in single package.
All averages have adjustable source, length and type individually
Every average can be enabled or disabled individually.
Color, thickness and other style parameters are adjustable on Style section.
Supported types are:
EMA - Exponential Moving Average
SMA - Simple Moving Average
RMA - Running Moving Average
WMA - Weighted Moving Average
LINREG - Linear Regression
Investopedia is a good source to learn about moving average types.