https://github.com/mikearnaldi/ivstrategy
https://github.com/mikearnaldi/ivstrategy
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikearnaldi/ivstrategy
- Owner: mikearnaldi
- Created: 2025-05-09T20:10:22.000Z (8 days ago)
- Default Branch: master
- Last Pushed: 2025-05-09T20:12:33.000Z (8 days ago)
- Last Synced: 2025-05-15T10:47:02.863Z (2 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Disclaimer
This is provided for educational purposed only. Not financial advise.
Updated scripts from https://www.youtube.com/watch?v=oW6MHjzxHpU
## Install
Create VENV:
```
python -m venv venv
```Activate VENV:
```
source venv/bin/activate
```Install Requirements:
```
pip install -r requirements.txt
```## Execution
Run:
```
python script/calculator.py
```