Questions from Beginners MQL5 MT5 MetaTrader 5 - page 377
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
Look towards CopyTickVolume
Can you give me the code?
It's a bit tight for me. Can't you just copy the bars with tick volume and identify with the biggest one?
Hi all!!! Do I understand correctly, that MetaEditor is new in the 4th version of the terminal and mql4 will not work in it, or rather this code will not work?
Hi all!!! Do I understand correctly, that MetaEditor is new in the 4th version of the terminal and mql4 will not work in it, or rather this code will not work?
If this is the case, the best solution is to try to write the code in MetaEditor.
P.S. If the code meets the MQL4 grammar, this code will work.
With this formulation of the question, the best way is to try to write the code in MetaEditor.
P.S. If the code corresponds to the MQL4 grammar, this code will work.
I've tried it, it doesn't work for me. In the terminal, the old one, it works fine. But thanks for the answer anyway. So it turns out that you can write code with both the old and new language? The main thing is not to mix them in one program?
A search of unknown volumes over an unknown period and a sequential comparison of the maximum at the current time with the current one being checked.
I need to find the minute bar amongst zero to the first of this day with the maximum tick volume!
What other volumes do bars have?
I need to find a minute bar amongst zero to the first of this day with maximum tick volume!
What other volumes do bars have?
Could be tick volume and could be trading volume.
This is new to me, where can I find out more about the difference between the two?
This is new to me, where can I find out more about the difference between them?
This is new to me, where can I find out more about the difference between them?
Tick volume is clear: how many ticks were in a minute bar, but how is it in the trading volume?