Thread: Moving Average
View Single Post
  #280 (permalink)  
Old 05-22-2008, 02:39 PM
igorad's Avatar
igorad igorad is offline
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 792
igorad is on a distinguished road
Hi,
I've finished new version of AllAverages_v2.1.
In this version I've used new MTF technique without calls of iCustom function.
So it's maybe interesting for other coders.
New list of MAs:
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 - Triangular Moving Average
MA_Method= 6: LSMA - Least Square Moving Average (or EndPoint MA, Linear Regression Line, Modified MA)
MA_Method= 7: SMMA - Smoothed Moving Average
MA_Method= 8: HMA - Hull Moving Average by Alan Hull
MA_Method= 9: ZeroLagEMA - Zero-Lag Exponential Moving Average
MA_Method=10: DEMA - Double Exponential Moving Average by Patrick Mulloy
MA_Method=11: T3 - T3 by T.Tillson
MA_Method=12: ITrend - Instantaneous Trendline by J.Ehlers
MA_Method=13: Median - Median
MA_Method=14: GeoMean - Geometric Mean
MA_Method=15: REMA - Regularized EMA by Chris Satchwell
MA_Method=16: ILRS - Integral of Linear Regression Slope
MA_Method=17: IE/2 - Combination of LSMA and ILRS

As you can see I've excluded MMA from the list because it's similar to LSMA or Linear Regression Line.

Regards,
Igor
Attached Files
File Type: mq4 AllAverages_v2.1.mq4 (12.5 KB, 202 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Reply With Quote