logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
tupan1969  
#1 Posted : Tuesday, March 30, 2010 7:47:21 PM(UTC)
tupan1969

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 3/31/2010(UTC)
Posts: 2

The hamming moving average, or hamming window, was avaliable for TELACHART. How would be its formula for Metastock? See ...

http://www.mathworks.com/access/helpdesk/help/toolbox/signal/hamming.html
FormulaPrimer  
#2 Posted : Tuesday, March 30, 2010 8:16:26 PM(UTC)
FormulaPrimer

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 8/12/2005(UTC)
Posts: 73

This is very similar Sine-Weighted Moving Average Formula: PI:=3.1415926; SD:=180/6; S1:=Sin(1*180/6)*C; S2:=Sin(2*180/6)*Ref(C,-1); S3:=Sin(3*180/6)*Ref(C,-2); S4:=Sin(4*180/6)*Ref(C,-3); S5:=Sin(5*180/6)*Ref(C,-4); Num:=S1+S2+S3+S4+S5; Den:=Sin(SD)+Sin(2*SD)+Sin(3*SD)+Sin(4*SD)+Sin(5*SD); Num/Den
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.