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)
Howto trigger multiple alerts in a realtime bar?
I have an indicator that check if the previous 2 candle bars are the same (not the current/realtime bar). The maximum and minumum price value is calculated from their respective high and low values. A...
Waxbill
Votes: 0
Answers: 1
Need help converting Tradingview pine script from version 2 to version 5
I am new to TradingView Pine scripting.
I am seeking for help with a pine script which is on version 2 right now but I am trying convert it into Version 5 and is having so many compilation errors.
Bel...
Baba Jan
Votes: 0
Answers: 2
The function 'ta.rsi' should be called on each calculation for consistency. It is recommended to extract the call from this scope
I don't quite understand what is wrong with this warning...
line 105: The function 'ta.crossover' should be called on each calculation for consistency. It is recommended to extract the call from this ...
Gio
Votes: 0
Answers: 1
Needed to keep fixed time frame , even after chnages
Thanks for reading this,
After a lot of googling and searching, I was able to create a script that marks high and low candles with the highest volume
The problem currently I am facing is I wanted it t...
Cod
Votes: 0
Answers: 1