Strategy on RUT. Search for the best system.

Discussion in 'Strategy Building' started by gg12, Feb 1, 2007.

  1. gg12

    gg12

    Stop moved up to 812 with 4 points locked in already.

    Short Signal is below 812 now (trailing on 2 points grid).
     
    #21     Feb 7, 2007
  2. gg12

    gg12

    Recent signals have been:

    Long 808 +6
    Short 814 -2
    Long 816 -2
    Short 814 +8

    Current signal:

    Long 806 TS 804
     
    #22     Feb 10, 2007
  3. Here is an intermediate-term RUT swing system in EasyLanguage. It does not trade very often but does well with Russell2000($RUT.X), especially for Long positions. It might provide a useful filter for other shorter-term systems:


    Inputs: Length(35), StdDevUp(2.0), StdDevDn(-2.0);
    Vars: UpBand(0), DnBand(0), Ave(0);

    UpBand = BollingerBand(Close,Length,StdDevUp);
    DnBand = BollingerBand(Close,Length,StdDevDn);

    Ave = Average(Close,Length);

    if ( MarketPosition = 0 ) and ( Close > UpBand )
    then Buy("BE") tomorrow at market;

    if ( MarketPosition = 0 ) and ( Close < DnBand )
    then SellShort("SE") tomorrow at market;

    if ( MarketPosition = 1 ) and ( Close < Ave )
    then Sell("LX") today at close;

    if ( MarketPosition = -1 ) and ( Close > Ave )
    then BuyToCover("SX") today at close;
     
    #23     Feb 10, 2007
  4. gg12

    gg12

    BrightPropGuy

    Thank you for your script.
    Can you explan the system further?
    (Evtl. you can add a graphics)
     
    #24     Feb 12, 2007
  5. gg12

    gg12

    Buy Signal above 806 TS 804

    Market is still down from 806 with trailing stop at 806

    Recent signals:

    Long 808 +6
    Short 814 -2.2 (fast market)
    Long 816 -2.2 (fast market)
    Short 814 +4
    Long 806 0
    Short 806 0
    Long 806 -2

    Current signal is short 806 TS 806
     
    #25     Feb 13, 2007
  6. gg12

    gg12

    Attached graphics shows how to map the RUT to a tradeable instrument like the IWM.

    Best Trades are

    1) Breaking a trendline
    2) Confirmation by surpassing higher high (or low)

    Example shows yesterday's market (02/12/07)
     
    #26     Feb 14, 2007
  7. gg12

    gg12

    Actual Signal is
    Long 810 TS 810

    Recent Signals
    Long 806 +1 (Gap)
    Short 808 -2
     
    #27     Feb 14, 2007
  8. gg12

    gg12

    See attached the 10 day frame.

    Good entries/exits are market.

    Please be aware that's all hindsight. It shows illustrative how to get some systematic into the approach.
     
    #28     Feb 14, 2007
  9. gg12

    gg12

    Attached the last 3 signals for RUT and their match to the IWM.

    Not all signals on the RUT can be positively utilized on the IWM.
     
    #29     Feb 15, 2007
  10. gg12

    gg12

    Short signal 816 0
    Long signal 816 TS is at 816
     
    #30     Feb 16, 2007