TradingView
uiuishiiimouto
2 אפר׳ 2019 16:22

白石麻衣はわいのオナホール 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

תיאור

study(title="prediction4", shorttitle="miyazakiaoi")
RSILength = input(3, minval=1)
ROCLength = input(60, minval=1)
BuyZone = input(10, minval=1)
SellZone = input(90, minval=1)
neutralZone = input(50, minval=1)
xPrice = close
hline(SellZone, color=red, linestyle=line, title = "Upper")
hline(BuyZone, color=green, linestyle=line, title = "Lower")
hline(neutralZone, color=green, linestyle=line, title = "nertral")
nRes = rsi(roc(xPrice,ROCLength),RSILength)
pos = iff(nRes < BuyZone, -1,
iff(nRes > SellZone, 1, nz(pos[1], 0)))
barcolor(pos == -1 ? green: pos == 1 ? red : blue )
col = nRes >= 90 ? red : 10 >= nRes ? lime : gray
plot(nRes, color=col, linewidth=4, title="nukinuki",style=histogram)
תגובות
hamham_fx
עוד