What about PlotOHLC(0,H,L,0, .... ) where 0 = zero ... Regards, Ton.
----- Original Message ----- From: Graham To: [email protected] Sent: Friday, August 03, 2007 1:04 AM Subject: Re: [amibroker] h-l charts 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 <[EMAIL PROTECTED]> 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 ----- From: Dennis Brown To: [email protected] 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.
