TradingView
Rampatil07
11 фев 2021 г., 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 ??
Ещё