Utility to calculate and display the SuperTrend Indicator for a given ticker. This code is originally from https://eodhd.com/financial-academy/backtesting-strategies-examples/a-step-by-step-guide-to-implementing-the-supertrend-indicator-in-python/.
- venv
- python-decouple - https://pypi.org/project/python-decouple/
- logging - https://pypi.org/project/logging/
- tiingo - https://pypi.org/project/tiingo/
- pandas -
- setuptools - because tiingo breaking on pkg_resources
- pyarrow - future dependency for pandas
- colorama - Makes the other color tool work
Project Link: https://github.com/mattsmith321/supertrend-indicator