🔥 Daily Range by JafarDaily Range Indicator. This indicatior shows current day's range with opening price line.
Indicatori e strategie
BTC Spot/Perp Price DeltaThe indicator gathers price from 3 btc spot pairs (largest by volume) and 3 btc perp pairs (also largest by volume).
The average Spot and Perp prices are then derived.
The indicator plots the price difference between the Spot average and the Perps average (Spot minus Perps).
Green plot above the zero line means Spot price is higher than the Perp price at a candle close - Contango.
Red plot below the zero line means Spot Price is lower than the Perp price at a candle close - Backwardation.
The orange line is the EMA. Default value is 100 periods. Changeable by User.
Use cases:
1. Perp market is way larger than the Spot market, measured by traded Volume. We may say that the Perps market is more "stable", because it is more liquid. When Spot price deviates a lot from the Perps price, in both positive and negative directions, we may expect a mean reversion.
High Green or Red indicator values = expect price reversion.
2. Helps to observe absorption. If the indicator values are high (in both directions), but the price is barely moving, we can come to a conclusion that the opposite side Limit orders are being deployed to absorb Spot market orders.
Typically, this also indicates mean reversion.
3. You are welcome to use the indicator and perhaps find your own use cases.
Any suggestions on how to improve this indicator are welcome.
SMA PLOTS & ANCHORED VWAP & CONSOLIDATION FINDERHi traders,
SMA Plots, Anchored VWAP & Consolidation Finder
This Pine Script indicator combines multiple technical analysis tools to provide traders with a comprehensive view of price trends, volume-weighted price levels, and consolidation periods. It includes Simple Moving Averages (SMAs) for daily and chart timeframes, an Anchored Volume-Weighted Average Price (VWAP) with standard deviation bands, and a consolidation detection system based on Bollinger Bands (BB), Average True Range (ATR), and Relative Strength Index (RSI). Designed for versatility, it caters to both trend-following and range-bound trading strategies.
Indicators and Logic
Simple Moving Averages (SMAs):
Daily SMAs: 50-period and 200-period SMAs are calculated on the daily timeframe, plotted on the chart for trend identification. These are ideal for long-term trend analysis, with the 50-SMA acting as a short-term trend indicator and the 200-SMA as a long-term trend indicator.
Chart SMAs: 50-period and 200-period SMAs are calculated on the current chart timeframe, offering flexibility for intraday or swing trading. These are toggleable and disabled by default to reduce chart clutter.
Labeling: Customizable labels for SMA lines and their values (toggleable) provide clear visual cues, showing the exact price levels of the SMAs on the chart.
Anchored VWAP with Standard Deviation Bands:
The VWAP is anchored to a user-defined date (default: March 20, 2020), calculating the volume-weighted average price from that point. It serves as a dynamic support/resistance level, reflecting the average price traders have paid.
Three standard deviation bands (1σ, 2σ, 3σ) are plotted around the VWAP, helping identify overbought/oversold conditions or potential breakout zones. These bands are toggleable for user convenience.
A 1-period EMA is included (toggleable, disabled by default) for traders who prefer a fast-moving average for short-term price tracking.
Consolidation Detection:
The consolidation finder uses three indicators to identify low-volatility periods, which often precede breakouts:
Bollinger Bands (BB): Measures price range tightness using the BB width (upper band - lower band / SMA). A low BB width (< user-defined threshold) indicates consolidation.
ATR (Average True Range): Assesses volatility as a percentage of the closing price. A low ATR % (< user-defined threshold) confirms reduced market activity.
RSI (Relative Strength Index): A low RSI (< user-defined threshold) suggests weak momentum, typical of consolidation phases.
Two consolidation signals are generated:
New Signal: Detects consolidation if at least a user-defined number of bars (default: 3) within a lookback period (default: 10) meet the criteria.
Standard Signal: Detects instant consolidation based on the current bar’s conditions.
A dynamic table displays historical data (min/max/average) for BB width, ATR %, and RSI within a user-defined date range, aiding in parameter optimization.
Trading Strategies
Trend-Following with SMAs:
Use the 50/200 SMA crossover on the daily timeframe to identify bullish (50 > 200) or bearish (50 < 200) trends.
On the chart timeframe, enable the 50/200 SMAs for shorter-term trend confirmation, aligning trades with the dominant trend.
Example: Enter long positions when the price is above both SMAs and short positions when below, using SMA value labels to confirm price proximity.
Mean-Reversion with Anchored VWAP:
Treat the VWAP as a mean price level. Enter long trades when the price dips to the lower 1σ/2σ bands and short trades when it rises to the upper 1σ/2σ bands, expecting a reversion to the VWAP.
Use the 3σ bands to identify extreme conditions for potential breakout or reversal trades.
Example: If the price touches the lower 2σ band and the RSI is oversold, consider a long trade targeting the VWAP.
Breakout Trading with Consolidation Detection:
Monitor the consolidation signals (new or standard) to identify low-volatility periods. These often precede significant price movements.
Enter breakout trades when the price breaks above/below key levels (e.g., VWAP, SMA, or BB bands) after a consolidation signal.
Example: If the “New Signal” is active and the price breaks above the VWAP with increasing volume, initiate a long trade targeting the upper BB band.
User-Friendly Features
Customizable Inputs: Users can adjust SMA lengths, VWAP anchor date, band multipliers, and consolidation thresholds to suit their trading style.
Toggleable Plots and Labels: Enable/disable SMAs, VWAP bands, EMA, and labels to declutter the chart and focus on relevant data.
Dynamic Table: Displays historical BB width, ATR %, and RSI metrics for the selected date range, helping users fine-tune parameters.
Alert Conditions: Two alert conditions (new and standard consolidation signals) allow users to set notifications for trading opportunities.
Visual Clarity: Color-coded plots (green for bullish, red for bearish) and clear labels enhance readability and decision-making.
How to Use
Add the indicator to your chart and adjust input parameters (e.g., SMA lengths, VWAP anchor date, consolidation thresholds) based on your trading preferences.
Enable/disable plots and labels to customize the chart display.
Monitor the dynamic table for historical data to optimize consolidation detection settings.
Set alerts for consolidation signals to stay informed of potential trading opportunities.
Combine SMA trends, VWAP levels, and consolidation signals to develop a robust trading strategy.
Notes
This indicator is best used in conjunction with other technical/fundamental analysis to confirm signals.
Backtest any strategy thoroughly before live trading, as past performance does not guarantee future results.
The default settings are optimized for general use but may require adjustment for specific markets or timeframes.
Disclaimer
This script is provided for educational purposes and should not be considered financial advice. Always conduct your own research and consult a financial advisor before trading.
EMA (5,8,13,200) Strategy with Signals
This indicator shows the EMAs 5,8,13,200 and Buy/Sell Signals under conditions.
The EMA 200 is invisible when adding the indicator to your chart. You have to activate the checkbox.
Default setting for Buy/Sell Signals: EMA 5 crosses EMA 8 and candle closes above/under EMA 13
If you want to use the signals when EMA 8 crosses EMA 13 open the pine editor and go the section "//Entry Signals - EMA8 crosses EMA13". You have to uncomment this part and commenting the default.
2 EMA Scalping & Trend Flow (Bounce & Re-entry Strategy)📊 Trend Table — Quick Guide
Each row shows a timeframe (15m, 30m, 1H, 4H), with 4 columns:
Timeframe
Just the name (e.g., 15m = 15 minutes)
Trend Direction
BUY (green) → EMA 9 is above EMA 21
SELL (red) → EMA 9 is below EMA 21
(You can hide this label in settings if you prefer colors only)
Price Position (Cloud)
↑ → Price is above both EMAs → Strong uptrend
↓ → Price is below both EMAs → Strong downtrend
Gray background → Price is between EMAs → Sideways (cloud zone)
Bounce Signal
Yellow background only
Appears if price touches EMA 9 or 21 and bounces in the same direction as the last signal
No text, just color — means a possible re-entry or confirmation
✅ Tip:
Before entering a trade, check higher timeframes —
Look for alignment: e.g., if 15m/30m/1H all show BUY + ↑, it's a strong long signal.
0000000000000000000000000000000
0000000000000000000000000000000
0000000000000000000000000000000
🧠 Mini Rule Guide – دليل الاستخدام السريع
✅ الاتجاه العام (Trend Direction)
عندما يكون EMA 9 أعلى من EMA 21 ➤ السوق في اتجاه صاعد ➤ فكّر فقط في إشارات الشراء (BUY).
عندما يكون EMA 9 أسفل من EMA 21 ➤ السوق في اتجاه هابط ➤ فكّر فقط في إشارات البيع (SELL).
📈 إشارات الدخول والخروج
BUY Signal
🔹 عندما يعبر EMA 9 صعودًا فوق EMA 21
🔹 معناها دخول صفقة شراء
SELL Signal
🔸 عندما يعبر EMA 9 هبوطًا تحت EMA 21
🔸 معناها دخول صفقة بيع
Exit Signal
❌ إذا كسر السعر EMA 9 بعكس اتجاه الإشارة السابقة
❌ معناها خروج من الصفقة الحالية (لحماية الأرباح أو تقليل الخسارة)
Re-entry Signal
🔄 إذا عاد السعر لاختراق EMA 9 مجددًا بنفس اتجاه الإشارة السابقة بعد الخروج
🔄 معناها إعادة دخول بنفس الاتجاه (فرصة تأكيد)
Bounce Signal
🔁 إذا لمس السعر EMA 9 أو EMA 21 وارتد بنفس اتجاه آخر إشارة
🔁 معناها فرصة دعم أو تعزيز الصفقة بشرط قوة الشمعة
🧭 شرح مكونات الجدول داخل المؤشر
الجدول في الزاوية (تقدر تغير مكانه من الإعدادات) يعرض لك تحليل مباشر لأربع فريمات مهمة:
15 دقيقة - 30 دقيقة - 1 ساعة - 4 ساعات
يحتوي الجدول على :
1️⃣ اسم الفريم
🕒 مثل:
15m → يعني 15 دقيقة
1H → يعني ساعة واحدة
👉 هذا يوضح الفريم الزمني المقصود.
2️⃣ الاتجاه (BUY / SELL)
🔹 يعتمد على تقاطع المتوسطات:
إذا كان EMA 9 > EMA 21 → يظهر: BUY بخلفية خضراء
إذا كان EMA 9 < EMA 21 → يظهر: SELL بخلفية حمراء
🧠 يساعدك في تحديد هل السوق في اتجاه صاعد أو هابط على هذا الفريم تحديدًا.
✅ ملاحظة: يمكنك إخفاء هذه الكلمات (BUY/SELL) من الإعدادات إذا أردت الاكتفاء بالألوان فقط.
3️⃣ وضع السعر (Cloud Position)
يُظهر موقع السعر الحالي بالنسبة للمتوسطات:
↑ (سهم لأعلى بخط عريض): السعر أعلى من كل من EMA 9 و EMA 21 → اتجاه صاعد واضح
↓ (سهم لأسفل بخط عريض): السعر أسفل من EMA 9 و EMA 21 → اتجاه هابط واضح
خلفية رمادية فقط بدون نص: السعر داخل المسافة بين المتوسطين → منطقة تذبذب (تُسمى "السحابة")
🟡 مهم جدًا لتحديد إذا كانت الصفقة تستحق الدخول أو لا، حسب وضوح الاتجاه.
4️⃣ الارتداد (Bounce)
يعرض خلفية صفراء فقط إذا:
ارتد السعر من أحد المتوسطات (EMA 9 أو EMA 21)
وكان هذا الارتداد في نفس اتجاه الإشارة السابقة (BUY أو SELL)
⚠️ لا يظهر أي نص داخل هذه الخلية. فقط لون الخلفية يتحول إلى أصفر وقت حدوث الارتداد.
✅ هذا يساعدك تميز لحظة دعم/مقاومة ديناميكية، وفرصة محتملة لتعزيز صفقة أو دخول ذكي.
📌 مثال حي:
| الفريم: 30m | الاتجاه: BUY | وضع السعر: ↑ | ارتداد: خلفية صفراء |
يعني:
الفريم 30 دقيقة حالياً في اتجاه صاعد، السعر فوق المتوسطين، وحصل ارتداد على أحد الـ EMA → فرصة دخول أو تعزيز ممتازة.
🧠 استخدام الجدول بذكاء:
قبل أي دخول في فريمك الأساسي (مثلاً 5m)، تحقق من الفريمات الأعلى في الجدول.
لا تدخل صفقات عندما ترى "خلفية رمادية" في العمود الثالث → هذا تذبذب.
إذا كان الفريمات الأعلى كلها BUY + ↑ → هذا تأكيد قوي للشراء والعكس.
🎯 نصائح سريعة للاستخدام الذكي
راقب اتجاه الفريمات الأعلى (مثل 15m، 30m، 1H) في الجدول قبل اتخاذ القرار.
تجاهل الإشارات داخل السحابة الرمادية، وانتظر كسر واضح لأحد الأطراف.
اعتمد على إشارات Re-entry وBounce فقط عندما تكون الشمعة قوية (جسم الشمعة >60% من مدى الحركة).
ETHBTC Z-ScoreETHBTC Z-Score Indicator
Key Features
Z-Score Calculation: Measures how far ETHBTC deviates from its mean over a user-defined period.
Linear Regression Line: Tracks the trend of the Z-score using least squares regression.
Standard Deviation Bands: Plots ±N standard deviations around the regression line to show expected Z-score range.
Dynamic Thresholds: Highlights overbought (e.g. Z > 1) and oversold (e.g. Z < -2) zones using color and background fill.
Visual & Table Display: Color-coded bars, horizontal level fills, and optional table showing regression formula and R².
Usage
Spot overbought/oversold extremes when Z-score crosses defined thresholds.
Use the regression line as a dynamic baseline and its bands as range boundaries.
Monitor R² to gauge how well the regression line fits the recent Z-score trend.
Example
Z > 1: ETHBTC may be overbought — potential caution or mean-reversion.
Z < -2: ETHBTC may be oversold — possible buying opportunity.
Z near regression line: Price is in line with recent trend.
COMPink RSI ScannerPURPOSE OF THE INDICATOR
This Pine Script is a comprehensive RSI (Relative Strength Index) scanner and divergence detector designed for TradingView. Its main functions are:
1- Detects RSI divergences (regular and hidden, bullish and bearish).
2- Uses Composite RSI to normalize each stock's RSI against a benchmark index (e.g., BIST:XU100).
3- Scans up to 40 symbols at once from predefined or custom groups.
4- Displays stocks whose RSI or Composite RSI crosses above 50.
KEY FEATURES
1- RSI Divergence Detection
Based on pivot highs/lows in the RSI:
Regular Bullish Divergence: Price makes a lower low while RSI makes a higher low.
Hidden Bullish Divergence: Price makes a higher low while RSI makes a lower low.
Regular Bearish Divergence: Price makes a higher high while RSI makes a lower high.
Hidden Bearish Divergence: Price makes a lower high while RSI makes a higher high.
2- Composite RSI
Normalized RSI using a reference index (default: BIST:XU100).
Helps assess a stock’s relative strength compared to a broader benchmark.
3- Multi-Symbol Scanning
Supports scanning in groups of 40 symbols (selectable via grupSec).
Also supports Custom Symbol List (inputs s01 to s38).
For each symbol:
If RSI crosses above 50 → listed under RSI 50⬆️
If Composite RSI crosses above 50 → listed under K-RSI 50⬆️.
4- On-Chart Labeling
Matching symbols are shown as green and blue labels directly on the chart.
WHO IS IT FOR?
Swing traders relying on RSI divergence signals.
Analysts wanting relative strength analysis using Composite RSI.
Systematic traders needing multi-symbol scanning on TradingView.
Investors comparing BIST stocks against the broader market (e.g., XU100).
Last Candle Std Dev BandsStandard deviation bands created based on 20 previous closes of daily candle to find better entry and exit points for trades
CVD Candlestick - Milana TradesThe CVD Candlestick indicator visualizes Cumulative Volume Delta (CVD) in the form of candlesticks, providing a deeper insight into intrabar buying and selling pressure.
Instead of plotting CVD as a simple line, this indicator displays it as a candle chart, allowing traders to analyze the momentum of volume delta just like price action.
How it Works
Delta is calculated as the difference between the bar’s close and open: delta = close - open.
Divergence + ICT-Based Confirmation
This indicator can be used effectively to detect CVD-price divergences, which may signal early signs of weakness in the current trend. When integrated with ICT (Inner Circle Trader) concepts, it becomes a powerful tool for precision-based trading setups.
CVD Divergence Logic:
A bearish divergence occurs when price makes a higher high while CVD makes a lower high — suggesting weakening buyer aggression.
A bullish divergence occurs when price makes a lower low while CVD makes a higher low — signaling potential seller exhaustion.
ICT Confirmation Methods:
After identifying divergence on CVD, traders may look for confirmation using ICT techniques, such as:
1) Liquidity sweeps (e.g. price takes out a prior high/low into a divergence zone)
2) Breaker blocks or order blocks aligning with the divergence area
3) Market structure shifts following divergence
4) Optimal Trade Entry (OTE) levels confluencing with CVD-based signals
Example Setup:
Identify divergence between price and CVD.
Wait for liquidity sweep or market structure break in the same zone.
Confirm entry with lower time frame precision, if needed.
Data Candle
CVD is computed as the cumulative sum of delta over time.
For each bar, a synthetic candlestick is generated based on:
CVD Open = previous CVD value
CVD Close = current CVD value
High/Low = relative range based on Open/Close
Candlestick color indicates whether buyers (green) or sellers (red) dominated the bar.
Note : This implementation uses price-based delta for simplicity and works universally across assets. For bid/ask-based delta, a feed with order book data is required, which is not accessible in Pine Script.
Use Cases
Identify divergences between price and volume delta
Confirm or question breakouts and trend strength
Use in combination with VWAP, volume profile, or liquidity zones
Analyze intrabar sentiment in a candlestick format
Features
CVD represented as full candlesticks
Clear color distinction for delta direction
Works on all symbols and timeframes
Lightweight and responsive
QTX Rush(Sep_Trader & alireza.fxart) Precision Candle (PC) and Precision Swing Point (PSP) Indicator Documentation
Overview
The Precision Candle (PC) and Precision Swing Point (PSP) indicator is designed to identify candlestick patterns and swing points across multiple symbols on TradingView, enabling traders to analyze market movements effectively.
Features
Symbol Selection: Analyze up to two additional symbols alongside the primary chart. For dual-chart comparison, input the same symbol twice.
Signal Types:
PC (Precision Candle): Signals appear on the second candle.
PSP (Precision Swing Point): Signals appear on the third candle.
CRT (Cross-Reference Candle): Signals appear on the second candle, without requiring precision.
SMT Analysis: Supports Smart Money Technique (SMT) analysis between fractal candles, customizable for pairs: 1 and 2, 2 and 3, or 1 and 3.
Stable Version: PC Advanced Precision Candles is the most reliable configuration.
Configuration
Symbols: Select up to two symbols for analysis (repeat the second symbol for dual-chart comparison).
Signals:
PC: Marks the second candle with precision-based signals.
PSP: Marks the third candle for swing point signals.
CRT: Marks the second candle without precision requirements.
SMT Customization: Configure SMT analysis for fractal candle pairs (1 and 2, 2 and 3, or 1 and 3) based on preference.
PC Advanced Precision Candles: Optimized for stability and precision.
Usage
Add the indicator to your TradingView chart.
Configure the primary and secondary symbols.
Set up SMT analysis for desired fractal candle pairs (1 and 2, 2 and 3, or 1 and 3).
Monitor signals:
PC on the second candle.
PSP on the third candle.
CRT on the second candle (non-precision).
Use PC Advanced Precision Candles for optimal performance.
Disclaimer
This indicator is provided for informational purposes only. Trading involves risks, and users should conduct their own research before making decisions.
FC Price-Anchored Indicator v3"This indicator is a price-anchored tool that identifies trends and potential reversal points. It detects volume spikes for confirmation and dynamically calculates support and resistance zones. It also includes scaling adjustments to normalize price ranges and generate accurate buy and sell signals."
Volume Alertit gives big move for the day, it gives the volume pop ups so that you can see the big moves
Stoch RSI Golden/Death Cross + Alert FilterStochastic RSI Indicator which labels golden crosses and death crosses on the chart
AAPL Multi-Strategy (5 Strategies Beta)✅ Momentum Reversal
✅ Moving Average Crossover
✅ Heikin-Ashi Reversal
✅ Swing Day Trading
✅ Candlestick Patterns
Color Shape Signal Type Meaning
🟡 Yellow Circle Momentum Reversal Dot Stochastic overbought (>80) or oversold (<20) → possible trend reversal area
🟢 Green Triangle Up Moving Average Crossover → BUY EMA20 crossed above EMA50 AND price above EMA200 → bullish crossover confirmation
🔴 Red Triangle Down Moving Average Crossover → SELL EMA20 crossed below EMA50 AND price below EMA200 → bearish crossover confirmation
🟩 Lime Circle Heikin-Ashi Bull Heikin-Ashi candle closed bullish (HA close > HA open)
🟫 Maroon Circle Heikin-Ashi Bear Heikin-Ashi candle closed bearish (HA close < HA open)
🔵 Blue Flag Swing Day Trading BUY Price crosses above EMA20 from below → pullback BUY signal
🟠 Orange Flag Swing Day Trading SELL Price crosses below EMA20 from above → pullback SELL signal
🟢 Green Label Up Bullish Engulfing Pattern Classic bullish engulfing candlestick pattern detected → possible trend reversal up
🔴 Red Label Down Bearish Engulfing Pattern Classic bearish engulfing candlestick pattern detected → possible trend reversal down
Bollinger Bands with PercentageIt is a Bollinger Bands indicator with an added metric between its upper and lower bands to detect squeeze conditions
DOZ Trend Precision – ADX & EMA Confluence ProDOZ Trend Precision – ADX & EMA Confluence
Take your trading to the next level with this powerful trend confirmation tool built for serious scalpers, intraday, and swing traders.
💡 How It Works:
This indicator combines two of the most reliable trend-confirmation tools in technical analysis:
ADX (Average Directional Index): Measures trend strength. Signals are only generated when the ADX is above 20, filtering out weak or choppy conditions.
EMA Confluence: Fast and slow EMAs are used to identify bullish or bearish trend direction.
✅ Buy Signal:
ADX > 20 (strong trend)
+DI crosses above -DI (bullish momentum)
Fast EMA is above Slow EMA (uptrend confirmation)
✅ Sell Signal:
ADX > 18
-DI crosses above +DI (bearish momentum)
Fast EMA is below Slow EMA (downtrend confirmation)
📈 No Noise. No Lag. Just Precision.
Designed to keep your charts clean and your decisions clear. Signals appear directly on the chart with visual cues and optional alerts.
🔔 Use It With Alerts:
Set alerts for BUY and SELL signals to never miss an opportunity.
Perfect for:
✅ Scalping
✅ Day Trading
✅ Swing Trading
AlgoRanger Fibonacci Synthesis//@version=5
indicator("AlgoRanger Fibonacci Synthesis", overlay=true)
// --- Inputs for Supertrend ---
atrPeriod = input(10, title="ATR Period")
factor = input.float(3.0, title="Multiplier", step=0.1)
// --- Calculate Supertrend ---
= ta.supertrend(factor, atrPeriod)
// --- Plot Supertrend ---
uptrend = direction > 0 ? supertrend : na
downtrend = direction < 0 ? supertrend : na
plot(uptrend, "Uptrend", color=color.green, linewidth=2)
plot(downtrend, "Downtrend", color=color.red, linewidth=2)
// --- Fibonacci Retracement Levels ---
fibLevels = array.new_float()
array.push(fibLevels, 0.0) // Low (0%)
array.push(fibLevels, 0.236) // 23.6%
array.push(fibLevels, 0.382) // 38.2%
array.push(fibLevels, 0.5) // 50%
array.push(fibLevels, 0.618) // 61.8%
array.push(fibLevels, 0.786) // 78.6%
array.push(fibLevels, 1.0) // High (100%)
// --- Detect Swing High & Swing Low (last 50 bars) ---
swingHigh = ta.highest(high, 50)
swingLow = ta.lowest(low, 50)
// --- Draw Fibonacci Retracement ---
if barstate.islast
fibStart = swingHigh
fibEnd = swingLow
// Adjust if trend is bullish/bearish
if direction > 0 // Uptrend (use recent low as base)
fibStart := swingLow
fibEnd := swingHigh
fibDiff = fibEnd - fibStart
// Plot Fibonacci Levels
for i = 0 to array.size(fibLevels) - 1
level = array.get(fibLevels, i)
priceLevel = fibStart + (fibDiff * level)
// Customize line color/style
lineColor = level == 0.0 or level == 1.0 ? color.blue :
level == 0.382 or level == 0.618 ? color.purple :
color.gray
line.new(bar_index - 50, priceLevel, bar_index, priceLevel,
color=lineColor, width=1, style=level == 0.0 or level == 1.0 ? line.style_solid : line.style_dashed)
// Label Fibonacci Levels
label.new(bar_index, priceLevel, str.tostring(level * 100, "#.##") + "%",
color=lineColor, style=label.style_label_left, textcolor=color.white)
Señales de Cruce EMA + TendenciaThis indicator combines exponential moving average (EMA) cross signals with the main trend direction to provide more reliable, filtered entries. It uses three EMAs:
Fast EMA (yellow): Generates buy/sell signals when crossing the reference line.
Reference Line (blue): A slower EMA acting as the cross threshold.
Trend EMA (magenta): Identifies the main market trend (bullish or bearish).
AAPL Multi-Strategy (5 Strategies Beta)AAPL Multi-Strategy (5 Strategies Beta)
✅ Momentum Reversal
✅ Moving Average Crossover
✅ Heikin-Ashi Reversal
✅ Swing Day Trading
✅ Candlestick Pattern
QTX(sep_trader)# Precision Candle (PC) and Precision Signal Point (PSP) Indicator Documentation
## Overview
The **Precision Candle (PC)** and **Precision Signal Point (PSP)** indicator identifies specific candlestick patterns across multiple symbols on TradingView, aiding traders in market analysis.
## Features
- **Symbol Selection**: Analyze two additional symbols alongside the primary chart. For dual-chart comparison, input the same symbol twice.
- **Signal Types**:
- **PC (Precision Candle)**: Signals appear on the **second candle**.
- **PSP (Precision Signal Point)**: Signals appear on the **third candle**.
- **CRT (Cross-Reference Candle)**: Signals appear on the **second candle**, without requiring precision.
- **Stable Version**: **PC Advanced Precision Candles** is the most reliable configuration.
## Configuration
- **Symbols**: Select up to two symbols for analysis (repeat the second symbol for dual-chart comparison).
- **Signals**:
- **PC**: Marks the second candle with precision-based signals.
- **PSP**: Marks the third candle for confirmation signals.
- **CRT**: Marks the second candle without precision requirements.
- **PC Advanced Precision Candles**: Optimized for stability and precision.
## Usage
1. Add the indicator to your TradingView chart.
2. Configure the primary and secondary symbols.
3. Monitor signals:
- PC on the second candle.
- PSP on the third candle.
- CRT on the second candle (non-precision).
4. Use **PC Advanced Precision Candles** for best results.
## Disclaimer
This indicator is for informational purposes only. Trading involves risks, and users should conduct independent research before making decisions.
---
Let me know if you need any tweaks!
Mister Blueprint v1.1Mister Blueprint v1.1 is a robust, rule-based trading indicator designed for disciplined entries and exits within trending markets. Built on a multi-layered confirmation structure, it aims to eliminate noise, avoid premature signals, and offer clear guidance for professional trade execution.
🔍 Key Features
Stacking Strategy (Buy/Sell):
Signals are generated only when strict criteria are met:
• Clear trend direction via dynamic trend logic
• Two-step bullish/bearish bounce confirmation
Minimalist Visuals:
Built for focus – no distracting elements, only precise signal labels.
⚙️ Optimized For:
Range Charts:
US30 / US500 → Best results with 50R, 100R, and 200R settings.
Time-Based Charts:
Compatible with 1min / 5min / 15min setups (best during high-volume sessions).
📡 Alerts (Ready-to-Use)
🔔 Mister Blueprint BUY
🔔 Mister Blueprint SELL
🔔 Take Profit (Long)
🔔 Take Profit (Short)
Each alert is uniquely tied to logical trade states and designed for PineConnector or automation setups.
📌 Recommended Use
For intraday traders, scalpers and system traders who seek precision, minimalism, and strategy alignment.
This tool is not repainting, and it's designed with a strong focus on logical clarity and robust signal integrity.
🔖 Tags
#TradingView #Scalping #US30 #US500 #RangeCharts #PrecisionTrading #StackingStrategy #PineScript #RSI #TrendFilter #SmartSignals #MisterBlueprint
MTF Moving Average (itsmeterada)Hello TradingView Community,
Today, I'd like to introduce a simple and useful indicator I've developed.
**MTF Moving Average (itsmeterada):**
**What kind of indicator is this?**
This indicator allows you to display Moving Averages (MAs) from multiple timeframes (MTF) on your chart. It's convenient when you want to see MAs from higher timeframes alongside your current chart timeframe.
**Key Features of this Indicator:**
With traditional MTF Moving Average indicators, when you displayed multiple lines, it was often hard to remember "Which timeframe and period does this line represent?" and you had to open the parameters each time to check.
The biggest feature of this indicator is that it solves this problem!
It **automatically displays text labels at the end of each displayed Moving Average line**, indicating which timeframe and period that line corresponds to.
* Example: "240 SMA(20)" (Meaning: 4-hour chart's 20-period Moving Average)
* Example: "1D EMA(50)" (Meaning: Daily chart's 50-period Exponential Moving Average)
This makes it clear at a glance what settings each line uses, even when you display multiple MTF Moving Averages. You can analyze your charts more intuitively without getting confused. I believe this is a simple yet very convenient feature.
**How to Use:**
In the parameter settings, you can freely customize the timeframe, period, type of Moving Average (SMA, EMA, etc.), line color, thickness, and more. Please set it up to suit your trading style.
**Finally:**
I developed this indicator because I wanted to make MTF Moving Average analysis more visually clear and efficient. I hope it will be helpful for your trading.
Please give it a try! If you have any questions, feedback, or suggestions for improvement, please feel free to leave a comment.
If you like it, I'd appreciate a "Like"!
Thank you for your time and consideration.