Hi reinsley On an intraday chart 15min tf, can we plot previous days close? can your code line be modified to show previous days close, and todays latest close as lines on chart,please thanks rv
--- On Fri, 7/30/10, reinsley <[email protected]> wrote: From: reinsley <[email protected]> Subject: Re: [amibroker] additionnal centered underscore PlotShape To: [email protected] Date: Friday, July 30, 2010, 9:34 AM Stupid question...the simple way. Plot( LastValue( C ), "", colorWhite , styleLine , Null, Null, Null, 2 ); Shame on me ! Le 29/07/2010 11:19, Reinsley a écrit : Hi, I plot an horizontal line on the close that way. PlotShapes( shapeHollowSmallCir cle, colorWhite , layer = 0, yposition = LastValue(C) , offset = 0 ); Does it exist some hidden shapes not documented ? Or personnal additionnal shapes such as : tiret, centered underscore, left triangle, right triangle... In the above example, a centered underscore (centered in Y axis) could draw what I wish , a plain line. Or a trick to display the line... TIA Best regards
