Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
Here is an indicator that finds the difference between a 3 period EMA and the 50 period EMA.
I double smoothed this with a 2 period SMA to eliminate some whipsaws
A:=Mov(Mov((Mov(C,3,E)-Mov(C,50,E))/Mov(C,50,E),2,S),2,S);
A;Ref(A,-1);
|
|
|
|
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.