最近の記事

【python】Bitflyer用マーチンゲール投資bot

詳細は下記ブログ内に記載しております。 pythonのソースコードは下記の通りです。 # coding: utf-8import ccxtimport timeimport math# マーケットproduct = "FX_BTC_JPY"def order_limit(bitflyer,price,side,size): try: order_id = bitflyer.create_order( symbol = 'FX_BTC_J

    【python】Bitflyer用マーチンゲール投資bot