Search results

  1. M

    Example Trading System

    curvefitting or not, who cares? people get so bent out of shape when it comes to that word the only problem with excluding thursdays is if thursday's become one of the main money-making days. the core strategy is profitable with or without thursdays, so if excluding thursdays gives it a...
  2. M

    Trading Woodie's CCI ;-)

    I don't know what timeframe is in your charts but if you look closer on the ZLR you can see that the price candle does give you a move right after the reject. At the point of the trend-line break, the ZLR has moved quite a bit (i.e. it's already late into the 'trade'), and your reversal doesn't...
  3. M

    Example Trading System

    certain of the better trending currencies respond well to breakout strategies that buy/sell on highest highs or lowest lows of x bars.
  4. M

    Example Trading System

    if that was true this would not have shown a return as recent as it does...
  5. M

    Simple System for Beginners Monthly Results

    you would be very brave to fade this also that means you are fading the market mechanism that makes a system like this work...again, very brave I know your joking, just wanted to throw that in
  6. M

    The Flaw in Trading System Reasoning...?

    it doesn't matter if there are are infinite or finite number of systems to be created, since if there is a finite number none of us will ever come close to exhausting the potential if you feel limited to what you perceive as the 'finite' systems your not a very good systems developer start...
  7. M

    Zen and The Art of Trading

    I better read my I-Ching book sitting on the shelf...good stuff
  8. M

    Zen and The Art of Trading

    I like that one. Also important to really manage expenses and mistakes that bleed off your edge.
  9. M

    The Flaw in Trading System Reasoning...?

    setup and entry edges may come and go, but money management principles remain the same altough money management won't make a negative expectancy profitable, it can exponentially increase the profitability of even the smallest edge
  10. M

    Simple System for Beginners Monthly Results

    quite a difference from my numbers...what kind of slippage are you getting\incorporating?
  11. M

    Hang Seng and Nikkei futures

    good stuff...looking to add NK and HSI to my night trading sessions....
  12. M

    Simple System for Beginners Monthly Results

    as requested...
  13. M

    Tight Stops

    lol...this thread is hilarious....everyong thrashing everyone for completely unrelated reasons this thread is like that slime in ghostbusters 2 that made everyone pick a fight with each other carry on!
  14. M

    Simple System for Beginners

    1)the stop-entry points should remain, even if it breaks and dips back into the range 2)autotrade it...I manually placed the orders, and got 0 slippage (due to the stop orders), but I found myself watching the screen too much, and even started messing with the exits (manually adjusted to...
  15. M

    Simple System for Beginners Monthly Results

    I used DarthSidious original code, and modified to fit TS8. Might also be interesting to note that a basic stop-loss of say 3pts enhances the results and caps the risk (per trade)...trailing stop not as useful. True, since the system inherently brackets the price range, a stop loss is built...
  16. M

    Simple System for Beginners

    no, it was from the sell stop (when long) being hit that closed out the trade. And then a re-entry occured when the original buy signal appeared again after 13.00.
  17. M

    Simple System for Beginners

    Here's a start: // ----- Sample Opening Range Breakout system -------- slip=TickSize*1; NumContracts = 1; PositionSize = NumContracts * MarginDeposit; BuyLimit = TimeFrameGetPrice( "O", inDaily) *1.0033; ShortLimit = TimeFrameGetPrice( "O", inDaily) *9967; BuyCond1 = TimeNum() >...
Back
Top