♥ 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
|
Private answer
Bid and Ask are not supported in scans: http://toslc.thinkorswim.com/center/reference/thinkScript/Constants/PriceType/PriceType-ASK.html Marked as spam
|
Please log in to post questions.