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.
|
|
|
|
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)
|
|
|
|
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.