Query: trader_macd
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRADER_MACD(3) 1 TRADER_MACD(3) trader_macd - Moving Average Convergence/DivergenceSYNOPSISarray trader_macd (array $real, [integer $fastPeriod], [integer $slowPeriod], [integer $signalPeriod])DESCRIPTIONPARAMETERSo $real - Array of real values. o $fastPeriod - Number of period for the fast MA. Valid range from 2 to 100000. o $slowPeriod - Number of period for the slow MA. Valid range from 2 to 100000. o $signalPeriod - Smoothing for the signal line (nb of period). Valid range from 1 to 100000.RETURN VALUESReturns an array with calculated data or false on failure. PHP Documentation Group TRADER_MACD(3)