Lines hidden under candles

Forums ProRealTime English forum ProBuilder support Lines hidden under candles

Viewing 3 posts - 1 through 3 (of 3 total)
  • #81760

    I am playing with an indicator idea that draws its own candles. I also want some lines shown on the indicator but they are hidden under the candles. Is there any way to have the lines on top of the candles?

    Screenshot_3

    #81765

    Try to draw segments between each value of your curve and place this code just after the DRAWCANDLE instructions.

    Or use low alpha value to make your adapt the transparency of your custom candlesticks.

    #81773

    Thanks Nicolas. I had already tried the transparency thing but did not like the results. The SEGMENT is the best solution. I knew there was a simple solution!

    Also a tip for others – keep the values in your RETURN line as well as drawing a segment and then you still get the labels on the chart.

     

    Screenshot_4

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login