We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf0dbf commit 4940281Copy full SHA for 4940281
source/Trader.php
@@ -1580,6 +1580,7 @@ public static function log10(array $real): array
1580
*
1581
* @param array $real Array of real values.
1582
* @param null|int $timePeriod Number of period. Valid range from 2 to 100000.
1583
+ * @param int $mAType Type of Moving Average. TRADER_MA_TYPE_* series of constants should be used.
1584
1585
* @return array Returns an array with calculated data or false on failure.
1586
*/
0 commit comments