Questions from Beginners MQL5 MT5 MetaTrader 5 - page 269
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
Tick and real volume (if any).
and what is the difference between tick and real???
What's the difference between a teak and a real one?
tick is the number of trades, real is based on the size of the trade
then why does the real one show 0 everywhere ?
then why does the real one show 0 everywhere ?
no data, in forex the real volumes are not known, this is for other exchanges like forts
Thank you for saving me the time I would have spent looking for it)
I understand that, but how to shift the price within the array. I tried it with ArrayCopy function, it passes 0,0 or the same Bid. And I'm also worried about massive code, can't I do it all with one function?
How about my main question. Which function can I use to fill in the array with the last 5 prices in order to find out which side the price crosses the line? Thanks in advance.
I can't get the parameters of an indicator that is not on the chart. Below is the code with all unnecessary things removed, lines for getting indicator parameters are copied from the help. The indicator itself is attached to one hour chart, but I want to work with five minutes. GetLastError() generates error 4006, but nothing seems to be wrong...