Anyone use my method?

Discussion in 'Index Futures' started by no_pm_please, Dec 10, 2005.

  1. Im just paper trading. Im trying to figure out the autotrading in amibroker...it';s a bit tricky.

    -Dennis
     
    #321     Feb 2, 2006
  2. rasl

    rasl

    hi all
    i been reading this thread for a about a month,and watching the system,i work very well except in strong trend days.
    i would like to say thanks to no pm please for starting this threadand sharing the system,also thanks to others who have posted usefull posts.
    there was trade yesterday 02/02/06 at 11.35 on es and ym,did anyone take it?
    IDEA
    how about starting a live chat room on paltalk,yahoo or some whare else to discus the setups post the entry/exits and chat about the system/software ect.dose any one know how to setup /admin a chat room.
    if we agree and setup a chat room may be no pm please may also visit the room some day
    room should be free and have a password and we can post the password on this thread so only those intrested/trading this system can login..
    anyone agree?
     
    #322     Feb 3, 2006
  3. I would not post the password on this thread as there are some
    who do not believe in NPP's divergence ideas and would probably
    trash the room. Of course, I guess the moderator could boot them out...

    The mod could post the password by email and change it often
    so it would be more unlikely to get spread around so quickly.:)
     
    #323     Feb 3, 2006
  4. here is a setup on es for 2-3-2006....
     
    #324     Feb 3, 2006
  5. and here is a setup for the YM on 2-3-2006...
     
    #325     Feb 3, 2006
  6. rasl

    rasl

    agree version77
    went long at 10.45 am @1265.5 for +3.5
     
    #326     Feb 3, 2006
  7. ....and the ES trade worked out great for 2-3-2006...
     
    #327     Feb 3, 2006
  8. ...and the YM trade 2-3-2006 worked out great also...
     
    #328     Feb 3, 2006
  9. HooLee

    HooLee

    Thanks for the chart Dennis.

    Looks like you are using Amibroker, if so you may use this code to erase the vertical yellow lines that link between days:
    Code:
    tdh = ... ; // the top line code
    tdl = ... ; // the bottom line code
    dgap =  DateNum() < Ref(DateNum(),1);
    Plot( IIf( dgap, Null, tdh ), "tdh", colorYellow, styledots|stylenoline );
    Plot( IIf( dgap, Null, tdl ), "tdl", colorYellow, styledots|stylenoline );
    
    Ignore it if you are not using Amibroker.
    Good trading.
     
    #329     Feb 3, 2006
  10. thanx!
     
    #330     Feb 4, 2006