I am trying to figure out how to trigger an order (long or short) based on the price that the last order closed out at. For example, if I was long one unit and it was sold at 500, how do I set up the next order based on that sale price + 5 ticks? The issue I have is that the target price from the preceeding order is also based on tick variance so I need to somehow capture the last price or use a variable or method that I don't know about.
Thank You!

Comment