gitextract_wz8roz6m/ ├── .gitignore ├── Actions/ │ └── Actions.py ├── Dockerfile ├── ExchangeInterfaces/ │ ├── BinanceExchange.py │ ├── BitmexExchange.py │ ├── BitmexTest.py │ └── Exchange.py ├── Helpers/ │ ├── Bitmex_websocket_mod.py │ ├── Helpers.py │ └── Order.py ├── LICENSE ├── README.md ├── SlaveContainer.py ├── api.py ├── changelog.md ├── config_files/ │ ├── config-sample.json │ ├── config.csv │ ├── symbols.csv │ ├── symbols2.csv │ ├── symbols3.csv │ └── symbols4.csv ├── logs/ │ └── cct.log ├── requirements.txt ├── static/ │ └── styles/ │ └── base.css └── templates/ ├── home.html ├── includes/ │ ├── _formhelpers.html │ ├── _messages.html │ └── _navbar.html └── layout.html