GoLang trader_wclprice

request it (186)
GoLang replacement for PHP's trader_wclprice [edit | history]



Do you know a GoLang replacement for PHP's trader_wclprice? Write it!

PHP trader_wclprice

PHP original manual for trader_wclprice [ show | php.net ]

trader_wclprice

(PECL trader >= 0.2.0)

trader_wclpriceWeighted Close Price

Description

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.

Return Values

Returns an array with calculated data or false on failure.