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

Notification

Icon
Error

Options
Go to last post Go to first unread
AVENGINE  
#1 Posted : Friday, April 11, 2008 3:43:12 PM(UTC)
AVENGINE

Rank: Member

Groups: Registered, Registered Users
Joined: 6/14/2007(UTC)
Posts: 17

I have this formula and try to base on the macd histogram that is > 0 and also meet the stoch >80 and william%R > -20
and I try to base on this to scan whatever the stock that meet this to start the trade.
how can I make this work in explorer.
thanks.

hist:=OscP(24,52,E,$)-Mov(OscP(24,52,E,$),18,E);

hist>0 AND ROC(hist,1,$)>0 AND

Stoch(15,5)>80 AND WillR(30)>-20


wabbit  
#2 Posted : Friday, April 11, 2008 8:42:54 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Hi AVENGINE,

Welcome to the Forum.

Have a read through the entire MS Users Manual, focussing on ranking and screening your securities. This will tell you to add the code you listed to the fliter column of the explorer, to return only those securities that meet your criteria on the last bar of the chart. You will also read the warnings about loading the right amount of data; there is also a lot of information on this site regarding loading the right amount of data.


Hope this helps.

wabbit [:D]
johnl  
#3 Posted : Saturday, April 12, 2008 7:36:01 PM(UTC)
johnl

Rank: Advanced Member

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

I first create an indicator with an if statement that gives me either a 1 or a 0.
Then in the explorer I use the filter like Wabbit stated to select only stocks that
have a 1.
If I like what I see I then use the system tester to see if it actually makes any money.

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.