Forum

Trying to port MQL4 indicator into MQL5 but getting nothing but a blank window.

I wanted to port Kase Peak Oscillator indicator from mt4 to mt5 because couldn't find it by googling. I am new to mql that is why I don't know much about it but I have a little experience with coding. Below I've provided a code which I modified from mql4 using this guide

Need help with iCustom function.

Hello , please help me solve this issue with mt5 tester and EA . I wanted to test RecursiveMA indicator , so I created EA to implement one specific method of backtesting for indicators , but there are some issues with pulled indicator values , they are different from what indicator is showing and

Different value from the indicator on the same day while debugging on historical data and running strategy tester.

Hello, I am testing ea using iCustom function to pull data from indicator. But I found some discrepancies in the data that indicator gave on the chart vs iCustom function on the same date. I thought that my ea had some bug and run the debugging on the same date and while running code step by step it

Indicator's value is different from values pulled via iCustom() of the same indicator.

I want to backtest one indicator named StableFX. But when I try to run the test "0" buffer of the StableFX indicator is -134, for example, but 0 buffer pulled with iCustom() is -65 on the same date. So the value showed by indicator and value pulled by iCustom is always different. I checked

EA is skipping some trades during backtesting.

Hello, I am new to MQL5 and may be missing something, that is why I need your help. I have simple EA that checks the performance of the indicator and it seems to work fine, but I found that it has ignored indicator conditions and hasn't opened trades several times. Can't seem to find the reason for