Discussion of article "Library for easy and quick development of MetaTrader programs MetaTrader (part XXXII): Pending trading requests - placing orders under certain conditions" - page 3

 
TopSeller #:

Script fails to compile, finds 7 errors. Details in the image

Right now I don't have access to the computer where the files of past versions of the library are. Just go to the declaration of variables that are not allowed to be accessed because they are in the private section of the class, and specify aprotected section for them. Then return the private section:

protected:

variable

private:

This is my error, which occurred inadvertently, but it was missed by the compiler of the build of the terminal that I had at that time.

 
@Artyom Trishkin, I'm sorry, I'm not very good at programming. I changed private to protected, but the errors remain. Could you please post a working version of the script when you have time to do so?