PureBytes Links
Trading Reference Links
|
Tks a lot
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
<josesilva22@xxxx> wrote:
>
> Try this for your range% condition:
>
> ---8<-------------------------
> threshold:=75; {min % of range}
> range:=Max(H-L,.000001);
> rangePercent:=(C-L)/range*100;
>
> rangePercent>=threshold
> ---8<-------------------------
>
>
> jose '-)
> http://www.metastocktools.com
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "netfin" <netfin@xxxx> wrote:
> >
> > Hi Everybody,
> >
> > i tried to code on MS 9.++ the Spent market trading Pattern
(SMPT)
> > pattern suggested by L. Connors as noted below but i get stock on
> > the last part of the formula where it requires that the current
> > daily close should be in the top 75% of the daily range.
> > any suggestions for improvements? Tks.
> >
> > Luca
> >
> > L<Ref(LLV(L,10),-1) AND
> > Abs(H-L)>Ref(HHV(Abs(H-L),10),-1) AND
> > Abs((C-L)*0.75>=Abs(H-L))
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|