thicow

Results 1 issues of thicow

bullishspinningtop and bearishspinningtop return the same result to this sample: `import * as ti from 'technicalindicators';` `var singleInput = {` `open: [19.72],` `high: [19.86],` `close: [19.67],` `low: [19.38],` `}` `const...