Indicators: Shved Supply and Demand - page 7

 
A very good indicator.so reliable.it would be great if it was added arrows for buy and sell when price enters zone.just same way it send push notifications. other that,this are one hell of a good indicators.love them
 
Retangle Objects was not deleted after the indicator had removed. Problem at Deinit?
 
Muito excelente código Mql5 parabéns, agradeço pela boa vontade.
 
kenhoangfx #:
Retangle Objects was not deleted after the indicator had removed. Problem at Deinit?

you can change the DeleteZones() function with the following one:

void DeleteZones()

  {

   ObjectsDeleteAll(0,prefix);

  }



 

Hello,

i dont see text near the support and resistence about if is proven or not, same for other text.

Why?

 
very good artide, thanks
 
Hi, I like this indicator; however I am unable to change any of the colors in MT5. The MT4 version allows for this.  
 
If your chart background is black you will not see the text due the default color of text is black. Change the text color to white and you will see it on the black background. Nice work.
Reason: