eugenio
eugenio
Friends

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

eugenio
Added topic how I know the tester model from mql programm?
Hi guys for know if EA is running in tester, I use the IsTesting() function.....it's ok but I want to know the model that the user have set Every tick or Control points or  Open price  only there is a way to know it
eugenio
Added topic please help me with Dialog class..........pleaseeeeeee!!!!!!!!!!!!!!!!
Hi guy I try to use class but I have big problems......follows my test code: //+------------------------------------------------------------------+
eugenio
Added topic sign bug on FileFindNext function
With this example code...    long search_handle= FileFindFirst ( "*" ,file_name);    if (search_handle!= INVALID_HANDLE )    {        do       {
eugenio
Added topic help me for use template function
I have write a function in a library module in this mode with array that must be returned as reference template < typename T> void getDataSeries( T &array[], string symbol, int dataType, int timeFrame, int numberData, datetime time ) but
eugenio
Added topic is possible to insert alert on Alerts tab list from code?
Hi Support There is a function to insert directly from code an Alert, just like the image here in the bottom? Thanks for reply
eugenio
Added topic sign bug on #include file
Hi support I sign that on build 614 if I include function with property #include, when I remove indicator or expert from chart, tha platform crash. I I copy the code of function directly in to the code of indicator or expert, all work well genio
eugenio
Added topic runtime error, please watch it
Hi MT4 I have tested OnChartEvent() function with simple code found on help first operation I have set this: bool idCreate = ChartSetInteger ( 0 , CHART_EVENT_OBJECT_CREATE , 1 ); bool idDelete = ChartSetInteger ( 0 , CHART_EVENT_OBJECT_DELETE , 1 );
eugenio
Added topic internal error?
Hi MT4 I have tested OnChartEvent() function with simple code found on help first operation I have set this: bool idCreate = ChartSetInteger ( 0 , CHART_EVENT_OBJECT_CREATE , 1 ); bool idDelete = ChartSetInteger ( 0 , CHART_EVENT_OBJECT_DELETE , 1 );
eugenio
Added topic help me....error ambiguous call to overloaded function with the same parameters
what is this compiling error? help me //+------------------------------------------------------------------+
eugenio
Added topic error on ObjectGet function on build 605
I mark bug on ObjectGet function ....follow example with debug I have on chart one label on corner 4 this is my function code int calc_Yaxis( int corner ) { int i; int result; int objectNumber; int realObjectNumber; int cornerDistance; switch (
eugenio
Added topic for Slowa - Simple request
Hi Slowa, I writing this post to request a simple MT4 platform upgrade. The update consists in the possibility to enlarge the input window that is opened when an expert advisor or custom indicator or script is load. (horizontally and vertically) I
eugenio
Added topic other implementation
Hi MQL5 Support, I have an other suggestion about the trend line: when I set a trend line  I should set directly an alert, without settimg the trend line first and then open the alert box and set the alert too. The alert mayalso  have as
eugenio
Added topic new implementation
Hi mql5 support I'd like to suggest you some small improvement for the new MT5 (and also for the MT4 if it's possible). First of all it will be useful to place orders directly from the chart with one click and to modify orders moving (dragging) them
eugenio
Registered at MQL5.community