TradingView
Rampatil07
2021年2月11日中午12點02分

RELATIVE STRENGTH 

MARUTI SUZUKI INDNSE

描述

study(" RELATIVE STRENGTH", shorttitle="RS")
a = tickerid
b = input("NIFTY",type=symbol)
as = security(a,period,close)
bs = security(b,period,close)
plot(as/bs, title="RS" ,color=blue)
評論
SumeshV
Significance ?
as ?
bs?

Could you explain a bit more ??
更多