Indicator with Box

 
Hello guys,



I would like to take a doubt. Is there any free indicator code that plots a Box like the one in the attached image?

I would like to know how a display of the indicator is programmed so that I can apply my strategy and the indicator gives the signal in this way.

I've searched a lot but I didn't find anything like that. If anyone can and help I appreciate it.
Files:
box.png  12 kb
 
Lucas:
Hello guys,



I would like to take a doubt. Is there any free indicator code that plots a Box like the one in the attached image?

I would like to know how a display of the indicator is programmed so that I can apply my strategy and the indicator gives the signal in this way.

I've searched a lot but I didn't find anything like that. If anyone can and help I appreciate it.

Hi lucas. If you are working with mql4 then you have to use Object Create function and draw rectangles using that function. If you are using Mql5 then you can do that by using DRAW_FILLING.

Reason: