22
33A real-time chart application that displays and monitors the price ratio between NVIDIA (NVDA) and TSMC (TSM) stocks using Interactive Brokers API.
44
5+ ## Quick Start (Windows Users)
6+
7+ ### Download and Run
8+ 1 . Go to the [ Releases] ( ../../releases/latest ) page
9+ 2 . Download ` NVDA_TSM_Ratio_Chart.exe ` from the latest release
10+ 3 . Download ` README.txt ` for detailed instructions
11+ 4 . Start TWS/Gateway and log in
12+ 5 . Double-click the downloaded executable
13+
14+ That's it! The chart will automatically update every 10 seconds.
15+
16+ [ ![ Download Latest Release] ( https://img.shields.io/github/v/release/yourusername/nvda-tsm-ratio-chart?include_prereleases&label=Download&style=for-the-badge )] ( ../../releases/latest )
17+
18+ ---
19+
520## Features
621
722- Real-time price ratio monitoring
@@ -12,13 +27,22 @@ A real-time chart application that displays and monitors the price ratio between
1227- Support for both real-time and delayed market data
1328- Current local time display
1429
30+ ## Screenshots
31+
32+ ![ Chart Screenshot] ( screenshots/chart_example.png )
33+
1534## Requirements
1635
17- - Python 3.8 or higher
1836- Interactive Brokers TWS (Trader Workstation) or IB Gateway
1937- Market data subscriptions for NVDA and TSM
2038
21- ## Installation
39+ For developers:
40+ - Python 3.8 or higher
41+ - Dependencies listed in requirements.txt
42+
43+ ## For Developers
44+
45+ ### Installation
2246
23471 . Clone the repository:
2448``` bash
@@ -31,8 +55,6 @@ cd nvda-tsm-ratio-chart
3155pip install -r requirements.txt
3256```
3357
34- ## Usage
35-
3658### Running from Source
3759
38601 . Start TWS/Gateway and log in
@@ -71,7 +93,10 @@ python build_simple.py
7193├── build_simple.py # Build script for Windows executable
7294├── requirements.txt # Python dependencies
7395├── README.md # Project documentation
74- └── LICENSE # MIT License
96+ ├── LICENSE # MIT License
97+ └── dist/ # Distribution directory
98+ ├── NVDA_TSM_Ratio_Chart.exe # Windows executable
99+ └── README.txt # User instructions
75100```
76101
77102## Development
0 commit comments