Similar
Similar
Friends

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

Similar
Registered at MQL5.community
Similar
Added topic Help me with a function and startegy tester
This is the function: void OpenBuy() { double ldLot, ldStop, ldTake; string lsComm; ldLot = GetSizeLot(); ldStop = GetStopLossBuy(); ldTake = Ask+(takeProfitBuy*Point); lsComm = GetCommentForOrder(); int ticket =