Quote Originally Posted by ;
Set colour of level code
Can someone please show me the way I could place the level1 30 to Green and leve2 70 to Red?

#property indior_separate_window
#property indior_buffers 1
#property indior_color1 DodgerBlue
#property indior_level1 30
#property indior_level2 70
#property indior_minimum 0
#property indior_maximum 100

Thanks beforehand
It appears there's not any way to change the settings of a person level.

Emptiness SetLevelStyle( int draw_style, int line_width, colour clr=CLR_NONE)
The function sets a new style, width and colour of horizontal levels of indior to be output in a separate window.