Thread: Moving Average
View Single Post
  #9 (permalink)  
Old 12-14-2005, 10:08 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 16,311
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Tim Morris MA

Tim Morris MA.
Created by Tim Morris in 29th May 2004 (version 2).
Converted for MT4 by Nikolay Kositsin in 2005.

Authors' comments:

"use short duration bars e.g.
5min set length to give required speed of response
increase damping to eliminate overshooting
Lower length will require Higher damping".

Settings:

Length = 10;//inverse of driving coefficient
damping = 5;//smoothing (percent)
maxgap = 30;//maximum week gap ignored (pips)
Shift = 0;
CountBars = 300;//drawn per call - tune this to avoid
Attached Files
File Type: mq4 MMA.mq4 (4.0 KB, 732 views)
Reply With Quote