diff options
author | pawel <pawel@FreeBSD.org> | 2014-02-11 23:31:02 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-02-11 23:31:02 +0800 |
commit | a4a590047e9060001ba43b1428e6490c593304de (patch) | |
tree | 9ce4e6eb52fdb725cf6fd3fb731692027682dce4 /math/Makefile | |
parent | d1afb910d08d9380a407769cb3a78073c00f60c3 (diff) | |
download | freebsd-ports-gnome-a4a590047e9060001ba43b1428e6490c593304de.tar.gz freebsd-ports-gnome-a4a590047e9060001ba43b1428e6490c593304de.tar.zst freebsd-ports-gnome-a4a590047e9060001ba43b1428e6490c593304de.zip |
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.
WWW: http://pecl.php.net/package/trader/
PR: ports/186226
Submitted by: Jim Ohlstein <jim@ohlste.in>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 4af6facd9c01..56703b51fa6b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -520,6 +520,7 @@ SUBDIR += pecl-big_int SUBDIR += pecl-bitset SUBDIR += pecl-stats + SUBDIR += pecl-trader SUBDIR += petsc SUBDIR += php5-bcmath SUBDIR += php5-gmp |