Roadmap - edlins/ta4j GitHub Wiki
Improvements that should be implemented:
Description | Related tasks | Priority |
---|---|---|
Decimal performance improvements (see also "Add possibility of choosing the underlying data type of Bars") | 32-digits precision in indicators ?, Extract interface of BigDecimal | ++++++ |
Add possibility of choosing the underlying data type of Bars (Decimal, Double, Integer) (performance vs. precision) -> Extract Decimal interface. Write Decimal, Double and Integer implementations -> Find a way to enable to choose between those implementations Existing Prototype: link |
32-digits precision in indicators ?, Extract interface of BigDecimal | ++++++ |
Improve caching system. Find a way to let the last Bar uncached. | Handle partial ticks on TimeSeries, Improve caching system | +++++ |
Add indicator registering system to trading record (stop-loss, stop-gain) | +++ | |
Add more indicators MVWAP, HPI, Zigzag, Some of this list |
Heikken ashi, Tom DeMark Sequential, Corrected Moving Average, KalmanFilterIndicator Schaff Trend Cycle | ++ |
Deploy snapshot automatically | + | |
Indicators viewer example | + | |
Clean mock objects | + |