TRADER_CDLMORNINGSTAR(3) 1 TRADER_CDLMORNINGSTAR(3)
trader_cdlmorningstar - Morning Star
SYNOPSIS
array trader_cdlmorningstar (array $open, array $high, array $low, array $close, [float $penetration])
DESCRIPTION
PARAMETERS
o $open
- Opening price, array of real values.
o $high
- High price, array of real values.
o $low
- Low price, array of real values.
o $close
- Closing price, array of real values.
o $penetration
- Percentage of penetration of a candle within another candle.
RETURN VALUES
Returns an array with calculated data or false on failure.
PHP Documentation Group TRADER_CDLMORNINGSTAR(3)