Anjink V3 Purpose:
Identify Market Swings:
Detects significant highs and lows in the price movement using parameters like Depth, Deviation, and Backstep.
Plots trendlines connecting these swing points.
Labels these swing points with S (Sell) for swing highs and B (Buy) for swing lows, indicating potential trading opportunities.
Trend Analysis:
Plots three key moving averages (MA 20, MA 50, MA 200) for trend-following strategies.
Helps traders understand the short-term, mid-term, and long-term trends.
Volatility and Risk Metrics:
Uses ATR (Average True Range) to measure market volatility.
Displays the ATR percentage (volatility as a percentage of the price) and a calculated stop-loss percentage (1.5x ATR) for risk management.
Trend Visualization:
Dynamically updates swing levels and trendlines as the market evolves.
Highlights the trend direction with a background color:
Red: Downtrend (Bearish).
Green: Uptrend (Bullish).
Candlestick analysis
Fake Breakout with EMA, SL/TPThis indicator is designed to identify fake breakout setups with precision using EMA and RSI filters. It includes:
Signal Detection: Highlights potential long and short entries based on fake breakout conditions.
Stop Loss and Take Profit Levels: Automatically calculates dynamic SL/TP levels using a risk-reward ratio and order block analysis.
Performance Monitor: Tracks total entries, wins, losses, win rate, average profit, and total profit for both long and short trades.
Time Filter: Automatically restricts signals to specific trading hours (7:30 AM - 1:00 PM).
Customizable Parameters: Adjustable RSI length, EMA length, and risk-reward ratio.
Perfect for traders looking for a systematic approach to scalping or day trading. Clean visuals and optional debugging make it versatile for various trading styles.
Optimized MGC Futures Strategy | Dynamic R:RONLY for 1 hour timeframe, it takes fundamentals into consideration
Inside Bar/Outside Bar/Mother Bar Box By SmartTrader888This Indicator shows:
1. Inside Bar
2. Outside Bar
3. Mother Bar box (Box the mother bar and all subsequent inside bars)
This indicator handles correctly the edge conditions such as:
1. bar close = bar open
2. current bar low equals to mother bar low or current bar high equals mother bar high
RSI Crossover Scanner gökhanssssrsi kes RSI ve MA kesişimleri için Pine Script, bu sinyalleri belirlemenin en etkili yoludur.
TradingView'in tarayıcı özelliğiyle RSI verilerini tarayabilir, ancak kesişimler için özel bir indikatör kullanmak daha iyi sonuç verecektir.
Ekstra Adım: Kesişimler için uyarılar oluşturduktan sonra manuel tarama yerine otomatik uyarı sistemi kurabilirsiniz.b
200 EMA Indicator (trend analyse)Helps in analysing the trend .
If the price is on the upper side of EMA it indicates the uptrend and if the price is on the lower side of the EMA it indicates the downtrend
Big Candle Detector with AlertsYou can identify at a glance when there is a big candle that is not normal from the previous xxx candles. This indicator has the same features as "Big Candle Detector" indicator by cryptofilio. The difference is: you can use alerts on this indicator
Bull Run Indicator with EMA CrossoverFeatures:
High Volume: Volume is significantly higher than the 20-bar average, using a customizable multiplier (volumeThreshold).
Breaking Resistance: A buy signal is triggered when the price closes above the highest high over a specified lookback period (srLookback).
Breaking Support: A sell signal is triggered when the price closes below the lowest low over the same lookback period.
Signals:
Buy Signal: High volume and breaking resistance.
Sell Signal: High volume and breaking support.
Visualization:
Buy and Sell signals are shown as labels on the chart.
Support and Resistance levels are displayed as dashed lines for context.
You can adjust the lookback period (srLookback) and volume sensitivity (volumeThreshold) as needed. Let me know if you need further enhancements!
VWAP Breakout and Pullback StrategyThis Pine Script implements the following setups:
Breakout Trades:
A long breakout trade occurs when:
The price is above VWAP.
RSI > 50.
Volume is higher than the average volume (indicating a volume spike).
A short breakout trade occurs when:
The price is below VWAP.
RSI < 50.
Volume is higher than the average volume.
Pullback Entries:
A long pullback trade occurs when:
The price crosses above VWAP.
RSI > 50.
Volume is lower than the average volume (indicating a pullback with low momentum).
A short pullback trade occurs when:
The price crosses below VWAP.
RSI < 50.
Volume is lower than the average volume.
Features:
Signals: Buy and sell signals are plotted on the chart with breakout or pullback labels.
Alerts: Alerts are configured for each type of signal, enabling automation or notifications.
You can copy and paste this code into TradingView's Pine Script editor to test and use it for real-time
PCHLM with TimeframeThis indicator plots the previous candle's high, low, and midpoint on the chart with customizable line thickness and distinct colors for better visualization. It allows traders to choose the timeframe from which these levels are derived, providing flexibility to adapt to different trading strategies.
Features:
Timeframe Selection: Users can select any desired timeframe (e.g., daily, weekly) to define the previous candle's high, low, and midpoint.
Color-Coded Lines:
The high level is marked with a red line.
The low level is marked with a green line.
The midpoint is marked with a grey line.
Adjustable Line Thickness: Traders can set the thickness of the lines between 1 and 5, allowing for better visual customization according to their preferences.
Dynamic Updates: The lines update automatically with each new candle, ensuring the levels are always current based on the selected timeframe.
Malttrix Scalperizer The Malttrix Scalperizer is a comprehensive TradingView indicator designed for advanced price action analysis and scalping strategies. It includes:
Fractal Detection: Identify key swing highs/lows with Bullish and Bearish market structures, BOS (Break of Structure), and CHoCH (Change of Character).
Support/Resistance Lines: Automatically detect and update key levels.
Candlestick Patterns: Highlight Engulfing patterns, Morning/Evening Stars, and other reversal signals.
Session Boxes: Visualize high/low ranges for specific historical trading sessions.
RSI Signals: Optional buy and sell signals based on RSI levels.
Fair Value Gaps (FVG): Mark unfilled FVGs with alerts for threshold and IOFED conditions.
EMA Overlays: Display EMA20, EMA50, and EMA200 for trend analysis.
Perfect for scalpers and intraday traders, this tool offers highly customizable settings to adapt to various trading styles and markets.
EMA 20, 50, 100, 200EMA averages for any stock 20,50, 100 and 200. you can edit and change the averages you need for the analysis. Death cross and golden cross pattern can be checked with this indicator
3Candles By SharadLong and Short:
If Candle turns White; Long, Keep SL as Low of -2 Candle
If Candle turns Blue; Short, Keep SL as High of -2 Candle
*Manage Risk to be in profit in long run*
ADR [JIMMY TRADES]Average Daily Range Indicator: This Pine Script indicator calculates and displays the Average Daily Range (ADR) for a specified lookback period. It uses daily high and low prices to compute the ADR, which is then shown in a table on the chart. Designed specifically for futures assets such as NQ, ES, CL and GC
Double EMA Crossover with Volume Filter//@version=5
indicator("Double EMA Crossover with Volume Filter", overlay=true)
// Inputs for EMA lengths
fast_ema_length = input.int(3, title="Fast EMA Length", minval=1)
slow_ema_length = input.int(30, title="Slow EMA Length", minval=1)
// Input for Volume settings
volume_length = input.int(20, title="Volume Moving Average Length", minval=1)
// Calculate EMAs
fast_ema = ta.ema(close, fast_ema_length)
slow_ema = ta.ema(close, slow_ema_length)
// Calculate Volume Average
avg_volume = ta.sma(volume, volume_length)
// Volume condition: Current volume is higher than average volume
is_high_volume = volume > avg_volume
// EMA Crossover conditions
bullish_crossover = ta.crossover(fast_ema, slow_ema) // Fast EMA crosses above Slow EMA
bearish_crossover = ta.crossunder(fast_ema, slow_ema) // Fast EMA crosses below Slow EMA
// Combine crossover and volume condition
bullish_signal = bullish_crossover and is_high_volume
bearish_signal = bearish_crossover and is_high_volume
// Plot EMAs
plot(fast_ema, color=color.blue, linewidth=2, title="Fast EMA (3)")
plot(slow_ema, color=color.orange, linewidth=2, title="Slow EMA (30)")
// Plot signals
plotshape(bullish_signal, style=shape.labelup, color=color.green, size=size.small, location=location.belowbar, text="Buy")
plotshape(bearish_signal, style=shape.labeldown, color=color.red, size=size.small, location=location.abovebar, text="Sell")
// Highlight high-volume bars
bgcolor(is_high_volume ? color.new(color.green, 90) : na, title="High Volume Highlight")
Chained Inside BarsThis script identifies consecutive inside bars by referencing only the most recent non-inside bar, so it avoids excessive lookback. An “inside” bar means its high is lower than the reference bar’s high, and its low is higher than the reference bar’s low. If the current bar is inside, it’s colored white; once price breaks outside, the script updates that new bar as the next reference.
Key Points
• Bars are compared against the last non-inside bar, chaining consecutive inside bars off that same reference bar.
• Inside bars are highlighted in white (non-inside bars retain default chart colors).
• Includes an alert condition for when a new inside bar forms.
• Prevents large dynamic indexing, making it more stable and efficient.
Use this indicator to quickly spot consecutive inside-bar formations without needing to track every single bar-to-bar relationship.
Doji Double Top & Double Bottom
FUNCTION :
This indicator checks if 2 consecutive candlesticks are formed in such a way that both the lows or both the highs of the consecutive candlesticks are almost at the same level and either of them is a doji
TIMEFRAMES :
it works on daily, weekly, monthly and higher timeframes
CRITERIA :
There is maximum difference value between 2 consecutive candlesticks' lows or 2 consecutive candlesticks' highs
Minimum value of the doji's wick size
Maximum value of the doji's body size
These 3 conditions need to be fulfilled for the 2 consecutive candlesticks to be considered as a Double top or Double bottom by this indicator
EXAMPLES :
Here the indicator is giving only double Bottom signals on CRUDE OIL chart
Here the indicator is giving only double top signals on GOLD chart
Here the indicator gives both double top & double bottom signals on EUR/USD Daily chart
Here the indicator is giving both double top & double bottom signals on EUR/USD Half-Yearly chart
DEFINITIONS :
There are 2 types -
DOJI DOUBLE BOTTOM - if the lows of 2 consecutive candlesticks are almost at the same level & either of them is doji then it is called Double Bottom and market is supposed to go higher after forming it.
DOJI DOUBLE TOP - if the highs of 2 consecutive candlesticks are almost at the same level & either of them is doji then it is called Double Top and market is supposed to go lower after forming it.
SETTINGS :
There are options to change the value of each of the 3 parameters within the indicator's settings for daily, weekly & monthly chart [
LIMITATIONS :
You should not trade based on the signals from this indicator solely, you should check other parameters too before making trading decision
Candlesticks ExplainedCandlestick Patterns Identified:
Doji: A candlestick with a small body, indicating market indecision.
Evening Star: A three-bar pattern signaling a bearish reversal, typically used as a sell signal.
Morning Star: A three-bar pattern signaling a bullish reversal, typically used as a buy signal.
Shooting Star: A single-bar pattern signaling a potential top reversal, typically used as a sell signal.
Hammer (H): A candlestick with a small body and long lower shadow, typically indicating a reversal after a downtrend (buy signal).
Inverted Hammer (IH): Similar to a hammer, but with a long upper shadow, signaling a potential reversal after a downtrend (buy signal).
Bearish Harami: A two-bar pattern signaling a bearish reversal (sell signal).
Bullish Harami: A two-bar pattern signaling a bullish reversal (buy signal).
Bearish Engulfing: A two-bar pattern signaling a bearish reversal (sell signal).
Bullish Engulfing: A two-bar pattern signaling a bullish reversal (buy signal).
Piercing Line: A two-bar pattern signaling a bullish reversal (buy signal).
Bullish Belt: A bullish candle opens at or below the low of the previous candle (buy signal).
Bullish Kicker: A bullish candle opens above the previous candle's close (buy signal).
Bearish Kicker: A bearish candle opens below the previous candle's close (sell signal).
Hanging Man: A candlestick signaling a potential reversal after an uptrend (sell signal).
Dark Cloud Cover: A two-bar pattern signaling a bearish reversal (sell signal).
Improved Combined Trading StrategiesThis script is a comprehensive Pine Script strategy designed for TradingView that combines multiple trading strategies and indicators into one
DF - Multiple SMAs**DF - Multiple SMAs**
The "DF - Multiple SMAs" indicator overlays six simple moving averages on the chart with distinct colors and line weights. It calculates SMAs for periods of 5, 10, 20, 60, 120, and 200 bars, and allows you to customize each length via user inputs. This tool helps traders quickly visualize multiple trend lines, compare moving averages, and identify key support and resistance levels directly on the price chart.