Skip to content

Instantly share code, notes, and snippets.

View askmike's full-sized avatar

Mike van Rossum askmike

View GitHub Profile
@askmike
askmike / README.md
Last active October 31, 2016 11:52 — forked from andredumas/README.md
TechanJS Plot Zooming

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

@askmike
askmike / strat.js
Created May 4, 2017 11:48 — forked from Pedro942/strat.js
Start.JS
// Let's create our own strategy
var strat = {};
var parameters = {
short: 12,
long: 26,
signal: 9,
down: -0.0001,
up: 0.005,
persistence: 1
@askmike
askmike / strat.js
Last active August 9, 2021 14:02 — forked from Pedro942/strat.js
Strategy MACD + RSI
// Let's create our own strategy
var strat = {};
var parameters = {
short: 12,
long: 26,
signal: 9,
down: 0,
up: 0,
persistence: 1