Technical Indicator - Bullish Inverted Hammer

node v8.17.0
version: 1.0.0
endpointsharetweet
const hammer = require('technicalindicators').bullishinvertedhammer; var singleInput = { open: [26.10], high: [32.10], close: [28.10], low: [26.10], } const result = hammer(singleInput) ? 'yes' : 'no'; console.log(`Is Bullish Inverted Hammer Pattern? : ${result}`);
Loading…

no comments

    sign in to comment