Release 0.17
Release 0.17 of the Ta4j library.
This is the fourth release via GitHub Releases. Ta4j is also available on the maven central repository
Changelog for ta4j, roughly following keepachangelog.com from version 0.9 onwards.
What's Changed
- Implemented partial sum cache for SMAIndicator by @sgflt in #1140
- Added signal line and histogram to MACDIndicator by @sgflt in #1155
- Update README.md by @TheCookieLab in #1156
- Update ProfitLossCriterion.java by @ts-00 in #1158
- Tradingrecord getters by @ts-00 in #1160
- Use
Predicateinstead of enum inBooleanTransformIndicatorby @Petersoj in #1163 - Update ta4jexamples dependency version and fix SMAIndicatorMovingSerieTest by @TheCookieLab in #1166
- Add
EnterAndHoldCriterionby @nimo23 in #1105 - add-Num#bigDecimalValue by @nimo23 in #1109
- Feature/recent swing high and low indicators by @TheCookieLab in #1125
- Feature/ttmsqueezepro indicator by @TheCookieLab in #1168
- Feature/1169 atr based stop loss rules by @TheCookieLab in #1170
- implemented kalman filter indicator for smoothing by @TheCookieLab in #1172
- Candle indicators by @btezergil in #1174
- RecentSwing*Indicator fixed look ahead bias by @TheCookieLab in #1173
- reused tr in constructor instead of creating new instance by @TheCookieLab in #1176
New Contributors
- @sgflt made their first contribution in #1140
- @ts-00 made their first contribution in #1158
- @btezergil made their first contribution in #1174
Full Changelog: 0.16...0.17