Forum

Print do nothing

I've update MT4 2 days ago. Everything looks good in new directories. But I've problem with Print: they not appear in log file. Log is accessible because all info for orders (opening, modifying) are stored in log. But nothing from my EA appears in it. Any tips why

API?

As I understood MT uses only MQL2 for programming & doesn't provide any API for programming in any other language (I'm interested in C#)

New language for MT

I’m MQL4 newbie, but also professional .NET programmer (C# in fact). I’ve written my first EA with many errors (nothing uncommon ;) and found following things: 1. lack of debugger – nowadays programming tools cannot exist without professional debugger with ability of setting breakpoints (the best

Lame question on techical indicator's time frame

Let's consider that my EA is running on H4 chart. I call iRSI (NULL,0,14,...), which means that I call iRSI indicator for current pair, current time frame (H4 now) and 14 periods. So it means that in this situation period == 14 and iRSI will be calculated from last 14*4 = 64 hours, am I right? And

Playing against main trend

Let's consider following situation: we know that long term trend has just started and we have just opened position according to this trend. After given time we have realized short term trend revision. It's good to utilize it and earn additional money. And here is the question: is it possible to open

Joining 2 time scales in 1 EA

The idea is that from e.g. H5 I receive open/close position signal, but want to confirmation from e.g. H1... Any tips how to use in 1 EA indicators from M5 and H1