bowhead
bowhead copied to clipboard
PHP trading bot framework
After booting bowhead and running the gdax scalper (sandbox api) it will run normally for some time and then the program will crash with the exception: array_pop() expects parameter 1...
White going through the tutorial on ubuntu server trying to do the command screen python streaming.py I originally got the error import request not available. after installing python reqest, no...
Traceback (most recent call last): File "streaming.py", line 90, in main() File "streaming.py", line 86, in main demo(displayHeartbeat) File "streaming.py", line 56, in demo response = connect_to_stream() File "streaming.py", line...
Has anyone tried running this project as a Docker image in Raspian on a Raspberry Pi? I've been toying around with it for a few days, and have hit a...
Hi! Please add support for our exchange, [CoinFalcon](https://coinfalcon.com). API is located here: https://docs.coinfalcon.com/
I believe that this... ``` $this->markOHLC(json_encode($ticker)); ``` ...should be... ``` $this->markOHLC($ticker); ``` Happy to submit a pull request if required.
I have gotten to the point where I can stream in data from GDAX and Forex... but when I attempt to stream in data from Bitfinex and run "php artisan...
Hi, When I run `php artisan bowhead:example_strategy` I get the following error: > YOU HAVE 115 PERIODS OF VALID PRICE DATA OUT OF 168. Please ensure price sync is running...
ok, so how do I get around this one. I have installed bowhead on my headless ubuntu server. I'm trying to set up the sample config and I keep getting...
Hi Joel, Firsty, let me thank you for doing this project. You are doing fantastic job and it's a great source of information. I was lately looking into strategies and...