Forum

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 , MODE_LOW , 1 , 0 ))); result: 0 07:37:53.045 EA GBPUSD ,H1: low 0 : 1.36055 0

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 to compile the script 'Performance Comparison' given as

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 07 : 01 : 23.244 EA EURUSD.lmx,M1: Abnormal termination 0 07 : 01 : 23.244 EA EURUSD.lmx,M1: uninit reason 9 It

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

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 testing: FreeMargin before the opening =986.3265 MarginCheck=

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 is running for months with no problem. It's like Grabweb

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, on the same platform as above mentioned, I run the

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); ARRAY_CCI[P,i] =

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

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