TradingView

Volatility Stop

TradingView 업데이트됨   
This is a new version of the classic Volatility Stop originally published in 2014 by admin and written in Pine v1. While the code has evolved, its logic is identical. It is an ATR-based trend detector that can also be used as a stop. It belongs to the same family of indicators as:
• Charles Le Beau's Chandelier Exit,
• Olivier Seban's Super Trend, and
• Sylvain Vervoort's Average True Range Trailing Stop.
Unlike the Chandelier Exit, Volatility Stop will not move against the trend.

This new version is written in Pine v4. The indicator can be used as a chart overlay, like the original. The calculations have been functionalized for easier reuse, so it is now easier to lift the logic out of the script and use it in others.

Features
• Choice of 2 color themes.
• Choice of display as a line, circles, diamonds or arrows. The line can be used with the other shapes. If no line is required, set its thickness to zero.
• Same default of length=20 and ATR factor=2 used in the original Volatility Stop.
• 3 alerts: on any trend change, or on changes into up or downtrends only. Alerts should be configured to trigger Once Per Bar Close.

Original version:



Look first. Then leap.

릴리즈 노트:
Improved behavior in the "Length" first bars of the dataset, until ATR can be calculated. Whereas the original version shows no stops on these first bars, this one will.
릴리즈 노트:
v3

Updated Code
The code has been updated to use Pine Script™ v5. It follows the most recent recommendations from the Pine Script™ User Manual's Style Guide.


New Features
You can now configure the script's alerts to trigger in three different ways:
 1. Immediately, when the condition is detected. This will produce repainting alerts.
 2. On the bar's close, to avoid repainting.
 3. When the condition occurs for a delay that you specify. This allows you to protect yourself from repainting in a more granular fashion.

Using the new delay feature, you can create your alert from a 1H chart, but specify that it only trigger when its condition is continually true for 15 minutes, let's say. The delay is specified in the script's inputs, and will be included in the alert's message.

For Pine coders, this feature is implemented using the `secondsSince()` function from the recent Time library by PineCoders.

Get $15 worth of TradingView Coins for you and a friend: www.tradingview.com/share-your-love/

Read more about the new tools and features we're building for you: www.tradingview.com/blog/en/
오픈 소스 스크립트

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

면책사항

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

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