Forum

EA with Custom Indicator: no values

Hi, I am trying to convert a my custom indicator, perfectly working, into an EA. I have set the iCustom function as follows: double vwp_up= iCustom ( _Symbol , 0 , "VWP - Price" , 1 , 0 ); double vwp_down= iCustom ( _Symbol , 0 , "VWP - Price" , 0 , 0 ); Commenting the those variables, to see their

Merge MATLAB with MT4... Is it still possible?

Hi guys, I wish to merge MATLAB with MT5 following these steps: https://www.mql5.com/en/articles/1567 . Main matter is that this article is 6 years and half old. Program changed and functionalities too. Can I still use this procedure and let them work? Thank you very much reply | delete | edit

iMAOnArray returns to me strange values

Hi, I am trying to build an indicator and I need an MA on a Buffer I am calculating. For this reason I used the iMAOnArray function . Buffer's field of existence is [0;1] and it also usually never comes above .5. When trying to get this MA set as: double temp = 0.0; temp = iMAOnArray(ExtUpProb

Can someone help me with this indicator?

Hi guys! I have found this indicator on the net, it is not mine, and when I am trying to attach in MT4 chart it doesn't work! When I open it in MT4 (latest release) editor it returns some error about declaring last variable, but I am not able to fix it. Can you help me fix it? Thank you in advance

Custom Indicators MT5

Hi to everyone! I need your help. When I try to use custom indicators (download from internet) in MT5, it doesn't show me anything! I've pasted files into MT5->MQL5->Indicators. I'm not able to see, in the quick left menu, any of my personal indicators! Thank you very much :) P.S. I use a 64-bit