Would you like to clone this notebook?

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

Cancel

Evening Doji Star

node v6.17.1
version: 2.0.0
endpointsharetweet
var drawCandleStick = require('draw-candlestick'); var canvas = require('canvas'); var eveningdojistar = require('technicalindicators@1.0.5').eveningdojistar; var Input = { open: [18.35,22.20,21.60], high: [21.60,22.40,22.05], close: [21.30,22.22,19.45], low: [18.13,21.87,19.30] } var imageBuffer = drawCandleStick(Input); console.log(imageBuffer); var result = eveningdojistar(Input); console.log( 'Is EveningDojiStar Pattern? :' +result);
Loading…

no comments

    sign in to comment