Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir
Nauris Zukas  
Thanks for the indicator! Small adjustments would be good. The color of the label should be the same as the color of the chart. Bar separator color should be able to change the color.
Nauris Zukas  
Make colors as input parameters.
Andrej Nikitin  
Nauris Zukas #:
Make colors as input parameters.

ok. thank you for your interest in this product.

Nauris Zukas  
Nauris Zukas #:
Make colors as input parameters.

Colors as input parameters will give the possibility to customize the indicator also in testing mode through iCustom. Also bar separator line width should be created as input parameter, for example bar separator is almost not visible (see image).

input color          InpColor=clrRed;
input int            InpWidh=1;

PlotIndexSetInteger(0,PLOT_LINE_COLOR,InpColor);
PlotIndexSetInteger(0,PLOT_LINE_WIDTH,InpWidh);


Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir