Tring to make an RSI indicator that works on different time scales in Pine script

后端 未结 0 1343
遇见更好的自我
遇见更好的自我 2021-01-12 01:05

Ok so my code is this:

//200 SMA
sma = sma(close, input(200))
rsiset = rsi(close, rsilength)
rsiW = security(syminfo.tickerid, "W", rsiset)  // 1 We         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题