Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Technical Indicator - Bullish Hammer

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

no comments

    sign in to comment