
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
There is no problem. Most brokers don't provide trade volume information for Forex symbols.
You are confusing tick volume and real volume. Tick volume is broadcast for all Forex symbols. It’s for some reason that I can’t get the tick volume - there is only one CopyTickVolume function "/
Methods SYMBOL_VOLUME , SymbolInfoTick , do not work. Please do not confuse tick volume and real volume.
Also you can't get the latest price with SymbolInfoTick().
Do you know the problem with SymbolInfoTick () is eventual with a short term solution?
Should we find another way to get the latest price and volume for each tick?
You are confusing tick volume and real volume. Tick volume is broadcast for all Forex symbols. It’s for some reason that I can’t get the tick volume - there is only one CopyTickVolume function "/
Methods SYMBOL_VOLUME , SymbolInfoTick , do not work. Please do not confuse tick volume and real volume.
YOU are confusing tick volume and real volume.
SYMBOL_VOLUME is about REAL volume, not tick volume.
MqlTick volume and volume_real are about REAL VOLUME. The tick volume of a tick is obviously 1.
Alain - many thanks! I really rarely refer to EXCHANGE symbols. You have helped me!
Now I will show the correct code - thanks to it you can see all the volumes:
Futures result
Forex result
Hi,
starting from this code, how could I do to get de volume grouped for every tick on every candle? I need an indicator that shows the buy and sell volume for every tick on a candle (showing on log, for example)
Thank you
Then read this thread again, because it answers that very question.