API を利用して自動トレードを行う
config.json は docs/sample.json の内容を参照
- プログラムの実行
python3 fxtrade/autotrader.py ./config.json -v --mock --wait 180 --threshold 0.1 --dryrun 2>&1 | tee -a ./$(date '+%y%m%d%H%M%S%Z').log
- テストの実行
python3 -m unittest discover tests
API 細かい必要な権限は docs/sample.json を参照
チャートの取得はcryptwatchのapiを使用する cryptwatch