[Bkong]Liquidity Demand DetectionLiquidity Demand Detection
**Overview:**
Liquidity Demand Detection is a liquidity indicator designed to identify areas with insufficient liquidity for trading. Insufficient liquidity areas can be categorized into the following two types:
1. **Order Gaps Caused by Genuine Liquidity Shortages:** These occur when there is a real lack of liquidity in the market, leading to gaps in orders.
2. **Order Gaps Due to Rapid Order Execution Amid Increased Demand:** These occur when liquidity is sufficient, but a surge in demand or large institutional orders quickly consume available orders, resulting in insufficient liquidity.
**Trading Logic:**
The strategy focuses on identifying areas where a surge in demand has led to insufficient liquidity, such as large order absorptions caused by increased market demand or institutional entry. When a gap forms, traders can follow the prevailing trend. In the future, these areas are expected to accumulate a significant number of orders, meaning a large number of pending orders will build up. When the price returns to these areas, they can act as support and resistance levels, providing entry points for reversal trades.
**Applicable To:**
The default cycle parameter is set for intraday trading, suitable for a 15-minute time frame. For other time frames, users need to set their own parameters.
**Parameters:**
1. **Volume Confirmation Cycle:** Set an average value for a volume cycle as a reference.
2. **Standard Deviation of Cycle Calculation:** Calculate the standard deviation of the volume cycle and set a multiple threshold to filter out gaps that are not caused by a surge in demand.
3. **Maximum Number of Gaps to Display:** Define the maximum number of order gaps that will be shown.
Точки разворота и уровни
DOLPHIN TRADE LIVE TREND INDICATOR Working with the Indicator:
Trend Lines: The indicator draws trend lines when it detects at least two pivot points. These trend lines are updated dynamically as new price data becomes available.
Support and Resistance: Based on the historical pivot points, the indicator identifies areas where price has repeatedly bounced or reversed, marking them as potential support or resistance zones.
Alerts: The indicator supports multiple alert conditions, including when:
- A pivot point is created (new support or resistance).
- A trend line is broken.
- A support or resistance level is violated.
ATH DrawdownThis Pine Script indicator, titled "ATH Drawdown," is designed to help traders and analysts visualize various drawdown levels from the all-time high (ATH) of a security over the past 365 days. This indicator plots several key drawdown levels on the chart and dynamically updates their color and labels to reflect market conditions.
Key Features:
Daily High Calculation:
Fetches the daily high prices for the security using the request.security function.
Highest High Calculation:
Calculates the highest high over the last 365 days using daily data. This represents the all-time high (ATH) for the specified period.
Drawdown Levels:
Computes various drawdown levels from the ATH:
2% Drawdown
5% Drawdown
10% Drawdown
15% Drawdown
25% Drawdown
45% Drawdown
50% Drawdown
Dynamic Line Coloring:
The color of the 2% drawdown line changes dynamically based on the current closing price:
Red if the close is below the 2% drawdown level.
Green if the close is above the 2% drawdown level.
Plotting Drawdown Levels:
Plots each drawdown level on the chart with specific colors and line widths for easy visual distinction:
2% Drawdown: Green or Red, depending on the closing price.
5% Drawdown: Orange.
10% Drawdown: Blue.
15% Drawdown: Maroon.
25% Drawdown: Purple.
45% Drawdown: Yellow.
50% Drawdown: Black.
Labels for Drawdown Levels:
Adds labels at the end of each drawdown line to indicate the percentage drawdown:
Labels display "2%", "5%", "10%", "15%", "25%", "45%", and "50%" respectively.
The labels are positioned dynamically at the latest bar index to ensure they are always visible.
Example Use Cases:
Risk Management: Quickly identify significant drawdown levels to assess the risk of current positions.
Support Levels: Use drawdown levels as potential support levels where price might find buying interest.
Performance Tracking: Monitor how far the price has retraced from its all-time high to understand market sentiment and performance.
This script offers traders and analysts an efficient way to visualize and track important drawdown levels from the ATH, helping in better risk management and decision-making. The dynamic color and label features enhance the readability and usability of the indicator.
Ruhelos Pivot Points V1.0Was der Indikator macht:
Er berechnet die Pivot-Punkte (Pivot, R1, R2, R3, S1, S2, S3) für wöchentliche und monatliche Zeitrahmen.
Die Pivot-Punkte werden als Linien im Chart angezeigt, wobei Farbe, Dicke und Stil (durchgezogen, gestrichelt, gepunktet) individuell angepasst werden können.
Die Werte der Pivot-Punkte werden zusätzlich in einer übersichtlichen Tabelle dargestellt.
Die Tabelle kann in den Einstellungen des Indikators ein- und ausgeblendet werden.
Mein Ziel:
Ich wollte einen Indikator erstellen, der die Pivot-Punkte übersichtlich und flexibel darstellt, damit Trader die wichtigen Unterstützungs- und Widerstandszonen leicht erkennen können.
Offen für Feedback:
Da ich noch am Anfang meiner Pine-Script-Reise stehe, bin ich offen für jegliches Feedback und Verbesserungsvorschläge.
Insbesondere würde mich interessieren:
Gibt es Möglichkeiten, den Code zu optimieren oder zu vereinfachen?
Sind die Berechnungen der Pivot-Punkte korrekt und gibt es vielleicht bessere Formeln?
Welche zusätzlichen Funktionen könnten den Indikator noch nützlicher machen?
Ich freue mich auf eure Kommentare und Ideen!
Pivot High/Low [s3]This is a technical analysis tool that identifies significant price pivot points (highs and lows) in the market. It looks for both major and minor pivot points, which can help traders identify potential support and resistance levels, trend reversals, and breakout opportunities.
How Pivot Points Are Calculated:
The indicator uses a straightforward "higher than everything around it" or "lower than everything around it" approach:
For Pivot Highs:
- The indicator looks at a specific bar and compares it to bars before and after it
- For a major pivot high: It checks 50 bars to the left and 20 bars to the right
- If the bar's high price is higher than ALL bars within this range, it's marked as a pivot high
- Think of it like a mountain peak - it needs to be the highest point compared to everything around it
For Pivot Lows:
- Same concept but reversed - looking for valleys instead of peaks
- Checks the same ranges (50 left, 20 right)
- The bar's low price must be lower than ALL surrounding bars
- Like finding the bottom of a valley - it needs to be the lowest point in the area
Key Features:
1. Two types of pivot points:
- Major pivots (using longer lookback periods of 50 bars left, 20 bars right)
- Minor pivots (using half the lookback periods - 25 left, 10 right)
2. Visual elements:
- Triangle markers above/below bars for pivot points
- Dotted lines extending from pivot points
- Color coding: Green for lows (support), Red for highs (resistance)
- Major pivots are more prominent than minor pivots
3. Customizable alerts for:
- Formation of new pivot points
- Breakouts above/below pivot levels
Trading Applications:
1. Support and Resistance:
- Major pivot levels act as strong support (lows) and resistance (highs)
- Multiple touches of these levels increase their significance
- Minor pivots can indicate intermediate support/resistance levels
2. Trend Analysis:
- Higher highs and higher lows = Uptrend
- Lower highs and lower lows = Downtrend
- Breaking of major pivot levels can signal trend changes
3. Entry/Exit Signals:
- Long entries: When price bounces off major pivot lows
- Short entries: When price rejects from major pivot highs
- Take profits: At opposite pivot levels
- Stop losses: Just beyond the entry pivot level
4. Breakout Trading:
- Breaking above major pivot highs suggests bullish momentum
- Breaking below major pivot lows suggests bearish momentum
- Use the alert system to catch breakouts early
Settings Customization:
- Adjust lookback periods based on your timeframe
- Toggle visibility of markers and lines
- Customize colors for better visibility
- Enable/disable specific types of alerts
Risk Management Tips:
1. Don't rely solely on pivot points - combine with other indicators
2. Wait for confirmation of bounces/rejections before entering trades
3. Use proper position sizing based on stop loss placement
4. Consider market context and overall trend when trading pivot levels
This indicator is particularly useful for swing traders and position traders who focus on key market turning points and trend changes. It helps identify significant price levels where the market has previously shown reaction, making it valuable for both trend following and counter-trend strategies.
Entry and Exit Signals for Indian StocksThis indicator is for Indian stocks and Indian Index: including Nifty 50, Bank Nifty, Fin Nifty.
This indicator give you buy and sell signals.
Entry and Exit Signals for Indian StocksThis indicator is for Indian stocks and Indian Index: including Nifty 50, Bank Nifty, Fin Nifty.
This indicator give you buy and sell signals.
RT Levels Basic v2.0This script plots important levels for intraday trading. These levels are based not only on price action, but also on volume profile and vwap. The levels are based on multiple time frames and help to create market context for intraday trading. The levels are available for every trading day for futures markets - 6E, 6B, ES, CL, GC and for selected forex markets, but only when using FXCM data.
Estrategia RSI para BCT/USDT//@version=5
indicator("Estrategia RSI para BCT/USDT", overlay=false)
// Configuración del RSI
rsiPeriod = 14
rsiOverbought = 70
rsiOversold = 30
// Cálculo del RSI
rsiValue = ta.rsi(close, rsiPeriod)
// Señales de Compra y Venta
buySignal = ta.crossover(rsiValue, rsiOversold)
sellSignal = ta.crossunder(rsiValue, rsiOverbought)
// Gráfico del RSI
hline(rsiOverbought, "Sobrecompra", color=color.red)
hline(rsiOversold, "Sobreventa", color=color.green)
plot(rsiValue, "RSI", color=color.blue)
// Señales en el gráfico
plotshape(buySignal, style=shape.labelup, location=location.belowbar, color=color.green, size=size.small, text="BUY")
plotshape(sellSignal, style=shape.labeldown, location=location.abovebar, color=color.red, size=size.small, text="SELL")
// Histograma de RSI
bgcolor(buySignal ? color.new(color.green, 90) : na)
bgcolor(sellSignal ? color.new(color.red, 90) : na)
Dynamic Customizable 50% Line & Daily High/Low + True Day OpenA Unique Indicator for Precise Market-Level Analysis
This indicator is a fully integrated solution that automates complex market-level calculations and visualizations, offering traders a tool that goes beyond the functionality of existing open-source alternatives. By seamlessly combining several trading concepts into a single script, it delivers efficiency, accuracy, and customization that cater to both novice and professional traders.
Key Features: A Breakdown of What Makes It Unique
1. Adaptive Daily Highs and Lows
Automatically detects and plots daily high and low levels based on the selected time frame, dynamically updating in real time.
Features session-based adjustments, allowing traders to focus on levels that matter for specific trading sessions (e.g., London, New York).
Fully customizable styling, visibility, and alerts tailored to each trader’s preferences.
How It Works:
The indicator calculates daily high and low levels directly from price data, integrating session-specific time offsets to account for global trading hours. These levels provide traders with clear visual markers for key liquidity zones.
2. Automated ICT 50% Range Line
A pioneering implementation of ICT’s mid-range concept, this feature dynamically calculates and displays the midpoint of the daily range.
Offers traders a visual guide to identify premium and discount zones, aiding in determining market bias and potential trade setups.
How It Works:
The script calculates the range between the day’s high and low, dividing it by two to generate the midline. This line updates in real-time, ensuring that traders always see the most current premium and discount levels as price action evolves.
3. Dynamic Market Open Levels
Plots session opens (e.g., Asia, London, New York) and the True Day Open to provide actionable reference points for intra-day trading strategies.
Enhances precision in identifying liquidity shifts and aligning trades with institutional price movements.
How It Works:
The indicator uses predefined session times to calculate and display the opening levels for key trading sessions. It dynamically adjusts for time zones, ensuring accuracy regardless of the trader’s location.
4. Custom Watermark for Enhanced Visualization
Includes an optional watermark feature that allows users to display custom text on their charts.
Ideal for personalization, branding, or highlighting session notes without disrupting the clarity of the chart.
Why This Indicator Stands Out
First-to-Market Automation:
While the ICT 50% range line is a widely recognized concept, this is the first script to automate its calculation, combining it with other pivotal trading levels in a single tool.
All-in-One Functionality:
Unlike open-source alternatives that focus on individual features, this script integrates daily highs/lows, mid-range levels, session opens, and customizable watermarks into one cohesive system. The consolidation reduces the need for multiple indicators and ensures a clean, efficient chart setup.
Dynamic Customization:
Every feature can be adjusted to align with a trader’s strategy, time zone, or aesthetic preferences. This level of adaptability is unmatched in existing tools.
Proprietary Logic:
The indicator’s underlying calculations are built from scratch, leveraging advanced programming techniques to ensure accuracy and reliability. These proprietary methods differentiate it from similar open-source scripts.
How to Use This Indicator
Apply the Indicator:
Add it to your TradingView chart from the library.
Configure Settings:
Use the intuitive settings panel to adjust plotted levels, colors, styles, and visibility. Tailor the indicator to your trading strategy.
Incorporate into Analysis:
Combine the plotted levels with your preferred trading approach to identify liquidity zones, establish market bias, and pinpoint potential reversals or entries.
Stay Focused:
With all key levels automated and updated in real time, traders can focus on execution rather than manual plotting.
Originality and Justification for Closed Source
This script is closed-source due to its unique combination of features and proprietary logic that automates complex trading concepts like the ICT 50% range line and session-specific levels. Open-source alternatives lack this level of integration and customization, making this indicator a valuable and original contribution to the TradingView ecosystem.
What Sets It Apart from Open-Source Scripts?
Unlike open-source tools, this indicator doesn’t just replicate individual features—it enhances and integrates them into a seamless, all-in-one solution that offers traders a more efficient and effective way to analyze the market.
Swing Structure Scanner [LuxAlgo]The Swing Structure Scanner Indicator is a dashboard type indicator which displays a Consolidated "High/Low-Only" view of swing structure, with the capability to retrieve and display swing points from up to 6 different tickers and timeframes at once.
🔶 USAGE
This indicator displays swing structure data from up to 6 unique tickers or timeframes; Each graph represents the current swing structure retrieved from the requested chart/s.
Each swing graph displays the current live swing point positioning relative to the previous swing points. By analyzing the different formations, patterns can more easily be recognized and found across multiple tickers or timeframes at once.
This indicator serves as a nifty tool for confluence recognition, whether that's confluence throughout market tickers, or confluence through higher timeframes on the same ticker.
Alternatively, viewing the relative positioning of each swing point to each other, should give a clearer idea when higher lows or lower highs are formed. This can potentially indicate a newly forming trend, as well as serving as a warning to watch for breakouts.
The swing length can be changed to align with each individual's strategy, as well as a display look back can be adjusted to show more or less swing points at one time.
The display is fairly customizable, it is not fixed to 6 symbols at all times and can be minimized to only display the number of symbols needed; Additionally, the display can be set to vertical mode or horizontal(default) to utilize as needed.
Note: Hover over the swing point in the dashboard to get a readout of the exact price level of the swing point.
🔶 SETTINGS
Swing Length: Set the swing length for the structure calculations.
Swing Display Lookback: Sets the number of swing points (Pairs) to display in each Swing Graph display.
Symbols: Sets the Timeframe and Symbol for each Swing Graph.
Vertical Display: Display the Swing Graphs up and down, rather than side to side.
Scaling Factor: Scales the entire indicator up or down, to fit your needs.
Eroina Trend Reversal Indicator with ConfirmationsEroina Trend Reversal Indicator with Confirmations
Overview (English):
The Trend Reversal Indicator with Confirmations is designed to identify potential trend reversals by analyzing dynamic resistance and support levels. This script uses a robust confirmation system to reduce false signals, making it ideal for traders who seek disciplined, data-driven decisions.
Key Features:
• Dynamic Levels: Calculates resistance and support levels based on user-defined lengths.
• Breakout Confirmation: Confirms trend reversals by validating price action over a specified number of candles.
• Visual Cues: Displays “LONG” and “SHORT” signals directly on the chart, alongside resistance/support levels.
• Customizable Parameters: Adaptable to different timeframes and market conditions.
How It Works:
1. Resistance & Support Levels:
• Resistance: Calculated as the highest high over the last N bars.
• Support: Calculated as the lowest low over the last N bars.
2. Breakout Detection:
• A resistance breakout occurs when the price closes above the resistance level.
• A support breakout occurs when the price closes below the support level.
3. Confirmation Logic:
• Signals are validated only if the price remains above/below the levels for a user-defined number of candles.
4. Entry Signals:
• “LONG” signals indicate a confirmed breakout above resistance.
• “SHORT” signals indicate a confirmed breakdown below support.
Settings:
• Resistance Length: Defines the number of candles used to calculate resistance levels.
• Support Length: Defines the number of candles used to calculate support levels.
• Confirmation Candles: Specifies how many candles are required to confirm breakouts.
Usage:
This indicator is ideal for identifying trend reversals and optimizing entry points. Combine it with volume analysis or other technical indicators to enhance accuracy. For example:
• Use in conjunction with RSI to avoid overbought/oversold conditions.
• Combine with moving averages to confirm the trend direction.
Overview (Additional Language):
(Your additional language description can go here after English, e.g., Russian, Spanish, etc.)
TAPDA Hourly Open Lines (Candle Body Box)-What is TAPDA?
TAPDA (Time and Price Displacement Analysis) is based on the belief that markets are driven by algorithms that respond to key time-based price levels, such as session opens. Traders who follow TAPDA track these levels to anticipate price movements, reversals, and breakouts, aligning their strategies with the patterns left by these underlying algorithms. By plotting lines at specific hourly opens, the indicator allows traders to visualize where the market may react, providing a structured way to trade alongside the algorithmic flow.
***************
**Sauce Alert** "TAPDA levels essentially act like algorithmic support and resistance" By plotting these hourly opens, the TAPDA Hourly Open Lines indicator helps traders track where algorithms might engage with the market.
***************
-How It Works:
The indicator draws a "candle body box" at selected hours, marking the open and close prices to highlight price ranges at significant times. This creates dynamic zones that reflect market sentiment and structure throughout the day. TAPDA levels are commonly respected by price, making them useful for identifying potential entry points, stop placements, and trend reversals.
-Key Features:
Customizable Hour Levels – Enable or disable specific times to fit your trading approach.
Color & Label Control – Assign unique colors and labels to each hour for better visualization.
Line Extension – Project lines for up to 24 hours into the future to track key levels.
Dynamic Cleanup – Old lines automatically delete to maintain chart clarity.
Manual Time Offset – Adjust for broker or server time zone differences.
-Current Development:
This indicator is still in development, with further updates planned to enhance functionality and customization. If you find this script helpful, feel free to copy the code and stay tuned for new features and improvements!
Previous Week High & Low with middle lineDescription:
The Previous Week High & Low Indicator is a powerful tool designed to provide traders with key reference levels from the previous trading week. It dynamically calculates and plots the previous week's high, low, and midpoint levels directly on your chart, helping you identify critical support and resistance zones.
Features:
1. **Previous Week High and Low Lines**:
- The indicator displays the high and low prices of the previous trading week, allowing you to analyze price action relative to these levels.
- These lines are plotted as step lines, visible only during the active trading days (Monday to Friday), ensuring clean and uncluttered charts.
2. Midpoint Line:
- The midpoint between the previous week's high and low is calculated and displayed as a reference level.
- This white line can act as a psychological pivot point for market participants.
3. Customizable Display:
- You can toggle the visibility of the high and low lines using input options, tailoring the indicator to your preferences.
4. Precision and Aesthetics:
- The lines are plotted with precision and styled for clarity, using subtle transparency for an unobtrusive yet informative appearance.
Use Case:
- This indicator is ideal for traders who rely on historical price levels for planning entries, exits, or stop-loss placements.
- It works seamlessly with any timeframe and asset, making it versatile for various trading strategies.
How It Works:
- The indicator fetches the previous week's high and low prices using the weekly timeframe and "lookahead" mode to ensure these levels remain static after the week's close.
- The lines are plotted only on weekdays (Monday to Friday) to exclude weekend data, ensuring accuracy for markets that operate 24/5.
This tool simplifies your chart analysis and empowers you to make informed trading decisions based on historical price dynamics.
[Marmotte] Support & ResistanceDynamic Support/Resistance Indicator
Available on charts of all symbols, not just Bitcoin.
Timeframe
The chart time to base the support/resistance values on.
This value cannot be less than the current chart timeframe.
ex) Current chart timeframe = 15 minutes, option value = 60 (1 hour) O
ex) Current chart timeframe = 4 hours, option = 60 (1 hour) X
Mode
This is how support/resistance values are calculated.
The “Pivot” option takes the PivotHigh and PivotLow for a specific period of time (number of candles).
The “Normal” option is used to get the Highest and Lowest for a specific time period (number of candles).
Lookback Candle
When set to 20 and the “Pivot” option is selected, the highest price of the 20 candles before the specific candle is selected.
If set to 20 and the “Normal” option is selected, the highest price of the 20 candles before the current candle is selected.
Sensitivity
This option only applies when “General” is selected.
Different support/resistance values calculated based on sensitivity
Extract the reference high/low for the “Lookback Candle” in the selected “Timeframe” based on the “Mode”.
Compare the Bar Index (candle order) of the extracted reference high/low and divide the upside/downside (ex: up if the reference low came before the reference high, down if the reference high came before the reference low, etc.).
Now, based on the baseline high/low and up/down, calculate the , and plot them on the chart.
Updates the extracted values based on the “base value” when the reference high/low for the “calculation period (number of candles)” in the selected “chart time” changes.
The indicator is built with simple logic that automatically identifies tops and bottoms, and then calculates and plots the corresponding Fibonacci retracements and extensions.
Therefore, it is not recommended to trade blindly on the support/resistance plotted by the indicator.
The indicator can be used to enhance the ability of support-resistance lines or to reference support-resistance on longer time frames from shorter time frames. For example, you can set up a 4-hour support/resistance on a 15-minute timeframe. This way, you can see the support/resistance of a higher timeframe that looks like a pullback/recovery in the short term, but is more reliable and can be used as a reference for trading.
The recommended time frame is 4 hour.
Please note that this may not work properly on symbols with too small an amount (e.g. it does not work properly on symbols like 0.005$)
-------------------------------------------------
동적 지지/저항선 인디케이터
비트코인뿐 아니라 모든 심볼의 차트에서 사용가능합니다.
차트 시간
지지/저항 값을 계산에 기본이 될 차트 시간입니다.
이 값은 현재 차트 타임프레임보다 작을 수 없습니다.
ex) 현재 차트 타임프레임 = 15분, 옵션값 = 60(1시간) O
ex) 현재 차트 타임프레임 = 4시간, 옵션값 = 60(1시간) X
베이스 값
지지/저항 값을 계산하는 방법입니다.
"피봇고저" 옵션은 특정 기간(캔들 수)의 PivotHigh, PivotLow를 구하여 사용합니다.
"일반고저" 옵션은 특정 기간(캔들 수)의Highest, Lowest를 구하여 사용합니다.
계산 기간
20으로 설정 후 "Pivot" 옵션을 선택한 경우, 특정 캔들 이전 20개의 캔들 중 해당 캔들이 제일 고가가 높을 때 선택
20으로 설정 후 "Normal" 옵션을 선택한 경우, 현재 캔들 이전 20개의 캔들 중 가장 고가 선택
민감도
해당 옵션은 "Normal"를 선택했을때만 적용됩니다.
민감도에 따라 계산되는 지지/저항 값이 다름
선택한 "차트 시간"에서 "계산 기간(캔들 수)" 동안의 기준 고가/저가를 "모드"에 기반하여 추출합니다.
추출된 기준 고가/저가의 Bar Index(캔들 순서)를 비교하여 상승/하락을 나눕니다. (ex. 기준 저가가 기준 고가보다 먼저 나왔다면 상승, 기준 고가가 기준 저가보다 먼저 나왔다면 하락)
이제 기준 고가/저가와 상승/하락을 토대로 , 을 계산하여 차트에 그립니다.
선택한 "차트 시간"에서 "계산 기간(캔들 수)" 동안의 기준 고가/저가를 "모드"에 기반하여 추출한 값이 변경될 때 업데이트 됩니다.
해당 지표는 고점과 저점을 자동으로 식별하여 상승/하락을 파악 후 그에 맞는 피보나치 되돌림 및 확장을 계산하여 그려주는 간단한 로직으로 만들어졌습니다.
그렇기에 해당 지표에서 그려주는 지지/저항을 맹목적으로 믿고 트레이딩에 임하는 것은 권장하지 않습니다.
해당 지표는 지지저항선의 능력을 키우거나 단기 프레임에서 장기 프레임의 지지저항을 참고하는데 사용할 수 있습니다. 예를 들어서 15분 타임프레임에서 4시간 지지/저항을 설정하여 확인할 수 있습니다. 이렇게되면 단기적으로는 하락/상승처럼 보이지만, 비교적 신뢰도가 더 높은 상위 타임프레임의 지지/저항을 확인하여 매매에 참고로 사용할 수 있습니다.
권장 타임 프레임은 1시간 입니다.
너무 금액이 작은 심볼에선 제대로 동작하지 않을 수 있습니다. (ex. 0.005$와 같은 심볼에서는 제대로 작동하지 않음)
BK MA Horizontal Lines
Indicator Description:
I am incredibly proud and excited to share my first indicator with the TradingView community! This tool has been instrumental in helping me optimize my positioning and maximize my trades.
Moving Averages (MAs) are among the top three most crucial indicators for trading, and I believe that the Daily, Weekly, and Monthly MAs are especially critical. The way I’ve designed this indicator allows you to combine MAs from your Daily timeframe with one or two from the Weekly or Monthly timeframes, depending on what is most relevant for the specific product or timeframe you’re analyzing.
For optimal use, I recommend:
Spacing your chart about 11 spaces from the right side.
Setting the Labels at 10 in the indicator configuration.
Keeping the line thickness at size 1, while using size 2 for my other indicator, "BK BB Horizontal Lines", which follows a similar concept but applies to Bollinger Bands.
If you find success with this indicator, I kindly ask that you give back in some way through acts of philanthropy, helping others in the best way you see fit.
Good luck to everyone, and always remember: God gives us everything. May all the glory go to the Almighty!
Consecutive Candles DevisSoHi Traders !!!
Level Calculation:
50% and 23.6% Fibonacci levels are calculated based on the open and close of the previous candles.
Consecutive Candle Check:
For an uptrend: Each candle's low must not touch the 50% levels of the previous candles.
For a downtrend: Each candle's high must not touch the 50% levels of the previous candles.
Pullback Level:
When a long signal is triggered, the current candle's low is recorded as a pullback level.
When a short signal is triggered, the current candle's high is recorded as a pullback level.
Breakout and Signal Generation:
If the price breaks above the calculated level, a long signal is generated; if it breaks below, a short signal is generated.
These signals are visualized on the chart.
Continuity:
The system checks the last signal to ensure the validity of new signals, maintaining the consistency of consecutive signals.
GROK - 40 Day High BreakoutTitle: GROK - Customizable High Breakout Detector
To scan base breakout with Pine Screener
Description:
This Pine Script indicator identifies high breakout patterns based on a user-defined lookback period. By default, it checks for a breakout of the 40-day high, but the period can be adjusted to suit your trading strategy. Key features include:
Custom Lookback Period: Easily modify the number of days for high breakout detection. Lookback period is length of base you want to scan using pine screener.
Visual Alerts: Displays a green triangle above the price bar when a breakout is detected.
Alert Conditions: Built-in alert notifications for automated breakout detection.
Screener Compatibility: Plots breakout signals as a histogram for screener use.
This script is ideal for traders looking to identify strong breakout patterns and incorporate them into their strategies.
How to Use:
Adjust the lookback period in the settings to match your desired breakout criteria.
Add alerts for automated notifications when a breakout is detected.
Use the visual markers and histogram to analyze breakout patterns on your chart.
Intelligent Support & Resistance Lines (MTF)This script automatically detects and updates key Support & Resistance (S/R) levels using a higher timeframe (MTF) approach. By leveraging volume confirmation, levels are only identified when significant volume (relative to the SMA of volume) appears. Each level is drawn horizontally in real time, and whenever the market breaks above a resistance level (and retests it), the script automatically converts that resistance into support. The opposite occurs if the market breaks below a support level.
Key Features:
Multi-Timeframe (MTF) Data
Select a higher timeframe for more robust S/R calculations.
The script fetches High, Low, Volume, and SMA of Volume from the chosen timeframe.
Automatic Role Reversal
Resistance becomes Support if a breakout retest occurs.
Support becomes Resistance if a breakdown retest occurs.
Dynamic Line Width & Labeling
Each S/R line’s thickness increases with additional touches, making frequently tested levels easier to spot.
Labels automatically display the number of touches (e.g., “R 3” or “S 2”) and can have adjustable text size.
Volume Threshold
Only significant pivots (where volume exceeds a specified multiplier of average volume) are plotted, reducing noise.
Horizontal Offset for Clarity
Lines are drawn with timestamps instead of bar_index, ensuring that old levels remain visible without chart limitations.
Adjustable Maximum Levels
Maintain a clean chart by limiting how many S/R lines remain at once.
How It Works:
Pivot Detection: The script identifies swing highs and lows from the higher timeframe (timeframeSR).
Volume Check: Only pivots with volume ≥ (SMA Volume * volumeThreshold) qualify.
Line Creation & Updates: New lines are drawn at these pivots, labeled “R #” or “S #,” indicating how many times they’ve been touched.
Role Reversal: If price breaks above a resistance and retests it from above, that line is removed from the resistance array and re-created in the support array (and vice versa).
Inputs:
Timeframe for S/R: Choose the higher timeframe for S/R calculations.
Swing Length: Number of bars to consider in a pivot calculation.
Minimum Touches: Minimum required touches before drawing or updating a level.
Volume Threshold (Multiplier): Determines how much volume (relative to SMA) is needed to confirm a pivot.
Maximum Number of Levels: Caps how many S/R lines can be shown at once.
Color for Resistance & Color for Support: Customize your preferred colors for lines and labels.
Label Size: Select from "tiny", "small", "normal", "large", or "huge" to resize the labels.
Disclaimer:
This script is intended for educational purposes and should not be interpreted as financial or investment advice. Always conduct your own research or consult a qualified professional before making trading decisions.
Pivot PointsPivot Points Indicator
The Pivot Points indicator highlights areas on the chart where candles close in opposite colors. These points occur when the price shifts from bullish to bearish, or vice versa, indicating potential reversals or continuation patterns. These points are more easily seen on a line chart and represent areas where the price changes direction to create peak formations.
Foundational Concepts
Before diving into the indicator, it’s important to understand a few key concepts:
When price is trending upward, it creates higher highs and higher lows. Each high or low acts as a pivot point. In an uptrend, the price is more likely to break the previous high (pivot point) and continue higher. You can enter a buy trade when the price breaks the previous high, anticipating the continuation of the trend.
When price is trending downward, it creates lower lows and lower highs. Each high or low is also a pivot point. In a downtrend, the price is more likely to break the previous low (pivot point) and continue lower. You can enter a sell trade when the price breaks the previous low, anticipating the continuation of the trend.
For reversal trades, it’s helpful to be familiar with chart patterns like double tops, double bottoms, and head and shoulders. The Pivot Points indicator can assist in identifying these patterns, helping you determine entry points, as well as where to place your stop loss.
Recommended Setup
It’s recommended to have two charts open side by side: one displaying a line chart and the other showing a candlestick chart, with the Pivot Points indicator applied to both. This setup allows you to easily identify the market structure and price action as it approaches these levels. You can also add a 20-period Simple Moving Average (SMA) to both charts to help identify the overall trend. Additionally, consider adding the Relative Strength Index (RSI) to the line chart to confirm overbought or oversold conditions.
This approach can be used on any timeframe.
Contributing
If you have suggestions, improvements, or bug fixes, I encourage you to submit pull requests. Collaboration helps make the indicator more versatile and useful for everyone.
Disclaimer
Any trading decisions you make are entirely your responsibility.
The MetaTrader 5 version of this indicator is available on my GitHub repository: roshaneforde/pivot-points-indicator
First day candle high and low of monthThis script is designed to mark the high and low levels of the first candle of each month on the chart. These levels are often considered significant support and resistance zones, as they can represent key liquidity points in the market.
The idea behind this tool is based on the observation that the low of the first monthly candle can act as a critical support level, especially during a bullish market trend. If the price breaks below this low in a bull market, it may indicate a potential manipulation or stop-loss hunting rather than a genuine shift in trend. Similarly, the high of the first monthly candle may serve as a key resistance level, particularly in consolidating or range-bound markets.
By dynamically plotting these levels, the script provides traders with valuable insights into potential liquidity zones and significant market reactions. It allows for customizable line colors and lengths, making it adaptable to various trading styles and preferences.
This tool is particularly useful for traders who wish to align their strategies with institutional market behaviors, as it highlights areas where liquidity is likely to be targeted. Use it as part of your broader analysis to identify potential trade setups, manage risk effectively, and understand market dynamics more comprehensively.
RSI BB StdDev SignalOverview
The RSI BB StdDev Signal Indicator is a powerful tool designed to enhance your trading strategy by combining the Relative Strength Index (RSI) with Bollinger Bands (BB). This unique combination allows traders to identify potential buy and sell signals more accurately by leveraging the strengths of both indicators. The RSI helps in identifying overbought and oversold conditions, while the Bollinger Bands provide a dynamic range to assess volatility and potential price reversals.
Key Features
— RSI Calculation: The indicator calculates the RSI based on user-defined parameters, allowing for customization to fit different trading styles.
— Bollinger Bands Integration: The RSI values are smoothed using a moving average, and Bollinger Bands are applied to this smoothed RSI to generate buy and sell signals.
— Divergence Detection: The indicator includes an optional feature to detect and alert on bullish and bearish divergences between the RSI and price action.
— Customizable Alerts: Users can set up alerts for buy and sell signals, as well as for divergences, ensuring they never miss a trading opportunity.
— Visual Aids: The indicator plots the RSI, Bollinger Bands, and signals on the chart, making it easy to visualize and interpret the data.
How It Works
1. RSI Calculation:
— The RSI is calculated using the change in the source input (default is close price) over a specified period.
— The RSI values are then plotted on the chart with customizable overbought and oversold levels.
2. Smoothing and Bollinger Bands:
— The RSI values are smoothed using a moving average (SMA, EMA, SMMA, WMA, VWMA) selected by the user.
— Bollinger Bands are applied to the smoothed RSI to create dynamic upper and lower bands.
3. Signal Generation:
—Buy signals are generated when the RSI crosses above the lower Bollinger Band.
—Sell signals are generated when the RSI crosses below the upper Bollinger Band.
—These signals are plotted on both the RSI pane and the main price chart for easy reference.
4. Divergence Detection:
— The indicator can detect and alert on regular bullish and bearish divergences between the RSI and price action.
— Bullish divergences occur when the price makes a lower low, but the RSI makes a higher low.
— Bearish divergences occur when the price makes a higher high, but the RSI makes a lower high.
Usage
1. Setting Up:
— Add the indicator to your TradingView chart.
— Customize the RSI length, source, and other parameters in the settings panel.
— Enable or disable the divergence detection based on your trading strategy.
2. Interpreting Signals:
— Use the buy and sell signals generated by the RSI crossing the Bollinger Bands as potential entry and exit points.
— Pay attention to divergences for additional confirmation of trend reversals.
3. Alerts:
— Set up alerts for buy and sell signals to receive notifications in real-time.
— Enable divergence alerts to be notified of potential trend reversals.
Conclusion
The RSI BB StdDev Signal Indicator is a comprehensive tool that combines the strengths of the RSI and Bollinger Bands to provide traders with more accurate and reliable signals. Whether you are a beginner or an experienced trader, this indicator can enhance your trading strategy by offering clear visual cues and customizable alerts.
Note
This indicator is provided with open-source code, allowing users to understand its logic and customize it further if needed. The detailed description and customizable settings ensure that traders of all levels can benefit from its unique features.