Codes

MultiCurrEA for MetaTrader 5

An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator

Articles

Creating a Multi-Currency Multi-System Expert Advisor for MetaTrader 5

The article introduces a structure for an Expert Advisor that trades multiple symbols and uses several trading systems simultaneously. If you already identified the optimal input parameters for all your EAs and got good backtesting results for each of them separately, ask yourself what results you

Forum

iMA vs iMAOnArray

I have some problems with understanding iMAOnArray for MQL4. Below is script's code, where I am trying to compare results between iMa and iMAOnArray. In my opinion, if I prepare array with prices and use iMAOnArray on the basis of this array, the result must be the same as I just use iMA. Probably

How to read from e-mail or sms

Can someone advice me or give link to website where it is described, how to read information from e-mail or sms by means of MQL4/5. For example, I received information-signal to my e-mail and EA automatically open/close position. Thx