Skip to content

arnav-kansal/Nasdaq-Itch5.0-Vwap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VWAP - NASDAQ ITCH 5.0

Calculate the Volume weighted average price of each stock at all trading hours given the NASDAQ ITCH 5.0 tick data file.

Getting Started

Prerequisites

g++ with c++11 std support
boost::program_options, iostreams

Building

g++ -std=c++11 -O3 -lboost_iostreams -lboost_program_options Vwap.C

Running

mkdir <output-dir>
./a.out -i <tick-file> -o <output-dir>

##Example

mkdir outputs
./a.out -i 12292017.NASDAQ_ITCH50 -o outputs/

About

Vwap calculation on Nasdaq Itch 5.0 feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published