Quote from dhall:
Thanks for your responses but I have a plan that I am using right now that I need to enhance somehow. I am in at the open and out within two minutes. Some of the loosing stocks move so fast that if I could somehow control the loosers with a stop of some kind, I could improve performance.
Thanks very much.
Try calculating the ATR of the individual securities. Then place your trailing stop as a function of that Aeverage True Range, and move it according to the individual securities positve movement (trail it according to the ATR).
How to calculate the Average True Range:
***
ATR (Average True Range) - price average true range indicator
ATR is a market volatility parameter. This indicator frequently reaches high values during price drops accompanied with "panic sellouts".
ATR - is typically a simple moving average of true ranges TR for a certain number of periods:
ATR = MA_type (TR, Period), where TR is a positive number determined as the greatest of three components:
Differences between maximal and a minimal price for the current period.
Module of difference between the previous period's closing price and maximum price for the current period.
Module of difference between the previous period's closing price and minimal price for the current period.
One of the following moving average types can be used to smooth the price true range: EMA, SMA, TMA, WMA.
Low indicator values frequently correspond to lengthy periods of horizontal movement, which are observed at the price tops and during consolidation. It can be interpreted by the same rules as other volatility indicators. The principle of forecasting with this indicator is formulated as follows: the higher the indicator value, the higher probability of trend reversal, the lower its value, the weaker the trend's direction.
Parameters by default:
MA_type =SMA - moving average type for TR smoothing (SMA - Simple Moving Average);
Period=14 - moving average period for TR smoothing.
***
Conversely you could try using the good 'ol 20 period SMA (or a lower period SMA for tighter stops).
Place and trail the stop according to the SMA, when it breaks, that particular trend is usually broken.
***
Last but not least, put a
Parabolic Stop and Reversal Indicator on your chart and you can literally "see" if it works for you.
***
Ninja Trader and other customized trading Apps have trailing stop functionality built into them, experiement with all of the above and see what you come up with.
Best,
Jimmy