freak
freak
Friends

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

freak
Registered at MQL5.community
freak
Added topic How to use Global Variables? (F3)
How to do that
freak
Added topic Open position using whole free margin
Hello guys, I've tried this way: double acFree = AccountFreeMargin () ; int acLev = AccountLeverage () ; double maxVol = (( acFree * acLev ) / Ask ) / 10000 ; int ticket = OrderSend ( Symbol () , OP_BUY , maxVol , Ask , 3 , 0 , 0 , " expert