Would you like to clone this notebook?

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

Cancel

Bullish Marubozu

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

no comments

    sign in to comment