The author states:
The Average True Range (ATR) indicator is a technical analysis tool that measures the volatility of an asset. It can be used to create a trading strategy by identifying periods of high volatility and making trades based on those conditions.
Here is an example of a simple ATR trading strategy:
Calculate the ATR for the asset you are trading. This can typically be done using a charting platform or software.
Identify the average ATR over a period of time (such as 14 days). This will be your "threshold" for determining high volatility.
When the current ATR is above the threshold, enter a long position (buy) in the asset.
When the current ATR is below the threshold, exit the long position (sell) and wait for the next period of high volatility.
Repeat the process for the next period of time.
This is a basic example of an ATR strategy and can be adjusted as per one's preference, you can add other indicators or market conditions to filter out trades and also use different time frame to check the ATR values. ATR can also be used in combination with other indicators and strategies to improve the accuracy of your trades.
Here is the original Tradingview code:
https://in.tradingview.com/script/h1Eek2pP-RAHUL-ATR-Volume-Spikes/
For the new ThinkOrSwim code, you must scroll down to the next post
@antwerks
The Average True Range (ATR) indicator is a technical analysis tool that measures the volatility of an asset. It can be used to create a trading strategy by identifying periods of high volatility and making trades based on those conditions.
Here is an example of a simple ATR trading strategy:
Calculate the ATR for the asset you are trading. This can typically be done using a charting platform or software.
Identify the average ATR over a period of time (such as 14 days). This will be your "threshold" for determining high volatility.
When the current ATR is above the threshold, enter a long position (buy) in the asset.
When the current ATR is below the threshold, exit the long position (sell) and wait for the next period of high volatility.
Repeat the process for the next period of time.
This is a basic example of an ATR strategy and can be adjusted as per one's preference, you can add other indicators or market conditions to filter out trades and also use different time frame to check the ATR values. ATR can also be used in combination with other indicators and strategies to improve the accuracy of your trades.

Here is the original Tradingview code:
https://in.tradingview.com/script/h1Eek2pP-RAHUL-ATR-Volume-Spikes/
For the new ThinkOrSwim code, you must scroll down to the next post
@antwerks
Last edited by a moderator: