Search results

  1. Z

    Historical Russell Index Constituents

    Russell 2000? It will be very difficult to find a list of components from 1990; Russell makes it hard to find a list of the current 2000 symbols. And if you do find the '90 list, as many of the companies will be long gone (delisted, merged, ...), it will be even more difficult to find...
  2. Z

    Intraday historical tick data

    eSignal has 120 days of tick I think. For 2 years, you have one choice: tickdata.com :( Do you really need tick? You will find more choices if you can substitute minute data instead.
  3. Z

    How do I get technical stock screener?

    Most charting apps (ex. AmiBroker) have a scanner module. Not free however.
  4. Z

    easylanguage question: offsetting trading session

    Just write a script. 25 lines max in PHP to do this. 1. Read each line. 2. grab date/time 3. offset date/time 4. write back out to new file.
  5. Z

    easylanguage question: offsetting trading session

    You need to offset the data in the file before you import into tradestation.
  6. Z

    free data feed?

    IB is based on snapshot quotes. But when you want free, you can't be picky. :)
  7. Z

    free data feed?

    You will need an account, but IB is a good choice for lost cost data.
  8. Z

    Why is my Notebook HD full up

    You also might want to try WinDirStat to find where the space is being used. http://windirstat.info/
  9. Z

    Why is my Notebook HD full up

    http://www.piriform.com/ccleaner/download
  10. Z

    how to generate simulated historical data?

    The problem is simulated historical data will be random; and markets are not random beasts (although they look that way sometimes). A similar thread was discussed on ET a couple week back: Developing a profitable system(infrastructure) on a (pseudo-)random data
  11. Z

    Jim Rogers: Another Recession Due Circa 2012

    From CNBC. http://www.cnbc.com/id/38427247
  12. Z

    Testing for intra-day pair trades

    The EOD correlation will not translate to an ultra-short time frame of 1min.
  13. Z

    TradeStation 2000i *cheap* ?

    prosserd, It looks like you have everything under control so good luck with your port. Because 2000i has not been updated since 2000 (2001?), some annoyances can be expected (even during installation depending on OS). I personally keep it installed in VMWare so it remains portable.
  14. Z

    TradeStation 2000i *cheap* ?

    There is no code in the paper you linked??? It states it is a condensed version. The host site (http://www.tradingpatterns.com/) is also no longer active: "UNDER CONSTRUCTION"? Where is the link to the full paper with code? So alex, let me ask a serious backtester, like yourself, to read...
  15. Z

    one minute DATA for ES and CL future contracts

    http://disktrading.is99.com/disktrading/ http://www.tickdata.com/ The second has better quality data but is more expensive.
  16. Z

    TradeStation 2000i *cheap* ?

    Maybe? Maybe is a very uncertain word. Maybe Amibroker is the flawed program? Maybe NinjaTrader? Maybe MetaStock? How can you say to avoid one program and make another recommendation without knowing what programs were tested? I do a great amount of back-testing for both myself and others and...
  17. Z

    http://www.ninjatrader.com/ - DOWN

    No problems here. Check your DNS.
  18. Z

    need a trading engine

    Any financial programmer who is experienced will NOT work for beer money. :)
  19. Z

    need a trading engine

    What platform are you using? Each platform should have a list of registered developers that can be of help.
  20. Z

    Anyone know where I can pull 15-min OHLC data on stocks through API (for free?)?

    If you only need a snapshop, you can do this through yahoo, google, or any other free website that provides last price quotes (delayed or real-time). I do something similar with PHP and yahoo/googl quotes. Just code up a program that will iterate through a list of symbols and pull the current...
Back
Top