OPEN-SOURCE SCRIPT

Average True Range Overlay

Plots ATR calculated on a daily basis as an overlay on the current chart.

Implemented using the builtin atr function.

ATR is a volatility indicator
originally developed by J. Welles Wilder, Jr. for commodities:
New Concepts in Technical Trading Systems. Greensboro, NC: Trend Research. ISBN 978-0-89459-027-6.

The range of a day's trading is simply R = high − low.
The true range extends it to yesterday's closing price if it was outside of today's range:
TR = max[(high-low), abs(high-close(previous)), abs(low - close(previous))]

The average true range is an N-day smoothed moving average of the TR values.

A first stab at a sensible stop loss level might be 3*ATR below recent peak.
ATR

สคริปต์โอเพนซอร์ซ

ด้วยเจตนารมณ์หลักของ TradingView ผู้เขียนสคริปต์นี้ได้เผยแพร่เป็นโอเพนซอร์ส เพื่อให้เทรดเดอร์สามารถเข้าใจและตรวจสอบได้ ต้องขอบคุณผู้เขียน! ที่ให้คุณใช้ได้ฟรี แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน คุณสามารถตั้งเป็นรายการโปรดเพื่อใช้บนชาร์ตได้

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?

คำจำกัดสิทธิ์ความรับผิดชอบ