Rank: Member
Groups: Registered, Registered Users Joined: 3/24/2008(UTC) Posts: 22
|
How could I write these fromulae for explorations:
1) macd has just touches 0 or about to touch 0 & turn up, & macd>its ma 9 dys.
2)macd meandering just above 0 (do not go below 0) & then move up
3) macd for the last 10 dys (including today) >0
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/7/2005(UTC) Posts: 602
|
Here is a quick one: a1,a2,a3 are your (1),(2),(3) criteria.
p1 := Mov(C,7,E)-Mov(C,20,E); {-------------------------------} a1:=Cross(p1,0); a2:=(p1>Ref(p1,-2)); a3:=LLV(p1,10)>0; {-------------------------------} a1+a2+a3
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 3/24/2008(UTC) Posts: 22
|
pls adv what is the formula I need to write on colA ColB ....to Colf for the exploration,& what is the formula for filtering.
|
|
|
|
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.