TradingView
Rampatil07
11 feb 2021 12:02

RELATIVE STRENGTH 

MARUTI SUZUKI INDNSE

Descrizione

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

Could you explain a bit more ??
Altro