Trendoscope

Divergence-Support/Resistence

Trendoscope Wizard 업데이트됨   
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.
릴리즈 노트:
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.
릴리즈 노트:
Minor update. Add max_bars_back.

오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?