MT4隐藏指标用 HideTestIndicators(true) ,那MT5隐藏指标要用什么?

 

以下以下MT4隐藏指标:

HideTestIndicators(true);

MaCurrent=iMA(NULL,0,56,0,MODE_EMA,PRICE_CLOSE,0);

MaPrevious=iMA(NULL,0,56,0,MODE_EMA,PRICE_CLOSE,1);

    HideTestIndicators(false);

MT5呢???

 
Documentation on MQL5: Common Functions / TesterHideIndicators
Documentation on MQL5: Common Functions / TesterHideIndicators
  • www.mql5.com
TesterHideIndicators - Common Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5