mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Free, open source crypto trading bot
rpc | ||
.gitignore | ||
config.json.example | ||
exchange.py | ||
main.py | ||
persistence.py | ||
README.md | ||
requirements.txt | ||
utils.py |
marginbot
Cryptocurrency micro trading bot
cd marginbot/
cp config.json.example config.json
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./main.py