Add 'Color Zone' with code?

Forums ProRealTime English forum ProBuilder support Add 'Color Zone' with code?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #83498

    Hi

    Is it possible to add a ‘Color Zone’ to an indicator via code rather than adding them manually and setting as default?

    Thanks

    Rob

    #83703

    It is not possible with the code, but a work around is to use the DRAWCANDLE or DRAWBARCHART instructions, like the way I did in many indicator of the libary, here are some examples:

    ATR adaptive Laguerre filter with levels

    DSL synthetic EMA momentum

    SuperTrend Extended

    and many other ones ..

    Only problem is that you can’t use multiple times the instruction on the same bar (coloring 2 separated zones on the same candle is not possible).

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

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