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 Cross

node v6.17.1
version: 2.0.0
endpointsharetweet
var bearishharamicross =require('technicalindicators@1.0.5').bearishharamicross; 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 = bearishharamicross(input); console.log('Is Bearish HaramiCross Pattern? :' +result);
Loading…

no comments

    sign in to comment