| Early Morning Range Breakouts using time and sales
Hi there,
I use the following system/method paper trading with ProRealtime.
Stock selection with a ProScreener program:
indicator1 = ADX[14]
c1 = (indicator1 >= 12)
c2 = close > 5 AND close < 500
c3 = (summation[3](volume)/3) > 1000000
c4 = AverageTrueRange[3](close) > 2
c5 = Volatility[10,10] > 8
SCREENER[ c1 AND c2 AND c3 and c4 AND c5] (DI[3](close) AS "daily momentum")
to filter good daily momentum stocks on the NASDAQ.
Main strategy: Setup Early morning opening range (30 min): Entry: breaks high of morning range with 1000 shares. This could be anywhere in the day, not only in the morning. Confirmation of time and sales (no large opposite orders), and not against overall market (15 min) First exit/target: high or low of previous wave Second exit: Whole number or half whole number Physical Stoploss: stoploss order previous high or low of last two major waves Mental stoploss: break of EMA(10) or other good reason to get out (such as bailing out if breakout does not occur as expected)
Example:
I invite everyone with a similar strategy to update his/her results or comments.
Regards,
Robocop
Last edited by robocop; Apr 27, 2012 at 5:56pm.
|