Skip to content

Instantly share code, notes, and snippets.

@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 September 28, 2016 12:08
TechanJS Tick Spread Plot

Tick plot

@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:13
TechanJS SVG Arrow

Demonstrates arrow rendering and how to achieve different orientations.

@andredumas
andredumas / .gitignore
Last active December 19, 2018 12:30
TechanJS Server Side Generation
node_modules
@andredumas
andredumas / README.md
Last active September 28, 2016 12:11
TechanJS Brush

Demonstrating brushing of a plot with a large dataset, testing performance on difference browsers and devices. Y scale will be adjusted as the chart is brushed.

@andredumas
andredumas / README.md
Last active September 28, 2016 11:54
TechanJS ATR Trailing Stop

ATR Trailing Stop calculation and rendering demo.

@andredumas
andredumas / README.md
Last active September 28, 2016 11:53
TechanJS Average True Range

Average True Range (ATR) calculation and rendering demo.

@andredumas
andredumas / README.md
Last active September 26, 2018 16:32
TechanJS Ichimoku Cloud

Ichimoku Cloud calculation and rendering demo.

@andredumas
andredumas / remote-post.html
Created October 30, 2014 13:10
Posting JSON Cross Domain
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form action="http://remote.com/index.html"
method="post"
enctype="multipart/form-data"