bowhead
bowhead copied to clipboard
PHP trading bot framework
the price data is coming in only for an hour or so before it cuts off. Can't start any strategy because: "YOU HAVE 95 PERIODS OF VALID PRICE DATA OUT...
What is your plan for supporting bittrex exchange ?
For those of us affected, are there any alternatives for obtaining altcoin streaming data? This is the announcement Bitfinex made that I'm referring to: "Update: U.S. Individual Users October 16,...
It appears there might be some code to control bowhead through a webserver versus the command line. Does anyone know if this is the case? If not, why is it...
Hello, I’m installing your code in my local machine, I want to use cryptocurrency bot. However, bowhead need oanda account, but I don’t use forex trading’s functions, so how to...
Anybody can give me suggestion about this issues: [root@instance-6 public_html]# php artisan bowhead:websocket_bitfinex -vvv [Predis\Connection\ConnectionException (111)] Connection refused [tcp://127.0.0.1:6379] Exception trace: () at /home/mytrader.com/public_html/vendor/predis/predis/src/Connection/AbstractConnection.php:155 Predis\Connection\AbstractConnection->onConnectionError() at /home/mytrader.com/public_html/vendor/predis/predis/src/Connection/StreamConnection.php:128 Predis\Connection\StreamConnection->createStreamSocket() at /home/mytrader.com/public_html/vendor/predis/predis/src/Connection/StreamConnection.php:178...
Always have the problem whn trying to use on of the CandleStrategies that in the CandleMap Trait, on line 192 ` foreach($candle_data['current'] as $key => $data) {` The index current...
Would be great if there could be a common Codestyle that all looks the same, and phpstorm autostyle will not mess whole files which are commited later.
It would make more sence if these two classes would be static classes and all function static functions as there is no usage of class members.
Im wondering if the startegies are really working, ive running since 2 days on a 1minute base for 10 Different coin-pairs and never had more than 2 strategies indicate a...