Ask relative to close


Category:
0
0

Hello, how can I make a scan for stocks that have a 10% higher ask is than what the current close price is? I was thinking something along these lines…

def MinimumAsk = close * 1.1;

plot scan = ask >= MinimumAsk

^^ This didn’t work.

Marked as spam
Posted by (Questions: 34, Answers: 56)
Asked on January 11, 2018 4:37 pm
128 views
0
Private answer
Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on January 11, 2018 7:27 pm