2012-05-29 22:34:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
|
|
|
|
<refentry xml:id="function.trader-min" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>trader_min</refname>
|
|
|
|
<refpurpose>Lowest value over a specified period</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
2012-05-29 23:58:48 +00:00
|
|
|
<type>array</type><methodname>trader_min</methodname>
|
2012-05-29 22:34:07 +00:00
|
|
|
<methodparam><type>array</type><parameter>real</parameter></methodparam>
|
2018-01-25 15:56:34 +00:00
|
|
|
<methodparam choice="opt"><type>int</type><parameter>timePeriod</parameter></methodparam>
|
2012-05-29 22:34:07 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>real</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2013-01-10 17:34:40 +00:00
|
|
|
&trader.arg.array.of.real;
|
2012-05-29 22:34:07 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>timePeriod</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2013-01-10 17:34:40 +00:00
|
|
|
&trader.arg.time.period;
|
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
|
|
|
|
-->
|