OPEN-SOURCE SCRIPT

Yesterday's Levels with 50% wick and Equilibrium

Uppdaterad
## Script Description

This Pine Script indicator highlights key levels from the previous day’s daily candle on any timeframe chart. It focuses exclusively on marking the following:

1. **Previous Day’s High, Low, Open, and Close**:
- Horizontal lines are drawn to indicate the previous day's high, low, open, and close prices.
- These lines are white and extend across the chart.

2. **50% of Candle Wicks**:
- If the previous day’s candle has wicks, two additional lines mark 50% of the top wick and 50% of the bottom wick.
- These lines are green and dotted, representing half the wick’s height.

3. **Equilibrium (50% of the Full Candle)**:
- A horizontal red line marks the midpoint (equilibrium) of the entire previous day’s candle, from high to low.
- This line is thicker than the others to emphasize the equilibrium level.

The script works by focusing only on the previous day’s daily candle, ensuring that it doesn’t plot lines for any older candles. These levels are visible on all timeframes.
Versionsinformation
# Indicator: "Yesterday's Levels with 50% and Equilibrium"

This indicator helps traders by automatically plotting key levels from the previous day's candle on their charts. It provides a clear visual reference to important price levels that can be used for making trading decisions on any timeframe. The following key features are included:

### 1. Previous Day's High, Low, Open, and Close:
- Horizontal lines mark the high, low, open, and close of the previous day's candle, providing quick visual access to these key levels.
- These levels are drawn in white and extend across all future bars, making them easy to see no matter which timeframe you're viewing.

### 2. Equilibrium Level:
- A red, thick horizontal line marks the "equilibrium" or 50% level of the previous day's entire range (from high to low). This level is often used by traders to gauge potential reversal or continuation zones.

### 3. 50% Wick Levels:
- Green dotted lines represent the 50% level of the upper and lower wicks of the previous day's candle. These lines can help identify potential reaction areas within the day's price action.

The indicator is designed to work on all timeframes but only calculates levels based on the previous day’s candle from the daily timeframe. This makes it particularly useful for intraday and swing traders who want to keep track of the prior day's price action.
Candlestick AnalysisCandlestick analysisChart patterns

Skript med en öppen källkod

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. Du kan ange den som favorit för att använda den i ett diagram.

Vill du använda det här skriptet i ett diagram?

Frånsägelse av ansvar