trader_cdlrisefall3methods

(PECL trader >= 0.2.0)

trader_cdlrisefall3methodsRising/Falling Three Methods

說明

array trader_cdlrisefall3methods ( array $open , array $high , array $low , array $close )

參數

open

開盤價,浮點數陣列。

high

高價,浮點數陣列。

low

低價,浮點數陣列。

close

收盤價,浮點數陣列。

回傳值

Returns an array with calculated data or false on failure.

add a note add a note

User Contributed Notes

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