Topic: Error when Compiling "Volume" EA

Hi Popov,

I got an error like this when compiling an EA generated by EA Studio
https://s15.postimg.org/4f034b6p3/SS_31082016.jpg
It seems to has something to do with "Volume" indicator. The EA is attached.

Post's attachments

EURUSD H1 31082016 2.mq4 10.09 kb, 3 downloads since 2016-08-31 

You don't have the permssions to download the attachments of this post.

Re: Error when Compiling "Volume" EA

Mhm

Change line 114 of the expert to :

   double ind0val1 = (double) iVolume(NULL,0,1);

I'll fix it in the App.

Thank you for the report!

Re: Error when Compiling "Volume" EA

Thanks Popov, it works!