- Indicators with alerts/signal
- PowerTrading/The River
- ivolume(s) & it's usage
What is the usage of iVolumes() in expert adviser? How we can utilize it?
It could help in some strategies!
Thank you for your reply. Can you please let me know when exactly can it be helpful? As I am willing to use it but could not understand when to.
You can use two variables type double for get the value of the function ivoulme(,,,,shift) at bar1 and bar+1
data type doesn't have to be double(but no harm in storing it in double, but you might get a warning), since it does not return any floating point values, it returns whole number, if you use "long" instead of "double" you will not get an warning...
Can you please let me know when exactly can it be helpful? As I am willing to use it but could not understand when to.
It could be useful when taking volumes of other symbols or different time frames to the current one..(but you might have to handle few errors, Historical data errors )
Exemple:,
What is shift value? What short used for?I am using MQL5 MT5. Please do let me know.
What is shift value? What short used for?I am using MQL5 MT5. Please do let me know.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use