Software Used to Trade Jack Hershey Methods

Discussion in 'Trading Software' started by Tums, Jun 26, 2007.

  1. RedDuke

    RedDuke

    I would like to do some back testing of stretch and squeeze indicator. Most of back testing software gear towards one instrument at a time. With stretch and squeeze we have 2 instruments: future contract and underlying index. I can manually write something to do back testing, but wanted to find out of anyone heard of a tool which can back test multiple data feeds at the same time.

    Thanks,
    redduke
     
    #561     Mar 25, 2008
  2. Munck

    Munck

    #562     Mar 25, 2008
  3. RedDuke

    RedDuke

    #563     Mar 25, 2008
  4. RedDuke,
    you might also want to check into NinjaTrader. Their strategies at least support multi-instrument, multi-time frame, and are back-testable, if you have the recorded data.

    If you know C# you could probably program up just about anything.

    And it has the advantage of being free: http://www.ninjatrader.com
     
    #564     Mar 25, 2008
  5. RedDuke

    RedDuke

    Hi LostTrader,

    I am a huge fan of ninja and currently use it. I did not realize they have this feature. Thanks for pointing it out.

    Regards,
    redduke
     
    #565     Mar 25, 2008
  6. astral

    astral

    Somewhere in this thread I stumbled upon an instruction to put up a STR/SQU chart on quotetracker.

    However, somehow I just can't seem to scale it to "1.75" "-1.75"

    When I put up the chart it instantly drops or rises to 2300% or something.

    I just doesn't make any sense!!:D

    Does anyone have any suggestion?
     
    #566     Mar 25, 2008
  7. Ezzy

    Ezzy

    Here is some code for coloring the bars in Multicharts. - EZ
     
    #567     Mar 25, 2008
  8. Ezzy

    Ezzy

    Here is code for the volume bars matching the price bar color. Thanks for the help on the code Tums. - EZ
     
    #568     Mar 25, 2008
  9. Ezzy

    Ezzy

    Here's a screen shot of the colors working. I found all the volume based indicators need to be coded in the same "indicator". If you create and add them separately into a window they won't keep the same scale.

    So if running the PRV code, you would need to add the bar color code to that "study", and the same for Volume Pace lines.
    - EZ
     
    #569     Mar 25, 2008
  10. Sounds a good idea, Munck. I'm fairy new to C# but have already done some conversions from WL scripts.

    You seem to be starting from downloading the data and then working toward the autotrading, where I would've started with the trading to see if it actually works first - or have you already done this?

    I did experiment a bit on automating the futures in NT, but the results weren't very encouraging (I hoped automation would be better than my erratic manual trading, but it wasn't).

    palinuro
     
    #570     Mar 26, 2008