A Comprehensive Analysis of Tick Data for Market Insights
Quantitative Analysis of High-Frequency Trading Data
Paper available at: Found Error in Code, rewriting...
This report presents a detailed analytical study of statistical metrics derived from a dataset containing four days of tick data for 100 Scandinavian blue-chip stocks. The dataset, sourced from https://itarle.com/data-set-tests/, is structured as a large CSV file and processed using C++ for efficient computation and metric extraction.
- Analyze inter-trade times and tick changes to identify market patterns
- Measure bid-ask spreads to assess market liquidity
- Investigate the round number effect in stock prices
- Provide insights for algorithmic trading strategies and market efficiency studies
- Source: AWS-hosted dataset
- Format: Large CSV file
- Scope: 100 Scandinavian blue-chip stocks
- Timeframe: 4 consecutive trading days
- Data Points: High-frequency tick data (price, volume, bid-ask spreads, etc.)
- Inter-Trade Times: Time intervals between consecutive trades
- Tick Changes: Price movements between trades
- Bid-Ask Spreads: Difference between bid and ask prices
- Round Number Effect: Frequency of trades occurring at round price levels (e.g., $10.00, $15.00)
- Programming Language: C++
- Libraries: Standard Template Library (STL) for data structures and algorithms
- Data Processing: Custom-built C++ scripts for efficient handling of large datasets
Thank you for visiting! If you have any questions or feedback, feel free to reach out.