TradingView
Rampatil07
2021년 2월 11일 오후 12시 2분

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 ??
더보기