Forum

iCustom problem

Hello, I have a strange problem. When I load my written indicator based on another iCustom indicator on the chart, two lines appear, although it should be only one. #property strict #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 clrYellow #property

Indicator in the foreground

Hello, I have a strange problem. I have written an indicator that takes the values of another indicator. When I add my written indicator to the chart, the iCustom indicator is in the foreground, so I don't see my written indicator. Is there a way to change this