Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample data and reorganisation / chunk of data #12

Open
femtotrader opened this issue Nov 4, 2017 · 1 comment
Open

Sample data and reorganisation / chunk of data #12

femtotrader opened this issue Nov 4, 2017 · 1 comment

Comments

@femtotrader
Copy link
Collaborator

Hello,

We should have a sample data project
(it could be in a separate repository)

I think it will be better to have sample data close to something that can be use in backtesting production.

I think we should split data directory from datasource and into bars, ticks, orderbooks

I also think that we should use "round" date range for data (chunk of data)

A possible organization could be

data
    datasource1
        bars
            D
                2010
                    GOOG.csv
                    another_ticker (to define).csv
                2011
                    GOOG.csv
                    another_ticker (to define).csv
                2012
                    GOOG.csv
                    another_ticker (to define).csv
                2013
                    GOOG.csv
                    another_ticker (to define).csv
                2014
                    GOOG.csv
                    another_ticker (to define).csv
                2015
                    GOOG.csv
                    another_ticker (to define).csv
        ticks
            2015
                2015-02
                    2015-02-01
                        MSFT.csv
                        AMZN.csv
                        GOOG.csv

This kind of organization will urge us to work with chunk of data (especially if we want to deal with tick data)

Kind regards

PS : You might have a look at
mhallsmoore/qstrader#106

@alexandrebrilhante
Copy link

Why not leverage MarketData.jl and/or Quandl.jl?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants