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

Re: message interruptus



PureBytes Links

Trading Reference Links

Hi,
The formula contained a ref too many.  Try this.  I have and it works.
Malcolm Scott

Enter Long:
(Mov(C,opt1,S)-Ref(Mov(C,opt1,S),-opt2))>(Mov(C,opt1,S)-Ref(Mov(C,opt1,S),-1))
AND (Mov(C,opt1,S)-Ref(Mov(C,opt1,S),-opt2))<0

Just reverse the > < for going short.

Steve Karnish wrote:

> Harvey,
>
> You are very kind to take the time to help.  The logic behind
> this moving average momentum oscillator matches your paragraph
> perfectly.  Unfortunately, MetaStock want to regurgitate the
> formula.  It's prompting for comma's and values and I've found
> that MS's "helper" is never any help.  It does a good job at
> alerting you that your formula is wrong, but seldom prompts for
> the correct fix.  Willing to take another crack?