Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.1 Release #114

Open
codeplea opened this issue Jan 18, 2022 · 0 comments
Open

0.9.1 Release #114

codeplea opened this issue Jan 18, 2022 · 0 comments

Comments

@codeplea
Copy link
Member

Version 0.9.1 has been released. It did not quite get all the features from the 0.9 roadmap, so I'll list what did get done here.

  • Interfaces were added for reference indicators. This gives a simple but slow way to calculate an indicator. It is intended for testing and to help expose bugs.

  • A streaming indicator interface was added. This gives an option to update indicators one bar at a time. It's complicated to support, so most indicators won't support this.

  • Candlestick pattern recognition was added. This should be considered beta, and the interface might change in the future. Documentation is coming soon.

  • DX, ADX, ADXR no longer take close as in input.

  • DX, ADX, ADXR avoid unnecessary NaNs.

  • Fix outputs names for ADX and ADXR (previously was 'dx', now is 'adx' and 'adxr' respectively)

  • Spaces and percent signs were removed from option names for some indicators.

  • Many new indicators were added to a "beta" directory. These need more testing, documentation, and in some cases, still have serious memory bugs.

  • The build process was changed up a bit. tiamalgamation.c will now be checked into the repo, and it's a very easy way to use this library. (i.e. it contains all of the code in one file).

There were a few other back end changes, a lot of clean up, and I hope this is the start of some good momentum going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant