Ran Aroussi

Results 4 issues of Ran Aroussi

Thinking out loud... LMK what you think :) ![qtpylib 2 0](https://user-images.githubusercontent.com/1185458/64073540-24791d80-cca8-11e9-86b7-32beef49451a.png)

Addresses issues #95 and #91 This PR also prints the correct priority, based on the `reverse_priority` environment variable

## July 9, 2021 If you're getting an `json.decoder.JSONDecodeError` related error, please upgrade to `yfinance 0.1.62`. Upgrade using: ```bash $ pip install yfinance --upgrade --no-cache-dir ``` Best, \- Ran Aroussi

Using SQLAlchemy as the driver for PGVector's `connection_string_from_db_params` function fails with the following error: ``` NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.sqlalchemy ``` This PR removes the `+{driver}` when `sqlalchemy` is used...