Description of the Wick Length Display (Advanced) script Originality and purpose of the script The Wick Length Display (Advanced) script is an innovative tool for traders who want to gain detailed insights into the length of candle wicks. It stands out for its versatility and user-friendly customization options. It combines precise technical calculations with visual representation to provide important information about market movements and dynamics right on the chart. Functionality The script calculates and displays the length of the upper and lower wicks of each candle on the chart. It also provides additional visual cues such as: • “Bull pressure”: When green candles do not have upper wicks, this indicates strong buying pressure. • “Bear pressure”: When red candles do not have lower wicks, this indicates strong selling pressure. • Threshold conditions: Only displays wicks that exceed a certain threshold (optional). • Display in pips: Allows you to display wick lengths in pips, which is useful for forex traders. How it works The script analyzes each candle using the following calculations: 1. Wick length calculation: ◦ Upper wick length = High - (top of the body) ◦ Lower wick length = (bottom of the body) - Low 2. Display conditions: ◦ It distinguishes between bullish and bearish candles. ◦ It checks if the calculated wicks exceed the defined thresholds before displaying them. 3. Dynamic labels: ◦ Labels are placed above or below the respective candles. ◦ Size, color and type of labels are fully customizable. 4. Limitation of labels: ◦ To ensure clarity, a maximum number of labels is defined. Usage 1. Customization: ◦ Open the script in the Pine Script Editor in TradingView. ◦ Use the input options to customize parameters such as color selection, label size, thresholds and other details according to your requirements. 2. Enable thresholds: ◦ Enable thresholds to show labels only for relevant wicks (default is 6). ◦ Define the minimum wick lengths for bullish (green) and bearish (red) candles. 3. Show in pips: ◦ Enable the “Show wick length in pips” option to show the results in pips (especially suitable for Forex). 4. Edit pressure labels: ◦ Turn the “Bull Pressure” and “Bear Pressure” features on or off depending on your analysis settings. Concepts behind the calculations • Technical market analysis: Wick lengths can indicate buying or selling pressure and provide important information on market psychology. • Thresholds and filtering: The script uses thresholds to avoid visual overload and highlight only essential data. • Label display: Dynamic labels improve chart readability and give the user instant feedback on market developments. Usage This script is great for: • Intraday trading: Analyzing short-term movements using wick lengths. • Forex trading: Tracking market momentum using the pip indicator.
• Swing trading: Identifying buying or selling pressure in key markets.
• Visual support: Ideal for traders who prefer a graphical display. Description of the Wick Length Display (Advanced) script Originality and purpose of the script The Wick Length Display (Advanced) script is an innovative tool for traders who want to gain detailed insights into the length of candle wicks. It stands out for its versatility and user-friendly customization options. It combines precise technical calculations with visual representation to provide important information about market movements and dynamics right on the chart. Functionality The script calculates and displays the length of the upper and lower wicks of each candle on the chart. It also provides additional visual cues such as: • “Bull pressure”: When green candles do not have upper wicks, this indicates strong buying pressure. • “Bear pressure”: When red candles do not have lower wicks, this indicates strong selling pressure. • Threshold conditions: Only displays wicks that exceed a certain threshold (optional). • Display in pips: Allows you to display wick lengths in pips, which is useful for forex traders. How it works The script analyzes each candle using the following calculations: 1. Wick length calculation: ◦ Upper wick length = High - (top of the body) ◦ Lower wick length = (bottom of the body) - Low 2. Display conditions: ◦ It distinguishes between bullish and bearish candles. ◦ It checks if the calculated wicks exceed the defined thresholds before displaying them. 3. Dynamic labels: ◦ Labels are placed above or below the respective candles. ◦ Size, color and type of labels are fully customizable. 4. Limitation of labels
Alert conditions: Alerts are triggered when the wick length of a bullish or bearish candle exceeds the defined thresholds. Alert function: alert() is used to issue messages with a frequency of once per candle when the conditions are met. How to set up alerts Save the script and add it to your chart. Open the alert settings in TradingView. Select the script's custom message as a trigger. Adjust the frequency and notification type (popup, email, etc.). Now you have a powerful tool with visual analysis and alert function!