PureBytes Links
Trading Reference Links
|
This requires the latest beta...
Zone1 = ParamTime("Start of Zone","10:00:00",0);
Zone2 = ParamTime("End of Zone","15:00:00",0);
Co = ParamColor("Zone color",colorLightGrey);
Zone = IIf(TimeNum()>=Zone1 AND TimeNum()<=Zone2,1,Null);
Plot(Zone,"",Co,styleArea|styleOwnScale,0,1);
herman
-----Original Message-----
From: rockgeo [mailto:rockgeo@xxxxxxxxx]
Sent: Wednesday, September 29, 2004 12:34 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Vertical Line/Ribbon
Is there any way I can draw or plot a vertical line on a chart. I
would for example, like to automatically draw a vertical line an hour
into the trading day, or 'grey out' the chart during the lunchtime
slow period.
Thanks,
Rockgeo
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|