PureBytes Links
Trading Reference Links
|
Hi,
this is how I would do it (if my interpretation of your request is
correct):
Plot(C,"",colorBlack,styleBar);
Cond=Month()!=Ref(Month(),-1);//your condition for line plot
p=5;//percentage of chart pane hight
Plot(p*Cond,"",colorRed,styleHistogram|
styleOwnScale|styleNoLabel,0,100);
Johan
--- 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
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/
|