PureBytes Links
Trading Reference Links
|
Try something like:
Plot(IIf(SeessEndMarker , 1,Null),"SessEndMarker",
colorDarkBlue,styleNoTitle+styleHistogram+styleDashed+styleD
ots+styleNoLine+styleNoLabel+styleOwnScale,0,1);
Joseph Biran
____________________________________________
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of sidhartha70
Sent: Tuesday, June 24, 2008 3:41 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: ploting vertical dotted lines...
Thanks Dennis. I do already have them plotted dashed. But I
want them
as unobtrusive as possible, while still being there.
Maybe it's not possible.
Thanks anyway
--- In amibroker@xxxxxxxxxxxxxxx, Dennis Brown <see3d@xxx>
wrote:
> Try using a lightGrey color with dashed style on your
histogram plot --
> remember to use null for the bars you do not want plotted
with the
> line. Place the plot command in the AFL so that it plots
underneath
> your other plots. It won't be a perfect match, but it
should be good
> enough.
>
> BR,
> Dennis
>
> On Jun 24, 2008, at 11:07 AM, sidhartha70 wrote:
>
> > Hi All,
> >
> > is it possible to plot very light dotted lines (similar
to the
> > AmiBroker default session break lines) in my own charts
at defined
> > positions...?? If so, how...?
> >
> > Many Thanks
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|