joeldg/bowhead

bad open value in OHLC?

scabros opened this issue · 0 comments

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

like this (but asc):
https://github.com/joeldg/bowhead/blob/master/app/Traits/OHLC.php#L101

sorry if i am wrong.

keep up the good work!!