What is equivalent code of "HideTestIndicators(true)" in MQL5

 

Dear

What is equivalent code of "HideTestIndicators(true)" in MQL5. How can i hide my indicator from my EA?

 
Mohammad Ali:

Dear

What is equivalent code of "HideTestIndicators(true)" in MQL5. How can i hide my indicator from my EA?

Create indicators that don't display anything. Then use iCustom() to invoke them.

 

Soon HideTestIndicators function will be implemented in mql5.

 
Alain Verleyen:

Soon HideTestIndicators function will be implemented in mql5.

This is good news!
 
Alain Verleyen:

Soon HideTestIndicators function will be implemented in mql5.

That's good news. 

 
   TesterHideIndicators(true);

in my mt5 EA. i use iCustom of all indicator(bb,ma,rsi) instead of int myMA=iMA(...). when EA run to stategytester 100% no indicator display happen. recommended to use iCustom.

Reason: