PureBytes Links
Trading Reference Links
|
Can you tell me what these formulas do and how are they to be used?
-----Original Message-----
From: joetrade69 [mailto:joetrade69@xxxxxxxxx]
Sent: Thursday, July 01, 2004 1:26 PM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: [Metastockusers] Re: TD
Fulvio,
Sorry, it seems that may be some of the formula wasn't posted
properly. Here are the 3 TD formulas that I have:
{demarker:}
Sum(If(H,>,Ref(H,-1),H-Ref(H,-1),0),13)/(Sum(If(H,>,Ref(H,-1),H-Ref
(H,-1),0),13)+Sum(If(L,>=,Ref(L,-1),0,Ref(L,-1)-L),13))
{sequential:}
setup:=Sum(C<Ref(C,-4),9)=9;
CD:=HighestSince(1,Peak(1,setup,.001),(C<Ref(L,-2)) + PREV);
CD-ValueWhen(1,setup,CD)=13 AND Ref(CD-ValueWhen(1,setup,CD)=13,-1)<>1
{Combo:}
setup:=Sum(C<Ref(C,-4),9)=9;
CD:= C < Ref(C,-1) AND L<Ref(L,-1);
Ref(setup,-4) AND (Sum(cd,13)=13)
I am not clear on what is meant by "symbol numbers" in the Expert.
Can you clarify?
Trader Joe...
--- In Metastockusers@xxxxxxxxxxxxxxx, Fulvio <fulvio1977@xxxx> wrote:
> Thanks Trader Joe,
>
> but doesn't work, is it possible to develop an expert with symbol
numbers?
>
> Happy Trading,
> Fulvio
>
> joetrade69 <joetrade69@xxxx> wrote:
> Fulvio,
>
> setup:=Sum(CCD:= C < Ref(C,-1) AND LRef(setup,-4) AND (Sum(cd,13)
=13)
>
>
> Trader Joe...
>
> --- In Metastockusers@xxxxxxxxxxxxxxx, Fulvio wrote:
> > I am particulary interested in TD Combo, please help me
> >
> > Fulvio wrote:Hi,
> >
> > I would like to obtain custom formula for TD Combo, TD Demarker I
> and II, TD Plurality and TD Pressure. Can anyone help me?
> >
> > Thanks very much,
> > Fulvio
> >
> >
> >
> > ---------------------------------
> > Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!
> > Yahoo! Groups SponsorADVERTISEMENT
> >
> >
> > ---------------------------------
> > 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 the Yahoo! Terms of
> Service.
> >
> >
> >
> >
> > ---------------------------------
> > Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
> ---------------------------------
> Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/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/
|