How To open an order the gives a proft of 10 when using EURUSD

 
Can anyone help me know how i can open an order that gives a 10 profit when using a EURUSD currency pair
 
kamada2020:
Can anyone help me know how i can open an order that gives a 10 profit when using a EURUSD currency pair

A very vague question.

10 what?

 

Man i want to open an order in mql4 that can give me a profit 10 Dollars take profit level

 
kamada2020:

Man i want to open an order in mql4 that can give me a profit 10 Dollars take profit level

For EURUSD with 0.1 lot size you need to hit TP of 10 pips.

 
kamada2020:

Man i want to open an order in mql4 that can give me a profit 10 Dollars take profit level

i think you should read this 

https://www.mql5.com/en/forum/151094#comment_15661402

How to convert a users Dollar amount into pips for stoploss or takeprofit
How to convert a users Dollar amount into pips for stoploss or takeprofit
  • 2014.04.15
  • www.mql5.com
Can someone help me? If a user inputs $10 extern double takeProfit=10.00; extern double lotSize=0...
 
Kenneth Parling: i think you should read this https://www.mql5.com/en/forum/151094#comment_15661402

Exactly. Once you've computed your lot size. Then, and only then can you compute a TP for a fixed profit amount. (Rework the equation.)

Reason: