bowhead icon indicating copy to clipboard operation
bowhead copied to clipboard

PHP trading bot framework

Results 75 bowhead issues
Sort by recently updated
recently updated
newest added

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 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.

![screen shot 2018-01-23 at 3 16 25 am](https://user-images.githubusercontent.com/35728378/35273000-d6b1defa-ffeb-11e7-84eb-cfbc12b5e92b.png) Hey there, after the initial setup it attempts to go to a page /main?_token=XXXXXXX and it just sits there at a page...