bowhead icon indicating copy to clipboard operation
bowhead copied to clipboard

Exception in candle_value() method

Open lploumen opened this issue 8 years ago • 0 comments

There's a problem when trying to build the array in the candle_value() method.

In https://github.com/joeldg/bowhead/blob/master/app/Traits/CandleMap.php#L211 The hanginman candle is in the counter_purpose['bear'] array. The code mentioned above will try to get the hanginman key in the price_continuation['bull'] array which will lead to an exception.

lploumen avatar Sep 06 '17 18:09 lploumen