1.2.1612. ext/trader¶
Extension trader.
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.
<?php
// get_data() reads the data from a source
var_dump(trader_avgprice(
get_data("open", $data0),
get_data("high", $data0),
get_data("low", $data0),
get_data("close", $data0)
));
?>
See also trader (PECL), ‘TA-lib <http://www.ta-lib.org/>`_ and ext/trader.
1.2.1612.1. Specs¶
Short name |
Extensions/Exttrader |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |