They are pending orders.
In order to see an effect, increase the PIP value distance for entry and exit.


BuyStop = priceHigh() + 10*PIP;
BuyLimit = priceHigh() + 50*PIP;


SellStop = priceLow() - 10*PIP;
SellLimit = priceLow() - 50*PIP;