Hi,

I am trying to add a margin to my limit order from current price:

 

This would be an example of a limit order for LONG positions, where the order should be 15 pips below current market price when signal is triggered.

self.LimitOrder("EURUSD", 10000, self.Securities["EURUSD"].Price-0.0015) 

Would anyone know why and what needs to be done to add this margin/tolerance?