| / | Forum |
|
flyinghawk
2007.09.20 22:47
Hi, I noticed this competition only early this morning. But I really want to have a go. I've got an EA backtested on another system and need to transfer it to MT4. I am reading all the documents now but I doubt that I could make it. I would be grateful if you could help me with the following details: 1). how to get the day high and day low of the previous day and the current day 2). how to access the directional movement index 3). how to get the opening price of the last order 4). how to get the current market info: long on market or short on market or not on market |
|
MQL4 Language for Newbies. Introduction This sequence of articles is intended for traders, who know nothing about programming, but have a desire to learn MQL4 language as quick as possible with minimal time and effort inputs. If you are afraid of such phrases as "object orientation" or "three dimensional arrays", this article is what you need. The lessons are designed for the maximally quick result. Moreover, the information is delivered in a comprehensible manner. We shall not go too deep into the theory, but you will gain the practical benefit already from the first lesson. |
|
phy
2007.09.21 06:32
Some simple answers: 1. iHigh() iLow() |
|
flyinghawk
2007.09.21 06:46
phy wrote: Some simple answers: 1. iHigh() iLow() Thank you very much, Phy! I have managed to get some tests done. The result is very good! |
|
devilian1899
2007.09.21 09:19
flyinghawk wrote:
Thank you very much, Phy! I have managed to get some tests done. The result is very good! I hope it's not that good, 'cause I'm joining the competition too :D Just kidding, goodluck |
|
flyinghawk
2007.09.26 00:25
devilian1899 wrote:
flyinghawk wrote: Thank you very much, Phy! I have managed to get some tests done. The result is very good! I hope it's not that good, 'cause I'm joining the competition too :D Just kidding, goodluck
One thing worried me is that I could not get everything I needed done in MT4. For example, I was not able to set limit orders with non-zero expiration time. Good luck to you too! |