bowhead
bowhead copied to clipboard
PHP trading bot framework
is this project dead? I have a question on how some of the indicators work.
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.
Hello, in indicators.php, the $data array is ASC or DESC in relation a the date? ``` $data["close"]=1,2,3,4,5 or $data["close"]=5,4,3,2,1 ``` excelent this project thanks.
in Controller.php (line 182) ====================== at HandleExceptions->handleError(8, 'Trying to get property of non-object', '/var/www/bowhead/app/Http/Controllers/Controller.php', 182, array('request' =>object(Request), 'vars' => array('datasource' => 'Coinigy'), 'exhange_links' => array('https://1broker.com', 'https://1btcxe.com', 'https://acx.io', 'https://allcoin.com', 'https://anxpro.com', 'https://binance.com',...
Hi, I opened up an Acc at Oanda and got the api key. But what value is supposed to be put in at OANDA_ACCOUNT=?
Hello, just a small question, in app/Traits/OHLC.php in de function getRecentData one of the arguments is $limit with a default of 168. Why is this 168? Regards, Marcel
Followed the docker setup, right after adding the Coinigy API key and secret, when it moves to `/setup2` it throws an `UnexpectedValueException` error. 
In OneBroker.php line 148: curl_getinfo(): supplied resource is not a valid cURL handle resource Has anyone else had this error?
I am looking at trading view and for the stoch rsi indicator the values are between 0-100. In you script the calculation for stoch_rsi expects to be from 0-1 ....
very nice work! it would be great if you could have your library as a vendor instead of a standalone project, so that it could be used to extend on...