you could try this for bar chart
PlotOHLC(
Null,H,L,Null,......................)
--
Cheers
Graham
AB-Write >< Professional AFL Writing
Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com
On 03/08/07, Dennis
Brown <see3d@xxxxxxxxcom> wrote:
If you make them
candles, and make all the inside colors black, and the outside colors the
background, you end up with just bars.
Dennis
On Aug 2, 2007, at 3:22 PM, Roberto Martinez wrote:
ok, that´s the answer I
thought...but I was looking for a smarter one, because that answer still
shows an open and a close...
I was just looking for bars like
this
|
|
|
and not like this
_
|
|
|
|_
Anyway, thank you for your
answer.
-----
Original Message -----
Sent:
Thursday, August 02, 2007 8:48 PM
Subject:
Re: [amibroker] h-l charts
Roberto,
Use the PlotOHLC() command and only supply H,H,L,L for the OHLC
parameters.
Dennis
On Aug 2, 2007, at 11:00 AM, Roberto Martinez wrote:
I would to know how to plot H-L
bar charts instead of the classic O-H-L-C bar charts.
Anyone knows how to do this on
amibroker??
tia.