Any reason why I'm getting these errors
input amount = 2;
def Data = close - (amount / 100) * close;
def showDiv = yes;
AddLabel(showDiv, Data + " stop loss", Color.RED);
# Sell Limit Code:
input amount = 4;
def Data = close + (amount / 100) * close;
def showDiv = yes;
Identifier Already Used: Can not add input: amount at 8:7
Identifier Already Used: amount at 8:7
Identifier Already Used: Data at 9:5
Identifier Already Used: showDiv at 10:5
Already assigned: Data at 9:5
Already assigned: showDiv at 10:5
Identifier Already Used: Can not add input: amount at 8:7
Identifier Already Used: amount at 8:7
Identifier Already Used: Data at 9:5
Identifier Already Used: showDiv at 10:5
Already assigned: Data at 9:5
Already assigned: showDiv at 10:5
input amount = 2;
def Data = close - (amount / 100) * close;
def showDiv = yes;
AddLabel(showDiv, Data + " stop loss", Color.RED);
# Sell Limit Code:
input amount = 4;
def Data = close + (amount / 100) * close;
def showDiv = yes;
Identifier Already Used: Can not add input: amount at 8:7
Identifier Already Used: amount at 8:7
Identifier Already Used: Data at 9:5
Identifier Already Used: showDiv at 10:5
Already assigned: Data at 9:5
Already assigned: showDiv at 10:5
Identifier Already Used: Can not add input: amount at 8:7
Identifier Already Used: amount at 8:7
Identifier Already Used: Data at 9:5
Identifier Already Used: showDiv at 10:5
Already assigned: Data at 9:5
Already assigned: showDiv at 10:5