python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"Cannot call 'ta.rsi' with argument 'length'='lowers'. An argument of 'series float' type was used but a 'simple int' is expected"
I'm getting this error in pine script
could someone help me to solve this code please
Here is my code
Cannot call 'ta.rsi' with argument 'length'='lowers'. An argument of 'series float' type was used ...
Deneth Sankalpa
Votes: 0
Answers: 1
What is correct configuration of input parameters for calculating RSI (and ROC)
I have tried to use Technical Indicators library to calculate RSI (and ROC) for candlestick's closing prices, but when I compare results from Binance, I am not getting quite accurate results:
I fetch ...
Whirlwind
Votes: 0
Answers: 1
RSI calculation in Postgresql & plot in Grafana
I am trying to write a sql query to calculate RSI(Relative strength index) in Postgresql & implement in grafana.
I have just 3 columns in table -
time_stamp bigint,
metric_name text,
value.max in...
dbNovice
Votes: 0
Answers: 0
Is it possible to make my indicator run on 30 second chart when I am using the 1 minute?
I'm trying to have my indicator show me the values from the 30 second chart while I am using the 1 minute chart. Is this possible?
indicator("Double RSI", timeframe="")
lengthRSIfa...
Matador3
Votes: 0
Answers: 2