mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
241 B
241 B
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
Enter your API keys and tokens in config.json