trader_wclprice

(PECL trader >= 0.2.0) Weighted Close Price array trader_wclprice ( array $high, array $low, array $close ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. Returns: Returns an array with calcul

ArrayIterator::valid

(PHP 5 >= 5.0.0, PHP 7) Check whether array contains more entries public bool ArrayIterator::valid ( void ) Checks if the array contains any more entries. Returns: Returns TRUE if the iterator is valid, otherwise FALSE Examples: ArrayIterator::valid() example <?php $array = array('1' => 'one'); $arrayobject = ne

trader_medprice

(PECL trader >= 0.2.0) Median Price array trader_medprice ( array $high, array $low ) Parameters: high High price, array of real values. low Low price, array of real values. Returns: Returns an array with calculated data or false on failure.

trader_roc

(PECL trader >= 0.2.0) Rate of change : ((price/prevPrice)-1)*100 array trader_roc ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

ingres_charset

(PECL ingres >= 2.1.0) Returns the installation character set string ingres_charset ( resource $link ) ingres_charset() is called to determine the character set being used by the Ingres client, from II_CHARSETxx (where xx is the installation code). Note: You can override the value returned by using the function putenv(). Changing the value of II_CHARSETxx in a running Ingres installation can cause data corruption.

trader_cosh

(PECL trader >= 0.2.0) Vector Trigonometric Cosh array trader_cosh ( array $real ) Calculates the hyperbolic cosine for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

trader_trange

(PECL trader >= 0.2.0) True Range array trader_trange ( array $high, array $low, array $close ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. Returns: Returns an array with calculated data or

trader_aroon

(PECL trader >= 0.2.0) Aroon array trader_aroon ( array $high, array $low [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array wi

trader_tema

(PECL trader >= 0.2.0) Triple Exponential Moving Average array trader_tema ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

trader_cdlidentical3crows

(PECL trader >= 0.2.0) Identical Three Crows array trader_cdlidentical3crows ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close