How to remove indicators in strategy Tester ?.

 

My Expert Advisor uses some technical indicator (like RSI) for trading. but the EA loads all the indicators that EA use to trade to the chart when it's on strategy tester. I want not to load any indicator on the strategy tester. How can I achieve this?

 
Check TesterHideIndicators function. Call it before you create any indicators.
Documentation on MQL5: Common Functions / TesterHideIndicators
Documentation on MQL5: Common Functions / TesterHideIndicators
  • www.mql5.com
Sets the mode of displaying/hiding indicators used in an EA. The function is intended for managing the visibility of used indicators only during...
 
Emanuel Cavalcante Amorim Filho #:
Check TesterHideIndicators function. Call it before you create any indicators.

Thanks brother