Would you like to clone this notebook?

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

Cancel

GraveStone Doji

node v6.17.1
version: 2.0.0
endpointsharetweet
var gravestonedoji =require('technicalindicators@1.0.5').gravestonedoji; var drawCandleStick = require('draw-candlestick'); var canvas = require('canvas'); var singleInput = { open: [30.10], high: [36.13], close: [30.13], low: [30.12], } var imageBuffer = drawCandleStick(singleInput); console.log(imageBuffer); var result = gravestonedoji(singleInput); console.log('Is GraveStone Doji Pattern? :' +result);
Loading…

no comments

    sign in to comment