Query: trader_macdext
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRADER_MACDEXT(3) 1 TRADER_MACDEXT(3) trader_macdext - MACD with controllable MA typeSYNOPSISarray trader_macdext (array $real, [integer $fastPeriod], [integer $fastMAType], [integer $slowPeriod], [integer $slowMAType], [inte- ger $signalPeriod], [integer $signalMAType])DESCRIPTIONPARAMETERSo $real - Array of real values. o $fastPeriod - Number of period for the fast MA. Valid range from 2 to 100000. o $fastMAType - Type of Moving Average for fast MA. TRADER_MA_TYPE_* series of constants should be used. o $slowPeriod - Number of period for the slow MA. Valid range from 2 to 100000. o $slowMAType - Type of Moving Average for slow MA. TRADER_MA_TYPE_* series of constants should be used. o $signalPeriod - Smoothing for the signal line (nb of period). Valid range from 1 to 100000. o $signalMAType - Type of Moving Average for signal line. TRADER_MA_TYPE_* series of constants should be used.RETURN VALUESReturns an array with calculated data or false on failure. PHP Documentation Group TRADER_MACDEXT(3)
Related Man Pages |
---|
array(3) - php |
dateinterval(3) - php |
apc_load_constants(3) - php |
gupnp_service_proxy_add_notify(3) - php |
ldap_get_option(3) - php |
Similar Topics in the Unix Linux Community |
---|
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Please Welcome Ravinder Singh to the Moderation Team |
Denial Of Service Attack Update |