Recent content by phoenix_rising

  1. P

    DMI/ADX consistently works

    And? :)
  2. P

    es profit on 1/4 point can it be done?

    It does seem easy just looking at a chart. I'll give you that.
  3. P

    es profit on 1/4 point can it be done?

    I have tried this, using both market order and limit order methods. And for this type if micro-scalping, a simulator doesn't really cut it. The only way you'll really see if it works is to go at it live. And in case you are wondering, I am not using this sort of system. :p I do hope it...
  4. P

    Reverse trading

    If only that were true. :) Discretion kills (newbs).
  5. P

    How to be patient and yet vigilant???

    If you can automate your entry system, then don't make any entries by hand. One of the things I've done recently because I don't have the time to stare at the screen (still working the day job) is to let TradeStation make my entry. When it does that I hear the "Order Filled" voice come over my...
  6. P

    Need quick TS code, simple strategy, I will pay you!

    I just realized I made a goof in the stop and profit target code. The two lines should have been this: if target_in_ticks > 0 then SetProfitTarget(target_in_ticks * MinMove); if stop_in_ticks > 0 then SetStopLoss(stop_in_ticks * MinMove); The results aren't quite as bleak when...
  7. P

    Need quick TS code, simple strategy, I will pay you!

    TradeStation does have 6 months worth of tick data. However it will not currently look inside multi-tick bars (at each tick) during strategy testing.
  8. P

    Need quick TS code, simple strategy, I will pay you!

    And pray that it is positive slippage. :) Here's commissions added to the above (zero slippage). Again, just to make it clear. I'm not trying to trash the original authors system. Just illustrating some of the difficulties of getting a proper backtest of the system due to platform...
  9. P

    Need quick TS code, simple strategy, I will pay you!

    I tested the following strategy... inputs: required_price_move_in_ticks(10), target_in_ticks(10), stop_in_ticks(10); SetStopPosition; if target_in_ticks > 0 then SetProfitTarget(target_in_ticks * MinMove/PriceScale); if stop_in_ticks > 0 then SetStopLoss(stop_in_ticks *...
  10. P

    Need quick TS code, simple strategy, I will pay you!

    Intrabar testing with look-inside testing doesn't currently work with tick intervals in TradeStation (IIRC). If you test using ticks with intrabar order generation enabled, it simply tests each bar four times. Once at the open, then the high (or low), then the low (or high), then the close...
  11. P

    Where to get the contract info for eCBOT Treasury Futures ?

    Have you tried the CBOT? http://www.cbot.com/
  12. P

    Journal of ashes and Eminis

    You know what I hate about back testing? Occassionaly you'll find a truly awesome system. So awesome that you know there is something wrong, but you still hope the results are accurate. This has happened to me on several occassions, and again last night. Although at least now I realize...
  13. P

    Journal of ashes and Eminis

    FWIW, still averaging $80-$100 net a day while letting the computer decide when to enter (and automatically placing the trade) and me choosing the exit. Since the computer makes the entry, I only end up spending maybe 10 minutes a day staring at the trading screen. Not a bad dollar per hour...
  14. P

    Journal of ashes and Eminis

    Three years later... I haven't traded much over the past few years, but would like to get back into it. Hopefully for the better this time. :) I have created a system that backtests well enough that I'm willing to trade it. I only let the computer place the entry order so I'm not...
  15. P

    Landscape -> Portrait rotation a function of video-driver?

    I have a Samsung SyncMaster 204T that can rotate. The monitor came with a software driver to do the rotation regardless of video card (I believe). I also have an nVidia 7800 GT dual DVI card and it also has the ability to rotate the screen directly from its control panel (NVRotate).
Back
Top