stuartlittle
New member
Hi,
I am new here.
Looking for a thinkscript code to scan for stocks that are up after market close.
I tried the following
but getting error - Expected double
I am new here.
Looking for a thinkscript code to scan for stocks that are up after market close.
I tried the following
Code:
def condition = last > close;
plot output = condition;
but getting error - Expected double