Hi all,
I calculate an expected range for the next day and want to draw that range in a different color after the last bar.
I tried setBarBgColor( Color.yellow,0,1100,1125) for that matter but I could not succeed. I also could not get the meaning of 0 in the parameters cause when I change it nothing happens. I can only paint the range for the past bars when it is 0.
any suggestions?
thanks in advance
I calculate an expected range for the next day and want to draw that range in a different color after the last bar.
I tried setBarBgColor( Color.yellow,0,1100,1125) for that matter but I could not succeed. I also could not get the meaning of 0 in the parameters cause when I change it nothing happens. I can only paint the range for the past bars when it is 0.
any suggestions?
thanks in advance
Comment