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

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

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

そろそろ1ファイルが長くなってきたから分割した方が良いかもしれない。 #!/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を使ったリアルタイムトレード用のクラスを作る その27

僅かながら進んでいる。ちなみに別にやることがあって、こんなことやってる場合ではない。 #!/usr/bin/env python # coding: utf-8 # ## Utilities # In[1]: def is_in_jupyter() -> bool: ''' Determine wheather is the environment Jupyter Notebook http…

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

今日はロガー周りをリファクタリング。 #!/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 '''…

メモ:SBI証券公式だがあまり知られていない、シンプルな取引画面

k.sbisec.co.jp 本来の用途はメインのサイトがダウンした時に、サブの取引画面として使用する目的で用意されているようだ。しかし、スクレイピングしたりするのに便利かもしれない。

アイデア:AndroidアプリをPCから自動操作して、株を売買する

noitalog.tokyo こういった技術があるようだ。株取引アプリなら各者から提供されているので、これをサーバ上で行うようにして、その操作を行う命令を出す部分をAPIサーバとして待ち受ければ、理論上は取引用アプリを提供するあらゆる証券会社は、APIで操作可…

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…

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