Undefined index: open In Candles.php line 136
Closed this issue · 2 comments
deakzsolt commented
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
If I find enough time this week will implement a Exchange ID so the rest of the code could work.
deakzsolt commented
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