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 Marubozu

node v6.17.1
version: 3.0.0
endpointsharetweet
var bearishmarubozu =require('technicalindicators@1.0.5').bearishmarubozu; var drawCandleStick = require('draw-candlestick'); var canvas = require('canvas'); var input = { close: [30.50], open: [31.23], high: [31.23], low: [30.50], } var imageBuffer = drawCandleStick(input); console.log(imageBuffer); var result = bearishmarubozu(input); console.log('Is Bearish Marubozu Pattern? :' +result);
Loading…

no comments

    sign in to comment