TradingView
BitcoinMedusa
Jan 26, 2014 1:46 AM

Miami Conference Chart / Discussion for CoinChatConnect.com 

Bitcoin / U.S. DollarMt.Gox

Description

Notes Only. Chart for future discussion. 8:40p/est. One hour is long w/980.59 potential double top w/956.83 as protection. 30M is long. 15M is stress hold for support of 963.25. 5M is approaching full Ruby short-term long. [ for followers only ]
Comments
BitcoinMedusa
Chartists. This is the Willy21MA13 PINE script from Coach Brian's aka @CRInvestor charts.

study(title="Willams21EMA13", shorttitle="Willy21MA13")
length = input(21, minval=1)
upper = highest(length)
lower = lowest(length)
out = 100 * (close - upper) / (upper - lower)
src = out, len = input(13, minval=1, title="Length")
out2 = ema(out, len)
plot(out)
plot(out2, title="EMA", color=blue)
band1 = hline(-20)
band0 = hline(-80)
fill(band1, band0)
hline(-50)
More