Would you like to clone this notebook?

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

Cancel

DragonFly Doji

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

no comments

    sign in to comment