2
2
3
3
A real-time chart application that displays and monitors the price ratio between NVIDIA (NVDA) and TSMC (TSM) stocks using Interactive Brokers API.
4
4
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
+
5
20
## Features
6
21
7
22
- Real-time price ratio monitoring
@@ -12,13 +27,22 @@ A real-time chart application that displays and monitors the price ratio between
12
27
- Support for both real-time and delayed market data
13
28
- Current local time display
14
29
30
+ ## Screenshots
31
+
32
+ ![ Chart Screenshot] ( screenshots/chart_example.png )
33
+
15
34
## Requirements
16
35
17
- - Python 3.8 or higher
18
36
- Interactive Brokers TWS (Trader Workstation) or IB Gateway
19
37
- Market data subscriptions for NVDA and TSM
20
38
21
- ## Installation
39
+ For developers:
40
+ - Python 3.8 or higher
41
+ - Dependencies listed in requirements.txt
42
+
43
+ ## For Developers
44
+
45
+ ### Installation
22
46
23
47
1 . Clone the repository:
24
48
``` bash
@@ -31,8 +55,6 @@ cd nvda-tsm-ratio-chart
31
55
pip install -r requirements.txt
32
56
```
33
57
34
- ## Usage
35
-
36
58
### Running from Source
37
59
38
60
1 . Start TWS/Gateway and log in
@@ -71,7 +93,10 @@ python build_simple.py
71
93
├── build_simple.py # Build script for Windows executable
72
94
├── requirements.txt # Python dependencies
73
95
├── 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
75
100
```
76
101
77
102
## Development
0 commit comments