株のシステムトレードをしよう - 1から始める株自動取引システムの作り方

株式をコンピュータに売買させる仕組みを少しずつ作っていきます。できあがってから公開ではなく、書いたら途中でも記事として即掲載して、後から固定ページにして体裁を整える方式で進めていきます。

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その25

今日はログ周りを整えている。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/detect-jupyter-env ''' if 'get…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その24

スキマ時間でやってるから、歩みは遅いけど、ちょっとずつ進めている。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.j…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その23

一応実行できるが、まだまだ修正が必要。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/detect-jupyter-env '…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その22

#!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/detect-jupyter-env ''' if 'get_ipython' not in globals(): #…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その21

やっっっっと通った、エラー無しで実行できた。ここからが本当の試練だ… #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その20

#!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/detect-jupyter-env ''' if 'get_ipython' not in globals(): #…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その19

引き続きやっている。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[5]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/detect-jupyter-env ''' if 'get_ipython…

世の中のAI株価予測サービスを調べる

kabu.aiyoso.com my-search.jp www.dir.co.jp 一番上のやつ、個別株の予測を有料販売しているけど、投資助言業の問題をどうやってクリアしているんだろう。

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その18

そろそろまとまって時間を取りたい。引き続きやっている。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[5]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/dete…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その17

ちょこっとずつ進めている。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[5]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook https://blog.amedama.jp/entry/detect-jupyter-env ''' if 'get_i…

次の電子書籍執筆予定:KABU+から株価取得を自動的に行うDockerイメージの作成

昨年末、下記のような電子書籍を執筆した。非常にありがたいことに、現在でも売れ続けている。 techbookfest.org ここでは、どういった方法で株価を取得できるかについて述べた。次は、どうやってそれを自動化するかについて執筆しようと思う。まだ技術書典…

kabu STATION APIを使ったリアルタイムトレード用のクラスを作る その16

まだWIPだが、PRに起こした。 github.com

kabusapiをpipで入れられるようにする その3

github.com いったん、上記を pip install 'git+https://github.com/dogwood008/python-kabusapi@feature/add_setup.py#egg=kabusapi' でインストールすると、 import kabusapi でエラーが出なくなった。一歩前進!

kabusapiをpipで入れられるようにする その2

入っているように見えて入っていない、これは何故だ。。。 !pip install pip install git+https://github.com/dogwood008/python-kabusapi@feature/add_setup.py Collecting git+https://github.com/dogwood008/python-kabusapi@feature/add_setup.py Clonin…

ニュース:新コンペ開催「日本取引所グループ ニュース分析チャレンジ」

日経電子版見出し・メタデータを使って、「1週間で100万円を原資に、1株単位売買でできるだけ金を増やせ!*4セット」というコンペのようだ。 signate.jp ルールを見ると根拠のない一点買いは禁止されているようなので、「[7974]任天堂を買えるだけ買う」み…

(C) 2020 dogwood008 禁無断転載 不許複製 Reprinting, reproducing are prohibited.