PureBytes Links
Trading Reference Links
|
Conrad,
The original formula that I sent was correct for your request. The
reason why it plotted as it did was because you needed to place it on
your chart using "overlay without scale" if it is in the same window
as your price plot. It should have been in its own window.
The formula is a macd type. Try switching around the A and B which
would be the difference of the 13 from the 5 not the 5 from the 13.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Conrad Smith
<conradfsmith3@xxxx> wrote:
> Here is the code I came up with:
>
> A:= Mov(C,13,E);
> B:= Mov(C,5,E);
> X:= A - B;
> X:= Mov(C, 13, E) - X;
> A;
> X;
>
>
> I needed the 13 day EMA - (the diffence of the 13 day EMA - the 5
day EMA).
>
> This "thinking for yourself" is novel, but it hurts my head... :)
>
> Thanks again!
> Conrad
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
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/
|