Quote from TriPack:
As a backup system here are the simple rules: Buy at the highest high of the previous two bars + some constant on a stop. Do the reverse to go short. The system is always in (SAR). Feel free to add whatever MM rules you wish.
Apply to a 15 minute chart: (or you could pick another timeframe)
Code:{ feel free to optimize this input or make it a variable and base it on volatility or whatever works } Inputs: StpAmt(1); Buy at Highest(High, 2)[1] + StpAmt Stop; Sell at Lowest(Low,2)[1] - StpAmt Stop;
This system can be adapted to Jack's "rocket" philosophy. So it can tread water until the rocket bar. Apply a breakeven stop. The stop loss will have to be determined by you. You should find out what the average moves are to the market in question. Divide that by a number that is comfortable with what you are willing to risk in a trade and apply that.
Feedback welcome.
Regards
Oddi