Interactive support and resistance line rendering on a chart. Illustrating setting start end end points and horizontal line at full width.
View default.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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] |
View README.md
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
View README.md
Smoothed derivative calculation and plot
View .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
View README.md
Demonstrating zooming of a plot and axis. Zoom clamp is off, the chart can be freely moved.
View README.md
Ichimoku Cloud calculation and rendering demo.
View README.md
Bollinger Bands calculation and rendering demo.
View README.md
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
View README.md
An example rendering trade positions and demonstrating basic interaction.
NewerOlder