TheRaptor22
New member
Looking for a scan for a three week tight scan , each weekly closing price within about 1% of prior weeks (3) close. Thanks in advance
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
#Price is within X% max of the Previous Close
#### Change percentvalue to % in decimal format
### Example .02 is 2% and .025 is 2.5%
def percentvalue = .01;
#Price is with X of Previous Close
def Prev_close = (close[1]);
def precent_val = Prev_close*percentvalue;
plot scan3 = absvalue(close - Prev_close) is less than or equal to precent_val;
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
D | Bar Count.. every THREE bars | Questions | 2 | |
D | Crossover of three moving Averages | Questions | 5 | |
Find the last Three Lowest Lows and count the number of bars between them | Questions | 2 | ||
How to Scan in Three Markets At Once? | Questions | 1 | ||
V | The 1-1-1 candle combination is a three-candle pattern | Questions | 2 |
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.