GuilhermeReis / Publications
Forum
Volume Moving Average
Hello, How do i calculete the MA using the real volume? I tryied this : double MediaVolume = iMA(_Symbol, _Period, Periodos, 0, MODE_SMA, VOLUME_REAL); but doenst work =( I need this on a EA so i cant apply the MA on the chart volume indicator
How do i get the Volume Real in a bar from iVolumes?
Hello, i am making a EA and i need the real volume from a bar, how do i get this value? I tryied: Volumes(NULL, 0, VOLUME_REAL) but always return 10