ta4j v0.9 Release Notes

Release Date: 2017-09-07 // over 6 years ago
    • BREAKING drops Java 7 support
    • use java.time instead of java.util.Date
    • Added interfaces for some API basic objects
    • Cleaned whole API
    • Reordered indicators
    • Added PreviousValueIndicator
    • Fixed #162 - Added amount field into Tick constructor
    • Fixed #183 - addTrade bad calculation
    • Fixed #153, #170 - Updated StopGainRule and StopLossRule for short trades
    • Removed dependency to Joda-time
    • Dropped Java 6 and Java 7 compatibility
    • Fixed #120 - ZLEMAIndicator StackOverflowError
    • Added stochastic RSI indicator
    • Added smoothed RSI indicator
    • Fixed examples
    • Fixed #81 - Tick uses Period of 24H when it possibly means 1 Day
    • Fixed #80 - TimeSeries always iterates over all the data
    • Removed the timePeriod field in time series
    • Fixed #102 - RSIIndicator returns NaN when rsi == 100
    • Added periodical growth rate indicator
    • Fixed #105 - Strange calculation with Ichimoku Indicator
    • Added Random Walk Index (high/low) indicators
    • Improved performance for Williams %R indicator
    • Moved mock indicators to regular scope (renamed in Fixed*Indicator)