Ernest Klokow
Ernest Klokow
Friends

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

Ernest Klokow
Added topic iHighest standard function mystery
As somebody that is new to MQL4 I was just wondering which shift will be returned if there were more than one shift with exactly the same maximum value/price over a number of periods, e.g. in the following standard function: iHighest ( NULL, 0
Ernest Klokow
Added topic No values for some predefined variable
I am in the process of back testing a new EA. I use the " every tick " model, but get no values for the High[], Low[] and Close[] arrays (all are == 0) I get only values for the Open[] array. Can anyone explain to me why this is happening
Ernest Klokow
Added topic TestGenerator: unmatched data error
I have successfully compiled my first EA without any errors and want to to some back testing on it. I have chosen to start with the EURUSD 1MIN and 5MIN charts - but get NO results!(No buy or sell signals .) When I look at the log file I get the
Ernest Klokow
Added topic The use of the "break" operator
I am busy writing my first EA and I have certain conditions that I check for false or true. The results are stored in an array. The array has 5 instances. If only one instance is false it must make the total result also false. To get a true result
Ernest Klokow
Added topic Downloading and compiling Indicators/EA's
I am new to the MQL4 forum and I have found an interesting indicator in one of the articles that I would like to experiment with. I have downloaded this indicator and compiled it successfully, but it does not want to load onto my MT4 live system. I