TheTrdFloor

ATR Bands

TheTrdFloor 업데이트됨   
In many strategies, it's quite common to use a scaled ATR to help define a stop-loss, and it's not uncommon to use it for take-profit targets as well. While it's possible to use the built-in ATR indicator and manually calculate the offset value, we felt this wasn't particularly intuitive or efficient, and could lead to the potential for miscalculations. And while there are quite a few indicators that plot ATR bands in some form or another already on TV, we could not find one that actually performed the exact way that we wanted. They all had at least one of the following gaps:
  • The ATR offset was not configurable (usually hard-coded to be based off the high or low, while we generally prefer to use close)
  • It would only print a single band (either the upper or lower), which would require the same indicator to be added twice
  • The ATR scaling factor was either not configurable or only stepped in whole numbers (often time fractional factors like 1.5 yield better results)

To that end, we took to making this enhanced version to meet all of the above requirements. While we were doing so, we decided to take this opportunity to also make some non-functional enhancements as well:
  • Updated the indicator to the most recent version of Pine
  • Updated the indicator definition to allow alternate (non-chart) timeframe usage
  • Made the input types explicitly defined to improve consistency
  • Updated the inputs with appropriate minimum values and step sizes where appropriate
  • Separated settings into logical groups
  • Added helptext to the indicator settings noting usage and common settings values
  • Explicitly titled the on-chart plots of the ATR bands so that they can more easily be identified and referenced in other indicators/scripts, as well as the Data Window

Food for thought: When looking at some of the behaviors of these ATR bands, you can see that when price first levels out, you can draw a "consolidation zone" from the first peak of the upper ATR band to the first valley of the lower ATR band that price will generally respect. Look for price to break and close outside of that zone. When that happens, price will usually (but not always) make a notable move in that direction, which can be used as either a potential trigger or as an additional confluence with other indicators/price action.

Finally, while we have made what we feel are some noteworthy updates and enhancements to this indicator, and have every intention of continuing to do so as we find worthy opportunities for enhancement, credit is still due to the original author: AlexanderTeaH
릴리즈 노트:
Some basic configuration defaults tweaks based on user feedback:
  • Updated default value for ATR Period (changed from 14 to 3)
  • Updated default values for ATR Upper and Lower Band Scaling Factor (changed from 2 to 2.5)
  • Updated helptext for ATR Scale Factor to reflect the updated defaults
릴리즈 노트:
This update comprises of a few notable enhancements...
  • Added the ability to print a repositionable table on-chart giving exact values for the ATR bands in terms of both price and distance from close.
  • Added 2 additional (optional) bands to depict take-profit levels. The scaling factor for these bands is configurable and also used by the new table for take-profit calculations noted above.
  • Simplified the ATR Bands settings. While it originally seemed like a good idea to have the upper and lower bands independently configurable, we have yet to find any practical application where this would have been of any value.
  • Added default settings notes to indicator tool-tips.

Everything you need to know about day trading from A to Z

And the most incredible day trading community to help support you along the way
오픈 소스 스크립트

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

면책사항

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

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