Hi, I am trying to control the way the my order in FX is filled. I would like to specify a Market Fill type execution, but be able to specify the slippage in terms of ticks.

So if close of Bar is P then:

if (Order is BUY)

TradePrice = P+X ticks

else

TradePrice = P-X ticks

How do I do that?

Author