joeldg / bowhead

PHP trading bot framework
Apache License 2.0
801 stars 288 forks source link

stochrsi function error #123

Open netyco opened 3 years ago

netyco commented 3 years ago

Hello.

the public function stochrsi don't work...

$stochrsi_trend = $stochrsi = trader_stochrsi($data['close'], $period); print_r($stochrsi_trend);

this return an array with 0 in all values of array.

CarlosJa commented 3 years ago

I'm seeing this too.