├── .gitignore ├── CryptoFrog.py ├── LICENSE ├── README.md ├── cryptofrog.config.json ├── custom_indicators.py └── live_plotting.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/.gitignore -------------------------------------------------------------------------------- /CryptoFrog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/CryptoFrog.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/README.md -------------------------------------------------------------------------------- /cryptofrog.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/cryptofrog.config.json -------------------------------------------------------------------------------- /custom_indicators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/custom_indicators.py -------------------------------------------------------------------------------- /live_plotting.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froggleston/cryptofrog-strategies/HEAD/live_plotting.ipynb --------------------------------------------------------------------------------