PureBytes Links
Trading Reference Links
|
HI , in an Italian forum I have found this formula of Moving average
used in a Trading System . I have translate the formula in excel.
Someone could translate in language metastock? Thanks
The formulas of the Moving average :
T = Close
Len = periods
MM = Moving average
B = smothing
n = Day
n-1 = Day-1
Abs = Absolute value
B = 5*(ABS(T(n)-MM(n-1)) / MM(n-1) - ABS(MM(n-1)-MM(n-5)) / MM(n-
5)) / (Len - 5)
MM(n) = B*(T(n)-MM(n-1)) + MM(n-1)
excused for my English .
Thanks Riccardo .
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|