BREAKING CHANGES:
- Removed public accessibility to the `Index` property of both `Quote` and various results classes. From a user's perspective, `Index` no longer exists.
- Removed extra helper and analysis fields (e.g. `IsBullish`, `IsIncreasing`, `IsDiverging`, `IsCrossed`, etc) from various results classes
- This simplification and removal of extra features came from user feedback poll (92) and is something I've been thinking about. A core theme of this library is that it just produces indicators, nothing more. A large majority of users also prefer a simple library without superfluous flourishes.
New indicators:
- Weighted Moving Average (WMA)
- Hull Moving Average (HMA)
- Zig Zag overlay
- Ichimoku Cloud
Chores:
- update documentation (add guidance for making indicator of indicators)
- refactor unit tests
- add dependabot configuration