Noki0100
Noki0100
Friends

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

Noki0100
Added topic MQL5 and working with Open Trades
Hi All, I have been reading everything I can on MQL5 and how Trades are managed compared to MQL4 and have found that it's not a trivial thing to port from one to the other. In this link it states that 'For each account, for every financial
Noki0100
Added topic MQL5 Syntax question?
Hi All, I have a small issue that's puzzling me. When I compile I get a warning about this line being 'implicit enum conversion' ENUM_ORDER_TYPE cur_type = OrderGetInteger ( ORDER_TYPE ); to fix it I have done this: ENUM_ORDER_TYPE cur_type = (
Noki0100
Added topic Help Working with Class Objects
Hi All, first post! I wanted some help understanding Classes and Objects in MQL4. I have a question around making correct usage of them. Is it possible to declare a Global Object from a Class as you can do with normal variables? I can create them
Noki0100
Registered at MQL5.community