Advanced VWAP & FVG with ICT Market Structure by NabsAdvanced VWAP & FVG with ICT Market Structure by Nabs
Educational
📊 Bot-Activated Signal OverlayThis script blends momentum, volume confirmation, and trend analysis to make signals more reliable — especially for flagged tickers you’re watching closely. You could even layer in alerts or refine the thresholds if you want a tighter grip on signal quality.
Inverse Price (1/Preço)//@version=6
indicator("Inverse Price (1/Preço)", shorttitle="1÷P", overlay=false)
// Inputs
priceSource = input.source(open, title="Fonte do Preço")
multiplier = input.float(1.0, title="Multiplicador")
decimals = input.int(6, title="Casas Decimais", minval=0, maxval=10)
// Cálculo
inverseValue = multiplier / priceSource
// Plot
plot(inverseValue,
title="1 / Preço",
linewidth=2,
precision=decimals)
// Linha de referência no zero
hline(0, title="Zero", color=color.gray, linestyle=hline.style_dashed)
ScalperThis is a scalping strategy that I have backtested extensively. It is meant for educational purposes only.
Durdens Global M2 Liquidity Tracker🧠 Durdens Global M2 Liquidity Tracker | Bitcoin vs Liquidity, Visualized
If you’re not watching global liquidity, you’re not really trading macro.
This indicator tracks FX-adjusted M2 money supply across 20+ countries, aggregated into a single global liquidity signal. It can then be used to overlay against Bitcoin for timing macro shifts with precision.
🔍 Core Features:
🌐 USD-adjusted M2 from the US, China, Eurozone, UK, Japan, and more
📊 Normalization modes: None (raw), Index (Based to 100), Z-Score
⏳ Offset input to shift liquidity data forward — aligns with Bitcoin's delayed reaction (84–107 days common)
🧠 BTC correlation matrix: 30D, 90D, 365D correlation values
🧪 Top 3 M2 delta signals: Tracks 90-day % change for US, China, EU
🧮 Fibonacci SMAs: 13 / 34 / 89 for structural macro context
🟢🔴 Liquidity regime engine: EMA 89 defines "Risk-On" vs "Risk-Off" states
🧩 How It Works:
Each country’s M2 is multiplied by its FX rate (to USD) and summed into a single global M2 line. This ensures comparability across nations. The user can choose to:
Normalize the output (raw, indexed, or z-scored)
Shift the global M2 forward in time (offset), simulating the lag effect liquidity has on Bitcoin
Visualize macro risk conditions using EMA 89 as a liquidity regime filter
Analyze BTC correlation across 3 windows and track key regions’ M2 delta
❓ FAQ:
Why does this matter?
M2 is the monetary fuel behind asset bubbles. When liquidity rises, Bitcoin follows; with a delay. This tracker helps you front-run macro flows before they hit the chart.
Why use Index or Z-Score modes?
Raw values skew long-term visual analysis. Index mode rebases data for comparative trend tracking. Z-Score shows when liquidity is overheated or suppressed (mean reversion).
What does the offset input do?
Liquidity doesn’t hit Bitcoin instantly. Many traders use an 84–107 day forward shift to align M2 changes with BTC price action. The offset helps you visualize this.
Why track top 3 M2 regions?
US, China, and Eurozone are the heavyweights in global liquidity. Tracking their offset-day % change gives immediate insight into capital expansion or contraction.
Can I use this to trade?
Absolutely; but it’s best used as a macro filter. Combine with price structure, funding, or on-chain data to optimize timing and conviction.
⚡ Use Cases:
Spot early pivots in liquidity regimes (Risk-Off to Risk-On)
Quantify macro backdrop for Bitcoin or altcoin cycles
Understand when the Fed or PBOC are tightening or easing
Ditch the hopium. Trade with context.
—
Built by: @DurdensBitcoinLedger
Follow for updates — future upgrades include:
• Regional toggles
• Custom M2 baskets
• Alert conditions
• Continued revisions & updates
Stay liquid, not wrecked.
DR OF ORB ( MEROOOO )this indicator marks the first 15 min candle of each session
if the market closed above the box go long with stop loss blow the box
and vice versa
Fair Value MSThis indicator introduces rigid rules to familiar concepts to better capture and visualize Market Structure and Areas of Support and Resistance in a way that is both rule-based and reactive to market movements.
Typical "Market Structure" or "Zig-Zag" methods determine swing points based on fixed thresholds (length or percentage). While this does provide rigid structure, the results may be lagging or confusing due to the timing, since it is fixed to static parameters.
I believe the concept of Fair Value Gaps can solve this problem.
As you will notice, there are no length settings in this indicator.
> FVG Market Structure
Fair Value Gaps are a well known concept used to indicate directional intent, forming when price moves aggressively in one direction, leaving behind an imbalance between buyers and sellers. While the term FVG was popularized by ICT, the underlying concept predates them, known historically as imbalances, inefficiencies, or liquidity voids in institutional trading.
Note: For simplicity, in this indicator they'll be called FVGs.
By reading into this, we are able to clearly and rigidly define market structure simply by "looking" at the chart, using objective price events rather than subjective interpretation, or lengths.
By using FVGs to determine structure direction, the length, and speed of identification lies entirely on the market. If an FVG Down occurs immediately after a New Higher High forms, it is reasonable to assume there was a seller at that point, so the script would indicate a New Swing High.
The script is NOT stuck, waiting for a % retrace, or # bars to pass to identify it as such.
Sometimes the market is in a steady trend in a single direction and no FVGs form; therefore, no structure forms. -> Why would we try to impose structure on a clear trend?
Ultimately, the FVG Structure Method uses real reactions from the market to determine Market structure, and is not fixed to specific parameters.
As with other market structure indicators, "Market Structure Breaks" are still identifiable when price moves outside the most recent swing points.
These are helpful to indicate larger direction. In the following section you will see how these help us determine when we should start the search for an "Area of Interest (AOI)".
> Areas of Interest (AOIs)
"Area of Interest (AOI)" is a generalized term, and could refer to many types of zones you might recognize under different names. While the AOIs in this indicator are specialized in their own way, I have chosen to simply use the term "Area of Interest" because it’s more important to understand how they behave and why they exist than to focus on what they’re called.
The goal of an AOI is to point out reasonable areas where buyers or sellers may be staging, as is typical with support and resistance.
In order to reasonably identify these areas, we look for cause and effect relationships. When considering these relationships, it's easier to understand the placement of the points to define each zone.
(Buyer Examples)
Cause: Strong Buyers step in at Swing Low
Effect: Fair Value Gap Forms
Cause: Sustained Buying Pressure
Effect: Market Structure Breaks
In this example, The zone is drawn from the Swing Low, to the Bottom of the FVG closest to the swing point.
In theory, the participation at the swing point was strong and aggressive enough to create the FVG imbalance. Which then found acceptance and continued into a Market Structure Break. So with these AOIs, we are trying to locate the aggressive Buyers or Sellers which were positioned BEFORE the FVG.
These Zones are intended to act as areas to look for reactions from market participants, to judge where price may be going. When revisiting these zones, we look for a reaction or a break, to further provide us information to if the buyers or sellers are still there.
As seen in the screenshot above, The information we gain is not from the creation of these zones, but from the behavior we witness when these zones are revisited.
Technical Note: In this indicator, Market Structure Breaks are only considered when price closes outside the recent swing points. Wicks are not considered as confirmation, therefore are not used to detect structural breaks.
Inside each AOI you can optionally display a readout of the volume which accumulated during the time starting at the swing point and going until the closing bar of the FVG.
Note: We are counting volume until the closing bar of the FVG since the FVG is a 3 bar formation, and aggressive volume is required throughout to create the imbalance.
There are multiple FVGs that typically occur in a single direction, but we do not look to every single one to be indicative of structure, only the first FVG in the opposite direction of the previous direction (which is determined by previous FVGs)
You will probably notice, the AOIs do not form from the closest swing or FVG to the break, this is because we are targeting larger directional changes to draw these AOIs from.
Since they do not always happen perfectly every time, the AOI formation waits for an FVG to occur AND a Market structure break to happen. One without the other will result in no Zone displaying.
> Reflection Lines
While they may seem slightly redundant, Reflection Lines serve as reminders of previous support and resistance pivots. They are drawn at the same Pivots where and AOI is formed, and extend beyond the mitigation of the AOI.
These lines are often points of price to look for "Support Flips", a re-test pattern where price trades through previous support (or resistance) then returns to it and rejects, continuing into a larger move or trend.
Their namesake is based on the behavior of price, "reflecting" at these levels.
The Reflection lines are simple and change color based on price's location.
If price is above, we would typically look to a reflection line in with support in mind.
As a basic filter, these lines use an average price to determine their color, this way they will not change their color as frequently in choppy situations.
> Session Start/End Lines
For analysis purposes and trade review, it is helpful to analyze with context.
For that reason, I have implemented start and end session lines into the indicator, these are helpful when reviewing historical charts to not provide additional context.
By default, they are set to the NYSE Session, but can be changed to fit any needs.
These lines are not advanced, and simply draw a line as the chart passes the start and end of the sessions. It's very likely that you may need to adjust the session for your specific needs.
Note: The Timezone can be adjusted within the code if needed. By Default, the indicator uses "America/New_York" Timezone.
> Conclusion
If you’ve ever felt like your structure tools were confusing or lagging, drawing zones too late, or zones that simply don't make sense, this should feel like a breath of fresh air.
By removing arbitrary length settings and instead using FVGs to define structure and as a basis for AOIs, you're getting a more accurate look at what price is doing and where it's reacting from.
This indicator is rule-based, reactive, and aims to keep things logical without fluff or false confidence.
Enjoy!
TheDevashishratio-MomentumThis custom momentum indicator is inspired by Fibonacci principles but builds a unique sequence with steps of 0.5 (i.e., 0, 0.5, 1, 1.5, 2, ...). Instead of traditional Fibonacci numbers, each step functions as a dynamic lookback period for a momentum calculation. By cycling through these fractional steps, you capture a layered view of price momentum over varying intervals.
The "Fibonacci" Series Used
Sequence:
0, 0.5, 1, 1.5, 2, … up to a user-defined maximum
For trading indicators, lag values (lookback) must be integers, so each step is rounded to the nearest integer and duplicates are removed, resulting in lookbacks:
1, 2, 3, 4, ... N
Indicator Logic
For each selected lookback, the indicator calculates momentum as:
Momentum
n
=
close
−
close
Momentum
n
=close−close
Where:
close = current price
n = integer from your series of
You can combine these momenta for an averaged or weighted momentum profile, displaying the composite as an oscillator.
How To Use
Bullish: Oscillator above zero indicates positive composite momentum.
Bearish: Oscillator below zero indicates negative composite momentum.
Crosses: A cross from below to above zero may signal emerging bullish momentum, and vice versa.
Customization
Adjust max_step to control how many interval lags you want in your composite.
This oscillator averages across many short and mid-term momenta, reducing noise while still being sensitive to changes.
Summary
TheDevashishratio-Momentum offers a fresh momentum oscillator, blending a "Fibonacci-like" progression with technical analysis, and can be easily copy-pasted into TradingView to experiment and refine your edge.
For more on momentum indicator logic or how to use arrays and series in Pine Script, explore TradingView's official documentation and open-source scripts
Momentum_EMABand📢 Reposting this script as the previous version was shut down due to house rules. Follow for future updates.
The Momentum EMA Band V1 is a precision-engineered trading indicator designed for intraday traders and scalpers. This first version integrates three powerful technical tools — EMA Bands, Supertrend, and ADX — to help identify directional breakouts while filtering out noise and choppy conditions.
How the Indicator Works – Combined Logic
This script blends distinct but complementary tools into a single, visually intuitive system:
1️⃣ EMA Price Band – Dynamic Zone Visualization
Plots upper and lower EMA bands (default: 9-period) to form a dynamic price zone.
Green Band: Price > Upper Band → Bullish strength
Red Band: Price < Lower Band → Bearish pressure
Yellow Band: Price within Band → Neutral/consolidation zone
2️⃣ Supertrend Overlay – Reliable Trend Confirmation
Based on customizable ATR length and multiplier, Supertrend adds a directional filter.
Green Line = Uptrend
Red Line = Downtrend
3️⃣ ADX-Based No-Trade Zone – Choppy Market Filter
Manually calculated ADX (default: 14) highlights weak trend conditions.
ADX below threshold (default: 20) + Price within Band → Gray background, signaling low-momentum zones.
Optional gray triangle marker flags beginning of sideways market.
Why This Mashup & How the Indicators Work Together
This mashup creates a high-conviction, rules-based breakout system:
Supertrend defines the primary trend direction — ensuring trades are aligned with momentum.
EMA Band provides structure and timing — confirming breakouts with retest logic, reducing false entries.
ADX measures trend strength — filtering out sideways markets and enhancing trade quality.
Each component plays a specific role:
✅ Supertrend = Trend bias
✅ EMA Band = Breakout + Retest validation
✅ ADX = Momentum confirmation
Together, they form a multi-layered confirmation model that reduces noise, avoids premature entries, and improves trade accuracy.
💡 Practical Application
Momentum Breakouts: Enter when price breaks out of EMA Band with Supertrend confirmation
Avoid Whipsaws: Skip trades during gray-shaded low-momentum periods
Intraday Scalping Edge: Tailored for lower timeframes (5min–15min) where noise is frequent
⚠️ Important Disclaimer
This is Version 1 — expect future enhancements based on trader feedback.
This tool is for educational purposes only. No indicator guarantees profitability. Use with proper risk management and strategy validation.
Critical ZonesIntraday trading in Index (Nifty, Bank Nifty, Fin Nifty , Midcap, Sensex ) and F & O Stocks of the Indian Market,Global,Crypto all Indicator is design.
*Outcome of the Indicator* :
1) 4 Zones Resistance Zone= Shown by two red color lines (Resistance Zone on Top )
Support Zone= Shown by two green color lines (Support Zone on Bottom)
Intermediate 2 Critical Zones shown by Blue color Lines (Intermediate Zone)
How to trade on these critical zones: -
a) If Price is above Critical Zone 1 & below the Critical Zone 2 then Critical Zone 1 = Should work as immediate Support of the price and critical zone will work
as resistance zone.
b) If Price Breaks Resistance zone (at 15 Minutes Chart) and Sustain then Its Bullish Signal - Maximum time price will not go below resistance zone
i.e. resistance zone will work as support zone on that day. If Price Breaks Support zone (at 15 Minutes Chart) and Sustain then Its Bearish Signal
- Maximum time price will not go above support zone i.e. support zone will work as resistance zone on that day.
2) Auto Buyers or Sellers as per the situation generated by this indicator on the basis of the predefined parameters (Used by me for intraday & scalping)
which will be helpful to get momentum trades. One can get the help in option buying with this indicator and it can be used for scalping also.
3) For Second confirmation of the market trend Indicator provides two EMA Lines one is small (Green) & Big One is (Red).
If green line is above red line than market is bullish & on the other hand if green line is below red line market is bearish.
Point to remember:
Do not consider the signal of Buyers or Sellers on running Candle i.e you would wait for the current candle to close before evaluating the conditions to generate a signal.
By waiting for the candle to close, you can eliminate any false signals or noise that may occur during the formation of the candle.
For example, if you are using a 5-minute chart, you would wait for the current 5-minute candle to complete before evaluating the conditions for generating a signal.
How to use Indicator:
1) Suitable timeframe of 5 minutes to get the accurate signals for intraday trading and scalping.
2) To avoid overtrading only first 2-3 Buyers & Sellers signals of the day should be considered for trading in sideways market.
3) On the basis of this indicator no trade will be taken after 3.00 PM.
4) You can incorporate any other indicators and price action for second confirmation of the trade.
How to trade:
We have given the name signal candle which candle generated the buyers or sellers signals and red line also start plotted on the chart along
with sellers signal till the trend is in same direction
and in case of buyers signal green line start plotted along with buy signal till the trend is in same direction.
When to enter in the trade :
After breaking of the High (In case of Buy) or breaking of Low (In Case of Sell) of signal candle.
A) Buy Entry – After generation of the Buyers signal by the indicator and high of signal candle breaks.
For Example,
the high of the signal candle is 24000.In that case we will trade on the next candle which break the high of the signal candle i.e. 24000.
B) Sell Entry - After generation of the Sellers signal by the indicator and low of signal candle breaks.
For Example, the low of the signal candle is 23900.In that case we will trade on the next candle which break the low of the signal candle i.e. 23900.
Stop Loss Level:
The stop loss level is set based on the high of the signal candle for sellers signals and the low of the signal candle for buyers signals.
In other words, if indicator generate a sellers signal, the stop loss will be placed at the high of the candle that generated the sellers signal.
If indicator generate a buyers signal, the stop loss will be placed at the low of the candle that generated the buyers signal.
In case the size of the signal candle in case of Nifty, Finnifty & Midcap is less than 15 Points and in case of Bank Nifty 25 points than SL will the higher or lower of the previous candle of the signal candle.
It is important to note that the stop loss level should be placed properly and used consistently to manage the risk of your trades effectively.
Critical Zone Time Frame Selector
Choose custom roadmap views using built-in time frame options:
1 Week View: Gives roadmap from Monday to Friday
1 Month View: Generates roadmap from 1st of the month to month-end
3 Month View: Shows roadmap for 3 Months ,mostly used for postional 3 month roadmap
6 Month View: Provides broader trend zones over 6 Month ,mostly used for postional 6 month roadmap
12 Month View: Gives 1 year roadmap market structure ,mostly used for postional 12 month roadmap.
Disclaimer:
This Trend based (Buyers and Sellers) indicator is designed to provide right direction of the market according to predefined rules, this tool just a tool for enhancement of the trading.
Using this indicator does not guarantee profits or protect against the losses. It is your responsibility to carefully consider your investment objectives, risk tolerance and financial responsibility.
VVIX Broken-Correlattion HedgeCredit + cross correlated assets work in progress strategy.
Uses VVIX and is based on a hedge strategy when the assets get dislocated from each other.
Still working on parameters for this, and making the capital as efficient as possible when shorting.
Leave comments below.
Strategy Chameleon [theUltimator5]Have you ever looked at an indicator and wondered to yourself "Is this indicator actually profitable?" Well now you can test it out for yourself with the Strategy Chameleon!
Strategy Chameleon is a versatile, signal-agnostic trading strategy designed to adapt to any external indicator or trading system. Like a chameleon changes colors to match its environment, this strategy adapts to match any buy/sell signals you provide, making it the ultimate backtesting and automation tool for traders who want to test multiple strategies without rewriting code.
🎯 Key Features
1) Connects ANY external indicator's buy/sell signals
Works with RSI, MACD, moving averages, custom indicators, or any Pine Script output
Simply connect your indicator's signal output to the strategy inputs
2) Multiple Stop Loss Types:
Percentage-based stops
ATR (Average True Range) dynamic stops
Fixed point stops
3) Advanced Trailing Stop System:
Percentage trailing
ATR-based trailing
Fixed point trailing
4) Flexible Take Profit Options:
Risk:Reward ratio targeting
Percentage-based profits
ATR-based profits
Fixed point profits
5) Trading Direction Control
Long Only - Bull market strategies
Short Only - Bear market strategies
Both - Full market strategies
6) Time-Based Filtering
Optional trading session restrictions
Customize active trading hours
Perfect for day trading strategies
📈 How It Works
Signal Detection: The strategy monitors your connected buy/sell signals
Entry Logic: Executes trades when signals trigger during valid time periods
Risk Management: Automatically applies your chosen stop loss and take profit levels
Trailing System: Dynamically adjusts stops to lock in profits
Performance Tracking: Real-time statistics table showing win rate and performance
⚙️ Setup Instructions
0) Add indicator you want to test, then add the Strategy to your chart
Connect Your Signals:
imgur.com
Go to strategy settings → Signal Sources
1) Set "Buy Signal Source" to your indicator's buy output
2) Set "Sell Signal Source" to your indicator's sell output
3) Choose table position - This simply changes the table location on the screen
4) Set trading direction preference - Buy only? Sell only? Both directions?
imgur.com
5) Set your preferred stop loss type and level
You can set the stop loss to be either percentage based or ATR and fully configurable.
6) Enable trailing stops if desired
imgur.com
7) Configure take profit settings
8) Toggle time filter to only consider specific time windows or trading sessions.
🚀 Use Cases
Test various indicators to determine feasibility and/or profitability.
Compare different signal sources quickly
Validate trading ideas with consistent risk management
Portfolio Management
Apply uniform risk management across different strategies
Standardize stop loss and take profit rules
Monitor performance consistently
Automation Ready
Built-in alert conditions for automated trading
Compatible with trading bots and webhooks
Easy integration with external systems
⚠️ Important Notes
This strategy requires external signals to function
Default settings use 10% of equity per trade
Pyramiding is disabled (one position at a time)
Strategy calculates on bar close, not every tick
🔗 Integration Examples
Works perfectly with:
RSI strategies (connect RSI > 70 for sells, RSI < 30 for buys)
Moving average crossovers
MACD signal line crosses
Bollinger Band strategies
Custom oscillators and indicators
Multi-timeframe strategies
📋 Default Settings
Position Size: 10% of equity
Stop Loss: 2% percentage-based
Trailing Stop: 1.5% percentage-based (enabled)
Take Profit: Disabled (optional)
Trade Direction: Both long and short
Time Filter: Disabled
Gabenik Orb strategyHad the best results using it on NQ/MNQ on a 5 minute chart. Been working on this for a couple of months and is still a work in progress. Any questions, comments or ideas on how to make it better let me know.
Contracts: Set base position size (default: 3, min: 1).
Use Compounding Contracts: Enable to increase contracts by 1 per $1000 profit (max 10)
Fixed Stop-Loss: Stop-loss for reversal trades only
Minimum ORB Range: Minimum ORB range
Show Lines: Toggle ORB high/low and EMA visuals
Allow Overnight: Allow trading outside 9:30 AM–4:00 PM ET
Enable Reversal Trades: Trade failed breakouts. The traget is the opposite side of the orb.
Strict Breakout: Require full candle outside ORB
Allow Breakout Re-Entry: Re-enter after stop-outs
ORB Time Range: ORB period
Use Tiered TP/SL: Enable trailing stops
Use RSI Filter: Apply RSI conditions
Disclaimer: This script is for educational and informational purposes only and should not be considered financial advice. Trading involves significant risks, including the potential for financial loss. Always backtest and thoroughly evaluate any strategy before using it in live trading. The author is not responsible for any losses incurred from using this script.
[GetSparx] Nova Pro⚡ Nova Pro – Position Calculator
This indicator is a user-friendly TradingView indicator designed to help traders plan and visualize their entry and exit points, calculate position sizing, and instantly display key risk metrics.
By simply entering three price levels (Entry, Take Profit and Stop Loss) along with a risk amount in USD, the indicator draws color-coded lines and labels on the chart, and generates a concise table with all computed values. This allows you to assess the risk-reward profile of any trade at a glance, without performing manual calculations.
⚙️ How It Works
When the indicator is added to the chart it will ask to specify the price inputs and the risk amount in USD.
Price Inputs (Entry, TP, SL)
• You specify three price levels: the entry price, the profit target (Take Profit) and the loss threshold (Stop Loss).
• Inputs use TradingView’s native price-picker fields. Any change is immediately reflected on the chart.
Visual Display
• Each level is plotted as a line stretching into the future for enough room.
• Labels on the right show the exact price, color-coded: orange for Entry, green for TP and red for SL.
• Previous lines and labels are automatically removed when parameters change, ensuring the chart remains clean.
Risk Calculations
• The entered risk amount (in USD) is combined with the distance between Entry and SL to compute the optimal number of units (Qty) to trade.
• The script automatically detects whether it’s a long or short trade based on the relative positions of Entry and TP.
• Note that the risk and reward calculations do not factor in exchange fees, slippage, funding rates or any other trading costs. Actual profit and loss may differ once transaction fees and market execution variances are applied, so be sure to adjust your position sizing and expectations accordingly.
🎯 What You Can Do With It
• Consistent Position Sizing
Automate your position size so you consistently risk the same dollar amount, regardless of price volatility or stop distance.
• Clear Risk Management
Instantly view your Reward-to-Risk ratio, potential profit in USD and exact risk amount, so you make well-informed decisions.
• Rapid Scenario Analysis
Adjust TP, SL or Entry on the fly to see how each change affects your potential profit, loss and RR ratio.
• Publication-Ready Charts
The visual elements and integrated table are optimized for TradingView publications, giving your analysis a professional, polished look.
📊 Explanation of Table Values
• Entry
Calculation: rounded to the nearest tick of your entered entry price.
Marks the exact level at which you initiate the trade and serves as the reference point for all further risk and reward calculations.
• Quantity (Qty)
Calculation: Risk USD ÷ (Entry − Stop Loss).
Determines how many units, contracts or shares to trade so that a stop-out at your SL equals exactly your predefined dollar risk, resulting in consistent per-trade exposure.
• Risk to Reward (RR)
Calculation: (Take Profit − Entry) ÷ (Entry − Stop Loss).
Expresses how many dollars of potential profit you target for each dollar you risk. Values above 1 mean the reward exceeds the risk, guiding you to favorable setups.
• Take Profit (TP)
Calculation: rounded to the nearest tick of your entered take-profit price.
Your target exit level for booking gains, highlighted in green on the chart. Shows where you plan to capture profits if the market moves in your favor.
• Profit
Calculation: Qty × (Take Profit − Entry).
Gives the absolute potential gain in USD if price reaches your TP. Useful for comparing total return across different instruments or setups.
• Stop Loss (SL)
Calculation: rounded to the nearest tick of your entered stop-loss price.
The level at which your trade is automatically closed to cap losses, highlighted in red on the chart. Ensures you never lose more than your defined risk amount.
• Risk
Calculation: equals the entered Risk USD.
The maximum dollar amount you’re willing to lose on this trade. Acts as the upper boundary for your exposure, keeping your position sizing disciplined.
📝 Examples
• Long Example 1: Bitcoin/USD
Entry: $11851.1
Take Profit: $123853.9
Stop Loss: $115467.7
Risk USD: $500
The Risk to Reward ratio results in 2.25, which means the reward exceeds the risk.
For each dollar you risk, this setup has potential gains of 2.25 dollars.
• Long Example 2: Algorand/USD
Entry: $0.2919
Take Profit: $0.3491
Stop Loss: $0.2655
Risk USD: $1000
The Risk to Reward ratio on this trade results in 2.17 and has a potential profit target of $2166.67. With a risk of $1000 USD the table conveniently shows a quantity of 37878 ALGO is needed for the trade.
• Short Example 1: Forex EUR/USD
Entry: $1.16666
Take Profit: $1.15459
Stop Loss: $1.17374
Risk USD: $200
With a risk of $200 USD and a RR of 2.17, this example shows how a short trade can be accomplished on EUR/USD.
• Short Example 2: Gold
Entry: $3366.29
Take Profit: $3272.01
Stop Loss: $3386.87
Risk USD: $1500
Within this short setup a risk of $1500 USD is used, which results in a RR of 4.58. The potential profit for this trade is $6871.72.
⚠ Disclaimer
This tool is for educational and analytical use only. It does not provide financial advice or trading signals. Always use proper risk management and do your own due diligence.
Praetor Sentinel by Traddy📈 Praetor Sentinel by Traddy – Strategy Description
Use this strategy on the 4H chart on Bybit – symbol: BTCUSDT.P
Join our Telegram to get presets, updates, and support – new strategies dropping regularly!
🧠 What does it do?
Praetor Sentinel is a powerful trend-following strategy that detects strong bullish or bearish trends and automatically enters trades with smart risk management. It’s designed to:
Enter trends early with confirmation
Protect your capital with smart stops
Let your profits run with adaptive trailing
Perfect for swing traders on BTC.
✅ When does it enter trades?
It only enters trades if everything aligns:
✅ Ripster EMA Cloud – Confirms local short/long-term trend
✅ Trader XO EMA Cross – Confirms momentum with a fast/slow crossover
✅ ADX Filter – Filters out weak trends (must be strong enough)
✅ Higher Timeframe Filter (optional) – Adds extra confluence from a larger timeframe
Buy when:
Short EMAs are above long EMAs (both clouds)
Trader XO shows bullish crossover
ADX confirms trend strength
Price is above higher timeframe MA (optional)
Sell when:
All the above are reversed
⏰ Time & Session Filters
You can restrict trading to:
📅 Certain days of the week
🕰 Specific sessions like NY or London
📆 A date range, so you can test performance over specific periods
🛡️ Risk Management
You don’t need to do anything. This is built in:
🧠 ATR-based Adaptive Trailing Stops & Take-Profit
Automatically adjust based on market volatility
Bigger moves = wider room for price to breathe
Tighter markets = faster protection
💸 Break-Even Logic
Once your trade is in profit by a certain % (default 0.5%), it moves stop to entry – no loss, no stress.
🔒 Fixed Stop-Loss
As a backup, you can define a hard stop-loss % (e.g. 1%) for every trade
📊 Position Size & Leverage
Set how much of your equity to use (e.g. 100%)
Set leverage multiplier (e.g. 1x, 5x, 10x)
This strategy automatically calculates your position size for every trade.
🤖 Automation (3Commas / Webhook Ready)
You can fully automate this strategy using platforms like 3Commas:
Pre-built entry and exit messages
Just copy/paste them into your bot
📉 What you’ll see on the chart
Green labels = Long entries (BUY)
Red labels = Short entries (SELL)
Ripster and XO EMAs are drawn so you can see the logic visually
Entry/exit prices follow real logic – not idealized fantasy candles
🧪 Summary Table
Feature What It Does
🔍 Trend Detection Ripster EMAs + Trader XO + ADX
🧠 Smart Exits Adaptive ATR-based trailing + break-even
⚙️ Fully Automated Built-in alerts for bot trading
⏱️ Time Filters Control when trades happen
⬆️ HTF Filter (optional) Confirms with larger timeframe trends
⚠️ TL;DR
This is a swing trading beast built for BTC on the 4H chart.
It filters out chop, catches real trends, and manages risk like a pro.
Set it up, automate it, and let it ride.
→ Strategy: “Praetor Sentinel by Traddy”
→ Timeframe: 4H
→ Symbol: BTCUSDT.P on Bybit
Custom 3 SMA IndicatorIndicator Name: Custom 3 SMA Indicator (20/66/200)
This custom indicator displays three Simple Moving Averages (SMA): 20, 66, and 200 overlaid on the chart to help identify short-term, medium-term, and long-term market trends.
SMA 20 (Blue): Reflects short-term price movements and is commonly used for quick trend analysis and dynamic support or resistance.
SMA 66 (Red): A mid-range moving average used to smooth out medium-term price action and trend confirmation.
SMA 200 (Orange): A widely followed long-term indicator that highlights overall market direction and major support or resistance levels.
Each SMA is calculated using the average of the selected price source over a specific number of periods.
Sample SMA Calculation (Length 3):
Closing prices: 5, 6, 7, 8, 9
First SMA: (5 + 6 + 7) / 3 = 6
Second SMA: (6 + 7 + 8) / 3 = 7
Third SMA: (7 + 8 + 9) / 3 = 8
Features:
Adjustable SMA lengths and source (default: close)
Clean, color-coded display
Suitable for all timeframes and chart styles
Created by Balzella, founder of The Trading Belles—a community empowering everyday women to trade confidently.
Volume Orderflow Delta @MaxMaseratiVolume Orderflow Delta @MaxMaserati
🎯 INSTITUTIONAL ORDERFLOW ANALYSIS TOOL
This advanced indicator reveals where BIG MONEY (institutions, hedge funds, smart money) is actively trading by analyzing sophisticated volume patterns and order flow dynamics. It goes far beyond basic volume analysis to detect specific institutional behaviors and trading patterns.
📊 CORE FUNCTIONALITY
Four Analysis Columns:
- VPD (Volume Per Delta): Net institutional pressure and absorption patterns
- VPS (Volume Per Seller): Institutional selling pressure zones
- VPB (Volume Per Buyer): Institutional buying pressure zones
- SVP (Session Volume Profile): Total institutional activity zones
Enhanced Delta Calculation:
- Uses real bid/ask data (95% accuracy on 1-tick timeframe)
- Advanced price action analysis (85% accuracy on other timeframes)
- Significantly more precise than standard volume delta methods
🎨 SMART INSTITUTIONAL PATTERN DETECTION
Advanced Pattern Recognition:
- 🧊 Iceberg Orders: Hidden institutional size appearing repeatedly
- ⚡ Failed Auctions: Identifies truly trapped institutional traders
- 💜 Volume Exhaustion: Detects ending institutional momentum
- 🟨🟧 Absorption Patterns: Shows institutional level defense
- 🔥 Liquidity Sweeps: Identifies institutional stop-hunting
Professional Color System:
- Electric Blue/Bright Magenta: Large passive institutional orders
- Neon Green/Bright Red: Aggressive institutional entries
- Gold/Brown: Trapped institutional traders (underwater positions)
- Cyan: Hidden institutional iceberg orders
- Deep Pink: Institutional liquidity sweeps
⚠️ IMPORTANT DISCLAIMERS & REQUIREMENTS
📚 EDUCATION REQUIREMENT
YOU MUST LEARN VOLUME/DELTA ANALYSIS BEFORE USING THIS TOOL
This is an advanced institutional analysis tool requiring solid understanding of:
- Volume profile concepts and interpretation
- Order flow analysis and market microstructure
- Delta analysis and its implications
- Institutional trading behaviors and patterns
Recommended Learning Path:
1. Study volume profile analysis fundamentals
2. Learn order flow and market microstructure basics
3. Understand delta analysis interpretation
4. Practice on paper trading or small positions
5. Gradually increase position sizing as competency develops
🧪 MANDATORY TESTING REQUIREMENT
EXTENSIVE TESTING IS REQUIRED BEFORE LIVE TRADING
- Test the indicator across different market conditions
- Backtest patterns on historical data
- Paper trade signals for minimum 30 days
- Understand how patterns behave in your specific markets/timeframes
- Verify pattern accuracy in your trading environment
📋 USER RESPONSIBILITY DISCLAIMER
ALL TRADING DECISIONS AND OUTCOMES ARE YOUR SOLE RESPONSIBILITY
- This indicator provides analysis tools, NOT trading advice
- No guarantee of profitability or accuracy
- Past performance does not indicate future results
- You are responsible for risk management and position sizing
- Seek professional financial advice if needed
- Use only risk capital you can afford to lose
🎛️ CUSTOMIZATION OPTIONS
Layout Styles:
- Back-to-Back: Traditional volume profile layout
- Face-to-Face: Orderbook simulation style
- Adjustable spacing and positioning
Color Systems:
- Smart Institutional Coloring: Advanced pattern recognition
- Classic Red/Green: Traditional volume profile colors
Detection Sensitivity:
- Adjustable thresholds for all pattern types
- Customizable institutional size detection
- Configurable absorption and spike parameters
💡 PROFESSIONAL USAGE TIPS
1. Start Conservative: Begin with higher detection thresholds
2. Multiple Timeframes: Analyze across different timeframe contexts
3. Confluence: Combine with other technical analysis methods
4. Market Context: Consider overall market environment and news
5. Risk Management: Always use proper position sizing and stop losses
🚨 FINAL WARNING
This is a professional-grade analysis tool designed for experienced traders who understand volume analysis and institutional behavior. Improper use or lack of understanding can result in significant losses. Education, testing, and personal responsibility are mandatory prerequisites for successful utilization.
Trade at your own risk. This indicator does not guarantee profits.
Editable Trade Checklist by Andrei Editable Trade Checklist by Andrei Indicator
This script adds a customizable trade checklist directly onto your chart, helping traders stay disciplined and consistent. It’s designed for discretionary strategies where traders want to visually confirm their rules are met before taking a position.
What It Does
• Displays a visual checklist with up to 10 custom rules
• Each rule uses a checkbox (✔ = Yes, ☐ = No)
• Supports structured decision-making before trade entries
How It Works
In the Inputs tab, you can:
• Rename each checklist item to match your trading plan
• Mark conditions as Yes (checked) or No (unchecked)
• Customize the header and table colors
• Adjust text size for easier viewing — especially useful on mobile
• The checklist appears as a fixed panel on your chart that can be moved to any corner for flexibility
How to Use It
• Add the indicator to your chart
• Open the settings to define your checklist items
• Use checkboxes to track which rules are met
• Review your checklist before taking trades to stay aligned with your strategy
This tool does not produce buy/sell signals — it's built to support manual trade planning and reinforce consistency.
Publishing Notes
This indicator works independently and is published on a clean chart as required. No other scripts or drawings are included. Custom drawings or tools may be used by the trader but are not part of this script.
Delta Canlde POC @MaxMaserati🎯 Delta Candle POC @MaxMaserati
Indicator Guide and Purpose
This indicator provides professional volume profile analysis at the individual candle level, revealing the internal structure of price action and volume distribution that standard charts cannot show. It transforms each candle into a detailed volume map, showing exactly where trading activity concentrated and whether buyers or sellers were in control.
What It Shows
🔹 Volume Imprint Bars
5 horizontal volume bars within each qualifying candle
Width = Volume intensity at that price level
Color = Market pressure (Green = Bullish delta, Red = Bearish delta)
Position = Key price levels (Open, Close, Body Mid, High/Low rejections)
🔹 Delta Labels
Net buying/selling pressure for each candle (e.g., "+2.3K" or "-1.8K")
Positioned above/below candles based on pressure direction
Synchronized with volume bars - appear together, disappear together
🔹 Point of Control (POC)
Horizontal line marking the price level with highest volume
Dynamic thickness based on volume intensity
Extends forward to show ongoing significance
Color-coded by market pressure
How to Interpret
Volume Distribution Patterns
Thick bars at body levels = High conviction trading
Thick bars at wicks = Rejection/support zones
Concentrated volume = Strong agreement on price
Scattered volume = Uncertainty or ranging
Delta Analysis
Large positive delta = Strong buying pressure
Large negative delta = Strong selling pressure
Small delta with high volume = Balanced but active trading
Large delta with low volume = Weak conviction
POC Significance
POC at candle high = Resistance being tested
POC at candle low = Support being tested
POC in body = Fair value area
Thick POC lines = High conviction levels
Analysis Settings
Volume Sensitivity - Controls how much detail to show
Minimum Volume Threshold - Filters out low-activity candles
High Volume Candles Only - Shows only above-average volume periods
Customization
Imprint Width % - Adjust bar width for visibility
Volume Bar Transparency - Control opacity
Color settings - Customize all visual elements
Smart Features
🔄Synchronized Management
Automatic cleanup - Maintains exactly 35 candles worth of data
Perfect synchronization - Labels and volume bars always appear/disappear together
No orphaned elements - Prevents display issues
🧠 Advanced Calculations
Smart order flow - Uses price action, wicks, and body analysis
Real tick data - Enhanced accuracy on 1-tick charts
5-level distribution - Optimized for Pine Script limits
Timeframe Selection
Lower timeframes (1m, 5m) - Detailed intraday analysis
Higher timeframes (1H, 4H) - Broader market structure
Volume Threshold:
Start with default 100 - Adjust based on instrument liquidity
Higher thresholds - Focus on major moves only
Lower thresholds - See more activity detail
What Makes It Unique
Unlike traditional volume indicators that show aggregate data, this reveals the internal architecture of each price move, answering:
Where exactly did the volume occur within each candle?
What was the buying vs selling pressure at each level?
Which price levels attracted the most activity?
How committed were traders to specific price areas?
This granular insight helps you understand market microstructure and see the story behind every candle's formation.
Backtest it and make sure it fits your needs before using it.
Breakout Billionaire📈 Breakout Billionaire — Weekly Breakout Strategy with Dynamic Risk Management
Strategy Type: Trend-Following | Timeframe: Weekly | Risk Management: ATR-Based Trailing Stop | Pyramiding: Enabled
Overview: Breakout Billionaire is a powerful trend-following strategy designed to capture strong bullish breakouts on the weekly timeframe. It combines Bollinger Band breakouts, MACD momentum confirmation, and EMA trend alignment to identify high-probability long entries. The strategy includes dynamic ATR-based trailing stop-loss, partial profit booking, and pyramiding to maximize gains while managing risk.
🔍 Key Features:
✅Rule 1: Weekly Review
Every weekend after market close, open the software and review your positions
✅ Rule 2: Exit on Signal
If any stock shows an Exit Signal, sell it on Monday morning - no questions asked
✅ Rule 3: New Opportunities
If you've exited a stock or have extra funds, the system highlights fresh opportunities for reinvestment - again, only on Mondays
Weekly Bollinger Band Breakout: Entry is triggered when the weekly close breaks above the upper Bollinger Band with prior confirmation.
MACD Momentum Filter: Ensures entries align with strong bullish momentum and positive MACD slope.
EMA100 Trend Filter: Confirms long-term bullish trend.
ATR-Based Trailing Stop: Dynamically adjusts stop-loss using ATR and EMA to protect profits.
Pyramiding: Adds to winning positions when MACD strong bullish momentum.
Partial Profit Booking: Closes a portion of the position when MACD strong bearish momentum.
Dashboard Display: Real-time table showing Buy Price, Profit %, CAGR%, and Trailing SL.
⚙️ Strategy Logic:
Buy Entry:
Weekly close crosses above upper Bollinger Band
Previous weekly close was below the upper band
MACD is above zero and rising
EMA100 is positive
Pyramiding Condition:
MACD strong bullish momentum
Partial Exit:
MACD strong bearish momentum
Full Exit:
Price closes below trailing stop-loss
Enhanced Combo Strategy (HWM / SL / BE / Volume Filter)🧠 Trend Rider by Traddy
📲 Join our Telegram to build a powerful trading community!
I post new strategies regularly — don’t miss out on the next one!
👉 t.me
⚙️ How to Use This Strategy
⚠️ Use on Bybit with the pair AI16ZUSDT.P
⏱️ Timeframe: 15-minute chart
This strategy is optimized for fast-paced altcoin trends and built to work with automation platforms like 3Commas.
🚀 What Does It Do?
Trend Rider is a trend-following strategy that:
Detects strong market momentum
Waits for structural breakouts
Enters only when everything aligns
Manages risk dynamically
Keeps you in trades that actually move
🧠 What Makes It Special?
Filters out bad signals using volume, volatility, and chop filters
Waits for real breakouts instead of reacting to every noise
Automatically adjusts to changing volatility conditions
Protects capital with optional fixed SL, break-even, and HWM trailing stops
Fully modular — toggle any logic on/off to match your own trading style
Comes alert-ready for 3Commas automation (no manual coding needed)
⚙️ How Entry Signals Are Generated (Technical Breakdown)
To qualify for a Long entry, the following must be true (if enabled):
✅ Trader XO Cross – Fast EMA crosses above Slow EMA
✅ SALMA Trend – Custom moving average shows bullish direction
✅ Ripster EMA3 – Short EMA is above long EMA
✅ Multi-Timeframe Ripster – Higher timeframe trend agrees (optional)
✅ ADX Filter – Rising ADX above threshold confirms strength (optional)
✅ Volume Spike – Volume exceeds moving average * multiplier (optional)
✅ CHOP Filter – CHOP index confirms market is not ranging
✅ ATR Volatility Filter – Ensures enough price movement to justify entry
✅ Swing Breakout – Price breaks above recent swing high
If all active filters are passed → a long signal is printed and sent.
🔻 Short entries work the same way but in the opposite direction:
Trader XO bear cross
Bearish SALMA
Ripster 34 < 50
Price breaks below swing low
🛡️ Built-in Risk Management
🎯 Fixed SL – Stop loss % based on entry price
🟢 Break-Even Logic – Moves stop to entry once RR target is hit
📈 HWM Trailing Stop – Follows the trade as it makes new highs/lows
💸 Take-Profit Target – Based on user-defined risk/reward multiple
🔧 Suggested Starting Settings
Setting Recommended Value
Symbol AI16ZUSDT.P
Timeframe 15m
Leverage 1x to 5x
Risk % 100% or your choice
Fixed Stop Loss ✅ Enabled
Break-Even ✅ Enabled
Trailing Stop (HWM) ✅ Enabled
Swing Breakout ✅ Enabled
🤖 Automation Ready
The strategy includes customizable alert messages for TradingView → 3Commas.
Just set alerts on entry/exit events and plug in your bot.
Volumen Spike Übersicht (10 Symbole) Ultima by James_BLThe script checks up to 10 volume sources simultaneously to see if they are above average.
There is also a volume spike factor that allows you to specify the strength compared to the average.
It supports alerts for each individual volume or for any one out of ten, which minimizes the limited number of available alerts.