Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@andredumas
andredumas / README.md
Last active November 29, 2020 14:17
TechanJS Supstance

Interactive support and resistance line rendering on a chart. Illustrating setting start end end points and horizontal line at full width.

@andredumas
andredumas / default.rb
Created June 27, 2014 02:10
Headless Google Cloud Print Upstart script and a partial supporting recipe
# NOTE: This is partially complete and not ready for use, watch out for <user> tokens!
# Requires:
# * Printer drivers installed and registered with CUPS
# * Chrome installation (36 Beta was required at the time due to https://code.google.com/p/chromium/issues/detail?id=375841#c6)
# * A Generated "Service State" file (Instructions https://support.google.com/a/answer/2906017?hl=en)
package "cups"
service "cups" do
action [:enable, :start]
@andredumas
andredumas / README.md
Last active September 28, 2019 14:50
TechanJS Plots

Plots rendering demo. A sample of what can be created with the available plot types.

  • Candlestick
  • Volume
  • Percentage axis
  • Simple and Exponential Moving Averages
  • Zooming
  • Indicator combinations
  • Interactive trendlines
@andredumas
andredumas / README.md
Last active July 4, 2019 14:08
TechanJS Smoothed Derivative

Smoothed derivative calculation and plot

@andredumas
andredumas / .gitignore
Last active December 19, 2018 12:30
TechanJS Server Side Generation
node_modules
@andredumas
andredumas / README.md
Last active November 13, 2018 04:48
TechanJS Plot Zooming

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

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

Ichimoku Cloud 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 March 20, 2018 01:25
TechanJS Feed

Simulating refreshing receiving a 'real-time' (constantly updating) data feed. Adheare's to D3's general update pattern. When the end of the data feed is reached, intra-day data updates will be simulated

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

An example rendering trade positions and demonstrating basic interaction.