joeldg / bowhead

PHP trading bot framework
Apache License 2.0
801 stars 288 forks source link

Undefined index: open In Candles.php line 136 #111

Closed deakzsolt closed 6 years ago

deakzsolt commented 6 years ago

Did try with docker and with self deployment but this error is present all the time and can't run the "php artisan bowhead:example_usage". I have checked what is the issue and the problem is that $data is multidimensional array with exchange prefix so the $data['open'] isn't correct, while changing it to $data[exchange_id]['open'] don't solve the problem. Can I get a more info on this or a fix for the array how it should be set in order to run properly?

deakzsolt commented 6 years ago

If I find enough time this week will implement a Exchange ID so the rest of the code could work.

deakzsolt commented 6 years ago

Will try to resolve this in my own fork while there is no other solution. The fork place is here: https://github.com/deakzsolt/bowhead