Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 1/3/2010(UTC) Posts: 2
|
Help with ROC indicator:
When ROC for both 3, 5 & 8 days has decreased >8 % the indicator = 1 otherwise 0.
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/7/2005(UTC) Posts: 602
|
Try something like this if you want all 3 at the same time:
a1:=ROC(C,3,%)<-8; a2:=ROC(C,5,%)<-8; a3:=ROC(C,8,%)<-8; a4:=a1*a2*a3; a4
|
|
|
|
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.