mt4-mql icon indicating copy to clipboard operation
mt4-mql copied to clipboard

MetaTrader MQL4 framework

Results 6 mt4-mql issues
Sort by recently updated
recently updated
newest added

In mql4, there are iRSIOnArray, iStdDevOnArray, iMAOnArray, iMomentumOnArray, iEnvelopesOnArray, iCCIOnArray, iBandsOnArray and of course Metaquotes removed them in mql5. Can you code them for mql5 and mql4 ? Apparently there...

Hi, I'm trying to load MT4 indicators (for example HalfTrend.mq4). Getting compilation errors, for example: > '.' - unexpected in macro definition sizes.mqh 42 11 > '.' - unexpected in...

enhancement

Hello, using the latest release im trying to test out the snowroller EA. I get the following error when I try to run it in the tester: ERROR: EURUSD,M15 SnowRoller::init(2)->SyncMainContext_init()...

Checking and execution of stoplosses in Strategy Tester and on demo servers is broken. In a fast market both limits of a pending entry order with attached stoploss may be...

terminal bug

After opening the "Load expert" dialog the terminal _sometimes_ executes `Expert::init()` before the `OK` button is clicked. This can happen immediately or later (as long as the dialog is not...

terminal bug

When a MQL library's ```deinit()``` function is called previously defined global ```string``` variables are already destroyed and reset to a non-initialized state. The bug always occurres with indicators in regular...

terminal bug