mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
51 lines
2.2 KiB
XML
51 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<book xml:id="book.trader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="pecl" ?>
|
|
<title>Technical Analysis for Traders</title>
|
|
<titleabbrev>Trader</titleabbrev>
|
|
|
|
<preface xml:id="intro.trader">
|
|
&reftitle.intro;
|
|
<para>
|
|
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.
|
|
</para>
|
|
<para>
|
|
Calculations can be done in two modes - TA-Lib and Metastock. Changing it using <link xmlns="http://docbook.org/ns/docbook" linkend="function.trader-set-compat">trader_set_compat()</link> will affect the way some trader functions work.
|
|
</para>
|
|
<para>
|
|
Some trader functions provide different results depending of the "starting point" of the data being involved. This is often referred as a function having memories. An example of such function is the Exponential Moving Average. It is possible to control the unstable period (the amount of data to strip off) using <link xmlns="http://docbook.org/ns/docbook" linkend="function.trader-set-unstable-period">trader_set_unstable_period()</link> function.
|
|
</para>
|
|
<para>
|
|
Extended documentation about indicators, formulas and implementations in other programming languages can be found under <link xlink:href="http://tadoc.org/">tadoc.org</link>.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.trader.setup;
|
|
&reference.trader.constants;
|
|
<!-- &reference.trader.examples; -->
|
|
&reference.trader.reference;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|