Would you like to clone this notebook?

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

Cancel

Bearish Harami

node v6.17.1
version: 2.0.0
endpointsharetweet
var bearishharami =require('technicalindicators@1.0.5').bearishharami; var drawCandleStick = require('draw-candlestick'); var canvas = require('canvas'); var input = { open: [25.13, 23.45], high: [25.80,24.59], close: [22.14,23.45], low: [21.7,23.07], } var imageBuffer = drawCandleStick(input); console.log(imageBuffer); var result = bearishharami(input); console.log('Is Bearish Harami Pattern? :' +result);
Loading…

no comments

    sign in to comment