How to set Breakeven at "Open Price + Commission" so that it ends up with $0 profit if the broker charges commission?
-
How to set Breakeven at "Open Price + Commission" so that it ends up with $0 profit if the broker charges commission?
How about "Open Price + Commission + CurrentSpread"? The spread to allow for a little slippage.
-
@gorilla You will need two variables, one for the comission and another one for the spread. The first one will be a maoney value whereas the second a distance in pips. I would focus on the money part only.
-
@l-andorrà How do I convert the commission into pips? The breakeven function can offset using pip values only.
https://fxdreema.com/shared/f9JcAKE9e

-
@gorilla Comissions are not pip dependent but lot size dependent.