2012-05-29 22:34:07 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id= "function.trader-sar" xmlns= "http://docbook.org/ns/docbook" xmlns:xlink= "http://www.w3.org/1999/xlink" >
<refnamediv >
<refname > trader_sar</refname>
<refpurpose > Parabolic SAR</refpurpose>
</refnamediv>
<refsect1 role= "description" >
&reftitle.description;
<methodsynopsis >
2012-05-29 23:58:48 +00:00
<type > array</type> <methodname > trader_sar</methodname>
2012-05-29 22:34:07 +00:00
<methodparam > <type > array</type> <parameter > high</parameter> </methodparam>
<methodparam > <type > array</type> <parameter > low</parameter> </methodparam>
2012-06-02 13:33:12 +00:00
<methodparam choice= "opt" > <type > float</type> <parameter > acceleration</parameter> </methodparam>
<methodparam choice= "opt" > <type > float</type> <parameter > maximum</parameter> </methodparam>
2012-05-29 22:34:07 +00:00
</methodsynopsis>
<para >
</para>
</refsect1>
<refsect1 role= "parameters" >
&reftitle.parameters;
<variablelist >
<varlistentry >
<term > <parameter > high</parameter> </term>
<listitem >
<para >
2013-01-10 17:34:40 +00:00
&trader.arg.array.of.real.high;
2012-05-29 22:34:07 +00:00
</para>
</listitem>
</varlistentry>
<varlistentry >
<term > <parameter > low</parameter> </term>
<listitem >
<para >
2013-01-10 17:34:40 +00:00
&trader.arg.array.of.real.low;
2012-05-29 22:34:07 +00:00
</para>
</listitem>
</varlistentry>
<varlistentry >
<term > <parameter > acceleration</parameter> </term>
<listitem >
<para >
2012-08-29 16:24:25 +00:00
Acceleration Factor used up to the Maximum value. Valid range from 0 to <link xmlns= "http://docbook.org/ns/docbook" linkend= "constant.trader-real-max" > TRADER_REAL_MAX</link> .
2012-05-29 22:34:07 +00:00
</para>
</listitem>
</varlistentry>
<varlistentry >
<term > <parameter > maximum</parameter> </term>
<listitem >
<para >
2012-08-29 16:24:25 +00:00
Acceleration Factor Maximum value. Valid range from 0 to <link xmlns= "http://docbook.org/ns/docbook" linkend= "constant.trader-real-max" > TRADER_REAL_MAX</link> .
2012-05-29 22:34:07 +00:00
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role= "returnvalues" >
&reftitle.returnvalues;
2012-05-29 23:58:48 +00:00
<para > Returns an array with calculated data or false on failure.</para>
2012-05-29 22:34:07 +00:00
</refsect1>
</refentry>
<!-- 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
-->