OPEN-SOURCE SCRIPT

TICK Extreme Zones Indicator Overlay

已更新
Overview:

The TICK Extreme Zones Indicator Overlay is designed to gauge the overall market trend using the TICK index. By determining the number of bullish (values above 0) and bearish (values below 0) TICK closes within a user-specified lookback period, it provides an insight into the prevailing market sentiment. This insight can be beneficial for traders looking to identify potential entry or exit points based on the market's strength or weakness.

Key Features:

Lookback Period: This is a user-defined time frame in minutes. The indicator counts the number of bullish and bearish TICK closes within this period.

Market Trend Label: Based on the TICK values, the indicator determines if the market is:
Uptrending: Majority of TICK values are positive.
Downtrending: Majority are negative.
Neutral/Rangebound: Equal positive and negative closes.

Zones: These represent certain threshold levels in the TICK values.
Positive Zones:
Dark Blue: 1000
Light Blue: 800 & 600
Negative Zones:
Red: -1000
Yellow: -800 & -600

Touch Detection Method: Detects intraday touches and can be toggled on/off based on the user's preference.

Usage Guidelines:

Trending Market:
In a trending market, the TICK index can remain consistently above or below zero.
For a market moving upwards, it's advisable to consider entering a trade when the indicator returns to zero instead of waiting for it to return to -1000.
Using Exponential Moving Averages (EMAs) can provide additional confirmation of the trend.
Rangebound Market:
For sideways markets, consider initiating a long position when the TICK index goes below -1000 and exit the position when the index reaches +1000.
It's beneficial to pair these readings with significant support and resistance levels to make more informed trading decisions.
Divergence:
Divergence between the TICK index and price can be a good measure of the underlying market strength.
If a stock's price is making lower lows, but the TICK index is making higher lows, it might indicate weakening selling momentum.

Notes:

- Always use this indicator in conjunction with other technical analysis tools.
- Proper risk management practices are crucial when using any trading tool or strategy.
版本注释
- Added a toggle to move the label from 'Top Right' to 'Bottom Right'
版本注释
- Added title/info to the plots in settings.
版本注释
Fixed an issue with plotting and commented out the plots for (-+)600 and 800 values. You can comment them back in if you prefer.
版本注释
V1.2
版本注释
Redefined the Market label by removing the Market Trend function due to this being noisy and added two other Market Internals instead (ADD and VOLSPD) which can be used in conjunction with TICK.
版本注释
- Updated Chart.
版本注释
- Added Toggling for Labels
版本注释
// V2.2 - Replaced lookback inputs for ADD and VOLSPD with 3-minute Simple Moving Averages (SMA) for trend determination.
// - Simplified code structure and ensured compatibility with Quiet Zones.
// - Added customizability for each zone, allowing users to adjust thresholds and visibility.
//
// Market Trend Determination via TICK:
// - Utilizes a 3-minute Simple Moving Average (SMA) for smoother trend determination (ADD & VOLD).
// - Analyzes trends in TICK, ADD, and VOLSPD values for increased decision-making accuracy.
// - Displays the trend as a label on the chart with color-coded indicators (Green: Increasing, Red: Decreasing).
版本注释
- fixed typos.
Candlestick analysis

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明