You can find all the answers and a lot more in the reference.
Either place the cursor on MqlTicks or CopyTicks and press F1 or read this: https://www.mql5.com/en/docs/constants/structures/mqltick.
The links will answer even more questions.
BTW this is the List of all functions with short descriptions. One can search for keywords just with Ctrl+F
Beside hat there is already a lot written about MQL5 and Python: https://www.mql5.com/en/search#!keyword=python

- www.mql5.com
You can find all the answers and a lot more in the reference.
Either place the cursor on MqlTicks or CopyTicks and press F1 or read this: https://www.mql5.com/en/docs/constants/structures/mqltick.
The links will answer even more questions.
BTW this is the List of all functions with short descriptions. One can search for keywords just with Ctrl+F
Beside hat there is already a lot written about MQL5 and Python: https://www.mql5.com/en/search#!keyword=python
There is no answer to my questions in the documentation, especially about 2) and 4), that's why, I ask the question in the forum. I have already check about the documentation you sent me. If you have the answer just give it briefly and I will look aboutmore information about that please. Because, now I do not find anything about that in the documentation
- Last price used by certain exchanges (e.g. stocks) — Price Data - For Advanced Users - Trading Operations - MetaTrader 5 Help
- Not always, depends on symbol and exchange — For Advanced Users - Trading Operations - MetaTrader 5 Help
- One is the tick volume (e.g. on Forex and CFDs), and the is the real trade volume (e.g. Stocks) — Price Data - For Advanced Users - Trading Operations - MetaTrader 5 Help
- Please reference the MQL5 Python documentation for more information — Documentation on MQL5: Integration / MetaTrader for Python / copy_ticks_from
TICK_FLAG defines possible flags for ticks. These flags are used to describe ticks obtained by the copy_ticks_from() and copy_ticks_range() functions.
ID
Description
TICK_FLAG_BID
Bid price changed
TICK_FLAG_ASK
Ask price changed
TICK_FLAG_LAST
Last price changed
TICK_FLAG_VOLUME
Volume changed
TICK_FLAG_BUY
last Buy price changed
TICK_FLAG_SELL
last Sell price changed
Also, I suggest doing some extra research on actual trading terms and their meaning.
Please note that there is also French documentation:
- Pour les Utilisateurs Avancés - Opérations de Trading - Aide MetaTrader 5
- Prix - Pour les Utilisateurs Avancés - Opérations de Trading - Aide MetaTrader 5
- Documentation sur MQL5: Intégration / MetaTrader pour Python / copy_ticks_from

- www.mql5.com
- Last price used by certain exchanges (e.g. stocks) — Price Data - For Advanced Users - Trading Operations - MetaTrader 5 Help
- Not always, depends on symbol and exchange — For Advanced Users - Trading Operations - MetaTrader 5 Help
- One is the tick volume (e.g. on Forex and CFDs), and the is the real trade volume (e.g. Stocks) — Price Data - For Advanced Users - Trading Operations - MetaTrader 5 Help
- Please reference the MQL5 Python documentation for more information — Documentation on MQL5: Integration / MetaTrader for Python / copy_ticks_from
TICK_FLAG defines possible flags for ticks. These flags are used to describe ticks obtained by the copy_ticks_from() and copy_ticks_range() functions.
ID
Description
TICK_FLAG_BID
Bid price changed
TICK_FLAG_ASK
Ask price changed
TICK_FLAG_LAST
Last price changed
TICK_FLAG_VOLUME
Volume changed
TICK_FLAG_BUY
last Buy price changed
TICK_FLAG_SELL
last Sell price changed
Also, I suggest doing some extra research on actual trading terms and their meaning.
Reference the MQL5 equivalent function for more information on how to use the flags:

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
2) Why the last, volume and volume_real are always equal to 0?
3) What is the difference between volume and volume_Real?
4) How can I understand the flags columns without the code? Where are them? I have only find the attached information?
Thanks in advance