Giter Club home page Giter Club logo

itch's People

Contributors

luigif9 avatar martinobdl avatar oz-dr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

itch's Issues

ftp url not working

Hi,

It seems like the ftp url shown in the README is not working. Are you aware of any other similar link from nasdaq?

What is the significance of this ITCH data?

Hello, I recently started reading this book for trading using machine learning approaches. I encountered a problem(too slow code) when trying to use a python notebook from the book code repo to parse a 12GB ITCH data file found in ftp://emi.nasdaq.com/ITCH/ (takes up to 4 hours on a 4-cpu GCP instance to parse the file)
So I searched about a c++ solution and came across your repo. I have a few questions ...

  • A) What is the significance of this data? I read the technical specification but I failed to understand what this data is about / how important this data is?

  • B) What is the timeline or in other words is this some sort of historical data that covers a time period from let's say 2000-2020 or this is something else?

  • C) How fast is your code for achieving the same task(parsing a 12GB .bin file on an i5 macbook pro for example)?

  • D) The python notebook I mentioned earlier parses the file using the following (simplified description) loop forever manner:

    • read 2 bytes(message length)
    • read 1 byte(message type)
    • read message length - 1
    • process further & store data

I did not read your code yet but do you do something similar(sequential processing) or there is some other workaround ex: reading at a large buffer size? (I'm asking because I thought of re-implementing the solution for fun)

Thank you for taking the time reading this

Where can I find OrderBook.o?

When I entered make command, the error was [Makefile:73: build/OrderBook.o]. It seems like the OrderBook.o file is missing.

Incorrect FTP address to get a sample file described in Readme

I found the command to obtain a sample file should be as follows
wget ftp://anonymous:@emi.nasdaq.com/ITCH/Nasdaq\ PSX\ ITCH/20190327.PSX_ITCH_50.gz -P ./data/binary
It seems the directory's name has been changed to Nasdaq PSX ITCH from PSX_ITCH

C++ executable

I don't know how to download the C++ executable, I think it is erased.

How can I get the program?

Thank you :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.