nanuqcz
nanuqcz
Friends

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

nanuqcz
Registered at MQL5.community
nanuqcz
Added topic "Own graphical panels" confusion
Hello, I want to create own GUI panel (with butttons etc.) for my indicator. There is an example in MT4 called SimplePanel/SimpleDialog.mqh which has the method "CreateEdit" : bool CPanelDialog::CreateEdit( void ) { //--- coordinates    int
nanuqcz
Added topic Programming own collection class
Hello, I want to create OrderCollection class, which represents list of Order instances and which I can iterate. I have this code: class OrderCollection {     public:         Order orders[];