Skip to content

Inspired by oscilloscopes in electronics, Tickscope blindly streams real-time data associated with a single option contract.

License

Notifications You must be signed in to change notification settings

sdrasco/tickscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tickscope

Tickscope is a real-time market data visualization tool. This repository contains two separate implementations of Tickscope:

Switching Between Versions

Each version has its own branch. Switch between versions using:

git checkout python-version  # Switch to the Python version
git checkout swift-version   # Switch to the Swift version

Choosing the Right Version

  • If you want a Python-based web application, use the python-version branch.
  • If you prefer a native macOS application, use the swift-version branch.

Each branch contains its own README.md file with setup instructions specific to that version.

Project Overview

Tickscope provides live streaming of stock and option contract data, visualizing trades, bid-ask spreads, and volume in real-time.

For more details, check the respective branch's README.

Note: This main branch serves as an entry point and does not contain the actual implementation. To get started, switch to the appropriate branch.

About

Inspired by oscilloscopes in electronics, Tickscope blindly streams real-time data associated with a single option contract.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published