mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
documented sar, sarext and correl
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327356 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0456747f84
commit
b675e8d145
4 changed files with 14 additions and 14 deletions
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>real0</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
&trader.arg.array.of.real;
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<term><parameter>real1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
&trader.arg.array.of.real;
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>real0</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
&trader.arg.array.of.real;
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<term><parameter>real1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
&trader.arg.array.of.real;
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<term><parameter>acceleration</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
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>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<term><parameter>maximum</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
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>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<term><parameter>startValue</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Start value and direction. 0 for Auto, >0 for Long, <0 for Short. Valid range from <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-min">TRADER_REAL_MIN</link> to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<term><parameter>offsetOnReverse</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Percent offset added/removed to initial stop on short/long reversal. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -66,7 +66,7 @@
|
|||
<term><parameter>accelerationInitLong</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Acceleration Factor initial value for the Long direction. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<term><parameter>accelerationLong</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Acceleration Factor for the Long direction. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<term><parameter>accelerationMaxLong</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Acceleration Factor maximum value for the Long direction. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<term><parameter>accelerationInitShort</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Acceleration Factor initial value for the Short direction. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<term><parameter>accelerationShort</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Acceleration Factor for the Short direction. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<term><parameter>accelerationMaxShort</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Acceleration Factor maximum value for the Short direction. Valid range from 0 to <link xmlns="http://docbook.org/ns/docbook" linkend="constant.trader-real-max">TRADER_REAL_MAX</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue