gitextract_9e686ag2/ ├── .flake8 ├── .github/ │ └── workflows/ │ ├── ci.yml │ └── scripts/ │ ├── comment-ci-results.py │ └── download-previous-artifacts.py ├── .gitmodules ├── .mypy.ini ├── .pre-commit-config.yaml ├── .pylintrc ├── Apollo11.py ├── README.md ├── Saturn5.py ├── alternative_configs/ │ ├── blacklisted_coins.json │ ├── dynamic_coin_list.json │ └── whitelist_busd.json ├── config-binance.json ├── docker/ │ └── Dockerfile.custom ├── docker-compose.yml └── tests/ ├── __init__.py ├── backtests/ │ ├── __init__.py │ ├── data.py │ ├── helpers.py │ └── test_winrate_and_drawdown.py ├── ci-requirements.txt ├── conftest.py └── requirements.txt