jacques366
jacques366
Friends 1
jacques366
Added topic iLowest() weird returned value
Print ("low 0 : ",DoubleToStr( iLow (Instrument, PERIOD_H1 , 0 ), 5 )); Print ("low 1 : ",DoubleToStr( iLow (Instrument, PERIOD_H1 , 1 ), 5 ));       Print (" iLowest = ", IntegerToString ( iLowest (Instrument, PERIOD_H1
jacques366
Added topic beginning with OpenCL
Hi all,  I am trying to implement the use of use of the graphic cards to speed up calculation but struggling to find real good documentation on how to begin with on MT4. Of course I saw articles on the subject but nothing in the book... I tried
jacques366
Added topic Trapping an Abnormal termination/timeout message
Hi,  How can I know which part of the code is causing this Abnormal termination/timeout message?   3        07 : 01 : 15.111     EA EURUSD.lmx,M1: shutdown by timeout 1
jacques366
Added topic ForexFactory Calendar News data from last week wanted
Hi, I have lost the last week (02/10/2016 - 07/10/2016) download of the calendar news from ForexFactory.com. If someone can upload it here it will be great. Thanks in advance. 
jacques366
Added topic AccountFreeMarginCheck()
Hi, Using the function AccountFreeMarginCheck() before placing an order and controling the result after the position is open I can see a slight difference. Where does it comes from?    Here is an exemple from a real account I use for
jacques366
Added topic grabweb
Hi,  This is 2 weeks I am encountering a problem using grabweb for downloading calendar data. In fact, it is running OK (I checked all return coded) but it download the page from 2 weeks ago. This is a very recent problem as this functionality
jacques366
Registered at MQL5.community
jacques366
Added topic Internet access / GrabWeb issue
Hello, I have noticed that when I recompile the GrabWeb function using the MT4 Version: 4.0 Build 625 (21 Mar 2014) the InternetReadFile() does not return anything but a space (1 character long) for every reading instead of the correct strings. If
jacques366
Added topic different results using iCCI with the tester depending on the starting date of the test
Hi, When testing I am getting different values for CCI wether the starting date is 2011.08.01 or 2001.07.29 (results taken at the first tick of 2011.08.01) [ I am using these instructions: ARRAY_CCI[P,i] = iCCI(CURRENCY,PERIOD_D1,20,PRICE_TYPICAL,i);
jacques366
Added topic saving Fibonacci set up
Hi, I'd like to copy my Fibonacci parameters set up from one MT4 to another. Can someone tell me please which file from which folder I have to copy and paste? Thanks in advance
jacques366
Added topic iLowest
Hi, Just to report that I have got a negative result with iLowest , -1 instead of 1, with Period_MN1. (MT4) I was using the Tester. Date 2008.04.03. EURUSD. From shift 0 to 1. Works well with Period_D1, shift 0 to 30. Regards
jacques366
Added topic * History Data Management - duplication -
Hi, I'm trying to have the same history data on EURUSD on two different computer. The 2 platforms are from the same broker. One is the one I am using since a few months and the other is just a new one I have just installed. At first I have downloaded
jacques366
Added topic TESTER : loading and removing indicator
Hi, I'm using the tester and it doesn't stop loading and removing indicator. What does that means? what is it doing? I used the tester for a few days, it was ok. From yesterday on, it takes a lot of time and it displays in the journal that it loads
jacques366
Added topic Report on Excell sheet ?
Hello, I like to have the MT4 reports (Statement.htm) on an excell sheet (I am in fact using OpenOffice Calc) with one line per order . Actually one order is described on 2 lines (magic number and Comment on the second line). As I do not know how to
jacques366
Added topic Ticks & TimeFrame
Ticks & TimeFrame. Hello, I read the interview with Yuri Gorez and they talk about the differences in attaching the EA to one or the other TimeFrame. As I understood it, the higher the TimeFrame is, the less ticks you have so the EA is running
jacques366
Added topic ObjectGetValueByShift
Hi, when I use this command : ObjectGetValueByShift ("MTRL", 1); I get error codes like: 4008: not initialized string or 4205: object coordinates error but what does that mean? Is there something to initializes before using this
jacques366
Added topic Are the .mq4 files protected now?
Hello, I'm trying to apply some modification to a old .mq4 file but when I save it it's not possible : access denied ???? It is also not handy to do some backup, when you look into the expert file the .mq4 files are no more there??? (They are there
jacques366
Added topic Help needed : working on 3 different Times Frames : values change according to TimeFrame used on MT4
Hello, My EA use date from 3 different Time Frames (I have incorporated an indicator code). It gets correct values concerning the Time Frame I am viewing on my MT4 but wrong results for the others I am not seeing. If I change and look at an other
jacques366
Added topic Open an order, return code: 130, Invalid Stops ???? Help!!
Hi, I am trying to open an order for the first time but I still have the return code 130 annoying me ! Here are the parameters : double OSize = Lots; (0.2) double OPrice = Ask; (1.5438) double OSL = Bid-TakeProfit*Point; (1.5458) TP=20 double OTP =