bowhead
bowhead copied to clipboard
PHP trading bot framework
Is there a community/group/slack/whatever to get or give help with bowhead?
I have some questions to the traits: - What is the difference between Traits/Strategies and Traits/Signals? - Why you use in Traits/OHLC the tickers table and not the ohlcvs table?
Bitfinex has stopped allowing new members to create a api key, without depositing 10k usd Is it possible that we run the bowhead without bitfinex for the data?
I've got bowhead set up in a container in Ubuntu headless server. When I get to the step php artisan bowhead:example_usage I get this: OneBroker API returned an error -...
Hi guys, do you support interexchange arbitrage? Thanks!
Can I ??
Can i use this bot in my project to execute order book data of my own exchange platform ???
I am getting the following error when I run the system with within a container. I have I missed a step, I have tried migrating but it states there is...
I'm trying to get bowhead running, following the tutorial. When I try to run the example, I'm getting this error on the GDAX API: `{"message":"request timestamp expired"}STATUS CODE400 {"message":"request timestamp...
Hi, Shouldn't this line https://github.com/joeldg/bowhead/blob/ee67a6ef0a6f82100e1ac7940a4dad172a9a8bd1/app/Traits/CandleStrategies.php#L24 be changed to requires $ema = trader_ema($data['close'], 20); The actual version always compute an exponential moving average of 0.
 Hey there, after the initial setup it attempts to go to a page /main?_token=XXXXXXX and it just sits there at a page...