I wasnt sure which section of the forum to post this, so if it isnt in the correct one, please do so, and send me the link it is forwarded to.
My q... I am in Mt5 Strategy Tester, testing my eas. How do I hide the subwindows from user's view? I could do it in mt4. I hope i can do it in mt5 too! I have searched mql5 for Tester options, property options. Maybe I am not using the correct search term?
TesterHideIndicators
Sets the mode of displaying/hiding indicators used in an EA. The function is intended for managing the visibility of used indicators only during testing.
void TesterHideIndicators( |
Parameters
hide
[in] Flag for hiding indicators when testing. Set true to hide created indicators, otherwise false.
Return Value
None.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I wasnt sure which section of the forum to post this, so if it isnt in the correct one, please do so, and send me the link it is forwarded to.
My q... I am in Mt5 Strategy Tester, testing my eas. How do I hide the subwindows from user's view? I could do it in mt4. I hope i can do it in mt5 too! I have searched mql5 for Tester options, property options. Maybe I am not using the correct search term?