LoginSignup
10
10

More than 5 years have passed since last update.

bitflyer apiを使ったビットコイン自動売買システム

Last updated at Posted at 2018-03-17

概要

  • bitflyer apiを使ってビットコインを自動売買
  • 損はしたくない

開発環境

python, mysql, Django, bitflyer api

自動売買流れ

  • ある時点でbitcoinを買う、買った時点でbitcoinの価格、買う前の円などをDBに保存する
  • 前回データを参照して、購入だったら、今回は販売する
  • 前回買った金額よりある基準の(例:2%とか)利益が発生した場合のみ行う
  • これをずっとループさせる

結果

  • 6235円 -> 6238円 -> 6248円 -> 6345円 -> 6379円 -> 6388円 増えた!
  • スクリーンショット 2018-03-17 12.10.44.png

問題点

  • 損はしないけど、売買時点来るのが数少ない
10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10