A proof of concept of a Ruby-based algorithmic trading backtesting system.
The project is named after Homma Munehisa who is known as the father of candlestick charting.
I plan to gemify this project in the future but for now let's just clone this repository.
rake
to run tests.
- Fork it ( https://github.com/[my-github-username]/homma/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request