ta4j v0.6 Release Notes

Release Date: 2015-02-05 // about 9 years ago
    • Added NaN to Decimals
    • Renamed TADecimal to Decimal
    • Fixed #24 - Error in standard deviation calculation
    • Added moving time series (& cache: #25)
    • Refactored time series and ticks
    • Added entry-pass filter and exit-pass filter strategies
    • Replaced JustBuyOnceStrategy and CombinedBuyAndSellStrategy by JustEnterOnceStrategy and CombinedEntryAndExitStrategy respectively
    • Added examples
    • Added operation type helpers
    • Added strategy execution traces through SLF4J
    • Removed .summarize(...) methods and Decision (analysis)
    • Improved performance of some indicators and strategies
    • Generalized cache to all indicators (#20)
    • Removed AssertJ dependency
    • Fixed #16 - Division by zero in updated WalkForward example