Guys, please help! What is wrong in this script? Task is to write simple indicator in ThinkorSwim to scan for last price is greater than 5 USD.
Code:
Will be appreciate for help.
Code:
Code:
input priceType = PriceType.LAST;
def value = 5;
plot see = priceType is greater than value;
Will be appreciate for help.