Markus
Markus
Friends

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

Markus
Registered at MQL5.community
Markus
Added topic OrderOpenPrice() does not work correctly
Hey guys, in the following code-block I created an order via OrderSend and tried to modify it.    if (RiskHedge == true ) {        OrderSelect ( 0 ,SELECT_BY_POS);        if (total
Markus
Added topic Programming a new "OrderWindow" in MT4
Hey folks, since I wasn't able to find any direct answer to my question via google nore this forums search function , I have to bother you with my question: Is it (generally) possible to create a new order-window via mql4? I know that it is possible