PureBytes Links
Trading Reference Links
|
Use:
This line will identify the time zone you want
tradezone = iif(TimeNum()>your specification#1 and Timenum()<Your
Specifiation#2),1,0);
Plot(Tradezone,"",colorwhite,stylearea|stylenolabel||styleownscale,0,1);
Make sure this is executed before you plot your data.
Look at help files for Timenum() function for the best format for your use
Ara
----- Original Message -----
From: "rockgeo" <rockgeo@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, September 29, 2004 9:34 AM
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 Links
>
>
>
>
>
>
------------------------ 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/
|