Hi All,
I would appreciate a pointer. I am trying to draw a simple shape to highlight and entry position at a specifc price. I am wanting the shape to be printed on top of the candles/price study. Would seem very straight forward using the location flags.
E.g. drawShapeRelative( this.nOrderBar - nCurrentBarCount, this.nOrderPrice, Shape.DOWNARROW, null, Color.black, Shape.ONTOP, this.sOrderTag );
It draws the black shape underneath the candle. Likewise the Shape.LEFT/RIGHT alignment flags also do not appear to work?
I looked through all general eSignal settings and found no general setting that pushes the price study to the front.
I would appreciate any suggestion/clarification on what I am doing wrong.
Kind regards,
Lex
I would appreciate a pointer. I am trying to draw a simple shape to highlight and entry position at a specifc price. I am wanting the shape to be printed on top of the candles/price study. Would seem very straight forward using the location flags.
E.g. drawShapeRelative( this.nOrderBar - nCurrentBarCount, this.nOrderPrice, Shape.DOWNARROW, null, Color.black, Shape.ONTOP, this.sOrderTag );
It draws the black shape underneath the candle. Likewise the Shape.LEFT/RIGHT alignment flags also do not appear to work?
I looked through all general eSignal settings and found no general setting that pushes the price study to the front.
I would appreciate any suggestion/clarification on what I am doing wrong.
Kind regards,
Lex
Comment