SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Charts for Quick CASH $$$

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bob Jagow who wrote (5226)12/2/1997 7:51:00 PM
From: Galirayo  Read Replies (1) of 9262
 
[ 8to10 NPL ] Thanks, Bob.

Take a look at SSPIF. Start counting the Black Candles on 11/05.
It shows 11 Black candles including Doji and then .... VIFL fits the Pattern but it went longer than 10 days. Check VIFL after you download tonite.

I could maybe do it with a Retracement of a certain % but would prefer to find the Candle pattern.

The pattern cannot include any White Bozu. Or White Hammers.
11/04 was a Bozu. Open = Low.
11/20 was a Bozu. Open = Low .. and Hi = Close
08/06 was a Bozu. Close = Hi

They call them Marubozu here.
iqc.com

**** What I need is a way to include a White Spinning Top mixed in with the Black Candles. ***

But thre is no "or" statement in Q+ R1

Here is the Scan for the 8to10 in it's pure form.
Input = "111fast.lst"
AllGroup
Daily
IssueType =Common

// If PE is left out it pulls lots of Trash.
PE>0

// Candles must be black or Doji
Close(0) <= Open(0)
Close(-1) <= Open(-1)
Close(-2) <= Open(-2)
Close(-3) <= Open(-3)
Close(-4) <= Open(-4)
Close(-5) <= Open(-5)
Close(-6) <= Open(-6)
Close(-7) <= Open(-7)

// This Up Moving 50 is optional
// This gets rid of more trash than the PE
MovAvg(0,50,cl) >MovAvg(-1,50,cl)
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext