TradingView
Rampatil07
Feb 11, 2021 12:02 PM

RELATIVE STRENGTH 

MARUTI SUZUKI INDNSE

Description

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)
Comments
SumeshV
Significance ?
as ?
bs?

Could you explain a bit more ??
More