Lets build a trading system

Discussion in 'Strategy Building' started by wdbaker, Sep 7, 2002.

  1. one thing I have noticed is that almost everything that is new and in the best selling books is pure crap. You don't know if anything is really good until it has been around for years and has been through both a bull and a bear market. I don't think there is any reason to worry about arcane stuff like "wavelets". Let the other people screw around with that stuff for a few years first, if it is really any good it will still be good in the future. After all, there is no point making money on a hot new thing for a few months and then going totally broke.
     
    #21     Sep 8, 2002
  2. i'm not necessarily disagreeing, but what's something simple that you know works?
     
    #22     Sep 8, 2002
  3. wdbaker

    wdbaker

    I am definately into simple, can someone please throw us some simple bones to knaw on.

    I like the paradise system, a little to difficult I think to program though, need it real simple.

    wdbaker
     
    #23     Sep 8, 2002
  4. A system can be complex in its theory so long that it is simple in its execution.

    It might be really complicated for me to build a time-machine, but really simple to trade off those efforts.

    aphie
     
    #24     Sep 8, 2002
  5. CalTrader

    CalTrader Guest

    Sure. The underlying theory can be quite complicated. Your analytic model may consider quite a bit of data and perform calculations that many folks would consider complex. However, the best systems / models that I have seen over time have the property that they can be stated simply - a few relationships or calculations that form the basis for a particular signal. When your thesis can be simply stated and modeled without the need to perform overly complicated calculations then you usually are on to something ..... If you need to resort to ever more complex mathematics and ever more complex calculations to reach a conclusion then you probably need to go back and re-examine your assumptions. Again its just my personal observation that over time successful traders have used relatively simple models. They did not need large computing power to run their models - they were modest - and the systems still depended upon adjustments by a person: they were not completely automated.
     
    #25     Sep 9, 2002
  6. rcreal

    rcreal

    Interesting discussion ... contributed this code to the emini strategy forum on Tradestation World.

    Please see attached.
     
    #26     Sep 9, 2002
  7. rcreal

    rcreal

    See attachment for TS code and performance report.

    Logic is simple:

    - Trade only between 1500 and 1600 hrs EST
    - Long if 3 consecutive higher closes and above 10 sma
    - Short if 3 consecutive lower closes and below 10 sma
    - $500 fixed stop
    - Exit at 1615 (EOD)
     
    #27     Sep 9, 2002
  8. aminnuto

    aminnuto

    I'm a new trader and looking for complete TS Strategies that I can use. Anyone know where i can get this EL code?
     
    #28     Sep 9, 2002
  9. Someone mentioned earlier the Pardise Trading system at stockhits.com. I recently completed coding this system in Wealth-Lab and would like to share some of my experience with it. To explain a bit the Paradise System mainly looks for reversals indicated by various candlestick patterns. It took a while to code as there where many refinements one must make to get the pattern recognition right. Anyhow lets cut to the performance:

    Testing on QQQ 1 min data for all of 2001

    Before commissions and slippage the system returned $10,000 profit on a constant 800 shares of QQQ (1 emini contact):)

    After commission and slippage the system returned a -$30,000 return during the same period :(

    I also put the system through a number of different filters, extremely high trend values, extremely low trend values, etc. but the results were relatively the same.

    While one might think that the system is completely useless based on the results I have actually been using it with some success purely as an indicator for discretionary trading. Being a pattern recognition system it basically alerts me in real time various hesitations going on in the market. I then use this input combined with S/R and other inputs to help make my decisions. While some may have a problem with this approach it works for me.

    Good thread. Keep up the good work everyone.
     
    #29     Sep 9, 2002
  10. wdbaker

    wdbaker

    opmtrader,
    Have you tried coding it with only the lagging part?

    wdbaker
     
    #30     Sep 9, 2002