trader

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

Latest releases

Version Release Download
0.5.1 2021-01-17 trader-0.5.1.tgz
0.5.0 2018-07-01 trader-0.5.0.tgz
0.4.1 2018-02-12 trader-0.4.1.tgz
0.4.0 2015-02-06 trader-0.4.0.tgz
0.3.0 2012-08-12 trader-0.3.0.tgz
Show all releases

Changelog

Version Message
0.5.1 - Fixed PHP 8.0 support
0.5.0 - Added fast ZPP support for builds with PHP 7
0.4.1 - trader_ht_phasor and trader_ht_sine expect one argument, fixes bugs #72882, #72967
0.4.0 - PHP7 compatibility
- Optimized output data allocation
- Fixed bug #62832 PHP_FE_END undefined on PHP lower than 5.3.10
0.3.0 - 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.
Show complete changelog