shabazshah23 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
shabazshah23
Added topic Help - how to write its code - EA Locked MT4
EA should verify all three things and how to write its code if (AccountName()!= "Shabaz Shah" && AccountNumber()!= 1234534 && AccountCompany()!= "Bank" )
shabazshah23
Added topic Help - OrderSend error 130
if ( rateChange > VelocityTrigger * Point && avgSpread <= maxSpread && totalBuyStop < 1 ) { ticket = OrderSend (
: