R for datamining/backtesting/trading

Discussion in 'App Development' started by caementarius, Mar 6, 2012.

  1. sf631

    sf631

    Interesting presentation, and lots to consider if data volumes grow to a certain size beyond memory constraints.
     
    #41     Nov 1, 2012
  2. BMarion

    BMarion

    Thanks for the great R link! Where are you getting your data?
     
    #42     Dec 5, 2012
  3. hoppla

    hoppla

    Nice presentation - it confirms what I've been doing for a few years now in terms of how to best represent/store financial data in particular full OB depth and trades data. Plain old binary files stored in a columnar manner - one file for each column be it Time, Depth Levels, or Trades. Fully portable across all platforms and applications. On top of that I use FastBit plus my own access layer to query data. Also very easy and quick to map that data into memory if needed. Never tried OneTick or KDB but any other DB I tried was miserably worse.
     
    #43     Dec 6, 2012
  4. I export historical data in CSV format from TradeStation. There are pseudo-indicators and keystroke macros on the TradeStation forums that can be used to accomplish that.

    I have also written API code to export data from CTS T4.
     
    #44     Dec 7, 2012
  5. cnbiz850

    cnbiz850

    Would anyone kindly explain why this is the case? What are the issues for R to work on hourly or minute data?

    Thank very much in advance.
     
    #45     Dec 29, 2012
  6. Nab

    Nab

    For strategy dev. and backtesting I'm using Mathematica. Gives you (almost) the power and possibilities of C, but allows you to do many things in a very convenient way (due to its symbolic nature). In particular, setting up parallel computation is as simple as possible. Main drawback is the price tack, as long as you don't have access to an educational license.
     
    #46     Dec 30, 2012
  7. 2rosy

    2rosy

    #47     Dec 30, 2012
  8. Mr_You

    Mr_You

    I was stating that the trading specific tools for R were not written for intra-day time frames analysis.
     
    #48     Dec 30, 2012
  9. cnbiz850

    cnbiz850

    Thanks for replying. But sorry I don't quite get what you mean. What "trading specific tools for R"?
     
    #49     Dec 30, 2012
  10. cnbiz850

    cnbiz850

    Thanks for reply. But sorry I don't quite get what you mean. What trading specific tools for R?
     
    #50     Dec 30, 2012