Skip to content

Instantly share code, notes, and snippets.

@andredumas
andredumas / README.md
Last active September 28, 2016 12:09
TechanJS Trade Arrows

Demonstrates rendering buy, sell trades as arrows with up and down coloring. Also demonstrating rendering and styling additional trades types apart from buy and sell default and mouse over events.

@andredumas
andredumas / README.md
Last active September 28, 2016 12:08
TechanJS Tick Spread Plot

Tick plot

@andredumas
andredumas / README.md
Last active January 4, 2018 03:04
TechanJS Position Box

An example rendering trade positions and demonstrating basic interaction.

@andredumas
andredumas / README.md
Last active August 22, 2016 06:39
JsPerf

JsPerf

Test cases for javascript browser profiling.

@andredumas
andredumas / README.md
Last active September 28, 2016 11:51 — forked from fojt/data.csv
TechanJS Average Directional Index (ADX)

Average Directional Index (ADX) calculation and rendering demo.

@andredumas
andredumas / README.md
Last active September 28, 2016 11:58 — forked from fojt/data.csv
TechanJS Stochastic Oscillator

Stochastic Oscillator calculation and rendering demo.

@andredumas
andredumas / README.md
Last active October 1, 2016 22:25 — forked from fojt/data.csv
TechanJS Williams %R

William %R calculation and rendering demo.

@andredumas
andredumas / README.md
Last active September 11, 2018 14:27
TechanJS Bollinger Bands

Bollinger Bands calculation and rendering demo.

@andredumas
andredumas / README.md
Last active September 28, 2016 12:12
TechanJS with d3 time scale

Demonstrating d3 time scale (continuous, linear) as x axis instead of techan financetime. When using a non techan time scale, candlestick (and ohlc), the width calculation needs to be supplied.

And zooming of a plot and axis. Zoom clamp is off, the chart can be freely moved.

Note: The weekend gaps due to continuous linear scale.

@andredumas
andredumas / README.md
Last active September 28, 2016 11:55
TechanJS Heikin-Ashi

Heikin-Ashi calculation and rendering demo.