Closed scottie closed 6 years ago
hi @scottie
Thanks for the pullrequest. Editing the .js file wont work, this is a typescript project, you need to edit the corresponding src in the src/*.ts files.
thanks for the reply. this is working for me as intended so ill continue to use fork if i did know about typescript i would make changes but i dont maybe someone else can if they require this functionality sorry.
bullish and bearish now return {result:BOOLEN, matched:PATTERNNAME}. before: bullish(data) returned true now bullish(data) returnes {result:true, matched:Engulfing} access the old boolen simply, bullish(data)["result"]