Spydertrader's Jack Hershey Futures Trading Journal

Discussion in 'Journals' started by Spydertrader, Dec 30, 2006.

Thread Status:
Not open for further replies.
  1. ivob

    ivob

    Exactly. The only thing that matters is the value of the spread at important moments like at RTL, FTT's and point 3's.

    And it seems very useful again today.

    regards,
    Ivo
     
    #2871     Apr 11, 2007
  2. txuk

    txuk

    inputs: DataSeries1( Close of data1 ), DataSeries2( Close of data2 ), Offset(0) ;

    vars:
    IntraBarPersist diff(0),
    IntraBarPersist hiextreme(0),
    IntraBarPersist loextreme(0),
    IntrabarPersist Bar_Number(0);

    diff = DataSeries2 - DataSeries1 - Offset;

    if BarNumber <> Bar_Number then
    begin
    Bar_Number = BarNumber;
    hiextreme = 0 ;
    loextreme = 0 ;
    end;

    if diff > hiextreme then
    hiextreme = diff
    else if diff < loextreme then
    loextreme = diff;

    Plot1(diff, "Spread" );
    plot2(hiextreme,"Hi");
    plot3(loextreme,"Lo");
     
    #2872     Apr 11, 2007
  3. ivob

    ivob

    Chart for this morning.

    Very nice range. Trading was no problem at all. Took many points. I think the stretch / squeeze was just what I needed. It definately makes things easier for me.

    Regards,
    Ivo
     
    #2873     Apr 11, 2007
  4. dkm

    dkm

    Has anyone made any sense of str/squ on esignal?
     
    #2874     Apr 11, 2007
  5. Avi 8

    Avi 8

    FOMC minutes release at 2pm today.

    The petro report this morning provided a nice run.

    -Mike
     
    #2875     Apr 11, 2007
  6. I haven't. There is a problem somewhere.
    Hopefully Mak can show us the way...
     
    #2876     Apr 11, 2007
  7. Audkid1

    Audkid1

    Txuk,
    Thanks so much. -jc
     
    #2877     Apr 11, 2007
  8. Ivo,

    Are you trading sim or live ?
     
    #2878     Apr 11, 2007
  9. nkhoi

    nkhoi

    offset = 69, so I have all red all day so far, anybody have diff number?
     
    #2879     Apr 11, 2007
  10. C99

    C99

    I'm using 60.25 right now.
     
    #2880     Apr 11, 2007
Thread Status:
Not open for further replies.