ZigZag Scan

babayaga_310

New member
VIP
Hello,
Hoping someone here could help me develop a scanner based off an existing indicator native to ToS, ZigZagHighLow.

I would like to develop a stock scanner to identify when the support to the high is lost or when the resistance to the low is gained.
  • If the market is trending down you would have a swing low in price (point A), usually followed by a lower high and a small trend up (point B, or resistance to the low), then what is made is another swing low which creates a lower low (point C). When the market begins a reversal, I would want the scanner to detect when the price manages to close back above point B (resistance to the low).
  • Same goes for the opposite: if the market is trending up you would have a swing high in price (point A), usually followed by a higher low and a small trend (point B, or support to the high), then what is made is another swing high which creates a higher high (point C). when the market begins a reversal, I would want the scanner to detect when the price manages to close back below point B (support to the high).

The settings I'm using right now for the ZigZagHighLow indicator are as follows:
  • price h = HIGH
  • price l = LOW
  • percentage reversal = 0.0
  • absolute reversal = 0.0
  • atr length = 1
  • atr reversal = 1.0
  • tick reversal = 0
 
Solution
Hello,
Hoping someone here could help me develop a scanner based off an existing indicator native to ToS, ZigZagHighLow.


Sadly no.
Repainters are not used in scans, watchlists, strategies, or conditional orders because they repaint.
Scanners work in real time
Those perfect highs and lows may have been painted on many many bars back.
The ones painted on the current candle will be erased and repainted multiple times before it decides on a final repaint.
read more:
https://usethinkscript.com/threads/answers-to-commonly-asked-questions.6006/#post-57833
Hello,
Hoping someone here could help me develop a scanner based off an existing indicator native to ToS, ZigZagHighLow.


Sadly no.
Repainters are not used in scans, watchlists, strategies, or conditional orders because they repaint.
Scanners work in real time
Those perfect highs and lows may have been painted on many many bars back.
The ones painted on the current candle will be erased and repainted multiple times before it decides on a final repaint.
read more:
https://usethinkscript.com/threads/answers-to-commonly-asked-questions.6006/#post-57833
 
Last edited:
Solution
Hello,
Hoping someone here could help me develop a scanner based off an existing indicator native to ToS, ZigZagHighLow.

I would like to develop a stock scanner to identify when the support to the high is lost or when the resistance to the low is gained.
  • If the market is trending down you would have a swing low in price (point A), usually followed by a lower high and a small trend up (point B, or resistance to the low), then what is made is another swing low which creates a lower low (point C). When the market begins a reversal, I would want the scanner to detect when the price manages to close back above point B (resistance to the low).
  • Same goes for the opposite: if the market is trending up you would have a swing high in price (point A), usually followed by a higher low and a small trend (point B, or support to the high), then what is made is another swing high which creates a higher high (point C). when the market begins a reversal, I would want the scanner to detect when the price manages to close back below point B (support to the high).

The settings I'm using right now for the ZigZagHighLow indicator are as follows:
  • price h = HIGH
  • price l = LOW
  • percentage reversal = 0.0
  • absolute reversal = 0.0
  • atr length = 1
  • atr reversal = 1.0
  • tick reversal = 0
Babayaga.

I'm working on a non-repainting zig-zag that follows ZZHL pretty well. I am willing to test this indicator on your project. I'll release everything here as public info.

Are you sure on those ZZHL settings? Settings like that will produce a signal nearly every other tick. What timeframe are you using? Which stocks are you following?
 

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
401 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

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.

How do I get started?

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.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top