Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 857
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
Hello! Where can I get (where is) the tick history of quotes? And, most importantly, how to refer to each tick in mql?
Maybe it will help. The method allows to get the history of quotes, by ticks
http://tradelikeapro.ru/kak-poluchit-kachestvo-modelirovaniya-99/
It might help. The method allows you to get the history of quotes, by tick
http://tradelikeapro.ru/kak-poluchit-kachestvo-modelirovaniya-99/
Nice link. Thank you! But there is a second question: how to use MQL to address each selected tick?
By means of MQL. Try it, compile it as an EA and put it on a chart, and look for the "Record" file in the files
Good luck.
By means of MQL. Try it, compile it as an EA and put it on a chart, and look for the "Record" file in the files
Good luck.
Thanks to you too! I understand that this procedure will write the current ticks to the file. Yes?
Yes. Bid b Ask, and alsoVolume. WhenVolume == 1, there is an arrival time of 1 tick of a new bar.
Yes. Bid b Ask, and alsoVolume. WhenVolume == 1, there is an arrival time of 1 tick of a new bar.
I would like to have an array analogous to the array of bars, so I could address, for example, consecutively to each tick, obviously, we are talking about history. I feel that I will have to form such an array manually (by myself) from existing values of quotes in the history. And after that one will be able to address elements of that array
Hello! I am taking apart the SMA indicator. I can't figure it out:
When optimizing in the tester, the following message often pops up in the log
"2015.03.05 11:04:55.924 Memory handler: cannot allocate 343699140 bytes of memory"
Please advise which memory can not be detected by the terminal? How can it be fixed?
Hello! Please look at the code below, creation of "Arrow" object on the signal, arrows are not drawn in the tester, although the log passes, and also in the log on startup in the tester writes an error TestGenerator: unmatched data error (volume limit 412 at 2014.10.13 17:10 exceeded),
And during testing it gives out an error "Checking USDJPYm,M5 arrow: Error in object creation: code #4200" - but I guess this is normal, because at first the program finds that the object was created, and after deleting it, creates it again. In general, I would be grateful for your comments to the questions.
Do not judge strictly as written.
Good afternoon.
The indicator in the window shows up to 5 decimal places.
When using it in an Expert Advisor through iCustom(Symbol(), PERIOD_M1, "MACD",12, 26, SignalSMA, 0, 0) it shows up to 4 decimal places (set by the Print command).
How do I get 5 digits in the board?