jugivi Juan
jugivi Juan
Friends 1
jugivi Juan
Added topic Problems with backtesting
Good morning , running a backtesting i have the error "TestGenerator: unmatched data error (high value 1.20545 at 2015.01.02 09:00 and price 1.20593 mismatched)" Can anyone clarify this error ?. Thanks
jugivi Juan
Added topic About EventTimer
It can handle 2 or more EventTimer in a single EA ?. Thank you
jugivi Juan
Registered at MQL5.community
jugivi Juan
Added topic Problems with conversión
Good morning , I have a little problem, and I need help ... I have two variables int a = 09; int b = 05 ; I need to concatenate these two variables for what do I convert a string and concatenation, the result is 95 ( I lose the leading 0 ) then turn
jugivi Juan
Added topic Help with a conversion
Please i need help with a conversion , I have the following code string simbol = "AUDJPY"; double diferenc; double alto = 102.913; double bajo = 101.311; int resul = 70; double diferenc_H_L;
jugivi Juan
Added topic Problem with an OP_BUYSTOP
Good morning , I have a problem opening a OP_BUYSTOP order , I've tried almost everything ... I looked in the forum ... but I can not find a similar problem who can help me , please ask if anyone can help . .. I have the piece of code below happened
jugivi Juan
Added topic Historical Orders
Good morning , I wanted to ask a question does anyone know how to get historical orders Metatrader 4 in an Excel file type or . Txt to discuss the results ? . thanks
jugivi Juan
Added topic Query about EMA's
Good morning , I wanted to make a query, to calculate with precision the best moving averages crossing ,  Known to ma_method is more efficient or accurate between MODE_SMA , MODE_EMA , MODE_SMMA or MODE_LWMA ? , What is more efficient
jugivi Juan
Added topic Multiply by -1
I want to multiply a variable by -1 ( minus 1) , to pass the value from negative to positive ... variable1 = variable2 * -1 ; but I get a compilation error ( unexpected token ) , is there another way to do this ? . Thank you
jugivi Juan
Added topic MACD indicator
Good afternoon , I'm using MT4 and specifically I like to use the MACD indicator ( among others ) , but need a clarification ... someone could explain that mean and how numbers are calculated (sometimes positive , sometimes negative ) , appearing on
jugivi Juan
Added topic Problems with a calculation
Good morning , I wanted to ask a question , I want to subtract two values: ​​result_MACD MACD = signal_MACD - value_MACD MACD values ​​are to 6 decimal places , but I do the calculation only takes into account four decimal places and I need to do the
jugivi Juan
Added topic Values in global variables
A query , when I have an Expert Advisor   running, and change the timeframe in platform Metatrader4 , the EA restarts , and rerun the INIT function , my question is will also reset the values ​​of global variables
jugivi Juan
Added topic Debug for mq4
Good afternoon , I wanted to know if there is some software that can do debug to mq4 program . Thank you
jugivi Juan
Added topic Problem with OrderSend
Good afternoon , I wanted to ask a question as I have a problem when making a OrderSend . Is it possible that the same Expert Advisor in MT4 platform from a broker to work properly and the same version but with another broker MT4 me of the error 130
jugivi Juan
Added topic Problems with a calculation
Good morning , I have a problem and need help please. I recover ... open = iOpen (Symbol (), PERIOD_M1 , 1); close = iClose (Symbol (), PERIOD_M1 , 1); I need open and close with 5 decimal places , but I come with 4 decimal places and if the string
jugivi Juan
Added topic Put a Trailing Stop
Good afternoon , I need to incorporate functionality into an EA , and not how. The problem is that I want to put a Trailing Stop with the value of the order open price and do not know how this function, can anyone help me or give me tips on how to
jugivi Juan
Added topic Fractional part in iMACD indicator
Good morning I wanted to ask a question , I'm calculating the MACD of a symbol and a timeframe , the MACD signal values ​​in MT4 with 6 decimal places , but when you run into an Expert Advisor shows me only 4 decimal places how can you get see 6
jugivi Juan
Added topic Problem with .csv file
good afternoon , I see a problem I have with a . csv file . This file has n rows recorded , but in the end has a blank row , how I can detect this blank row in an Expert Advisor ? , Can anyone help ? . thanks
jugivi Juan
Added topic subtract minutes to iTime
Good morning, I wanted to do a consultation to see if anyone can help me. Can a simple subtraction when iTime obtained ? , Eg I want to subtract 15 minutes to the value obtained with time_EURUSD_M15 = iTime (Symbol (), PERIOD_M15 , i); or I want to
jugivi Juan
Added topic Comments to an open order
Help please ... if I add comments to an open order , then in an EA and OrderSelect do you can get the comments of the order? . Thanks
12