Download trading robot
Here you can find source code of:
- Trading robot DSL - domain specific language for automated trading programs (robots). It uses opentick-ruby and ib-ruby modules. Supports online and history quote modes with order placement using IB Trader Workstation socket API.
svn checkout http://tradingrobotdsl.rubyforge.org/svn/
or
svn checkout svn://rubyforge.org/var/svn/tradingrobotdsl
- opentick-ruby-0.1.1 for realtime stock quotes downloading from opentick servers.
svn checkout http://opentick-ruby.rubyforge.org/svn/
or
svn checkout svn://rubyforge.org/var/svn/opentick-ruby
- talib-ruby Technical analysis functions library wrapper for Ruby. Source code only with documentation.
svn checkout http://talib-ruby.rubyforge.org/svn/
or
svn checkout svn://rubyforge.org/var/svn/talib-ruby
- robot-watchdog simple trading robot for automated trading (ib-ruby needed). It does not use Trading robot DSL.
- ib-ruby-0.2 for trading orders management with Trader WorkStation (IB). Here you can find patched version (some bug fixes with order placement and other errors).