Search results

  1. C

    Need historical data for analysis / system testing

    I been looking at opentick and google historical data lately. And I have noticed that the opentick data has some big holes - long periods where no historical data is available - google's historical data looks good though and it is easy to access. To get EOD data - use a http get like this...
  2. C

    JSystemTrader (Java/IB)

    Here is the build script
  3. C

    JSystemTrader (Java/IB)

    I made an ant build file to get project up and running without an IDE. Get Apache Ant and put the attached file - renamed to build.xml - in the root of the structure you unpacked from the zip file. Type "ant run" to compile and run it. Type "ant dist" just to compile it. Cheers.
  4. C

    Setting up an Interactive Brokers account as a Danish national

    Hello; I live in Denmark and trade on the scandinavian exchanges. I have developed a trading model based on evolutionary algorithms that give me stock recommendations that I then trade by hand using an etrade account. I would like to automate the system further; have it place trading...
  5. C

    Trading rules based on linear regression

    Hi. I am toying with the idea of a relatively simple adaptive trading rule based on linear regression. The idea is to use linear regression to model the earnings in price 50 days ahead based on some variable - for example the earnings in the past 50 days. For every possible trade I...
Back
Top