What would you like to know?

Discussion in 'Technical Analysis' started by cashmoney69, Dec 5, 2006.

  1. In the coming months I plan to post a study on gaps after I collect atleast 100 charts. The study will be aimed at swing traders who hold for a week or more.

    --

    What are some things that you'd like to know about, on how to play gaps that I could include in my study?
     
  2. Mo06

    Mo06

    I'd like to know tomorrows closing prices.
     
  3. There are likely many opening gaps. Are you going to focus on the biggest gaps, say minimum 2 %?
     
  4. Compare entry following a gap to lesser price with entry following a gap to greater price.

    Long positions only. Short positions only.

    What exit rule are you choosing?
     
  5. Pekelo

    Pekelo

    Rather silly question. There is only 1 question regarding gaps:

    How can you tell if the gap is going to close or not???
     
  6. Why would you discourage someone going to the trouble to do a study that could help you answer that exact question? Negative posters feel free to NOT POST.
     
  7. Are gaps arbitrary? For example daily charts might show lots of gaps, especially opening gaps. Monthly charts might not show the gaps that are seen on a daily chart.

    I expect to observe more gaps if trading is not continuous. For example in the stock market I might see a gap between the closing price of one session and the opening price of the next session. Currencies that trade 24 hours a day might show gaps of a different kind - a gap between the high price of one interval and the low price of the next interval.
     
  8. common , runaway or breakaway gaps?
     
  9. Cash, you might be on to something.

    I put together some code for a trading system based on gap entry. Here are the rules:

    1) Buy when opening price shows X % increase from the preceding session closing price AND price is greater than the value of the Y time constant exponential moving average.

    2) Sell when the low price of a session is less than the value of the Y time constant exponential moving average.

    3) Position size = ( heat * equity / 100 ) / (10 x average true range)

    Testing the system with 22 years of stock price data for Ford Motor Company shows these results:

    EMA Time Constant 300 300 300 300 300 300
    % width of gap 0.5 1 2 3 4 5
    Number trades 29 23 19 12 10 9
    Profit after commission, slippage 253975 267255 265079 241892 228877 84007
    Per cent annual growth rate 11.54 12.15 12.05 11.00 5.41 3.82
    Per cent greatest drawdown 11.46 10.39 14.00 12.03 14.01 16.76

    Attached is the output of one of the trading simulations.
     
  10. didnt "guy2" do a study on gap closings and post them on his website?

    If I find it I will post it
     
    #10     Dec 5, 2006