I am trying to implement a price target and stop strategy.
I want to set a profit target of X. once the price hits X I then want a trailing stop to be created of Y ticks, once the price is beyond X+Y.
so basically I want to lock in a minimum profit of X ticks for good trades, but let them run.
I have tried reading the manual and playing with order types but not sure how to do this.
Any ideas?

Comment