TradingView
robturtle
Jan 30, 2021 7:08 AM

ATR Stop Price 

GameStop CorporationNYSE

Description

Set stop price and add-position price according to the cost and current ATR.


You may set an alert with the condition when the stock price crossing down the Stop Price.

Example:

stock price: $150
volatility multiple: 2
current ATR: $3

stop price = $150 - $3 * 2 = $144
add-position price = $150 + $3 * 2 / 2 = $153

Release Notes

make stop_price non-negative

Release Notes

---

Release Notes

---

Release Notes

use source as the baseline
More