PureBytes Links
Trading Reference Links
|
Gordon,
the only thing you can not do with Linearray() function is to draw
vertical lines. There is a
Note: x0 must be SMALLER than x1.
in the description.
You dont need to know the min/max of Y, you may use
styleownscale/styleleftaxisscale.
You only need a condition, where to put the verical line.
cond=...
plot(cond,"",1,2+styleownscale)
plot(yourfunction,"",1,1)
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Gordon" <amibroker@xxxx> wrote:
> Hi,
>
> I've looked in the newsgroup and the online help, but I at least
> haven't found how to draw a short vertical line from the bottom of
> the chart -- to do that, I would need to know what the minimum
value
> of Y is -- if anyone knows the answer, I would appreciate it.
>
> Gordon
------------------------ 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/
|