Search results

  1. M

    what's your goal in trading?

    I have had the same thoughts. After thinking about it for looong time, I've come to the conclusion that remi-retirement is the right thing for me to pursue. I have a lot of things on my to-do list + other endeavors, so free-time is a priority for me. Of cause, being very wealthy is a...
  2. M

    Iterative Refinement

    PointOne, I am interested in knowing more about the PV matrix you mention: Do you have a link to your previous post? Thanks in advance :)
  3. M

    Software Used to Trade Jack Hershey Methods

    For those interested, here is OpenQuant code (C#) to get 65days average volume: using System; using System.Drawing; using System.Collections.Generic; using OpenQuant.API; using OpenQuant.API.Indicators; public class MyStrategy : Strategy { DateTime D1; DateTime D2; int...
  4. M

    Software Used to Trade Jack Hershey Methods

    bi9foot, Thanks a lot! Very much appreciated.
  5. M

    Iterative Refinement

    My current Final Universe for comparison: ACF ANW ARII AVR BCSI BHS BIDZ BKI BONT BPHX CALM CHDX CMED CREE CTDC DBTK DRYS DSX EGLE EMKR EXM FED FMCN FSTR GAIA GBE GCA GIGM GRRF GSOL HMIN JADE JASO JRJC LAZ MALL MFLX MTEX MTH NCMI NCTY RBN SEED SIGM SKX SNCR SNDA SOHU SOLF SSRX STAR SXE TASR...
  6. M

    Software Used to Trade Jack Hershey Methods

    I consider myself a newbee as well :) I have started two projects, one for equities, and one for futures. The equities part (which I have posted bits and pieces off here), is at a state were the program can grap data from Stocktables, cull data from Yahoo and compare it to my current...
  7. M

    Software Used to Trade Jack Hershey Methods

    RedDuke, this is possible in OpenQuant. See link: http://www.smartquant.com/forums/viewtopic.php?t=6566
  8. M

    Software Used to Trade Jack Hershey Methods

    Palinuro, yeah, but I reckon the conversion would be easier. I don't know WL Scripting, so Spyders work makes little sense to me. If you're into C# perhaps we should hook up using IM?
  9. M

    Jack Hershey – MACD and Stochastics helpers for 123 and FTT's

    I have backtested a lot of variables using OpenQuant using a months worth of ES 5min bars. I get the best results using 70/30 as slow stochastic exit signals. Data from 11/2 - 13/3. 376 trades. 85 points. I have enclosed a equity chart. Can anyone elabroate how many $ one ES point is?
  10. M

    Software Used to Trade Jack Hershey Methods

    This is a C# class that can be called to get the symbols off the Stocktables webpage directly. No need to download a file anymore. static List<string> HentSymboler(string url) { List<string> tmpret = new List<string>(); string html = HentHtml(url)...
  11. M

    Software Used to Trade Jack Hershey Methods

    Does anyone have "Wealth Lab 5.0"? According to their "Quick Start Guide", there should be a WealthLab script --> C# conversion tool included. I'm very interested in a C#'ed version of Spyder's original RANK SCAN http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/editsystem?id=37966, as a basis...
  12. M

    Iterative Refinement

    Mr_Black, Congrats on your fine results :-)
  13. M

    Software Used to Trade Jack Hershey Methods

    Ericta, I think OpenQuant is the best affordable ATS development platform at the moment. I had no prior C# esp. before starting, but it's not that complicated. It's rather easy to develop simple stuff (examples on their website), and you can go as complex as you want. The entire .NET...
  14. M

    Software Used to Trade Jack Hershey Methods

    I'm working on automating the equities trading using C# (OpenQuant). If anyone is interested, here's a bunch of code that cull Yahoo for Float, EPS and avg vol. Download and put a Stocktables ASCII (Text(,)) fil in C:\input before running the code. The forum software is messing...
  15. M

    Iterative Refinement

    My current Final Universe: ABR ACF ANW ARII AVR BCSI BEBE BHS BIDZ BKI BONT BPHX CALM CHDX CLUB CMED CONN CORS CREE CTDC DBTK DRYS DSX EGLE EMKR EXM FED FMCN FSTR GAIA GBE GCA GES GIGM GKK GLNG GMKT GRA GRRF GSAT GSOL HMIN ICOC IDCC IMMR JADE JASO JCG JRJC KMGB LAZ LKQX LPHI LQDT MALL MFLX...
  16. M

    Jack Hershey – MACD and Stochastics helpers for 123 and FTT's

    Does anyone have this new book: http://traderspress.com/detail.php?PKey=581 (Understanding MACD) from TradersPress? I was wondering about its usefullness..
  17. M

    Iterative Refinement

    Both ARII and BIDZ were in DU yesterday. They are both +17% as of this moment. By using PRV/unusual volume one could have entered both trades.
  18. M

    Iterative Refinement

    Spyder, thanks for the explanation. Haroki, I'm also long in TGIC :cool: XING and GMKT also generated signals based on DU and PRV/unusual volume.
  19. M

    Software Used to Trade Jack Hershey Methods

    LostTrader, Thanks for the link. I must have missed that one :)
  20. M

    Software Used to Trade Jack Hershey Methods

    LostTrader, Thanks for the screenshot. Care to share why you prefer QT over NT? - I thought NT with it's scripting capabilities is perfect for trading futures JH style.. :)
Back
Top