trader 0.3.0

Technical Analysis for traders.


The trader extension is a free open source stock library based on TA-Lib. It's dedicated to trading software developers requiring to perform technical analysis of financial market data. Alongside many indicators like ADX, MACD, RSI, Stochastic, TRIX the candlestick pattern recognition and several vector arithmetic and algebraic functions are present.

License: BSD 2-clause

Changes

- fixed bugs #62720, #62612 large numbers causing rounding errors
- added ini trader.real_round_mode, valid values are HALF_UP, HALF_DOWN, HALF_EVEN, HALF_ODD
- implemented trader_errno() to get the last TA-Lib error code

Special thanks to Michael for helping to chase the bugs down, trader is marked stable now.