♥ 0 |
Hello, I am looking for a scan that scans for stocks that are currently (not previous day candle close) trading above the daily 9ema. An example would be like +1% above the daily 9ema of current price. Current price could be last, ask, bid. The problem with default scan is it scans for stocks that above the previous days close price. Thank you!
Marked as spam
|
Private answer
I don't know what you mean by "default scan". You can construct this using the Condition Wizard: https://www.hahn-tech.com/thinkorswim-condition-wizard/ However if you want to include the portion for x percent above/below the ema you will need to modify that code. Which for many can be quite challenging. So here is a basic script you can use to run this specific scan:
This will return stocks where current price is trading greater than or equal to the 9 period ema plus 1%. Marked as spam
|
Please log in to post questions.