This repository has been archived by the owner on May 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Trading strategies
Marc de Verdelhan edited this page Apr 24, 2015
·
7 revisions
In ta4j, a trading strategy is a pair of rules designed to achieve a profitable return over a time series.
See the definition on Wikipedia: http://en.wikipedia.org/wiki/Trading_strategy
Trading rules in ta4j are designed according to the specification pattern. They can be combined and chained together using boolean logic.
Ta4j provides a set of basic rules. They are all implementations of the Rule interface.
Ta4j documentation (2014 - 2017)