$ docker
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://d3js.org/d3.v2.min.js"></script> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
</head> | |
<body> | |
<div id="chart"></div> |
This file contains hidden or 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
//@version=3 | |
// | |
study(title = "Heiken Ashi zero lag EMA v1.2 by JustUncleL", shorttitle="HAZEMA v1.2 by JustUncleL", overlay=true) | |
// | |
// Title: Heiken Ashi with non lag dot by JustUncleL | |
// Author: JustUncleL | |
// Version: 1.2 | |
// Date: 5-feb-2016 | |
// |
This file contains hidden or 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
#!/bin/sh | |
# --------------------------------------------------------------------------- | |
# git-move-annotated-tag.sh - Move annotated tag without retagging | |
# Author: Teerapap Changwichukarn <[email protected]> | |
# Usage: git-move-annotated-tag.sh -h for more information | |
# | |
# Manual commands: | |
# > git cat-file -p ${tag_name} | sed "1 s/^object .*$/object ${full_target_hash}/g" | git hash-object -w --stdin -t tag |
This file contains hidden or 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
// All credits go to CMoody for the original Idea... | |
// THE MTFRSI is an extension of his original script to now encorporate 3RSI's on one panel | |
study(title="TraderX0 3-RSI MTF", shorttitle="X0_3_RSI_MTF", precision=0) | |
//candle source | |
src = close | |
//rsi setup | |
//first RSI inputs | |
firstRsiTimeframe = input(title="Select 1st RSI Timeframe", type=resolution, defval="60") |
[ Launch: Drag and Drop Container Divs ] 650753570d7a6ae475439f0d006e167f by mogauvin[ Launch Inlet ]Gist #3200444
[ Launch: SO stacked bar chart with padding ] 871a5e50918fdcd597c659ff8d775b96 by mogauvin[ Launch: stacked bar chart with padding ] 5816972 by elsherbini
[ Launch: random circle dot plots on graph ] ab38e7865e8b17e124e37eacf323bdc2 by mogauvin
[ Launch: circle dot plots ] 09a307ea17dd07478ab3921a92f0ed02 by mogauvin
NewerOlder