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
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).