qwerfd
qwerfd
Friends

Add friends via their profile or user search and you will be able to see if they are online

qwerfd
Added topic Problem with getting data using Python integration on some instruments.
In my case I'm simply using copy_ticks_range function    as can be seen in the documentation . Default example code, no alterations. And it works fine with AUDCAD. However when I try to fetch other instruments' data such as EURUSD, it
qwerfd
Added topic How do I call a function from an array of objects?
class Symbol_info { public :    void print() {        Alert ( "Hello, World!" );    } }; Symbol_info symbols[ 3 ]; symbols[ 0 ].print(); how do I call this print function from an array of objects? If
qwerfd
Added topic How do I loop through all the active positions and get their individual information?
As the title says. How do I access individual position's information? The thought that comes to mind is looping through all of them and checking them one by one untill I find the one I want. But how do I do that? If this was some other programming
qwerfd
Registered at MQL5.community