PureBytes Links
Trading Reference Links
|
Hi Jose,
Thank you very much for your help. I have ben trying the formula you
gave, I think I finally managed to get my messgae to you without any
difficulties.
Thank you very much for helping me and lots of people in this forum.
Also thank you very much for having patience with my explanation and
really sorry for taking up much of your valuable time,
I'm really grateful I have a helpful person in you to help helpless
people like me.
A BIG THANK YOU again.
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
<josesilva22@xxxx> wrote:
>
> No need to apologize - getting the idea across is always the
toughest
> part of this work.
>
>
> Try this:
> ---8<-----------------------
> pds:=2;
>
> Ref(
> Sum(H<Ref(H,-1),pds)=pds AND
> Sum(L<Ref(L,-1),pds)=pds,
> -pds)
> AND Sum(H>Ref(H,-1),pds)=pds
> AND Sum(L>Ref(L,-1),pds)=pds
> AND H<Ref(H,-((pds*2)+1))
> ---8<-----------------------
>
>
> Jose '-)
> http://www.metastocktools.com
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, sachinsac31 <no_reply@xxxx>
> wrote:
> >
> > Jose,
> > Thanks for the reply.I guess i'm not very good in writing my
> > thoughts of the formula I'm looking for in words as compared to
> > explain it verbally. My sincere apologies.
> >
> > The formula look good.But only one thing short that is
> > But the 5th bar must be lower than the 1st bar high,
> >
> > Thank you and really very sorry to cause alot of inconvenience to
> > you. Really, grateful to you for your help.
> >
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
> > <josesilva22@xxxx> wrote:
> >
> >
> > ... Ok, then maybe something like this:
> >
> > ---8<-----------------------
> >
> > pds:=2;
> >
> > Ref(
> > Sum(H<Ref(H,-1),pds)=pds AND
> > Sum(L<Ref(L,-1),pds)=pds,
> > -pds) AND
> > Sum(H>Ref(H,-1),pds)=pds AND
> > Sum(L>Ref(L,-1),pds)=pds
> >
> > ---8<-----------------------
> >
> >
> > Jose '-)
> > http://www.metastocktools.com
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, sachinsac31
<no_reply@xxxx>
> > wrote:
> >
> > Hi Jose,
> > Thank you for your help. But I must apologies that when I wrote
> > that query I had left out two more steps. Really sorry to trouble
> > you. I have been twisting and turning to add the next two steps
but
> > I can't seems to get it right,
> >
> > Yes what you have given me is absolutely correct but there are
> > two more steps, hopefully you could further help me here,
> >
> >
> > Step 4
> > next price creates a HigherLow(HL) and HigherHigh(HH) as compare
> > to the 3rd bar
> >
> > Step 5
> > next bar creates a HigherLow(HL) and HigherHigh(HH) as compared
> > to the 4th bar
> >
> > Bars 4th and 5th dont have to be in sequence as the previous
> > post too.As long as its creates a HL and HH after it had created
> > a final LL and LH bar.
> >
> > Thank you again Jose, pl forgive me for leaving the last two
> > steps for the exploration and hopefully you could help me out
> > here.
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
> > <josesilva22@xxxx> wrote:
> >
> > ... Or perhaps something like this:
> >
> > ---8<-------------------
> > pds:=2;
> > Sum(H<Ref(H,-1),pds)=pds AND
> > Sum(L<Ref(L,-1),pds)=pds
> > ---8<-------------------
> >
> >
> > jose '-)
> > http://www.metastocktools.com
> >
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Athena Research" <athena.
> > investments@xxxx> wrote:
> >
> > Hi,
> >
> > If I am correct, probably you are looking for today's bar has
> > formed lower high and lower low than any of the bars in last 3
> > days ...
> > If this is the case, you can use the following code
> >
> > If(Alert( (H < Ref(H,-1) and Ref(H,-1) < Ref(H,-2), 3)
> > AND Alert((L < Ref(L,-1) and Ref(L,-1) < Ref(L,-2), 3),1,0)
> > -- This 3 can be changed to any no of days to look for.
> > It will check for two consecutive down days in last 3 days.
> >
> > Note: Jose, please correct syntax if it is wrong...
> >
> > If this is also not your requirement, then please explain your
> > query with a sample chart. One picture worth the thousand words.
> >
> >
> > Thanks and Regards,
> > Amit Trivedi
> > Technical Analyst, Active Trader, President & CEO
> > Athena Investments, Inc.
> > 1055 Sector 15 Part - II, Gurgaon - 122001(India).
> > T: +91.124.4033.595 M: +919818707842
> > E: <mailto:atrivedi@x...> atrivedi@xxxx
> > W: <http://www.athenasolutionz.com/> www.athenasolutionz.com
> >
> >
> >
> > -----Original Message-----
> > From: equismetastock@xxxxxxxxxxxxxxx
> > [mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of sachinsac31
> > Sent: Tuesday, January 10, 2006 11:40 PM
> > To: equismetastock@xxxxxxxxxxxxxxx
> > Subject: [EquisMetaStock Group] Re: kindly someone please help ,
> > thank you very much
> >
> >
> > Hi Jose,
> > Thanks for the reply. But it is not really what i'm looking for.
> > The formula you gave only list the lowest price in the 3rd day.
> >
> > Im looking for this.
> > 1st bar creates a price bar
> > 2nd bar creates a Lower high(LH) and Lower Low(LL) in relation
> > to the 1st price bar.
> > 3rd bar creates a Lower high(LH) and Lower Low(LL) in relation
> > to the 2nd price bar.
> >
> > However the price bars does not have to be in sequence (meaning
> > 2nd bar coming just after the 1st) but a formation of such is
> > created in any number of bars but it has to be as compared to the
> > latest LH and LL price bar.
> >
> > i hope my this explantion is clearer. Sorry if my earlier post
> > is not clear. Please also help me.
> >
> > Thank you very much, Jose.
>
------------------------ 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/
|