function not defined
-
'TesterHideIndicators' - function not defined 287 2
The code is: //-- draw indicators after test
TesterHideIndicators(!ENABLE_TEST_INDICATORS);How do I define this function so it will work??
-
I assume this is with MT4?
If so, the most likely cause is you are not running the latest build of MT4. The latest build is, I think, 1170 (20 Dec 2018). If you have an earlier build I advise updating/downloading the latest version.
If for any reason you wish to keep the MT4 build you have replacing 'TesterHideIndicators' with 'HideTestIndicators' should work, but you will need to do this in the code after every time you compile an fxDreema file. Updating MT4 is by far the better approach.
I hope that helps.