ta4j v0.5 Release Notes

Release Date: 2014-10-22 // over 9 years ago
    • Switched doubles for TADecimals (BigDecimals) in indicators
    • Semantic improvement for IndicatorOverIndicatorStrategy
    • Fixed #11 - UnknownFormatConversionException when using toString() for 4 strategies
    • Added a maximum value starter strategy
    • Added linear transaction cost (analysis criterion)
    • Removed evaluators (replaced by .chooseBest(...) and .betterThan(...) methods)
    • Added triple EMA indicator
    • Added double EMA indicator
    • Removed slicers (replaced by .split(...) methods)
    • Removed runner (replaced by .run(...) methods)
    • Added more tests
    • Removed ConstrainedTimeSeries (replaced by .subseries(...) methods)
    • Added/refactored examples (including walk-forward and candlestick chart)