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

Notification

Icon
Error

Options
Go to last post Go to first unread
Lyrklaunavan  
#1 Posted : Friday, February 27, 2009 1:02:12 PM(UTC)
Lyrklaunavan

Rank: Newbie

Groups: Registered, Registered Users
Joined: 2/27/2009(UTC)
Posts: 1

Hi friends,

Can you share your experiences with me? I want to make a Explorer formula to look for below criteria and bring me the results:

a-)

a1) MACD is above 0

a2) MACD crossed its moving average upwards (This intersection can be 1 day before,2 days before etc..Not so important. I can filter it later)

b-)Momentum must be above 100

c-)RSI must be above 50

I am trying to make it happen but I am suffering because I am trying to understand the formulation.

Thanks in advance

johnl  
#2 Posted : Saturday, February 28, 2009 7:31:49 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Play around with this:

a1:=MACD();
a2:=Cross(a1,Mov(C,10,S));
a3:=Mo(C,14)>100;
a4:=RSI(14)>50;
b1:=a1+a2+a3+a4;
b1
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.