PureBytes Links
Trading Reference Links
|
Plot(C,"C",1,128);
StartHour = TimeNum() ==093000 ;
FinishHour = TimeNum() == 150000;
Plot(StartHour ,"",2,2|styleOwnScale|styleArea,0,1);
Plot(FinishHour ,"",7,2|styleOwnScale|styleArea,0,1);
Change the first number after "", to reflect a colour i.e above 7 = Yellow
----- Original Message -----
From: "quexos0" <quexos0@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, October 01, 2004 1:37 AM
Subject: [trading] [amibroker] How to make indicator that plots Vertical Line?
> Can't seem to find the code for it in the AFL reference guide. :D
> How to code "draw vertical line on 0930 and 1500".
> As u might have guessed, i want to draw a line on open/close of ES
> for visualization purposes when viewing 24hr charts.
>
>
>
>
> 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|