LesioS
LesioS
Friends

Add friends via their profile or user search and you will be able to see if they are online

LesioS
Added topic 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
LesioS
Registered at MQL5.community
LesioS
Added topic 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
LesioS
Added topic 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
LesioS
Added topic 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
LesioS
Added topic 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
LesioS
Added topic 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#)