PureBytes Links
Trading Reference Links
|
High52Week = HHV(C,252);
WriteIf(High52Week == C,"Today is a 52 week high","");
Plot(C,Name(),colorBlack,styleDots);
Plot(IIf(High52Week == C,C,Null),"52 High",colorRed,styleArea);
--
Terry
> From: "sebre" <visionary@xxxxxxxxx>
> Reply-To: amibroker@xxxxxxxxxxxxxxx
> Date: Fri, 31 Dec 2004 04:39:51 -0000
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] New Highs Formula
>
>
>
>
> What formula would identify if the current close was a new 52 week
> high?
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|