Without code it's hard (impossible) to help.
My guess is the IndicatorShortName()??
gooly:
Without code it's hard (impossible) to help.
My guess is the IndicatorShortName()??
What code?
Attach any ind with separate window and you will see.
eevviill:
The code of the indi you show! I don't know Voli_5.5
What code?
Attach any ind with separate window and you will see.
Anyone knows how to delete buffers data from indicator(any) in separate window?
mt4 can't get rid (free memory) of any indicator and its buffers called.
gooly:
mt4 can't get rid (free memory) of any indicator and its buffers called.
Why are you flooding?
mt4 can't get rid (free memory) of any indicator and its buffers called.
eevviill: Attach any ind with separate window and you will see.
- I attach my indicator and see nothing.
- The problem is your indicator's code.
int OnInit(){ : IndicatorShortName(StringFormat("MmaBBch(%i,%g%s%s)", Mma_Length, Deviations_Multiplier, ap, ks));//--- indicator buffers mapping SetIndexBuffer(0,abHigh); SetIndexLabel(0,NULL); :
If you don't want the buffer values to show, on the line and in the data window set the label to NULL.
eevviill:
And I do not want SetIndexLabel(0,NULL);
I want to see name of buffers in window data(ctrl+D)
WHRoeder:
This isn't Burger King, you can't have it your way.
This isn't Burger King, you can't have it your way.
What way?
Is there any other way to hide buffers data in separate window exept SetIndexLabel(0,NULL)?
No. Than you need to ask developers to create thing like this. To see data of ctrl+D and to not see buffers data in separate window. It will be usefull.

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
How to delete data from buffers in window of indicator?
(mql5,mql4)