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( shapeHollowSmallCircle, 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