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

Notification

Icon
Error

Options
Go to last post Go to first unread
bull&bear  
#1 Posted : Wednesday, August 5, 2009 1:49:47 AM(UTC)
bull&bear

Rank: Member

Groups: Registered, Registered Users
Joined: 3/24/2008(UTC)
Posts: 22

How could I write a formula to find out the rate of ascend for 20EMA or macd
or what is the formula to know at what degree (20 or 30 or any ) these 20ema or macd is rising.

hatem  
#2 Posted : Thursday, August 6, 2009 5:17:52 AM(UTC)
hatem

Rank: Member

Groups: Registered, Registered Users
Joined: 10/6/2008(UTC)
Posts: 15

hi,

i think you should try Arc Tangent

but you should know which points you are comparing like ascending from a month or just one day before

so you can say

Atan(C,REF(C,-1))

OR

Atan(C,LLV(C,5))

also i suggest trying using Linear Regression slope

LinRegSlope(c,5)

bull&bear  
#3 Posted : Monday, August 10, 2009 5:05:33 AM(UTC)
bull&bear

Rank: Member

Groups: Registered, Registered Users
Joined: 3/24/2008(UTC)
Posts: 22

my formulae

:cola: Atan(Mov(C,20,E),Ref(C,-30)),

colb: Atan(Mov(C,20,E),Ref(C,-12)),

colc:Atan(Mov(C,20,E),Ref(C,-3)).the result respectively are:-53.591,53.22,35.525

these readings are the angle of ascend at how many degrees ?

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.