Forum

Best Volume/momentum indicator

Hello, I am building an EA, and I am trying to find the best indicator to detect volatility. Any suggestion is welcome

Please Check out my Code

I am trying to find what is wrong #property strict #property version "1.00" input string TradeComment = "Peinjo" ; input int MagicNumber = 101 ; input int Slippage = 3 ; input int MaxSpread = 262 ; input double FixedLot = 0 ; input int RiskPercent = 20 ; input int MaxDrawdown = 3 ; input int

Is there a Tool to convert a MT4 EA to MT5?

What the topic says, I have tried to look for some but all of them has to do with rewriting the whole mql4 in mql5, so I am here to ask if there is a simpler way