10 Moving AveragesThis indicator arises from the need to visualize in the same chart several moving averages of different types and time periods. In this case, the indicator includes 10 slots for moving averages of different types, including all those available in PineScript Version 6: Simple Moving Average (SMA), Exponential Moving Average (EMA), Weighted Moving Average (WMA), Hull Moving Average (HMA), Relative Moving Average (RMA), Symmetrically-Weighted Moving Average (SWMA), Arnaud Legoux Moving Average (ALMA), Volume-Weighted Moving Average (VWMA) and Volume-Weighted Average Price (VWAP).
The indicator is particularly useful, especially and specifically, to be able to visualize moving averages of different types and timeframes on the same chart, so it should not be used indiscriminately, but rather as a useful tool to identify trends with different moving averages, so that the management of orders is as simple as possible, since it is also possible to choose how many averages the user wants to observe on his chart, from none to 10 spaces.
Indicadores e estratégias
🧘 Daily Mindset Reminder🧘 Daily Trading Mindset Reminder – Stay Calm, Stay Disciplined
📌 Description:
This simple yet powerful indicator is designed to help intraday and options traders start their trading day with clarity, discipline, and purpose. At exactly 9:15 AM, it displays a calming checklist label on your chart to reinforce essential trading principles and avoid emotional decision-making.
✅ Use it as a daily anchor to:
Stay emotionally centered and focused
Avoid overtrading or impulsive reactions
Remember your pre-trade plan and stop-loss rules
Trade with purpose – not prediction
📋 Checklist Included:
✅ Calm Mind
✅ No Predictions – Just Reactions
✅ Trade Setup Ready
✅ Risk Defined
✅ Journal On
✅ Goal: Trade Well, Not Just Profit
🛠️ Works on any timeframe and chart. Non-intrusive and customizable.
🌟 Who Is It For?
Intraday Traders
Options Buyers (Bank Nifty, Nifty, Fin Nifty)
Discretionary Traders who want mental clarity and discipline
🧭 Why You Need It
Most traders lose not because of lack of strategy, but due to lack of mindset control. This simple tool keeps you grounded and reminds you of what matters before you place that first trade.
✨ “Mindset is the real edge. Let this script be your daily compass.”
Color StochDestaca cuando supera niveles establecidos, para usar debajo del panel como estocástico aparte.
5, 3, 5.
Muy sensible, para 5 min TF preferiblemente.
Highlights area when it exceeds established levels, to be used below panel, as a normal stochastic.
5, 3, 5.
Very sensitive, for 5 min TF preferably.
Dual-Timeframe EMA (Auto + Input Override)hi friends
so how to use this indiactor
two types of enteries
1.class buy the dip
consider bullish eg
when you get red signal, wait for a green signal to come after this soon
thats a long signal
prerequisite is weekly should have shown green signal(for bullish)
just switch to weekly and it will change the setting automatically for you
stop loss below the recent low
2.aggresive entry
bullish eg
where whenever price shows red entry, you consider this as a fake signal and go long immediately - I prefer this for very strong trends but not my type
since it becomes very tough to keep a proper stop loss
prerequisite weekly should be green
10 EMA & 10 SMA Crossover with Dot/Cross ON ChartCombining 10MA an 10SMA is very powerful indicator, it give early indication of trend.
Tried to combine 10MA and 10SMA crossover on same chart with cross over indicator.
Back test it. It works well in trending market.
Tried to combine RSI, ADX and 10 MA combination on chart but could not make appropriate/effective Pine Script.
Your suggestion's are welcome to improve it further.
HOG QQE StackHOG QQE Stack – Advanced Momentum + Volatility “Stack”
🧠 Overview
HOG QQE Stack enhances classic QQE (a smoothed RSI variant) by layering multiple signal validation components: momentum, volatility, color gradient, and volume confirmation. This “stacked” structure produces clearer, more reliable signals than using RSI or QQE alone.
📊 Key Features
1. **Smoothed RSI Core**
Starts from a twice-smoothed RSI base (similar to QQE), reducing noise for cleaner trend detection. :contentReference {index=1}
2. **Fast & Slow Momentum Lines**
Generates dual lines for momentum crossovers—more precise than single-oscillator readings. :contentReference {index=2}
3. **ATR Volatility Filter**
Adds volatility-based bands around the fast line, helping filter out weak moves and false signals. :contentReference {index=3}
4. **Volume‑Validated Pulse Dots**
Pulse dots indicate when strong momentum aligns with volume spikes near overbought/oversold zones—highlighting high-confidence moves.
5. **Gradient Color Line**
The QQE line dynamically colors itself based on its position between OB/OS levels—intuitive and visually insightful.
6. **OB/OS & Midline Context**
Includes fixed 70/50/30 reference lines for quick momentum benchmarking.
7. **Layered Signal Strength**
By stacking momentum, volatility, gradient, and volume, the indicator provides multi-tiered confirmation—hence the “Stack” name.
8. **Repaint-Safe & Minimalist**
Plots only confirmed data—no repainting. The visuals are clean and easy to read.
🎯 Application
- Monitor fast/slow momentum crossovers *within* the volatility band for confirmed trend shifts.
- Use pulse dots to confirm strong movement backed by volume.
- Ideal for 4H/Daily charts, especially when used with HOG Super Trend or Liquidity Hunter.
- OB/OS levels (70/50/30) serve as guides for potential reversals or continuations.
⚙️ Inputs
- RSI Length
- QQE Smooth Factor
- WAE Length & Multiplier
- Overbought & Oversold Levels (default 70/30)
⚠️ Notes
- Designed as a **confirmation stack**, not a standalone strategy.
- No repainting—uses confirmed bar values only.
- Fully original code—no copying.
- No guarantees of performance—use proper risk management.
Early Money Flow DetectionThis indicator will help trader dectect the signal early than MFI traditional.
HOG Liquidity HunterHOG Liquidity Hunter – Pivot‑Based Liquidity Zones
📌 Overview
Plots dynamic support and resistance zones on swing pivots with an ATR‑based buffer. Anchored only when pivots are confirmed, the zones stay close to current price levels—ideal for spotting liquidity runs or traps.
🔧 How It Works
Detects swing highs and lows using ta.pivothigh() / ta.pivotlow() with a user‑defined lookback.
After a pivot is confirmed, calculates BSL/SSL zone = pivot ± (ATR * margin).
Zones update only on confirmed pivots—no repainting on open bars.
⚙️ Inputs
Lookback: bars to confirm pivots (e.g. 10–20).
ATR Margin Multiplier: buffer width (e.g. 1.25).
✅ Benefits
Structure‑focused: Zones align with real swing points.
Responsive yet stable: Tight ATR margin keeps zones precise, only updating on valid pivots.
Clean visuals: Two uncluttered zones—easy to interpret.
🛠 How to Use
Detect near‑zone bounce entries or exits on 4H/1D charts.
Combine with trend or volume indicators for stronger setups.
Use zones to identify potential stop‑run, liquidity re‑tests, or range turns.
⚠️ Notes & Disclaimers
Zones base off historical pivots; may lag until confirmed.
No future-looking data—relying entirely on closing bar confirmation.
Use alongside a complete trading framework; this is not a standalone signal.
200 MAThis is a 200-period Simple Moving Average (SMA) indicator, widely used to identify long-term market trends. The MA 200 is a key level for gauging overall market strength and potential support or resistance
THUAN RSIgiá trên rsi rất tiện dụng cho ae chuyên phái rsi, chỉ báo động lượng và biên độ giá real time
GoatsMACDThis is a multi-layered trend scalping tool that combines MACD cross signals with dynamic trend filters including Bollinger Bands, EMA clouds, and VWAP for clearer trend identification and trade timing.
🔍 Features:
MACD Cross Dots: Tiny dots mark MACD bullish and bearish crossovers directly on the oscillator pane.
Customizable MACD Settings: Toggle between EMA or SMA calculation for MACD, with adjustable fast/slow lengths and signal smoothing.
Bollinger Bands Overlay: Optional 420-period BB with 0.5 standard deviation for mean reversion and volatility compression.
Triple EMA Clouds:
Cloud 1: EMA 21 vs 55
Cloud 2: EMA 89 vs 120
Cloud 3: EMA 200 vs 240
Each cloud changes color based on bullish/bearish EMA relationships to confirm trend strength and direction.
VWAP Support: Plots a session-based VWAP as an additional dynamic support/resistance zone.
Alerts Included: Receive alerts on bullish or bearish MACD crossovers.
🧠 How to Use:
Use MACD dots to spot early trend shifts.
Confirm direction with the EMA clouds: trade only in alignment with cloud direction.
Use Bollinger Bands and VWAP for entries near key zones.
Ideal for scalping, trend following, or confirmation on multi-timeframe setups.
⚙️ Customizable Inputs:
Full control over MACD lengths and moving average type
Adjustable BB settings
Modify each EMA pair independently for all clouds
Daily Open Color CandleDaily Open Color Candle – Visual Price Bias Indicator
This script highlights candlesticks based on their position relative to the current day's opening price. It's a minimalistic tool designed to help intraday traders quickly understand whether price is trading above or below the daily open level.
What it does:
Draws a horizontal line at the daily open price.
Colors candles green if the close is above the daily open, and red if below.
Why it's useful:
Provides immediate visual feedback for bias: bullish (above open) or bearish (below open).
Ideal for intraday traders who base decisions on daily open reference levels.
Unique elements:
Lightweight and non-intrusive design.
Line automatically resets with each new trading day.
Candles are visually categorized without cluttering the chart.
Best used for:
Intraday momentum analysis.
Bias confirmation for scalping/day trading strategies.
Overlay with other indicators like VWAP, EMA, etc.
Parameters:
No configurable inputs — this is a plug-and-play script.
Triple Moving Average___ Warning__
"You can have the best car in the world, but if you're not a skilled driver, it won't matter. In trading, it's the same — the best indicator won't help if you don't know how to drive, operate, and aim correctly. The path is not as easy as many YouTubers make it seem. It's a challenging journey that demands continuous learning, practice, and advanced techniques.
The traders most at risk are those who trade futures without a defined stop loss. This is extremely dangerous — it can lead to a total loss of capital. Always define a stop loss between 2% and 5% of your capital. Even if you don’t hit your profit target, you’ll be protected from greater losses. A trader's total capital is based on 100% of their available funds — and the more you neglect stop loss, the higher the risk of seeing your capital completely wiped out."
How to Use the Triple Moving Average Indicator
The Triple Moving Average plots three customizable moving averages — Short, Mid, and Long — using the moving average method of your choice: SMA, EMA, WMA, HMA, or ALMA.
This indicator is designed to help traders visually identify:
the direction of the trend,
momentum shifts,
and potential crossovers that may signal entry or exit points.
Configuration Guide:
Signal Line (Short Period): Reacts quickly to price changes — ideal for short-term momentum detection.
Fast Period (Mid-Term): Captures the intermediate trend; useful for swing trading.
Slow Period (Long-Term): Defines the overall market direction and helps filter false signals.
Usage Tips:
Use EMA for faster market reactions.
Choose SMA for a smoother, more stable trend view.
Try HMA or ALMA for advanced smoothing and higher sensitivity.
Watch for moving average crossovers:
When the short MA crosses above the long MA, it may signal a bullish move.
When it crosses below, it may indicate a bearish shift.
For better accuracy, combine this tool with volume analysis, price action, or other technical indicators that confirm your trading bias.
ATR-Multiple from 50SMAThis indicator provides a nuanced view of price extension by calculating the distance between the current price and its 50-period Simple Moving Average. This distance is not measured in simple percentage terms but is quantified in multiples of the Average True Range (ATR), offering a volatility-adjusted perspective on how far an asset has moved from its mean.
The primary goal is to help traders identify potentially overextended conditions, which can often precede price consolidation or reversals. As a general guideline, when an asset's price stretches to multiples of 7 ATRs or more above its 50-day SMA, it often enters a zone where significant profit-taking may occur. By visualizing this extension, the indicator can serve as a powerful tool for gauging when to consider taking profits on existing long positions. Furthermore, it can act as a cautionary signal, helping traders avoid initiating new long positions in assets that are already significantly stretched and may be poised for a pullback.
Features
Volatility-Adjusted Extension
Measures the distance from the 50 SMA in terms of ATR multiples, providing a more standardized way to compare extension across different assets and time periods.
Daily Timeframe Consistency
By default, the indicator uses the daily SMA and ATR for its calculations, regardless of the chart's current timeframe. This ensures a consistent and meaningful measure of extension rooted in the daily trend.
Histogram Visualization
Displays the result as a clear histogram in a separate pane, making it easy to track the extension level over time and identify historical extremes.
Dynamic Color-Coding
The histogram bars are color-coded to visually highlight different levels of extension. The colors shift as the price moves further from the mean, providing an intuitive at-a-glance reading.
Key Threshold Markers
Includes pre-set horizontal lines at the 7 and 10 ATR multiples to clearly mark the zones of potential profit-taking and extreme extension, respectively.
Built-in Alerts
Comes with configurable alert conditions that can notify you when the price reaches the "profit-taking" threshold (7 ATRs) or the "extreme extension" threshold (10 ATRs).
Customization Options
MA & ATR Periods
You can adjust the length for the Simple Moving Average (default 50) and the Average True Range (default 14) to suit your specific analytical needs.
Timeframe Source
A toggle allows you to switch between always calculating using daily data (the default and recommended setting) or using the data from the current chart's timeframe.
Color Display Style
You can choose between a smooth color gradient that transitions elegantly with the extension level or a distinct, step-based color display for a clearer visual separation of the defined zones.
Full Color Scheme Control
Every visual element is fully customizable. You can change the colors for the regular extension, the "get ready," "profit-taking," and "extreme" levels, as well as the horizontal reference lines.
OBV with MA & Bollinger Bands by Marius1032OBV with MA & Bollinger Bands by Marius1032
This script adds customizable moving averages and Bollinger Bands to the classic OBV (On Balance Volume) indicator. It helps identify volume-driven momentum and trend strength.
Features:
OBV-based trend tracking
Optional smoothing: SMA, EMA, RMA, WMA, VWMA
Optional Bollinger Bands with SMA
Potential Combinations and Trading Strategies:
Breakouts: Look for price breakouts from the Bollinger Bands, and confirm with a rising OBV for an uptrend or falling OBV for a downtrend.
Trend Reversals: When the price touches a Bollinger Band, examine the OBV for divergence. A bullish divergence (price lower low, OBV higher low) near the lower band could signal a reversal.
Volume Confirmation: Use OBV to confirm the strength of the trend indicated by Bollinger Bands. For example, if the BBs indicate an uptrend and OBV is also rising, it reinforces the bullish signal.
1. On-Balance Volume (OBV):
Purpose: OBV is a momentum indicator that uses volume flow to predict price movements.
Calculation: Volume is added on up days and subtracted on down days.
Interpretation: Rising OBV suggests potential upward price movement. Falling OBV suggests potential lower prices.
Divergence: Divergence between OBV and price can signal potential trend reversals.
2. Moving Average (MA):
Purpose: Moving Averages smooth price fluctuations and help identify trends.
Combination with OBV: Pairing OBV with MAs helps confirm trends and identify potential reversals. A crossover of the OBV line and its MA can signal a trend reversal or continuation.
3. Bollinger Bands (BB):
Purpose: BBs measure market volatility and help identify potential breakouts and trend reversals.
Structure: They consist of a moving average (typically 20-period) and two standard deviation bands.
Combination with OBV: Combining BBs with OBV allows for a multifaceted approach to market analysis. For example, a stock hitting the lower BB with a rising OBV could indicate accumulation and a potential upward reversal.
Created by: Marius1032
Enhanced MA Cloud Guru Pro (With Visual Controls)Enhanced MA Cloud Guru Pro
The Enhanced MA Cloud Guru Pro is an advanced multi-timeframe trend-following and momentum indicator designed to help traders identify high-quality entries and exits using dynamic moving average clouds.
This tool visualizes the alignment and interaction between short-term and long-term moving averages while integrating volume and momentum filters to reduce false signals.
🔍 Features:
Customizable Moving Averages – Choose SMA, EMA, WMA, or HMA for six different lengths.
MA Clouds – Highlights trend strength and direction with color-coded MA clouds (MA1–3 and MA4–6).
Visual Cues – Clear chart symbols for:
Contrarian entries (MA1 crosses MA3 against the longer-term trend)
Momentum-based cloud breaks (MA1–3 cloud crosses MA5)
Price breaking above or below the 100-period MA (MA5)
Volume Filtering – Signals require above-average volume for confirmation.
Cooldown Logic – Prevents signal spamming and enforces spacing between trades.
Minimalist Dashboard Ready – Designed for clean chart readability.
🧠 Use Case:
Ideal for trend traders and swing traders looking for MA cross confirmation with momentum validation. Can also be used to filter signals for discretionary or automated systems.
Inside/Multiple Inside Bars Detector by Yasser R.01Multiple Inside Bars Trading System
Detects multiple inside bar patterns with visual alerts, breakout signals, and risk management levels (1:2 RR ratio). Identifies high-probability trading setups.
This indicator scans for consecutive inside bar patterns (2+ bars forming within a 'mother bar'), which often precede strong breakouts. When detected, it:
1. Draws clear reference lines showing the mother bar's high/low
2. Alerts when price breaks either level
3. Automatically calculates 1:2 risk-reward stop loss and take profit levels
4. Displays entry points with trade details
Ideal for swing traders, the system helps identify consolidation periods before potential trend continuations. Works best on 4H/Daily timeframes.
#InsideBars #BreakoutTrading #RiskManagement #SwingTrading #PriceAction
Professional-grade inside bar detector that:
✅ Identifies single AND multiple inside bar setups
✅ Provides clean visual references (lines/labels)
✅ Generates breakout signals with calculated RR levels
✅ Self-cleaning - removes old setups automatically
Use alongside trend analysis for best results. Customizable in Settings.
9AM/10AM opensPrice lines for the 9AM/10AM hourly candle opens. (OLHC/OHLC)
Lines extend only to the next hourly candle open (12 5m bars, can customize in source code)
Color customizable
Stoch RSI + RSI + DivergenceStochastic RSI and RSI Indicator in 1, you can change the color and the borders of the bands to be more visible.
Range Trading Entry Signals (Trend Considered)# Range Market Entry Signal Indicator Guide
## Overview
This indicator is a custom TradingView indicator designed to identify effective entry points in range-bound (sideways) markets. It primarily uses RSI (Relative Strength Index) and visually displays range upper and lower bounds to provide counter-trend trading opportunities.
## Key Features
### 1. Range Identification Function
- **Range Upper/Lower Lines**: Automatically identifies ranges based on the highest and lowest values over a specified period (default 50 periods)
- **70% Line Display**: Shows positions at 30% from the top and bottom of the range, providing more precise entry points
### 2. RSI-Based Signal Generation
- **Buy Signal**: Triggered when RSI reverses after falling below the oversold line (default 30)
- **Sell Signal**: Triggered when RSI reverses after rising above the overbought line (default 80)
### 3. Moving Average Filter (Optional)
- Uses 20-period simple moving average as an auxiliary indicator
- Filtering function that considers trend direction
### 4. Information Display Table
- Current RSI value
- Range upper and lower bound values
- Moving average value
- Supports real-time market condition assessment
## Configuration Parameters
| Parameter | Default Value | Description |
|-----------|---------------|-------------|
| RSI Period | 14 | Period used for RSI calculation |
| RSI Oversold Line | 30 | Threshold for buy signals |
| RSI Overbought Line | 80 | Threshold for sell signals |
| Moving Average Period | 20 | Period for auxiliary moving average |
| Range Detection Period | 50 | Period for calculating range upper/lower bounds |
| Use Moving Average Filter | True | Enable/disable moving average filter |
## Entry Strategies and Usage Examples
### Basic Entry Methods
#### 🟢 Buy Entry
**Conditions**:
- RSI recovers above 31 after falling below 30
- (Optional) Current price is above the 20-period moving average
**Example**:
```
1. Price moves near the range lower bound
2. RSI drops to 28
3. Next candle shows RSI rising to 32 → Buy signal generated
4. Enter near the range lower 70% line
```
#### 🔴 Sell Entry
**Conditions**:
- RSI falls below 79 after rising above 80
- (Optional) Current price is below the 20-period moving average
**Example**:
```
1. Price moves near the range upper bound
2. RSI rises to 82
3. Next candle shows RSI falling to 78 → Sell signal generated
4. Enter near the range upper 70% line
```
### Profit-Taking Strategies
#### Pattern 1: Take Profit at Opposite Range Side
- **Long Positions**: Take profit at range upper bound or upper 70% line
- **Short Positions**: Take profit at range lower bound or lower 70% line
#### Pattern 2: Take Profit on RSI Reversal
- **Long Positions**: When RSI reaches 70-80 levels
- **Short Positions**: When RSI reaches 20-30 levels
#### Pattern 3: Take Profit on Moving Average Cross
- Partial profit-taking when price crosses the moving average in the opposite direction
### Risk Management
#### Stop Loss Placement
- **Long Positions**: Clear break below the range lower bound
- **Short Positions**: Clear break above the range upper bound
#### Position Size Adjustment
- Adjust position size according to range height (upper bound - lower bound)
- Larger positions for narrow ranges, smaller positions for wide ranges
## Optimal Market Conditions
### Suitable Markets
✅ **Range-bound (sideways) markets**
✅ **Markets with moderate volatility**
✅ **Markets with clear support and resistance levels**
### Markets to Avoid
❌ **Strong trending markets**
❌ **Extremely low volatility markets**
❌ **Before and after major economic announcements**
## Practical Usage Tips
### 1. Timeframe Selection
- **Day Trading**: 5-minute to 1-hour charts
- **Swing Trading**: 4-hour to daily charts
### 2. Combination with Other Indicators
- **Bollinger Bands**: Confirm range validity
- **MACD**: Assess trend strength
- **Volume**: Improve signal reliability
### 3. Important Considerations
- Don't rely on a single indicator; use multiple confirmation factors
- Adjust parameters according to changing market conditions
- Backtest historical performance before applying to live trading
## Summary
This indicator is a specialized tool for counter-trend strategies in range-bound markets. By combining RSI reversal signals with range lines, it can help identify efficient entry points. However, the key to success lies in correctly assessing market conditions and using appropriate risk management techniques in conjunction with the indicator.