logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
bull&bear  
#1 Posted : Saturday, January 3, 2009 11:57:47 PM(UTC)
bull&bear

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
johnl  
#2 Posted : Sunday, January 4, 2009 9:38:14 PM(UTC)
johnl

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
bull&bear  
#3 Posted : Wednesday, August 5, 2009 1:36:35 AM(UTC)
bull&bear

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.