hai all, help me how to make ea for test only and dont display the indicator in test mode, im serach in google not get anything somone can help me.
- Kijun Sen Trailing Stop Expert Advisor?
- Stop Losses
- which indicator is this?? anyone who knows please tell me
yes in mt5 how to do that ?
Sukino Sukino:
yes in mt5 how to do that ?
No easy way currently.

HideTestIndicators function in MQL5
- 2016.01.28
- www.mql5.com
Hi Traders. Just curious if there is any function that does the same job in MQL5 as in HideTestIndicators in MQL4...
Sukino Sukino:
hai all, help me how to make ea for test only and dont display the indicator in test mode, im serach in google not get anything somone can help me.
hai all, help me how to make ea for test only and dont display the indicator in test mode, im serach in google not get anything somone can help me.
Test only:
if(MQLInfoInteger(MQL_TESTER)){//-- your EA code --}
Hide indicator:
TesterHideIndicators(true); //-- your indicator(s) -- TesterHideIndicators(false);

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