ADXVMA - indicator for MetaTrader 5 ADXVMA is one new sort of a Moving Average. It uses modified ADX calculation for adapting Moving Average calculation. The process of adapting is so efficient that it filters out a lot of noise out of the market and produces longer periods of smooth values. That makes it useful for trending mode and for support / resistance usage too.
Step average (atr based) - indicator for MetaTrader 5 It is using percent of ATR (Average True Range) as a filter. It is done in order to fix one of the weak points of using fixed (pips) step size : different time frames tend to have different results for fixed step size (ie: higher time frames become almost without steps and lower time frames still have those steps for same setting). Percent of ATR usage fixes that and makes it a sort ...
And this is the template file (attached) about what Igorad mentioned in the first post (period = 14 for each in indicator' input): - T3 by T.Tillson (correct version) - LSMA - Least Square Moving Average (or EPMA, Linear Regression Line) - ILRS - Integral of Linear Regression Slope How to install: ...
Hi, Please take a look at the latest version of well-known indicator AllAverages_v3.0 with 26 types of moving averages: Code: // MA_Method= 0: SMA - Simple Moving Average // MA_Method= 1: EMA - Exponential Moving Average // MA_Method= 2: Wilder - Wilder Exponential Moving Average // MA_Method= 3: LWMA - Linear Weighted Moving Average // MA_Method= 4: SineWMA - Sine Weighted Moving Average // MA_Method= 5: TriMA - ...
// MA_Method= 0: SMA - Simple Moving Average // MA_Method= 1: EMA - Exponential Moving Average // MA_Method= 2: Wilder - Wilder Exponential Moving Average // MA_Method= 3: LWMA - Linear Weighted Moving Average // MA_Method= 4: SineWMA - Sine Weighted Moving Average // MA_Method= 5: TriMA -
How a Top Trader Uses Moving Average Crossovers In Part Two (the part one is here) of our interview with Jim Rohrbach of Investment Models, the longtime trader describes his strategy for using moving averages. He also tells us about his favorite mutual funds for capturing market trend shifts. (Part One, about moving averages and trend trading, appeared yesterday.) Kate Stalter: I want to talk a little bit about what you are ...