Hi risktaker,
What I am considering is a trailing buy stop that requires the entry of two parameters (inputs). The first would be where the trailing stop is invoked. It could be a delta or offset from the current price (as of the time that the trailing buy stop instruction is executed) or it could be an offset from the close of the current bar. It doesn't really matter what the offset references.
For example, if the first parameter is 1, then the trailing stop could go into effect when the price of the stock moves to 1 point lower than the closing price of the current bar.
The second parameter would be the stop price. This is the price increase required to trigger a market order. For example, if the stop price was .25, then a market order would be generated when the price of the stock increased by .25 points.
Thus, a typical scenario would be that the trailing stop buy instruction with parameters of 1 and .25 was executed in the current bar. Then the price fell more than 1 point so as to invoke the trailing stop (which is what I am hoping for). Then, the price bounced back (went up) by at least .25, so that a market order was placed. In this example, the stock would be purchase at around .75 points less than simply placing the market order in the first place.
I do this frequently in manual trading. On average, it pays off. Occasionally, it pay off very well. It is merely the same as using a conventional trailing stop for exiting a position, but in reverse (for entering a position).
I strongly suspect that there is either a reserve word or a strategy that handles this. It is a basic execution method that is built into many much less sophisticated platforms. For instance, with IB a stop can be used to either exit or enter a position. The software simply doesn't care. But with the TS reserve words that I found so far, they must be used only to exit a position - or so it appears.
Thanks,
Norm
Thanks,
Norm