use it
#property indicator_plots 0
Nguyen Nga:
use it
Thank you for the answer but I believe isn't the solution.
I wanna plot it but don't want to see the value on data window.
I need hide a value of an plotted indicator.
Tks.
ok, use it
SetIndexBuffer(0,buffer_need_hide,INDICATOR_CALCULATIONS);
You can use this :
SetIndexLabel(0, NULL);
Biantoro Kunarto:
can not use it for MT5
You can use this :
Nguyen Nga:
can not use it for MT5
can not use it for MT5
PlotIndexSetInteger(0,PLOT_SHOW_DATA,false);
Alain Verleyen:
Thank you!
It works fine!
Problem solved.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear Traders,
I need to hide some buffer values from Data window using MQL5.
I saw an old question suggesting use of SetIndexLabel method (https://www.mql5.com/en/forum/45808) but it doesn't work on MQL5.
Any ideas?
Thanks