├── README.md ├── config.py ├── requirements.txt └── supertrend.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackingthemarkets/supertrend-crypto-bot/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackingthemarkets/supertrend-crypto-bot/HEAD/config.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | ta 2 | schedule 3 | ccxt 4 | pandas 5 | numpy -------------------------------------------------------------------------------- /supertrend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackingthemarkets/supertrend-crypto-bot/HEAD/supertrend.py --------------------------------------------------------------------------------