pranjalchaubey

[CP]Structural Pivots v2.0

pranjalchaubey 업데이트됨   
This script marks structural pivots on a chart.
Script marks namely 4 types of pivots,
  • Structural Pivot High (SPH)
  • Structural Pivot Low (SPL)
  • Large Pivot High (LPH)
  • Large Pivot High (LPL)

SPL (Blue circles at bar low) is marked by finding a combination of 3 bars, an Anchor Bar, Bar 1 and Bar 2.
Bar 1 and Bar 2 should have a higher high and a higher close relative to the Anchor Bar in order to qualify as a legitimate SPL .
Reverse conditions are required for a point to be marked as SPH (Blue circles at bar high).

The complication happens for the fact that Anchor Bar, Bar 1 and Bar 2 need not be consecutive.
They can be far apart from themselves.
To solve this problem, the script generates 3-bar Combinations of all the bars from the last pivot to the current bar.

LPH are marked when an SPL gets broken (price goes below the previously marked SPL).
LPL are marked when an SPH gets broken (price goes above the previously marked SPH).

Unlike 'regular' methods of quantifying breakouts and trailing stops by optimizing various parameters of indicators, this method essentially
finds out swing highs, swing lows and S/R breaks.

One way to use the pivots is to go long when the LPH is broken, and trail the price with SPLs.
Vice-versa for shorts.

PM me on TradingView to obtain access.
Please don't ask for access in the comments section.
릴리즈 노트:
The new release contains two visualization improvements.

1. Pivot markings in the previous version were quite large and taking up a lot of chart space.
This has been solved in this version.
You get three options, Auto, Large and Small.
The default option, 'Auto', gives the best results as it automatically increases or decreases the size of pivot markings depending upon your zoom level.

2. The shape of the small pivots can now be changed. Circle and Triangle are the two options.
릴리즈 노트:
Removed some unnecessary debug information that was showing up in the Data Window.
This should speed up the code compilation times.

Indicator is now ready for the prime time!
릴리즈 노트:
Minor change in the values shown in the Data Window.
No change in the indicator or the user interface.

초대 전용 스크립트

이 스크립트에 대한 접근은 작성자가 승인한 사용자로 제한되며, 일반적으로 지불이 필요합니다. 즐겨찾기에 추가할 수 있지만 권한을 요청하고 작성자에게 권한을 받은 후에만 사용할 수 있습니다. 자세한 내용은 pranjalchaubey에게 문의하거나 아래의 작성자의 지시사항을 따르십시오.

트레이딩뷰는 당신이 스크립트 작성자를 100% 신뢰하고 스크립트의 작동 방식을 이해할 때까지 스크립트 비용을 지불하고 사용할 것을 권장하지 않습니다. 대부분의 경우 트레이딩뷰의 커뮤니티 스크립트 에서 무료로 좋은 오픈 소스 대안을 찾을 수 있습니다.

면책사항

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

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

경고: 액세스를 요청하기 전에 읽으십시오 .