Automated Momentum Scalping System

Discussion in 'Automated Trading' started by developer17, Jan 31, 2004.

  1. Folks,

    I have automated a TRading System for Momentum Scalping using the IB Java API. The System reads a file with potential candidates generated from an End of Day scan and then executes the long/short trades as when they meet the criteria.
    For now I'm using the tick data from IB, but will eventually update it to work with QuoteTracker as well so that it can support multiple quote feeds.

    I'm planning to share this system with some of the people on this board who may have had more experience with this kind of stuff, so that I can improve this further.

    Let me know your thoughts

    -Mani
     
  2. nitro

    nitro

    Ok,

    You go first.

    nitro
     
  3. Are you using stochastics to help define entries?
     



  4. :D
     
  5. >>>>> Are you using stochastics to help define entries?

    No, I generate the candidates from an end of day scan using some momentum criteria, but use the breakout of the first half hour opening range to generate the entries ..

    I exit using a 40 cents trailing stop loss or at the end of the day

    --Mani