PureBytes Links
Trading Reference Links
|
Hi,
My thanks to who'll pull me out of these.
I'm trying to plot a vertical line between y0 and y1. Where is the
mistake ?
y0=OOHi; /* OOHi is 1.1*High say */
y1=Ref(OOHi,-1);
x0=BarCount-1;
x1=BarCount-1;
HiZone=LineArray(x0,y0,x1,y1,0,0); /* I get a "Bad arguments" error
here. */
Plot(HiZone," ",colorBlue);
And also what's the difference between these two:
Lastvalue(x) and x[barcount-1]?
Herbert
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|