PureBytes Links
Trading Reference Links
|
Thanks a lot!!! :-D
--- In amibroker@xxxxxxxxxxxxxxx, "Beachie" <beachie41@xxxx> wrote:
> 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@xxxx>
> 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 --------------------~-->
$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/
|