[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Metastockusers] Re: ADX help needed



PureBytes Links

Trading Reference Links


--- In Metastockusers@xxxxxxxxxxxxxxx, sukhen@xxxx wrote:
> 
> Roy,
> Thank you very much for ADXraw.
> 
> BTW, I'd like to mention about the link 
> http://www.jurikres.com/freebies/mainfree.htm. I'd like to try also 
> the DMX and JMA but unfortunately, these are available for 
> practically all major softwares but MetaStock. Can you guys please 
> post the MetaStock version of these two.
> 
> Thank you very much and best regards

There are no MetaStock versions of JMA and DMX.  They are proprietary 
(i.e., blackbox) products that are being sold, not given away for 
free.

Regards,
kut2k2

> 
> - Sukhen
> --- In Metastockusers@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx> 
> wrote:
> > Hi Sukhen
> > 
> > > I like ADX but I see ADX is kind of slow many times. If I reduce 
> the 
> > > default parameter 14 to something else, this sometimes becomes 
> too 
> > > sensitive and it (ADX) does not produce an effective solution. 
> ADXR 
> > > is even slower. Is there any modified version that is more 
> effective? 
> > > Hope I could explain. If no modified version is available, can 
it 
> be 
> > > tuned anyway?
> > > 
> > > Thanks in advance.
> > > 
> > > - Sukhen
> > 
> > Try this formula and substitute an EMA for each Wilders()
> > 
> > {MetaStock code written by Equis and published in the Oct99 TASC} 
> >   {ADX Raw}
> > Periods:=Input("Enter time periods",1,100,14);
> > PlusDM:=If(H>Ref(H,-1) AND
> > L>=Ref(L,-1),H-Ref(H,-1),
> > If(H>Ref(H,-1) AND L<Ref(L,-1)
> > AND H-Ref(H,-1)>Ref(L,-1)-L,
> > H-Ref(H,-1),0));
> > DIPlus:=100*Wilders(PlusDM,Periods)/ATR(Periods);
> > MinusDM:=If(L<Ref(L,-1) AND
> > H<=Ref(H,-1),Ref(L,-1)-L,
> > If(H>Ref(H,-1) AND L<Ref(L,-1)
> > AND H-Ref(H,-1)<Ref(L,-1)-L,
> > Ref(L,-1)-L,0));
> > DIMinus:=100*Wilders(MinusDM,Periods)/
> > ATR(Periods);
> > DIDif:=Abs(DIPlus - DIMinus);
> > DISum:=DIPlus + DIMinus;
> > 100*Wilders(DIDif/DISum,Periods);
> > 
> > 
> > Kind regards
> > 
> > Roy Larsen
> > www.metastocktips.co.nz
> > Free formulas and MS links
> > 
> > ----- Original Message ----- 
> > From: <sukhen@xxxx>
> > To: <Metastockusers@xxxxxxxxxxxxxxx>
> > Sent: Friday, December 17, 2004 8:15 PM
> > Subject: [Metastockusers] ADX help needed
> > 
> > 
> > >





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/