Rank: Newbie
Groups: Registered, Registered Users, Unverified Users Joined: 11/8/2004(UTC) Posts: 6 Location: Toronto
|
Patrick do you have the formula for the MACD histogram for Green above zero and red below. Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
Use the same principle as the volume color post
http://forum.equis.com/viewtopic.php?t=74
with this formula instead :
MACDV:=MACD() - Mov(MACD(),9,E);
If(Roc(MACDV,1,%)>=0,MACDV,0);
If(Roc(MACDV,1,%)<0,MACDV,0);
Patrick
|
|
|
|
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.