♥ 0 |
Hi Pete, How to scan for stocks that have 34 EMA Trending Up 20 Days? I tried to set up using default study filter on TOS, but they don’t have that condition. Thanks!
Marked as spam
|
Please log in to post questions.
yes, sorry about the typo. it was late. I just corrected that in my response. This code is simply looking for stocks that have the current 34 ema higher than 34 ema from 20 bars ago. The opposite of this would be:
plot scan = ema34 < ema34[20];
Thank you, Pete!