Rank: Newbie
Groups: Registered, Registered Users Joined: 11/5/2010(UTC) Posts: 1
|
How to create a formula that gives a signal when mov 5, mov 10, cross mov 20, only when mov 20 is pointing down or up
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/7/2005(UTC) Posts: 602
|
a* are your parms b* are your calcs c* are your plots play around with "b"s to get what you want or add/change parms.
a1:=mov(C,5,S); a2:=mov(C,10,S); a3:=mov(C,20,S); b1:=Cross(a1,a3); b2:=Cross(a2,a3); b3:=BarsSince(b1=1)<10; (let b1 cross before b2) b4:=a3-Ref(a3,-2)>0; (mov(20) sloped up) c1:=b2 and b3 and b4; c1
|
|
|
|
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.