PureBytes Links
Trading Reference Links
|
works fine for me, did you put it into plot statement?
Plot( (H-MA(C,17))/MA(C,17)*100 +
(H-MA(C,50))/MA(C,50)*100 +
(H-MA(C,200))/MA(C,200)*100, "xyz", colorBlack, styleLine);
On Tue, 15 Mar 2005 19:42:16 -0800 (PST), Dave McLeod
<dmcleod1981@xxxxxxxxx> wrote:
>
> I am sorry for the request for help but I can't seem
> to get this formula to plot. This is from a website
> and the formula is called High Jump from Ian Woodward.
> The metastock formula is:
>
> ((H-Mov(C,200,S))/Mov(C,200,S))*100+
> ((H-Mov(C,50,S))/Mov(C,50,S))*100+
> ((H-Mov(C,17,S))/Mov(C,17,S))*100
>
> I thought the conversion would be this but it does not
> seem to plot anything but #null.
>
> ((H-MA(C,17))/MA(C,17))*100 +
> ((H-MA(C,50))/MA(C,50))*100 +
> ((H-MA(C,200))/MA(C,200))*100;
>
> I am sure its a simple mistake but I can't see it. Any
> help would be great. Thank you.
>
> DM
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|