bowhead
bowhead copied to clipboard
PHP trading bot framework
Hi @joeldg, nice project you created! I was wondering if you have a vision about separating the app, webserver and db into separate docker containers? We might be able to...
it shows configure docker file ,please help me to run the project in phpstorm.
So I am at the part where you need to type in this command "php artisan bowhead:example_usage" There are two different scenarios with this command: - It gives me the...
hi, i dont know, maybe i am wrong, but, shouldnt order by "ctime asc" to get open values in Utils/OHLC.php? or is that the default order in query? here: https://github.com/joeldg/bowhead/blob/master/app/Traits/OHLC.php#L89...
I cannot find any info on where to add the gdax api keys. I see its mentioned to put it in the .env file but i do not know the...
On debian machines its almost impossible to catch up to 7.1 without changing to some special packages, just upgraded my php for the Project from 5.6 to 7.0 on debian8...
Hello Joel as requested on gitter: The following happens when using the newest docker version: when you get to the ccxt setup part 3 to choose currency pairs if you...
This one needs to be updated for /v3 accounts. Changing the web path from v1 to v3 does not do the trick. there is more stuff to change. `python streaming.py`...
WOndering if it would be possible to have an offical docker image pushed to dockerhub and then have value mappings people could set to local folders for the environment config...
Hi, While I was following the blog post, I had some errors with the steps below 1) table bowhead_ohlc was never populated (also during artisan php artisan bowhead:example_usage), however, other...