RSI Candlestick Oscillator [LuxAlgo]The RSI Candlestick Oscillator displays a traditional Relative Strength Index (RSI) as candlesticks. This indicator references OHLC data to locate each candlestick point relative to the current RSI Value, leading to a more accurate representation of the Open, High, Low, and Close price of each candlestick in the context of RSI.
In addition to the candlestick display, Divergences are detected from the RSI candlestick highs and lows and can be displayed over price on the chart.
🔶 USAGE
Translating candlesticks into the RSI oscillator is not a new concept and has been attempted many times before. This indicator stands out because of the specific method used to determine the candlestick OHLC values. When compared to other RSI Candlestick indicators, you will find that this indicator clearly and definitively correlates better to the on-chart price action.
Traditionally, the RSI indicator is simply one running value based on (typically) the close price of the chart. By introducing high, low, and open values into the oscillator, we can better gauge the specific price action throughout the intrabar movements.
Interactions with the RSI levels can now take multiple forms, whether it be a full-bodied breakthrough or simply a wick test. Both can provide a new analysis of price action alongside RSI.
An example of wick interactions and full-bodied interactions can be seen below.
As a result of the candlestick display, divergences become simpler to spot. Since the candlesticks on the RSI closely resemble the candlesticks on the chart, when looking for divergence between the chart and RSI, it is more obvious when the RSI and price are diverging.
The divergences in this indicator not only show on the RSI oscillator, but also overlay on the price chart for clearer understanding.
🔹 Filtering Divergence
With the candlesticks generating high and low RSI values, we can better sense divergences from price, since these points are generally going to be more dramatic than the (close) RSI value.
This indicator displays each type of divergence:
Bullish Divergence
Bearish Divergence
Hidden Bullish Divergence
Hidden Bearish Divergence
From these, we get many less-than-useful indications, since every single divergence from price is not necessarily of great importance.
The Divergence Filter disregards any divergence detected that does not extend outside the RSI upper or lower values.
This does not replace good judgment, but this filter can be helpful in focusing attention towards the extremes of RSI for potential reversal spotting from divergence.
🔶 DETAILS
In order to get the desired results for a display that resembles price action while following RSI, we must scale. The scaling is the most important part of this indicator.
To summarize the process:
Identify a range on Price and RSI
Consider them as equal to create a scaling factor
Use the scaling factor to locate RSI's "Price equivalent" Upper, Lower, & Mid on the Chart
Use those prices (specifically the RSI Mid) to check how far each OHLC value lies from it
Use those differences to translate the price back to the RSI Oscillator, pinning the OHLC values at their relative location to our anchor (RSI Mid)
🔹 RSI Channel
To better understand, and for your convenience, the indicator includes the option to display the RSI Channel on the chart. This channel helps to visualize where the scaled RSI values are relative to price.
If you analyze the RSI channel, you are likely to notice that the price movement throughout the channel matches the same movement witnessed in the RSI Oscillator below. This makes sense since they are the exact same thing displayed on different scales.
🔹 Scaling the Open
While the scaling method used is important, and provides a very close view of the real price bar's relative locations on the RSI oscillator… It is designed for a single purpose.
The scaling does NOT make the price candles display perfectly on the RSI oscillator.
The largest place where this is noticeable is with the opening of each candle.
For this reason, we have included a setting that modifies the opening of each RSI candle to be more accurate to the chart's price candles.
This setting positions the current bar's opening RSI candlestick value accurately relative to the price's open location to the previous closing price. As seen below.
🔶 SETTINGS
🔹 RSI Candles
RSI Length: Sets the Length for the RSI Oscillator.
Overbought/Oversold Levels: Sets the Overbought and Oversold levels for the RSI Oscillator.
Scale Open for Chart Accuracy: As described above, scales the open of each candlestick bar to more accurately portray the chart candlesticks.
🔹 Divergence
Show on Chart: Choose to display divergence line on the chart as well as on the Oscillator.
Divergence Length: Sets the pivot width for divergence detection. Normal Fractal Pivot Detection is used.
Divergence Style: Change color and line style for Regular and Hidden divergences, as well as toggle their display.
Divergence Filter: As described above, toggle on or off divergence filtering.
🔹 RSI Channel
Toggle: Display RSI Channel on Chart.
Color: Change RSI Channel Color
Osciladores
ICT Swiftedge# ICT SwiftEdge: Advanced Market Structure Trading System
**Overview**
ICT SwiftEdge is a powerful trading system built upon the foundation of ICTProTools' ICT Breakers, licensed under the Mozilla Public License 2.0 (mozilla.org). This script has been significantly enhanced by to combine market structure analysis with modern technical indicators and a sleek, AI-inspired statistics dashboard. The goal is to provide traders with a comprehensive tool for identifying high-probability trade setups, managing exits, and tracking performance in a visually intuitive way.
**Credits**
This script is a derivative work based on the original "ICT Breakers" by ICTProTools, used with permission under the Mozilla Public License 2.0. Significant enhancements, including RSI-MA signals, trend filtering, dynamic timeframe adjustments, dual exit strategies, and an AI-style statistics dashboard, were developed by . We express our gratitude to ICTProTools for their foundational work in market structure analysis.
**What It Does**
ICT SwiftEdge integrates multiple trading concepts to help traders identify and manage trades based on market structure and momentum:
- **Market Structure Analysis**: Identifies Break of Structure (BOS) and Market Structure Shift (MSS) patterns, which signal potential trend continuations or reversals. BOS indicates a continuation of the current trend, while MSS highlights a shift in market direction, providing key entry points.
- **RSI-MA Signals**: Generates "BUY" and "SELL" signals when BOS or MSS patterns align with the Relative Strength Index (RSI) smoothed by a Moving Average (RSI-MA). Signals are filtered to occur only when RSI-MA is above 50 (for buys) or below 50 (for sells), ensuring momentum supports the trade direction.
- **Trend Filtering**: Prevents multiple signals in the same trend, ensuring only one buy or sell signal per trend direction, reducing noise and improving trade clarity.
- **Dynamic Timeframe Adjustment**: Automatically adjusts pivot points, RSI, and MA parameters based on the selected chart timeframe (1M to 1D), optimizing performance across different market conditions.
- **Flexible Exit Strategies**: Offers two user-selectable exit methods:
- **Trailing Stop-Loss (TSL)**: Exits trades when price moves against the position by a user-defined distance (in points), locking in profits or limiting losses.
- **RSI-MA Exit**: Exits trades when RSI-MA crosses the 50 level, signaling a potential loss of momentum.
- Users can enable either or both strategies, providing flexibility to adapt to different trading styles.
- **AI-Style Statistics Dashboard**: Displays real-time trade performance metrics in a futuristic, neon-colored interface, including total trades, wins, losses, win/loss ratio, and win percentage. This helps traders evaluate the system's effectiveness without external tools.
**Why This Combination?**
The integration of these components creates a synergistic trading system:
- **BOS/MSS and RSI-MA**: Combining market structure breaks with RSI-MA ensures entries are based on both price action (structure) and momentum (RSI-MA), increasing the likelihood of high-probability trades.
- **Trend Filtering**: By limiting signals to one per trend, the system avoids overtrading and focuses on significant market moves.
- **Dynamic Adjustments**: Timeframe-specific parameters make the system versatile, suitable for scalping (1M, 5M) or swing trading (4H, 1D).
- **Dual Exit Strategies**: TSL protects profits during trending markets, while RSI-MA exits are ideal for range-bound or reversing markets, catering to diverse market conditions.
- **Statistics Dashboard**: Provides immediate feedback on trade performance, enabling data-driven decision-making without manual tracking.
This combination balances technical precision with user-friendly visuals, making it accessible to both novice and experienced traders.
**How to Use**
1. **Add to Chart**: Apply the script to any TradingView chart.
2. **Configure Settings**:
- **Chart Timeframe**: Select your chart's timeframe (1M to 1D) to optimize parameters.
- **Structure Timeframe**: Choose a timeframe for market structure analysis (leave blank for chart timeframe).
- **Exit Strategy**: Enable Trailing Stop-Loss (`useTslExit`), RSI-MA Exit (`useRsiMaExit`), or both. Adjust `tslPoints` for TSL distance.
- **Show Signals/Labels**: Toggle `showSignals` and `showExit` to display "BUY", "SELL", and "EXIT" labels.
- **Dashboard**: Enable `showDashboard` to view trade statistics. Customize colors with `dashboardBgColor` and `dashboardTextColor`.
3. **Trading**:
- Look for "BUY" or "SELL" labels to enter trades when BOS/MSS aligns with RSI-MA.
- Exit trades at "EXIT" labels based on your chosen strategy.
- Monitor the statistics dashboard to track performance (total trades, win/loss ratio, win percentage).
4. **Alerts**: Set up alerts for BOS, MSS, buy, sell, or exit signals using the provided alert conditions.
**License**
This script is licensed under the Mozilla Public License 2.0 (mozilla.org). The source code is available for review and modification under the terms of this license.
**Compliance with TradingView House Rules**
This publication adheres to TradingView's House Rules and Scripts Publication Rules. It provides a clear, self-contained description of the script's functionality, credits the original author (ICTProTools), and explains the rationale for combining indicators. The script contains no promotional content, offensive language, or proprietary restrictions beyond MPL 2.0.
**Note**
Trading involves risk, and past performance is not indicative of future results. Always backtest and validate the system on your preferred markets and timeframes before live trading.
Enjoy trading with ICT SwiftEdge, and let data-driven insights guide your decisions!
Relative Strength IndexHere, RSI and Volume are used side by side. When the orange middle band is crossed upwards by the RSI lines, it indicates an upward direction, while a downward cross suggests a downward trend.
The RSI 70 level is a critical zone that indicates the stock is overbought and should be approached with caution. RSI 30 and below suggest the stock is oversold and potential buyers may start to appear in these areas.
RSI and MA Band📊 RSI with Gradient Fill
🔧 Features:
1) Two Customizable RSIs
-RSI1 (default length: 5)
-RSI2 (default length: 21)
Both are calculated separately and displayed in black.
2) Dynamic Gradient Fill between RSI1-RSI2 and MA1-MA2
Helps visually identify divergence and convergence behavior between the RSIs.
3) Overbought and Oversold Zones with Visual Gradients
✅ Classic Zones:
-Overbought above 70
-Oversold below 30
✅ Extended Zones:
-Extreme Overbought above 85
-Extreme Oversold below 15
Horizontal Support/Resistance Lines for RSI
Lines at 15, 30, 50, 70, and 85 clearly mark RSI ranges.
4) Moving Averages on RSI:
Ability to enable two MAs on RSI1 and RSI2:
-Selectable type (SMA, EMA, SMMA, WMA, VWMA)
-Customizable lengths
-Displayed in yellow.
5) Fill Between MAs
Highlights divergence or alignment between moving averages applied to RSI.
6) Crossover Detection with Visual Indicators
🟣 Purple triangles when RSI1 crosses RSI2.
🟢 Green triangles when MA1 crosses MA2.
-------------------------------------------- --------------------------------------------
1) Identifying Trend Strength or Potential Reversals
2) Crossovers between RSI1 and RSI2 may indicate short-term momentum shifts.
3) Gradient fills help easily visualize significant divergences.
4) Entry/Exit SL and TP Signals
5) Overbought/Oversold zones (especially extended ones) offer early signals for possible reversals or sideways phases.
6) Momentum Filtering with Moving Averages
7) Smooths out RSI "noise" and reveals more sustained RSI trends.
8) MA crossovers provide stronger confirmation of momentum.
9) Dual RSIs + gradients + colored zones allow for quick market state interpretation at a glance, without visual clutter.
-----🌟 Extremely intuitive and trader-friendly visual representation — built for quick decisions without sacrificing depth.-----
Auto Trading con ActivTradesSMA crossover strategy with automatic Take Profit and Stop Loss, designed for live account execution via ActivTrades directly from TradingView.
📈 RX Swing This Pine Script strategy is designed for trading Nifty options on a 4-hour chart. Here’s a breakdown of how it works:
Timeframe Enforcement: The strategy is designed to only work on a 4-hour chart. If you try to run it on any other timeframe, it will throw an error.
Inputs:
RSI length: Determines the length for the Relative Strength Index (RSI) indicator.
RSI MA Length: Determines the moving average length for smoothing the RSI.
MA Type: Allows you to choose between SMA or EMA for the RSI moving average.
Stop Loss & Take Profit: These define the exit points in percentage terms.
Capital per Trade: Defines how much capital is allocated per trade.
Lot Size: Specifies the number of Nifty options contracts to trade.
Trailing Stop-Loss Points: Defines how many points the price has to move against the position before the trailing stop is triggered.
Trading Logic:
RSI & Moving Average: The strategy generates buy (call) and sell (put) signals based on the crossover and crossunder of RSI and its moving average.
Position Size: The position size is based on capital allocated and the current price of the Nifty.
Stop Loss/Take Profit: The strategy uses both percentage-based stop loss and take profit levels, as well as a trailing stop mechanism to lock profits.
Exit Conditions:
The strategy has several exit triggers:
Trailing Stop-Loss: When the price moves against the trade by a certain number of points, it exits.
Reversal Exit: The strategy will exit a position if the opposite signal (long vs. short or vice versa) occurs.
TP/SL Exit: The strategy will also exit the position when the target profit or stop loss levels are hit.
Loss Count: The strategy tracks the number of consecutive losing trades, and if the count exceeds two, no new trades are allowed until the count resets.
Reset Loss Count: The loss count resets every day at 9:15 AM.
Plotting:
Entry signals (long/short) are marked with green (buy call) and red (buy put) triangles.
Exit signals for TP, SL, Reversal, and Trailing SL are marked with respective shapes (crosses, circles, squares).
This strategy is designed to manage risk with a stop loss and take profit system, while also incorporating a trailing stop-loss mechanism to lock in profits. It ensures that the strategy works only on the 4-hour chart, and limits trading activity after consecutive losses to maintain discipline.
🧬 Fractal Trap Hunter v2.2 – Wyckoff x Fib Precision// This is still a WIP and any feedback is very welcome.
🧬 Fractal Trap Hunter v2.2
Wyckoff x Fibonacci Precision Reversal Strategy
📈 Version: 2.2
🔁 Smart Money Filters • Fib Zones • Momentum Precision
💡 Designed for traders who demand accuracy, structure, and smart filtering.
🚀 Summary
Fractal Trap Hunter v2.2 isn’t just a strategy — it’s a framework.
It adapts to the market’s structure and filters out the noise using real logic used by institutions.
🎯 Strategy Overview
Fractal Trap Hunter v2.2 is a reversal-based strategy that fuses:
📐 Fibonacci retracements/extensions
📊 Wyckoff-style impulse logic (BOS/Spring)
🔍 Optional Smart Money filters
⚡ Precision entries at 61.8%–78.6% with TP1 & TP2 via 1.272/1.618 extensions
✅ Modular filters (RSI, EMA, DPO, SMI, Volume)
🛠 How It Works
Detects a directional impulse (fakeout/BOS/spring)
Waits for price to retrace into a golden zone (Fib 61.8–78.6%)
Enters only if filtered by momentum + confluence signals
Takes partial TP1, moves SL to BE, lets TP2 run
Visual zones and labels make execution easy and clean
⚙️ Key Inputs
Input Purpose Default
Fib Entry Min -- Lowest fib zone for entry -- 0.618
Fib Entry Max -- Highest fib zone for entry -- 0.786
TP1 Extension -- First take profit (extension of impulse) -- 1.272
TP2 Extension -- Final target -- 1.618
Min Impulse % --Required size for the setup -- 0.8%
🧠 Optional Filters
Filter Use Case
EMA Filter -- Only trade with 50 EMA trend
EMA Crossover -- Confirms short-term momentum direction
RSI -- Filter out overextended entries
DPO -- Avoid flat/no-trend zones
SMI -- Precision momentum confirmation
Volume Spike -- Ensures trades trigger with liquidity & intent
📍 Where & When to Use
✅ Best Markets
Forex majors: EUR/USD, GBP/USD, USD/JPY, AUD/USD
Indices: NAS100, SPX500, GER40
Gold: XAU/USD — thrives on fakeouts
Crypto: BTC/USD (H1+ only — volatile), SOL/EUR (H8 had some amazing results)
✅ Best Timeframes
M15 to H1: Optimal balance of signals and quality
H4 - H8 for structure context
D1 for bias filter (optional)
🕐 Best Time of Day
London Open (7–10am UTC) – breakout traps + volume
NY Open (13–15 UTC) – BOS + FVG setups
Avoid low-liquidity hours unless volume filter is ON
📊 How to Backtest
Select timeframe (e.g., M30)
Open Strategy Tester → Overview
Toggle filters & Fib zones to optimize for asset
🔥 Pro Tips to Maximize Edge
📌 Start with only EMA + OB filters, optimize first
⚠️ Avoid choppy price action — look for clear liquidity sweeps
🎯 Use HTF BOS or Wyckoff structures to frame LTF entries
🧬 Look for confluence: OB + Fib + Volume spike = sniper
🔄 Run optimization for each asset and session
⚠️ Risk Disclaimer
Trading involves risk. Use proper position sizing. Past performance does not guarantee future results.
Martiak Trend LineMartiak Trend Line
The Martiak Trend Line is a simple but powerful trend-following indicator that visually distinguishes between bullish, bearish, and neutral (non-trending) market conditions. It helps you identify strong trends and avoid whipsaws and noise during sideways periods.
How It Works:
The indicator plots two Smoothed Moving Averages (SMMA) calculated from the average of the high and low prices:
SMMA 16 (short-term trend)
SMMA 31 (longer-term trend)
Bullish trend (green fill):
When the short SMMA (16) is above the long SMMA (31) and volatility confirms a strong move, the area between the lines is filled green.
Bearish trend (red fill):
When the short SMMA (16) is below the long SMMA (31) and volatility confirms a strong move, the area is filled red.
Neutral/ATR zone (gray fill):
When the short SMMA (16) is within a dynamic volatility band (based on ATR), the indicator turns gray, signaling a choppy or indecisive market. This helps you filter out sideways action and avoid trading during low-conviction periods.
Settings:
ATR Length & Multiplier:
The “neutral zone” width adapts to recent volatility using the Average True Range (ATR). You can adjust the sensitivity via the indicator settings.
Usage Tips:
Stay with the trend: Trade in the direction of the green/red fills and avoid entries when the indicator is gray.
Works on any timeframe and instrument.
Great for traders who want to clearly see when a trend is valid—and when to stay out!
Note:
This indicator only uses color and fill for clarity—ATR bands are not drawn on the chart, but are used in the background to determine neutral zones.
YASINKARACA MACD + VolumeMACD, especially when above the ZERO line, indicates that the direction of the stock is upward.
The MACD line is colored green, while the MACD signal line is colored red.
When the MACD line crosses above the signal line, it generates a BUY signal. When the MACD line crosses below the signal line, it generates a SELL signal.
Histograms are represented in green when positive, and in red when negative.
YASINKARACA EMA5-13-21-34-55This is an indicator consisting of EMA5, EMA13, EMA21, EMA34, and EMA55 plotted below the chart. What you need to pay attention to is that when the white-colored EMA55 is at the bottom and EMA5 is at the top, it indicates that the trend is upwards. If the opposite is true, the trend has turned downwards.
Wishing you success and hoping you use it in good days.
YASINKARACA EMA+ICHIMOKUThe combined use of EMA and Ichimoku is important. It is especially effective in identifying stocks that give BUY or SELL signals on the Daily and 4-Hour timeframes. When the candles are above the Ichimoku Cloud, stocks tend to move upwards, while when they are below the cloud, the direction tends to be downwards.
Wishing you success and hoping you use it in good days.
MTF Stoch RSI Confluence + Combined AlertMTF STOCH RSI CONFLUENCE INDICATOR 1m/5m/15m ( Scalping Indicator added on SRSI 1H)
IF all three Stoch are overbought(above 80) the indicator creates a red vertical line. If all Stoch are oversold(below 20) the indicator creates a green vertical line.
RULES!!!!
NEVER TRADE AGAINST THE TREND!!! This is super important!!!!
If 1H SRSI is above 80 with MTF overbouht and ZC is red (Downtrend) then we open a MR Short- (Prefered at PA Spikes) The same for opposites MR Longs.
If 1H SRSI is above 80 with the MTF oversold and ZC green then we can open a Long position. Prefered Momo Long. The same applies for opposite, hence momo short.
RSI Divergence Strategy - AliferCryptoStrategy Overview
The RSI Divergence Strategy is designed to identify potential reversals by detecting regular bullish and bearish divergences between price action and the Relative Strength Index (RSI). It automatically enters positions when a divergence is confirmed and manages risk with configurable stop-loss and take-profit levels.
Key Features
Automatic Divergence Detection: Scans for RSI pivot lows/highs vs. price pivots using user-defined lookback windows and bar ranges.
Dual SL/TP Methods:
- Swing-based: Stops placed a configurable percentage beyond the most recent swing high/low.
- ATR-based: Stops placed at a multiple of Average True Range, with a separate risk/reward multiplier.
Long and Short Entries: Buys on bullish divergences; sells short on bearish divergences.
Fully Customizable: Input groups for RSI, divergence, swing, ATR, and general SL/TP settings.
Visual Plotting: Marks divergences on chart and plots stop-loss (red) and take-profit (green) lines for active trades.
Alerts: Built-in alert conditions for both bullish and bearish RSI divergences.
Detailed Logic
RSI Calculation: Computes RSI of chosen source over a specified period.
Pivot Detection:
- Identifies RSI pivot lows/highs by scanning a lookback window to the left and right.
- Uses ta.barssince to ensure pivots are separated by a minimum/maximum number of bars.
Divergence Confirmation:
- Bullish: Price makes a lower low while RSI makes a higher low.
- Bearish: Price makes a higher high while RSI makes a lower high.
Entry:
- Opens a Long position when bullish divergence is true.
- Opens a Short position when bearish divergence is true.
Stop-Loss & Take-Profit:
- Swing Method: Computes the recent swing high/low then adjusts by a percentage margin.
- ATR Method: Uses the current ATR × multiplier applied to the entry price.
- Take-Profit: Calculated as entry price ± (risk × R/R ratio).
Exit Orders: Uses strategy.exit to place bracket orders (stop + limit) for both long and short positions.
Inputs and Configuration
RSI Settings: Length & price source for the RSI.
Divergence Settings: Pivot lookback parameters and valid bar ranges.
SL/TP Settings: Choice between Swing or ATR method.
Swing Settings: Swing lookback length, margin (%), and risk/reward ratio.
ATR Settings: ATR length, stop multiplier, and risk/reward ratio.
Usage Notes
Adjust the Pivot Lookback and Range values to suit the volatility and timeframe of your market.
Use higher ATR multipliers for wider stops in choppy conditions, or tighten swing margins in trending markets.
Backtest different R/R ratios to find the balance between win rate and reward.
Disclaimer
This script is for educational purposes only and does not constitute financial advice. Trading carries significant risk and you may lose more than your initial investment. Always conduct your own research and consider consulting a professional before making any trading decisions.
Directional Movement IndexAdding overbought/oversold lines to the DMI (Directional Movement Index) can help you visually catch trend exhaustion zones!
Line-Value | Meaning
25 -Common threshold for trend strength (above = trending).
40 -Often signals strong trend — watch for potential peak.
50–60 -Rare/extreme trend strength, possible trend reversal zone.
ADX values above 50 often precede trend slowdown or reversal, not continuation.
StochRSI+ LiteStochRSI+ Lite is an enhanced version of the classic Stochastic RSI.
It includes:
✅ Adaptive smoothing using ATR
✅ EMA-based trend filter to reduce false signals
✅ RSI calculated on HLC3 for smoother response
✅ Transparent 20–80 range highlight
✅ Basic divergence detection with visual markers
Ideal for crypto and volatile markets.
Open source & free to use — if you like it, tips are appreciated 🙏
bc1qnzc2s4t9kws8xpcxthsemth5m3kqmnkutsfe3f
Directional Movement IndexThis is a basic DMI without the ADX and two lines added into the field to show volume imbalance more clearly.
Mongoose Capital: FlowWave + Conviction Strip🟩 Indicator Name
Mongoose Capital: FlowWave + Conviction Strip
📜 Short Description
Smoothed Money Flow Oscillator with conviction scoring columns to assess flow strength.
🧠 Description (Long Form)
The Mongoose Capital: FlowWave + Conviction Strip is a refined visualization of money flow dynamics designed to identify shifts in volume pressure and trend strength.
This dual-panel indicator includes:
• FlowWave Line — A smoothed momentum curve built from normalized money flow data, filtered through dual EMAs. Green (positive) and purple (negative) segments help traders quickly assess bias shifts.
• Conviction Score Columns — A histogram below the zero line shows strength of flow deltas (momentum of volume pressure). Green/red bars appear when strength exceeds a critical threshold, while gray bars indicate low conviction.
• Background Zone Coloring — Optional dark red/green gradient to enhance visibility of positive/negative phases.
✅ Designed for traders who value clarity and minimal noise
✅ Pairs well with macro trend filters or breakout strategies
✅ Built and published by Mongoose Capital
🔧 Default Settings
Money Flow Length: 14
Signal Cooldown: 5 bars
Source: HLC3
EMA Wave Filter: 3
Strength Threshold: 20
🧪 Suggested Use
Confirm entries/exits in trend continuation setups
Identify divergences between price and money flow
Filter low-conviction trades using the histogram's gray zone
Spot early accumulation or distribution through wave crossovers
📢 Author
Published by: TheRealMongoose
Powered by: Mongoose Capital
Feel free to tag us in your setups.
Price % Above/Below 20 EMADelta between current price and EMA20, calculated as percent difference between EMA and closing price.
📈 Market Regime Detection – 🚀Breakout/down w/ ADX & EMA Filter 📈 Market Regime Detection – 🚀Breakout/down w/ ADX & EMA Filter
By: alphainvestor123
This indicator helps you visually detect whether the market is in a trending or mean-reverting regime by combining:
🔍 Core Logic:
Breakouts: Price exceeds recent highs (or lows), suggesting trending behavior.
EMA Filter: Confirms bullish or bearish bias based on price vs. EMA.
VHF (Vertical Horizontal Filter): Measures the trend strength.
VHF value is multiplied by 1000 in the event you wish to display it onto your CRYPTOCAP:BTC or Crypto chart, it will be visible on your chart, no need to scroll down to see.
VHF ≥ 3333 = Trending Regime
VHF ≤ 3333 = Mean-Reverting / Rangebound
🧪 Key Features:
🔵 Plot of recent high/low breakout levels.
🟢 Background highlights breakout signals (trending market).
🔴 Optional background for breakdown signals (non-trending market).
📉 Optional VHF and EMA plots for further confirmation.
🎛️ Adjustable inputs to control signal sensitivity and chart visuals.
⚙️ Inputs:
Lookback Periods for breakout/breakdown
EMA Length and Line Thickness
Toggle VHF/EMA/Signal Display
Custom Colors for bullish/bearish trends
🧠 Ideal Use Cases:
Determining market regime before choosing a strategy
Filtering for momentum/trend continuation setups
Avoiding false signals in mean-reverting conditions
*Best used on 1D chart as seen on the sample display, I find this most useful for detecting long term trend breakouts/breakdowns and mean reverting regimes.
*to clarify:
breakouts/trend regimes can only be marked if:
1. Candle has the highest high out of the last 40 bars (default indicator setting, can be customized by user)
2. EMA on the desired asset is bullish
3. ADX is >= a value of 3,333
Visa versa logic for breakdowns/mean reverting regime detection.
Forex Overwiew True Strenght IndexNew oscillator for all currencies—I’m about to add NOK, SEK, and other lower-volume currencies that are interesting due to their lack of correlation with the major ones.
Macro Liquidity Index & Canadian OverlayTradingView Pine Script strategy-style indicator that synthesizes the macro signals (e.g. DXY trend, real yields, oil prices, ISM trend, and financial conditions) into a visual macro sentiment index ranging from -5 (max bearish) to +5 (max bullish). It also includes a “Canadian Exposure Overlay” that adjusts the macro score based on Canada’s specific economic positioning (e.g., oil exporter, rate-sensitive sectors, CAD/USD trend).
QQE SHARPE MAX BOT v2 - Reversals + Trailing + VolumenThe **“QQE SHARPE MAX BOT v2”** strategy is based on detecting momentum shifts using the QQE Mod indicator, combined with a trend filter based on EMA and Heikin Ashi, as well as a volume filter that requires volume to be above its moving average to validate entries. It operates in both directions (long and short) with automatic reversals and manages risk through dynamic trailing stops based on ATR, allowing it to maximize profits during strong trends and avoid trading in low-interest market zones.
Sentiment Bias Gauge📌 Overview
The Sentiment Bias Gauge (SBG) is a unique overlay-style indicator that visually maps a sentiment value—such as market bullishness or bearishness—onto your price chart. It converts sentiment data (in this case, RSI-based) into a floating line that moves between defined price zones, allowing users to quickly understand the current market mood in the context of price.
⚙️ How It Works
• The indicator uses RSI (Relative Strength Index) as a proxy for market sentiment (0 to 100 scale).
• This sentiment value is then mapped to a vertical price range on your chart using a configurable zone (via top and bottom percent of chart range).
• The line floats up or down within the price chart, reflecting how bullish or bearish the sentiment is.
• It includes background shading to represent the sentiment level:
• 🔴 Red (Bearish): sentiment < 30
• 🟡 Yellow (Neutral): 30 ≤ sentiment ≤ 70
• 🟢 Green (Bullish): sentiment > 70
• A floating label shows the current sentiment score.
🌟 Key Features
• 📈 Overlay-Based Sentiment Line: Plots sentiment as a price-level line, giving intuitive spatial reference.
• 🔧 Configurable Range Placement: Adjust where the sentiment line appears within the chart’s high-low range.
• 🖌️ Color-Coded Background: Visually distinguish bullish, bearish, and neutral conditions.
• 🏷️ Real-Time Sentiment Label: Displays updated sentiment score on the most recent bar.
🧠 How to Use
• Use this indicator alongside your price action or technical strategy to gauge market mood.
• Combine with other sentiment indicators (e.g., fear/greed, delta volume, news sentiment).
• Especially helpful in sideways markets to identify potential shifts in bias before price reacts.
Why This Combination?
• RSI offers a reliable and intuitive proxy for market sentiment.
• Mapping the value directly onto the chart helps avoid constantly looking at a separate panel.
• The customizable chart range lets traders fit sentiment visuals within any market structure.
🎯 Why It’s Worth Using
• Makes sentiment visually accessible directly on the chart.
• Helps detect bullish/bearish bias shifts earlier than traditional indicators.
• A great tool for sentiment-aware discretionary trading or contextual overlays in algo strategies.