PHP 8.3.4 Released!

trader_cdl3inside

(PECL trader >= 0.2.0)

trader_cdl3insideTres Velas Interiores Alcistas/Bajistas

Descripción

trader_cdl3inside(
    array $open,
    array $high,
    array $low,
    array $close
): array

Parámetros

open

Precio de apertura, array de valores reales.

high

Precio alto, array de valores reales.

low

Precio bajo, array de valores reales.

close

Precio de cierre, array de valores reales.

Valores devueltos

Devuelve un array con los datos calculados o false en caso de fallo.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top