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

Notification

Icon
Error

Options
Go to last post Go to first unread
patoche  
#1 Posted : Thursday, June 16, 2005 7:44:34 AM(UTC)
patoche

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 2/19/2005(UTC)
Posts: 17

Hello, I search the formulae of the indicator of Roger Altman "The Relative Momentum Index". Thank you for help. :roll:
wabbit  
#2 Posted : Thursday, June 16, 2005 9:32:36 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
A very quick Google http://www.google.com.au...Search&meta=lr%3Dlang_en found: {from Darryl Guppy's site} {http://www.guppytraders.com/Metastock%20Formulas/metastock%20formula%2017.htm} {from Ton Maas} Custom Relative Momentum Index (RMI) Indicator for MetaStock Q:=Input("RSI Time Periods",1,1000,14); M:=Input("Momentum Time Periods",1,1000,5); B:=Input("Field: 1=Close, 2=Open, 3=High, 4=Low, 5=Volume",1,5,1); Bval:=If(B=1,C,If(B=2,O,If(B=3,H,If(B=4,L,V)))); Mom:=Bval-Ref(Bval,-M); Z:=Wilders(If(ROC(Mom,1,$)>0,ROC(Mom,1,$),0),LastValue(Q)); Y:=Wilders(If(ROC(Mom,1,$)<0,Abs(ROC(Mom,1,$)),0),LastValue(Q)); RMS:=Z/Y; RMIcust:=100-(100/(1+RMS)); Mov(RMIcust,M,S) wabbit :D
patoche  
#3 Posted : Tuesday, June 21, 2005 8:07:38 AM(UTC)
patoche

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 2/19/2005(UTC)
Posts: 17

Thank you for your help Pat :lol:
Users browsing this topic
Similar Topics
Relative Momentum Index Expert (Formula Assistance)
by henry1224 6/17/2005 1:22:08 AM(UTC)
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.