DaringBull Arvind Gap Up/DownThis strategy operates on 5-minute charts and leverages the Moving Average (MA) crossover technique. The core concept is simple: when the shorter MA crosses above the longer MA, it signals upward momentum in the market, suggesting a potential buying opportunity. In this scenario, a green arrow appears at the bottom of the corresponding candle, indicating a buy signal.
Conversely, when the shorter MA crosses below the longer MA, it signals bearish momentum, suggesting a short-selling opportunity. This is visually represented by a red triangle at the top of the relevant candle.
To enhance the precision of this strategy, consider incorporating Bollinger Bands. These can help identify overbought or oversold conditions, providing an additional layer of confirmation for your trades.
Candlestick analysis
InspireHER Dynamic EMA RR Positioning IndicatorDynamic EMA and RR Positioning Indicator
This indicator is designed to provide traders with highly customizable buy and sell signals based on EMA (Exponential Moving Average) crossovers and Risk-to-Reward (RR) ratios. It works on any timeframe and allows users to toggle price data and additional position boxes for visualizing trade setups. Additionally, traders can choose between displaying dots or labeled signals for buy/sell indicators, making this tool versatile and user-friendly for different preferences and strategies.
What Makes This Indicator Unique
Customizable Parameters: The script offers extensive options for tailoring the indicator to your preferred trading style and strategy:
EMA: Configurable through settings (default is a 21-period EMA).
Risk-to-Reward Ratio (RR): Adjustable to meet your desired RR levels (default is 1:2.5).
Lookback Period: Visualizes buy/sell signals over the last six months.
Position Boxes for Trade Visualization: The indicator can "draw" position boxes on the chart, showing potential entry points, stop-loss (SL), and take-profit (TP) levels based on the selected RR. These visual aids simplify decision-making and help evaluate trade opportunities directly on the chart.
Price Data Toggle: Traders can choose to view or hide price data related to trade signals, including TP, SL, and RR values. By default, this is turned off to maintain a clean chart but can be activated when needed.
Flexible Signal Display Options:
Dots Mode: Displays buy signals as green dots and sell signals as red dots on the chart.
Label Mode: Displays buy signals as labels with the word "Buy" in green and sell signals as labels with the word "Sell" in red.
This toggle allows traders to customize how signals are displayed for a more personalized trading experience.
Simple Signal View: A toggle option provides a cleaner chart by enabling or disabling additional visual elements like circles or labels.
How It Works
Buy Signal: Triggered when the price crosses the EMA and closes above it.
Entry: Top of the candle.
Stop-Loss: Bottom of the candle.
Take-Profit: Calculated based on the selected RR.
Sell Signal: Triggered when the price crosses the EMA and closes below it.
Entry: Bottom of the candle.
Stop-Loss: Top of the candle.
Take-Profit: Calculated based on the selected RR.
Default Settings
EMA: 21-period.
Risk-to-Reward Ratio: 1:2.5.
Price Data: Off (can be toggled on in settings).
Position Boxes: Off (can be toggled on in settings).
Signal Display: Labels mode with "Buy" (green) and "Sell" (red) enabled by default; can be toggled to Dots mode.
Timeframe: Any timeframe supported.
How to Use
Add the Indicator to Your Chart: Once applied, the EMA line and buy/sell signals will appear by default.
Customize Settings: Navigate to the indicator's settings to adjust EMA, RR, or enable/disable Price Data, Position Boxes, or switch between Dots and Label modes.
Trade with Confidence: Use the visual aids and signals to assess trade opportunities based on your strategy and timeframe.
This indicator combines the reliability of EMA-based signals with the flexibility of configurable RR, visual trade setups, and multiple signal display options, making it a powerful tool for all types of traders. Happy Trading!!
SMA Proximity Signal with Trend TableSummary of the Script:
This Pine Script is designed to provide a variety of technical analysis signals based on Simple Moving Averages (SMAs) and market trends across different timeframes. The script combines multiple indicators, such as the SMA crossover, proximity conditions, and trend analysis, along with visual markers and support/resistance lines. Below is a detailed breakdown of the key features:
The script detects crossovers between SMA1 and SMA2 and SMA1 and SMA3, marking them with green circles exactly at the crossover price level (not on the candles).
The crossover events are identified using ta.crossover and ta.crossunder functions.
Additional circles are drawn when other SMAs are in proximity (narrow stage)
Elephant Candle Pattern:
The script identifies "Elephant Candles" based on a large candle body relative to the overall size of the candle, using the condition where the candle body is at least 80% of the total candle size and at least 1.5 times the average candle size.
These candles are marked with an elephant emoji 🐘 at the top of the candle.
Trend Analysis Across Multiple Timeframes:
The script calculates the trend for different timeframes using the SMA20 of each timeframe:
5m, 15m, 1h, 4h, and 1D
It compares the current SMA20 to its previous value to determine whether the trend is Up, Down, or Flat.
Highest High, Lowest Low, Midpoint for Selected Days [kiyarash]Highest High, Lowest Low, and Midpoint for Selected Days Indicator
This custom TradingView indicator allows you to visualize the highest high, lowest low, and the midpoint (average of the highest high and lowest low) over a custom-defined period. You can choose a starting date and specify how many days ahead you want to track the highest and lowest values. This is useful for identifying key levels in a trend and potential support or resistance zones.
How to Use:
Set the Starting Date:
In the settings, input the starting date from which you want to begin tracking the price range. This will be the reference point for your analysis.
Choose the Number of Days to Track:
Specify how many days you want to analyze from the selected starting date. For example, if you want to see the highest high and lowest low over the next 3 days, enter "3" in the settings.
Visualizing the Levels:
The indicator will automatically calculate the highest price and the lowest price over the selected period and draw three lines:
Red Line: Represents the Highest High within the selected period.
Green Line: Represents the Lowest Low within the selected period.
Blue Line: Represents the Midpoint, which is the average of the Highest High and Lowest Low.
Interpretation:
Highest High is a key resistance level, indicating the highest price reached within the specified period.
Lowest Low is a key support level, showing the lowest price during the same period.
Midpoint provides a reference for the average price, often acting as a neutral level between support and resistance.
This tool can help traders to quickly assess potential market ranges, identify breakout or breakdown points, and make informed decisions based on recent price action.
How to Apply:
Add the indicator to your chart.
Adjust the settings to choose your desired starting date and the number of days you want to analyze.
Observe the drawn lines for the Highest High, Lowest Low, and Midpoint levels, and use them to assist in your trading decisions.
FVG VisualizationDraws FVG gaps going back a certain time frame and draws them green if they have been filled bullishly, red if they are yet to be filled, and yellow if the current stock price is close.
RSI and MACD (Double Bands)Combine RSI and MACD under one indicator. The MACD will have two bands to highlight the momentum degree.
Candle size in pipsssThe original is not by me and is titled "Candle size in pips" (brilliant work) I simply added two extra candles to settings so that I can get a trend aspect to signal. Pips tuned for EURUSD and so Xauusd needs adjusting as seen in image.
SMA Proximity Signal with Trend Table Key Features:
SMA Indicators:
The script calculates and plots three Simple Moving Averages (SMAs):
SMA1 (20-period)
SMA2 (200-period)
SMA3 (50-period)
Each SMA is plotted with configurable colors and line thicknesses.
SMA Crossover Signals:
The script detects crossovers between SMA1 and SMA2 and SMA1 and SMA3, marking them with green circles exactly at the crossover price level (not on the candles).
The crossover events are identified using ta.crossover and ta.crossunder functions.
A green circle appears at the crossover price level when:
SMA1 crosses above SMA2 (▲)
SMA1 crosses below SMA2 (▼)
Additional circles are drawn when other SMAs cross each other.
Proximity Condition:
The script checks whether the SMA1 and SMA2 are close to each other and have a flat slope (i.e., low rate of change), marking this condition with a green circle.
The proximity condition is calculated as the absolute difference between SMA1 and SMA2 relative to the current price, with a threshold for the proximity percentage (proximity_threshold).
The angle of each SMA is also checked to determine if the SMAs are flat (angle_threshold).
Support and Resistance Levels:
The script calculates support and resistance levels based on the lowest low and highest high over the last 20 bars, respectively.
It draws red dotted vertical lines when the current price is approaching these support or resistance levels (if the price is within a certain threshold).
Elephant Candle Pattern:
The script identifies "Elephant Candles" based on a large candle body relative to the overall size of the candle, using the condition where the candle body is at least 80% of the total candle size and at least 1.5 times the average candle size.
These candles are marked with an elephant emoji 🐘 at the top of the candle.
Trend Analysis Across Multiple Timeframes:
The script calculates the trend for different timeframes using the SMA20 of each timeframe:
5m, 15m, 1h, 4h, and 1D
It compares the current SMA20 to its previous value to determine whether the trend is Up, Down, or Flat.
A trend table is displayed at the top-right corner of the chart, showing the trend direction for each timeframe, with background colors indicating the trend (green for up, red for down, and gray for flat).
Customizable Inputs:
The script offers configurable input options for:
SMA lengths
Line colors and thicknesses
Proximity and angle thresholds
Support/resistance threshold for drawing lines
Alerts:
Alerts are set up for the proximity condition, allowing the user to be notified when the two SMAs are close and flat.
Visualization:
SMA Plots: The SMAs are plotted as lines with different colors.
Crossover Markers: Green circles are placed exactly at the price level of the SMA crossovers.
Proximity Signals: Green circles are used to indicate when the SMAs are flat and close.
Support/Resistance Lines: Red vertical lines are drawn when the price is near support or resistance levels.
Trend Table: A table in the top-right corner shows the trend across multiple timeframes, with color-coding for each trend direction.
Purpose of the Script:
The main objective of this script is to provide a comprehensive and visual way to track the behavior of Simple Moving Averages across multiple timeframes, detect SMA crossovers, and identify support/resistance levels, while also displaying trend analysis and other relevant market signals like proximity and candlestick patterns (e.g., Elephant Candles). This helps traders quickly interpret key market conditions and make informed decisions.
Enhanced Gap Up/Down AnalysisThis Pine Script indicator, titled "Enhanced Gap Up/Down Analysis", is designed to visually analyze the percentage gaps between the current day's opening price and the previous day's closing price. It provides valuable insights into market behavior by categorizing gaps and coloring them based on specific conditions.
Key Features:
Bar Coloring Based on Conditions:
Gap-Up Days:
Green if the day closes higher than it opens.
Red if the day closes lower than it opens.
Gap-Down Days:
Red if the day closes lower than it opens.
Green if the day closes higher than it opens.
The bar's position reflects the gap percentage (positive values for gap-ups above the X-axis, negative values for gap-downs below the X-axis).
Gap Size Thresholds:
Users can define small and moderate gap thresholds to categorize gaps:
Small Gaps: Transparent color.
Moderate Gaps: Opaque color.
Large Gaps: Fully visible color.
Ensures small gaps are less than moderate gaps with validation logic.
Filter Gaps by Percentage:
Includes filters to show gaps only within a user-defined range (minFilterGap to maxFilterGap).
Histogram Visualization:
Plots the gap percentages as a histogram for easy visual analysis:
Positive bars for gap-ups.
Negative bars for gap-downs.
Alerts for Large Gaps:
Alerts notify when a gap exceeds the moderate threshold in either direction.
Use Cases:
Identify Market Sentiment:
Quickly assess whether gap-ups or gap-downs dominate.
Analyze whether gaps tend to follow through or reverse by observing bar colors.
Filter Relevant Gaps:
Focus on significant gaps (e.g., only gaps greater than 2%).
Visual Aid for Trading:
Helps traders detect patterns in market gaps and price movement relationships (e.g., gaps and reversals).
Customizable Inputs:
Small and Moderate Gap Thresholds: Define gap categories.
Gap Filter Range: Control which gaps to display.
Alerts: Get notified of significant gaps.
This tool is particularly useful for traders analyzing price gaps and their implications for market trends or reversals.
Chart right visible bar format_timeThis Pine Script indicator, titled "chart right visible bar format_time", is designed to enhance chart visualization by displaying the date of the last visible bar on the chart. It leverages TradingView's label and table features to dynamically show the date in "dd.MM.YYYY" format as a floating label near the bar and in a table at the bottom-center of the chart. The label is styled with a blue background and white text, while the table provides a clear representation of the far-right bar's date in a user-friendly format. This tool is especially useful for traders who want to quickly identify and reference the time of the last visible bar in their analysis.
squeeze candles with volume Function :
This indicator was designed to detect specific candles called “squeeze”. These candles are characterized by a relatively small body (the difference between the opening and closing price) and long shadows (the distance between the high and low prices), accompanied by significant volume. They often indicate a period of increased volatility or a potential trend reversal.
Use :
Visual detection:
Candles identified as "squeeze" are highlighted in red on the chart.
An “S” icon appears above each detected squeeze candle.
Alerts:
The indicator emits an audible and visual alert when a squeeze candle with high volume is detected (if alerts are enabled).
Market analysis:
This indicator is particularly useful for identifying trading opportunities during periods when the market is showing signs of compression or impending volatility.
Customizable settings:
Minimum volume: Defines the threshold at which the volume is considered high.
Maximum body/shadow ratio: Allows you to adjust the sensitivity to detect squeeze candles (the lower the ratio, the smaller the detected candles will have in relation to their shadows).
Benefits :
Provides accurate alerts on key market candles.
Helps anticipate large movements through analysis of volume and candle characteristics.
Adaptable to different strategies thanks to adjustable parameters.
Ideal for:
Traders who want to identify areas of potential volatility or reversal signals in the market, regardless of the asset or time frame used.
Daily Open Price with EMAsi Marked opening price for the day, this line indicate whether the candle for today is green or red for the day, during Closure of trading day , above this line will indicate a GreenCandle, and Below this line will indicate a Red candle.
usually use for intraday only, please close the Daily Line when you go inti Daily or above imeframe.
comes with this i 4 emas,
Implied Leverage Ratio Between Current Symbol and BTCThis script calculates and visualizes the implied leverage ratio between the current symbol and Bitcoin (BTC). The implied leverage ratio is computed by comparing the cumulative price changes of the two symbols over a defined number of candles. The results provide insights into how the current symbol performs relative to BTC in terms of bullish (upward) and bearish (downward) movements.
Features
Cumulative Up and Down Ratios:
The script calculates the cumulative price increase (up) and decrease (down) ratios for both the current symbol and BTC. These ratios are based on the percentage changes relative to each candle's opening price.
Implied Leverage Ratio:
For bullish movements, the cumulative up ratio of the current symbol is divided by BTC's cumulative up ratio.
For bearish movements, the cumulative down ratio of the current symbol is divided by BTC's cumulative down ratio.
These values reflect the implied leverage of the current symbol relative to BTC in both directions.
Customizable Comparison Symbol:
By default, the script compares the current symbol to BINANCE:BTCUSDT. However, you can specify any other symbol to tailor the analysis.
Interactive Visualization:
Green Line: Represents the ratio of cumulative up movements (current symbol vs. BTC).
Red Line: Represents the ratio of cumulative down movements (current symbol vs. BTC).
A horizontal zero line is included for reference, ensuring the chart always starts from zero.
How to Use
Add this script to your chart from the Pine Editor or the public library.
Customize the number of candles (t) to define the period over which cumulative changes are calculated.
If desired, replace the comparison symbol with another asset in the input settings.
Analyze the green and red lines to identify relative strength and implied leverage trends.
Who Can Benefit
Traders and Analysts: Gain insights into the relative performance of altcoins, stocks, or other instruments against BTC.
Leverage Seekers: Identify assets with higher or lower implied leverage compared to Bitcoin.
Market Comparisons: Understand how various assets react to market movements relative to BTC.
This tool is particularly useful for identifying potential outperformers or underperformers relative to Bitcoin and can guide strategic decisions in trading pairs or market analysis.
Pin Bar PatternThis indicator detects bullish and bearish pin bar patterns on price charts. It uses user-defined inputs for pin bar size multiplier and shadow pip limits to customize pattern detection. For a bearish pattern, the first candle must be a bullish pin bar with a long upper shadow, followed by a bearish candle with limited upper shadow and a body at least twice the size of the pin bar. Conversely, for a bullish pattern, the first candle must be a bearish pin bar with a long lower shadow, followed by a bullish candle with limited lower shadow and a body twice the pin bar size. The indicator plots red labels above bars for bearish patterns and green labels below bars for bullish patterns. This helps traders identify potential reversals efficiently and tailor the indicator to their trading strategies.
Güçlendirilmiş Al/Sat Sinyalleri - Enhanced Trading SignalsBu gösterge, piyasalardaki güçlü trendleri tespit etmek ve doğru zamanlı al/sat sinyalleri üretmek için geliştirilmiştir. Aşağıdaki teknik analiz araçlarını birleştirir:
EMA (Üssel Hareketli Ortalama): Trend yönünü filtrelemek için kullanılır.
Bollinger Bantları: Fiyat dalgalanmalarını ve aşırı alım/satım bölgelerini tespit eder.
MACD (Hareketli Ortalama Yakınsama Uzaklaşma): Momentum ve trend dönüşlerini analiz eder.
RSI (Göreceli Güç Endeksi): Aşırı alım/satım seviyelerini belirler.
ADX (Ortalama Yönsel İndeks): Trendin gücünü ölçer.
VWMA (Hacim Ağırlıklı Hareketli Ortalama): Fiyat hareketlerini hacimle birlikte değerlendirir.
CCI (Emtia Kanal Endeksi): Fiyatın aşırı alım veya satımda olup olmadığını gösterir.
Stokastik RSI: Fiyatın hızını ve aşırı durumlarını değerlendirir.
Ichimoku Bulutu: Trend yönü ve destek/direnç seviyelerini tespit eder.
Pivot Noktaları: Potansiyel dönüş noktalarını belirler.
Gösterge, bu araçları birleştirerek yalnızca güçlü trendlerde sinyaller üretir. Sinyaller:
LONG (AL): Fiyat güçlü bir trendin yukarı yönünde olduğunu gösterdiğinde oluşur.
SHORT (SAT): Fiyat güçlü bir trendin aşağı yönünde olduğunu gösterdiğinde oluşur.
Ek olarak, özel semboller (🚀 ve 🔥), MACD kesişmelerini gösterir.
---------
This indicator is designed to identify strong market trends and provide accurate buy/sell signals. It integrates the following technical analysis tools:
EMA (Exponential Moving Average): Filters trend direction.
Bollinger Bands: Identifies price volatility and overbought/oversold zones.
MACD (Moving Average Convergence Divergence): Analyzes momentum and trend reversals.
RSI (Relative Strength Index): Detects overbought/oversold conditions.
ADX (Average Directional Index): Measures trend strength.
VWMA (Volume Weighted Moving Average): Evaluates price movements with volume.
CCI (Commodity Channel Index): Highlights overbought/oversold price levels.
Stochastic RSI: Assesses price momentum and extremes.
Ichimoku Cloud: Identifies trend direction and support/resistance levels.
Pivot Points: Determines potential reversal zones.
The indicator combines these tools to generate signals only during strong trends. Signals:
LONG (BUY): Triggered when the price confirms an upward trend.
SHORT (SELL): Triggered when the price confirms a downward trend.
Additionally, custom icons (🚀 and 🔥) indicate MACD crossovers.
RKs 10 EMA Monthly - Color BasedExplanation:
request.security: This function is used to get data from a higher timeframe (monthly in this case). It ensures that the script retrieves the closing prices specifically for the monthly timeframe.
ta.ema: This calculates the Exponential Moving Average with a period of 10.
plot: Plots the calculated EMA on the chart with a blue line for visibility.
Candlestick Patterns with SignalsIdentified Patterns:
Bullish Engulfing: Indicates potential upward price movement, marked with green labels and lines.
Bearish Engulfing: Suggests potential downward price movement, marked with red labels and lines.
Hammer: A bullish reversal pattern, marked with blue labels.
Shooting Star: A bearish reversal pattern, marked with orange labels.
Signal Generation:
Long Signal: Triggered when a Bullish Engulfing or Hammer pattern is detected. A dotted green line marks the entry level.
Short Signal: Triggered when a Bearish Engulfing or Shooting Star pattern is detected. A dotted red line marks the entry level.
Visual Elements:
Labels indicating the candlestick pattern names appear at the relevant candles.
Lines connect the previous and current candles for engulfing patterns to highlight their range.
Dotted lines indicate potential entry levels for long or short trades.