
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have developed the code to download OHLC data, fractal and zigzag, but due to the large amount of data, in M1 would choose the date from which to start downloading.
So what do you need to do it is not start writing from Bars-1
make a condition if time bar i > your date go filewrite....
Entonces, ¿qué hay que hacer no es empezar a escribir de Bares-1
hacer una condición si barra de tiempo i> tu cita FILEWRITE ....
i dont understand because i am amateur in mql4. Could you give me an example?
What I need is, instead of starting to download data from 1971 for example, start downloading in 2009
i dont understand because i am amateur in mql4. Could you give me an example?
What I need is, instead of starting to download data from 1971 for example, start downloading in 2009
how do you get the time of a candle ??
I note that I download zigzag parameter is 12 and would like to download the zigzag parameter 13
Many thanks
Good,
some solution to my question?
thank you very much
Try this one, seems to work fine.
You will find the written file in your metatrader/tester/files folder after backtesting this expert.
Warning! I am not a programmer, so this bug may contain working code parts. :)