PureBytes Links
Trading Reference Links
|
Steve
I would have thought Paritech knew how to write MetaStock code by now. Apparently not.
Writing the exploration as follows makes a lot more sense except that you'll now likely get hits on
25% of the issues scanned. I think that the MS Inside() function stays true until an Outside()
condition is seen. I suggest that you apply your own definition of an inside day to get the result
you are looking for.
Roy
Column A
Inside()
Column B
Ref(Inside(),-1)
Column C
Ref(Inside(),-2)
Filter
colA AND colB AND colC
----- Original Message -----
From: "fleabitten3" <stephen.ballard87@xxxxxxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Friday, January 30, 2004 4:07 AM
Subject: [Metastockusers] Re: Three inside days
> --- In Metastockusers@xxxxxxxxxxxxxxx, "fleabitten3"
> <stephen.ballard87@xxxx> wrote:
> > Hi, I'm currently trying to find an exploration for 'Three Inside
> > Days'.
> > I've just found this
> >
> http://www.paritech.co.uk/education/technical/custom/explorations/thr
> > ee.asp but after scanning every folder I have of US
> > stocks not a single stock was thrown up. Is this because these
> types
> > of formations are rare or is the formula suspect?
> > Thanks
> > Steve
>
> Sorry the link doesn't seem to work. heres the formula
>
> Column A
> Inside()
>
> Column B
> Inside()-1
>
> Column C
> Inside()-2
>
> Filter
> colA AND colB AND colC
>
>
>
>
>
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/Metastockusers/
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|