Skip to content

aofusa/autotrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Trader

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

trade

API 細かい必要な権限は docs/sample.json を参照

チャートの取得はcryptwatchのapiを使用する cryptwatch

About

API を利用して自動トレードを行う

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages