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

Re: Another Late night..... does anyone use chande momentum oscillator?



PureBytes Links

Trading Reference Links

As for a formula,
P=25;
CMO25=100*((Sum(IIf(C>Ref(C,-1),(C-Ref(C,-1)),0),P))-(Sum(IIf(C<Ref
(C,-1),(Ref(C,-1)-C),0),P)))/((Sum(IIf(C>Ref(C,-1),(C-Ref(C,-1)),0),P)
+(Sum(IIf(C<Ref(C,-1),(Ref(C,-1)-C),0),P))));
DT
--- In amibroker@xxxx, "mleonsprint" <mleonsprint@xxxx> wrote:
> I currently use metastock and am trying out some of the stuff in 
> amibroker and need the chande momentum oscillator..... 
unfortunately 
> amibrokers stuff looks greek still so I thought I would ask if 
anyone 
> had the formula?
> 
> thanks for any help
> Mark