An open API service indexing awesome lists of open source software.

https://github.com/mikearnaldi/ivstrategy


https://github.com/mikearnaldi/ivstrategy

Last synced: 1 day ago
JSON representation

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
```