How to disable mouseover popups ?

 

Hi,

https://www.youtube.com/watch?v=yvfdVthdAr0

Take a look at the above video and if you know the solution about how to disable those popups, please, help me.

Thanks in advance!

 
PinduurFx:

Hi,

http://youtu.be/yvfdVthdAr0?hd=1

Take a look at the above video and if you know the solution about how to disable those popups, please, help me.

Thanks in advance!

Say you have 8 buffers in Custom Indicator, then write like this in init():

   SetIndexLabel(0,"");
   SetIndexLabel(1,"");   
   SetIndexLabel(2,""); 
   SetIndexLabel(3,"");
   SetIndexLabel(4,"");   
   SetIndexLabel(5,"");
   SetIndexLabel(6,"");
   SetIndexLabel(7,"");

But the prices candle bars will still have that pop ups.

 

Hi phi.nuts,

Thanks for answer.

Mt4 has no global settings to disable those pop ups?

 
PinduurFx:

Hi phi.nuts,

Thanks for answer.

Mt4 has no global settings to disable those pop ups?

Nope.

And my suggestion there also won't display custom indicator data in Data Window.

Reason: