オープンソースの取引プラットフォーム

オイラはサラリーマンだけど、1度身体を壊して以来、不労所得に非常に興味があるのです。不労所得の定番は、副業で不動産や株・FXをやることみたい。

結構前から、株やFXの取引をプログラムに任せる「システムトレード」という概念を良く聞く。株価の急変動があるとその原因として挙げられたりもしている。(ハッキリとした因果関係はわからないけど。)

本当にそんな世界があるのなら、プログラムを自作して遊べないだろうか、と思って調べてたんだけど、意外と実践的な情報がみつからない。オイラ自身がその分野のキーワードを全然知らないのと、そもそも日本語で情報を公開している人があんまりいないみたい。

オイラがこの分野で知りたいことは2つあって、
1つは、現在の株価などを取得し、値上がりを予測するプログラムのオープンソースフレームワークは存在するのか。
2つ目は、証券会社側が自動で取引を行う為のAPIみたいなインターフェイスを設けているのか、という点。


スポンサーリンク


ということで、そういう観点で適当な英単語をキーワードにして調べてみたらこんなまとめを見つけた。↓

Open Source Trading Platforms List

tradelink

Write automated trading systems, connect with 17+ broker APIs

AIOTrade

AIOTrade (formerly Humai Trader Platform) is a free, open source stock technical analysis platform built on pure java.

manticore-trader

manticore-trader is a free and open java software for day trading warants on stocks, currencies and comodities. It includes modules for charting, position and risk management, automatic ordering and system trading. Instruments and quotes of the main financial markets are provided daily

G-BOT

G-BOT is a public academic project, headed by Prof. Tom Gastaldi (first University of Rome “La Sapienza”). The project is about the study of trading algorithms and fully automated strategies for systematic profitability.

Marketcetera

http://www.marketcetera.com/
Marketcetera focuses on building the key trading functions that are common to all organizations, thus freeing our clients to concentrate on proprietary trading algorithms and other specialized software that provide a competitive advantage.

Merchant of Venice

http://mov.sourceforge.net/
MOV is a stock market trading programme that supports portfolio management, charting, technical analysis, paper trading and genetic programming. Venice runs in a graphical user interface with online help and has full documentation.

EclipseTrader

http://eclipsetrader.sourceforge.net/
Eclipse Rich Client Platform (RCP) application featuring shares pricing watch, intraday and history charts with technical analysis indicators, level II/market depth view, news watching, and integrated trading.

JBookTrader

All aspects of trading, such as obtaining market prices, analyzing price patterns, making trading decisions, placing orders, monitoring order executions, and controlling the risk are automated according to the user preferences. JBookTrader is a “sister” project to JSystemTrader.

Matrex

http://matrex.sourceforge.net/
The perfect desktop tool for mathematical, statistical models and complex calculations. Adapters to matlab, scilab, octave, R.

OpenGamma

OpenGamma provides technology for financial institutions to improve analytics calculation and delivery to front-office and risk users.

Open Java Trading System

(Last Update 2010-08-14)
http://ojts.sourceforge.net/
The Open Java Trading System (OJTS) is meant to be a common infrastructure to develop (stock) trading systems. There are four parts: gathering of raw data over the internet, recognition of trading signals, a visualization module and trading with banks.


スポンサーリンク

Joone

Joone is a neural net framework written in Java(tm). It’s composed by a core engine, a GUI editor and a distributed training environment and can be extended by writing new modules to implement new algorithms or architectures starting from base component

Data Visualizer

(Last Update 2009-07-17)
http://dataviews.sourceforge.net/
Modular environment for graphical visualization of stock market type data SFL Java Trading System Enviroment (Last Update 2009-07-17) http://sourceforge.net/projects/sfljtse http://www.sflweb.org/index.php?blog=sfljtse Java application built on KISS principle ( Keep It Simple,Stupid ) and its aim is to provide a fast and platform indipendent infrastructure to develop and execute trading systems.

ActiveQuant

(Last Update 2009)
Somewhat heavy stuff, for proficient programmers only

JSystemTrader

(Last Update 2009)
Developed to work with Interactive Broker’s API, fully automated trading system (ATS) that can trade various types of market securities during the trading day without user monitoring.

Market Analysis System

(Last Update 2009-07-17)
http://eiffel-mas.sourceforge.net/
System for analysis of financial markets using technical analysis. Includes facilities for stock charting and futures charting, as well as automated generation of trading signals based on user-selected criteria. Operates on both daily and intraday data.

Oropuro trading system

(Last Update 2009)
http://www.oropuro.org
Complete technical analysis & trading system, full set of features: retrieve, analyze EOD stocks data; manage multiple portfolios; technical analysis & graphical rendering; neural networks for generation of trading signals; support trader community,

AlgoTrader

AlgoTrader is an automated trading system (ATS) that can trade any type of security on any market available through InteractiveBrokers or FIX. All aspects of trading like getting market data, analyzing prices, taking trade decisions, placing orders & tracking executions can be automated.
Encog Encog Java and DotNet Neural Network Framework | Heaton Research Encog Ninjatrader Getting Started – Encog Machine Learning Framework

Encog

Encog is an advanced neural network and machine learning framework. Encog contains classes to create a wide variety of networks, as well as support classes to normalize and process data for these neural networks. Encog trains using multithreaded resilient propagation. Encog can also make use of a GPU to further speed processing time. A GUI based workbench is also provided to help model and train neural networks.
See wiki above for using with NinjaTrader

Free Statistical Software

More open source trading software…
http://ta-lib.org/hdr_lnk.html

Lokesh Madan
MD Algo Trading India LLC
http://algotradingindia.blogspot.in/2012/05/open-source-trading-platforms-list.html

いくつかリンク切れもあるので、後で整理する予定。Eclipseのプラグインっぽいのがあるのはちょっと驚き。

肝心の証券会社側のインターフェイスについてはまだ良く分からない。。。



2015/10/03追記:
Qiitaでも情報がチラホラ。
http://qiita.com/neka-nat@github/items/334a567d13f8a0c34ece
http://qiita.com/haminiku/items/a032d94e4f0d862df2b2
http://qiita.com/haminiku/items/b4b3a4e3c52252e1d7ee

OANDAが提供しているFX取引用APIというのがあるのね。
開発ガイドを読んでみるか。


スポンサーリンク

関連記事

チャットツール用bot開発フレームワーク『Hubot』
CNN Explainer:畳み込みニューラルネットワーク可視化ツール
SDカードサイズのコンピューター『Intel Edison』
BlenderのPython環境にPyTorchをインストールする
書籍『OpenCV 3 プログラミングブック』を購入
Amazon Web ServicesでWordPress
Structure from Motion (多視点画像からの3次元形状復元)
2021年10月 振り返り
CGレンダラ研究開発のためのフレームワーク『Lightmetrica (ライトメトリカ)』
OpenCVの顔検出過程を可視化した動画
OpenCV バージョン4がリリースされた!
MLDemos:機械学習について理解するための可視化ツール
他人に水面下の苦労は見えない
.NETで使えるTensorFlowライクなニューラルネットワークライブラリ『NeuralNetwo...
バージョン管理の履歴を可視化するツール『Gource』
OpenCVで動画の手ぶれ補正
書籍『グラビアアイドルの仕事論』読了
Unityの各コンポーネント間でのやり取り
Webサイトのワイヤーフレームが作成できるオンラインツール
BlenderProc:Blenderで機械学習用の画像データを生成するPythonツール
WebGL開発に関する情報が充実してきている
Google App EngineでWordPress
UnityでShaderの入力パラメータとして行列を渡す
UnrealCLR:Unreal Engineで.NET Coreを利用できるプラグイン
PGGAN:段階的に解像度を上げて学習を進めるGAN
Unreal Engineの薄い本
3Dモデルを立体視で確認できるVRアプリを作っている
Math Inspector:科学計算向けビジュアルプログラミングツール
Unityからkonashiをコントロールする
なりたい自分?
geometry3Sharp:Unity C#で使えるポリゴン操作ライブラリ
ArUco:OpenCVベースのコンパクトなARライブラリ
Super Resolution:OpenCVの超解像処理モジュール
Kaolin:3Dディープラーニング用のPyTorchライブラリ
OpenCV
Point Cloud Utils:Pythonで3D点群・Meshを扱うライブラリ
Unity Scriptコーディング→Unreal Engine Scriptコーディング
Google App Engineのデプロイ失敗
2020年5月 振り返り
2020年11月 振り返り
Web経由でRaspberry PiのGPIOを操作したい
PythonのHTML・XMLパーサー『BeautifulSoup』

コメント