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

Notification

Icon
Error

Options
Go to last post Go to first unread
picasso  
#1 Posted : Wednesday, November 6, 2013 6:40:47 AM(UTC)
picasso

Rank: Newbie

Groups: Registered, Registered Users
Joined: 11/5/2012(UTC)
Posts: 7

I´m trying to build a scanner that find stocks that have closed lower (in the lower 30% of the range) for 3 Days.

Range:=H-L;
If(C<(H-Range*.7) and (C-1<(H-Range*.7) and (C-2<(H-Range*.7);

please, help!

henry1224  
#2 Posted : Wednesday, November 6, 2013 12:32:46 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Code:
 Prange:=(H-L)*.7;Sum(C<(H-Prange),3)>2
This will show a +1 if the stock closes in the lower 30% of it's range for three days in a row.

What are you trying to get out of this experiment?
picasso  
#3 Posted : Friday, November 8, 2013 6:29:16 AM(UTC)
picasso

Rank: Newbie

Groups: Registered, Registered Users
Joined: 11/5/2012(UTC)
Posts: 7

Many thanks for the help!

I did a test (on sp100 stocks) to buy just before close (of the day) with the above conditions and sell 3-5 days later before close and it return that 55% of the trades where profitable and the edge was 0,77% (losing trades – winning trades). I also included that RSI2 <10 and the edge was 0,98%. So there is a edge.

Users browsing this topic
Guest (Hidden)
Similar Topics
Help with Coding Expert (Formula Assistance)
by kadip 10/3/2008 11:32:12 AM(UTC)
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.