Forum

Get Real Volume of a Symbol

Hey, I've been searching for a long time how to get the current volume of a Symbol (not an order) and I just can't find anything that works. For example, I want to get the real volume of this symbol below (real volume would be 2500). How can I get that on MQL5 ? Symbol Price Volume PETR4 15.54 1000

Trying to get option strike - MQL5

Hey, I'm creating an EA and to get it working I need to get the strike value of an option. I'm using the function SymbolInfoDouble ("Option", SYMBOL_OPTION_STRIKE); but its always returning zero... I found that function here