How to convert OrderProfit() to pips or points ?

 

Let's say i have opened order 10 buy and 12 sell, and current order profit from OrderProfit() function is let's say 1 USD,

and i have profit target 5 USD, with this situation, can i calculate 5 USD - 1 USD = 4 USD 

that mean 4 USD from current market price i can make order modify to all order with TP in pips equal to next 4 USD (5 USD profit target)

how to code that ? 

 
akhmadfx3:

Let's say i have opened order 10 buy and 12 sell,

I have no idea what that means

akhmadfx3:

and i have profit target 5 USD, with this situation, can i calculate 5 USD - 1 USD = 4 USD 

 Yes, 5 USD-1 USD=4 USD

 
mean, how to convert orderprofit() to pips
 
The difference of OrderClosePrice()  - OrderOpenPrice() (for a buy-order!) gives you the OrderProfit() in Ponits(!) but it is without Commission() and Swap().
 
Carl Schreiber:
The difference of OrderClosePrice()  - OrderOpenPrice() (for a buy-order!) gives you the OrderProfit() in Ponits(!) but it is without Commission() and Swap().
How can someone code the above functions and include commission and swap? 
 
  1. Don't Hijack other threads for your off-topic post. Next time, make your own, new, thread.

  2. How To Ask Questions The Smart Way. 2004
              Prune pointless queries.
  3. You have only four choices:

    1. Search for it. Do you expect us to do your research for you?

    2. Beg at:

    3. MT4: Learn to code it.
      MT5: Begin learning to code it.
      If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

    4. or pay (Freelance) someone to code it.
                Hiring to write script - General - MQL5 programming forum 2019.08.21

    We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
              No free help 2017.04.21

Reason: