Trendoscope

Divergence-Support/Resistence

Trendoscope Wizard Updated   
Another script based on zigzag, divergence, and to yield support and resistence levels.

This idea started with below two concepts:

▶ Support and resistence are simply levels where price has rejected to go further down or up. Usually, we can derive this based on pivots. But, if we start looking at every pivot, there will be many of them and may be confusing to understand which one to consider.

▶ Lot of people asked about one of my previous script on divergence detector on how to use it. I believe divergence should be considered as area of support and resistence because, they only amount to temporary weakness in momentum and nothing more. As per my understanding

Trend > Hidden Divergence > Divergence > Oscillator Levels of Overbought and Oversold


⬜ Process

▶ Now combining the above two concepts - what we are trying to do here is draw support resistence lines only on pivots which has observed either divergence or hidden divergence. Continuation and indecision pivots are ignored.
▶ Input requires only few parameters.

Zigzag lengths and oscillator to be used. Oscillator periods are automatically calculated based on zigzag length. Hence no other information required. You can also chose custom oscillator via external source.

▶ Display include horizontal lines of support/resistence which are drawn from the candle from where divergence or hidden divergence is detected.
▶ Support resistence lines are colored based on divergence. Green shades for bullish divergence and bullish hidden divergence whereas red shades for bearish divervence and bearish hidden divergence. Please note, red and green lines does not mean they only provide resistence or support. Any lines which are below the price should be treated as support and any line which are above the price should be treated as resistence.
▶ Divergence symbols are also printed on the bar from where divergence/hidden divergence is detected.
  • ↗ - Bullish Hidden Divergence
  • ↘ - Bearish Hidden Divergence
  • ⤴ - Bullish Divergence
  • ⤵ - Bearish Divergence

▶ Script also demonstrates usage of libraries effectively. I have used following libraries in this code.

import HeWhoMustNotBeNamed/ zigzag /2 as  zg 
import HeWhoMustNotBeNamed/enhanced_ta/8 as eta
import HeWhoMustNotBeNamed/ supertrend /4 as st

Can be good combination to use it with harmonic patterns.
Release Notes:
Major updates

  • zigzag library version updated to 3 which in turn has performance updates
  • Added Max Depth parameter to give user control over how much deep we need to search in order to get support resistence levels. Default is 10.
  • Updated line.new to use time instead of bar to avoid error.
Release Notes:
Minor update. Add max_bars_back.

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?