ta4j v0.7 Release Notes

Release Date: 2015-05-21 // almost 9 years ago
    • Fixed #35 - Fix max drawdown criterion
    • Improved documentation: user's guide & contributor's guidelines
    • Fixed #37 - Update Tick.toString method
    • Fixed #36 - Missing 'Period timePeriod' in full Tick constructor
    • Updated examples
    • Improved analysis criteria (to use actual entry/exit prices instead of close prices)
    • Added price and amount to Order
    • Added helpers for order creation
    • Renamed Operation to Order
    • Added a record/history of a trading session (TradingRecord)
    • Moved the trading logic from strategies to rules
    • Refactored trade operations
    • Added a difference indicator
    • Small other API changes