jaffer wilson
jaffer wilson
США
jaffer wilson
Added topic Strategy Tester issue with iCustom() function.
The Custom indicator repeats multiple times while using strategy tester. See the image of the custom ADX:   I don't know why the indicator is getting repeated in the MQL5. I have called this indicator using the iCustom() function. Kindly
jaffer wilson
Added topic iADX throw garbage values on first tick MQL5
I am trying to print the values of the ADX indicator in MQL5. Here is teh code and the output of me test: void OnTick ()   {    int testing = iADX ( _Symbol , PERIOD_M1 , 5 );    double
jaffer wilson
Registered at MQL5.community