PureBytes Links
Trading Reference Links
|
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/
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
|