python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Signals getting generated multiple times
I have one strategy, which is working well. I want to convert it into study (indicator), while doing that I am facing issue of signals getting generated multiple times.
I am not sure what's wrong I am...
test automail
Votes: 0
Answers: 1
Undeclared identifier in pine script compiling error
I got an undeclared identifier error for the following Pine Script script, but don't know why.
//@version=4
study("NAME")
plot(close)
var A = array.new_int(0)
var B = array.new_int(0)
i...
Stackoverflower
Votes: 0
Answers: 0
Problem to convert to pinescript V4 or V5
I have this code in my account and it works fine but I can not publish it. I'm having a very hard time converting this script to the version 4 or 5.
study(title="Wolf Trade", overlay = true)
adver...
Payam Mazkouri
Votes: 0
Answers: 1
In Tradingview Pine Editor, what happened to the utility to automatically convert v4 scripts to v4 and v4 scripts to v5?
I had the feature earlier this week but it seems to be missing now. Web browser.
Robin Hood Indicators
Votes: 0
Answers: 2