
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
Generally speaking, this information is available in MT5 and has been broadcasted for a long time. It is available via SymbolInfoGet* functions. No one forbids making a request for this information at the moment of receiving a tick and combining it into your data types.
Another issue is that centralised server storage, is always more reliable than your own. You don't have to think about storing quotes - it's all very convenient. But again, it is not critically irreplaceable.
Yep, I've been using it for a long time. If time and action were added, we could do with the existing OI etc. in MT5. Only to take them (time and action) from the exchange, and not as it is now - the action is calculated.
In order to compare the three ticks request modes(COPY_TICKS_INFO - only Bid and Ask, COPY_TICKS_TRADE - only Last and Volume, COPY_TICKS_ALL - all ticks), you can run on three charts of the same instrument of this EA.
The result is approximately as follows:
Actually the range from 0001-01-01 to 9999-12-31 in steps of 100ns is easily accommodated in 8 bytes.
Actually the range from 0001-01-01 to 9999-12-31 in steps of 100ns is easily accommodated in 8 bytes.
In order to compare the three ticks request modes(COPY_TICKS_INFO - only Bid and Ask, COPY_TICKS_TRADE - only Last and Volume, COPY_TICKS_ALL - all ticks), you can run on three charts of the same instrument of this EA.
The result is approximately as follows:
Try requesting different numbers of ticks. First 2000, then 10000. INFO or ALL mode. Is there a difference in bid and ask prices?
I have attached the indicator.
It is better to look at the differences in the modes in the indicator, as ticks may be missed in the EA.
I have attached the indicator.
I don't need an indicator. And I don't need differences in modes. You tell me, do you observe differences in the same ticks when requesting different numbers from the same mode (e.g. 2000 and 10000).