leo1987
leo1987
leo1987
Added topic 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
leo1987
Added topic 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
leo1987
Added topic 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
leo1987
Added topic 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
leo1987
Added topic 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
leo1987
Registered at MQL5.community