PureBytes Links
Trading Reference Links
|
Manish
A question for you.
What part of 8.3896 or 17.5185 is actually used by the canned Mov() function? My recollection is
that the decimal component is discarded and it is just a waste of space. You might want to check
this out for yourself. I think that to use the decimal component you would need to use discrete MFL
code for the EMA.
Just my thoughts. As Jose will tell you I can be wrong at times.
Roy
> dimacd:= Mov( CLOSE, 8.3896, E) - Mov( CLOSE, 17.5185, E);
>
> movmacd:= Mov(dimacd, 9.0503, E);
>
> Dimacd;
> Movmacd;
>
>
> This is the formula for Dinapoli MACD. I am looking to plot the weekly values of this on the daily
chart. And Monthly value of this on the weekly chart. Can anyone help.
>
> Regards
> Manish
>
>
>
>
>
> 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/
|