Looking to close with 50 profit. help please - page 2

 

Hello,

Please, first, convert OrderProfit() value to points. Use for example "A Sample: Value to points conversion" in https://www.mql5.com/en/code/8769.
Second, use OrderClosePrice() function instead of Bid or Ask or any other price to close order. Example: "OrderClose ( OrderTicket (), OrderLots (), OrderClosePrice (), 0 ) ;"

Best regards

Reason: