OpeningRange (Trading_Tix)Purpose:
The indicator highlights the high, low, and middle (50%) price levels of a specified session's opening range. These levels can serve as key support and resistance zones for trading strategies. The indicator also offers options to extend these levels beyond the session into later timeframes, making it useful for tracking breakout or trend continuation setups.
Key Features:
1. Session Detection:
The indicator identifies a specific session period using the user-defined Session Time. It calculates the start time, high, and low prices during this period:
rangeTime: Defines the session time range (default: 5:00 PM to 2:59 AM).
extendTime: Defines the extended time range where lines/backgrounds can be prolonged.
2. Opening Range Calculation:
High (high_val) and Low (low_val)**:
Tracks the highest and lowest prices during the session.
Middle Line:
A midpoint is calculated by averaging high_val and low_val.
3. Visual Elements:
Horizontal Lines:
Drawn at the high, low, and middle levels.
Customizable in width and color.
Shaded Background Box:
Covers the range between high and low prices.
The box’s color and transparency can be adjusted.
Line and Box Extension:
Optionally extends these elements into the extended time range.
4. Customization:
Users have the flexibility to:
Toggle visibility of lines, middle line, and background box.
Adjust colors, line thickness, and style.
Enable or disable the extension of lines and backgrounds into the extended period.
How It Works:
Initialization:
The script initializes variables to store range data (startTime, high_val, low_val) and drawing objects (lines, boxes).
It detects whether the current bar falls within the session (inSession) or extended timeframe (inExtend).
Plotting:
During the session:
Deletes previous lines and boxes from prior sessions.
Draws new lines at the high, low, and middle levels.
Creates a background box covering the range, if enabled.
During the extended period:
Extends the session lines and box, if the user has opted for extensions.
Updates:
Continuously adjusts the high/low values and updates the lines as new price data arrives.
Use Cases:
This indicator can be valuable for traders who:
Use the opening range to identify potential breakout zones.
Trade based on price consolidation within the range.
Want a visual representation of key price levels to plan entries and exits.
Would you like help refining this script further or adjusting its settings to match your trading style?
Padrões gráficos
Tram37 SMA calculates the average price over the last 377 periods.
SMA 37 can help identify major trends or reversals, acting as dynamic support/resistance, Useful in low-noise, trending markets. Prices may respect the SMA 377 as a dynamic level, especially in markets where Fibonacci levels are widely watched.
It works better in trending markets than in choppy or range-bound markets, where it may generate false signals.
Mongoose Capital Trailing Entry ProMongoose Capital | Trailing Entry Pro
Built for professional traders and macro desks. This system dynamically trails price using ATR (Average True Range) logic, enabling disciplined breakout entries without chasing price.
Key features:
• ATR-Based Dynamic Trail — adapts to volatility in real-time.
• Entry Buffer — configurable distance to minimize false triggers.
• TPO POC Anchoring — optional filter to only allow entries if price is aligned with session auction bias.
• Visual Trail Lines — Green (Long trail) and Red (Short trail).
• Real Trade Entry Markers — Plots BUY/SELL labels for trade visualization.
Best combined with Mongoose Capital’s auction theory frameworks (TPO Profile) for superior edge in volatile environments.
Recommended Use:
- Macro trend following
- Tactical breakout trading
- Liquidity hunt defense
This script is free and open-source. Built to institutional standards by Mongoose Capital.
QQE MOD + Bollinger Band Strategy (Full Version)Bonus Tip:
• Use it on 1H timeframe for best results.
• Settings: BB Length 20, Multiplier 2.2, RSI 21, 200 EMA filter ON (as you showed earlier — perfect!)
RAZ G. MACD PRICE TRIGGER - SHORT(!)
"First, we determine the desired price level for entry and wait for a MACD cross to confirm the signal.
We can customize both the entry time frame and a separate time frame for taking profit or closing the position
BTC Daily DCA CalculatorThe BTC Daily DCA Calculator is an indicator that calculates how much Bitcoin (BTC) you would own today by investing a fixed dollar amount daily (Dollar-Cost Averaging) over a user-defined period. Simply input your start date, end date, and daily investment amount, and the indicator will display a table on the last candle showing your total BTC, total invested, portfolio value, and unrealized yield (in USD and percentage).
Features
Customizable Inputs: Set the start date, end date, and daily dollar amount to simulate your DCA strategy.
Results Table: Displays on the last candle (top-right of the chart) with:
Total BTC: The accumulated Bitcoin from daily purchases.
Total Invested ($): The total dollars invested.
Portfolio Value ($): The current value of your BTC holdings.
Unrealized Yield ($): Your profit/loss in USD.
Unrealized Yield (%): Your profit/loss as a percentage.
Visual Markers: Green triangles below the chart mark each daily investment.
Overlay on Chart: The table and markers appear directly on the BTCUSD price chart for easy reference.
Daily Timeframe: Designed for Daily (1D) charts to ensure accurate calculations.
How to Use
Add the Indicator: Apply the indicator to a BTCUSD chart (e.g., Coinbase:BTCUSD, Binance:BTCUSDT).
Set Daily Timeframe: Ensure your chart is on the Daily (1D) timeframe, or the script will display an error.
Configure Inputs: Open the indicator’s Settings > Inputs tab and set:
Start Date: When to begin the DCA strategy (e.g., 2024-01-01).
End Date: When to end the strategy (e.g., 2025-04-27 or earlier).
Daily Investment ($): The fixed dollar amount to invest daily (e.g., $100).
View Results: Scroll to the last candle in your date range to see the results table in the top-right corner of the chart. Green triangles below the bars indicate investment days.
Settings
Start Date: Choose the start date for your DCA strategy (default: 2024-01-01).
End Date: Choose the end date (default: 2025-04-27). Must be after the start date and within available chart data.
Daily Investment ($): Set the daily investment amount (default: $100). Minimum is $0.01.
Notes
Timeframe: The indicator requires a Daily (1D) chart. Other timeframes will trigger an error.
Data: Ensure your BTCUSD chart has historical data for the selected date range. Use reliable pairs like Coinbase:BTCUSD or Binance:BTCUSDT.
Limitations: Does not account for trading fees or slippage. Future dates (beyond the current date) will not display results.
Performance: Works best with historical data. Free TradingView accounts may have limited historical data; consider premium for longer ranges.
Stablecoin Supply Ratio [Alpha Extract]Stablecoin Supply Ratio Indicator
The Stablecoin Supply Ratio (SSR) indicator compares Bitcoin's market capitalization to the aggregate supply of major stablecoins, offering insights into relative purchasing power and liquidity. This tool helps traders:
✔ Assess Bitcoin's buying power relative to the available stablecoin liquidity.
✔ Detect periods of capital inflow or outflow from stablecoins.
✔ Identify market sentiment shifts based on stablecoin reserves.
🔶 CALCULATION
The indicator aggregates the supply of key stablecoins and compares it to Bitcoin's market cap:
Stablecoin Aggregation
• Inputs:
USDT, USDC, DAI, USDD (daily closing values).
BUSD Market Cap (Glassnode data).
• Total Stablecoin Supply:
Sum of the listed stablecoins' market caps.
Stablecoin Supply Ratio (SSR)
• Formula:
SSR = Bitcoin Market Cap / Total Stablecoin Supply
• Normalized SSR:
Normalized by dividing SSR by its 200-day SMA.
Bollinger Bands
• Bands are applied to the normalized SSR using a configurable moving average type and 2 standard deviations.
Example Calculation:
ssr = btcmc / stablecoin_liq
ratio = ssr / ta.sma(ssr, 200)
basis = ta.sma(ratio, 200)
dev = 2 * ta.stdev(ratio, 200)
upper = basis + dev
lower = basis - dev
🔶 DETAILS
Visual Features:
• Normalized SSR:
Plotted as a light green line.
• Upper Band:
Red line indicating SSR overbought zone.
• Lower Band:
Green line signaling SSR oversold zone.
Interpretation:
• High SSR: Indicates stablecoin reserves are low relative to Bitcoin's market cap, reducing stablecoin buying power.
• Low SSR: Suggests high stablecoin liquidity relative to Bitcoin's market cap, increasing potential buying pressure.
• Band Crosses: Movements beyond the upper or lower bands may signal sentiment extremes.
🔶 EXAMPLES
Market insights include:
• Capital Outflows: SSR rising into the upper band may reflect decreasing stablecoin reserves, potentially signaling a liquidity drain.
• Capital Inflows: SSR dropping near the lower band could indicate growing stablecoin reserves, potentially fueling Bitcoin demand.
🔶 SETTINGS
Customization Options:
• MA Type: Choose between SMA, EMA, WMA, SMMA, and VWMA for band calculation.
• Period: Adjust the 200-day smoothing period.
• Deviation Multiplier: Modify the standard deviation multiplier (default: 2).
The Stablecoin Supply Ratio indicator is a valuable tool for traders monitoring liquidity dynamics and stablecoin trends to anticipate Bitcoin market moves and capital flows.
Gap-Up and Gap-Down Screenerreate Screener at Trading View :Criteria: AS on Date Indian Stock Market Timing: 9:05 AM to 3:34 PM
To find stocks that have opened with a gap-up or gap-down in the last 7 days, follow these steps:
Criteria:
1. Gap-up: When the stock opens 0.7% or more higher than the previous day's close.
2. Gap-down: When the stock opens 0.7% or more lower than the previous day's close.
M2 Global Liquidity Index [Custom Offsets]M2 Global Liquidity Index
Plots the global M2 money supply alongside price, with two user-configurable forward shifts to help you anticipate macro-driven moves in BTC (or any asset).
Key Features
Current M2 Index (no offset)
Offset A — shift M2 forward by N days (default 78)
Offset B — shift M2 forward by M days (default 109)
Extended Currencies toggle adds 9 additional central banks (CHF, CAD, INR, RUB, BRL, KRW, MXN, ZAR)
All lines share the left-hand axis and scale to trillions
Inputs
Offset A (days): integer ≥ 0 (default 78)
Offset B (days): integer ≥ 0 (default 109)
Include extended currencies?: on/off
How to Use
Add the indicator to any chart (overlay mode).
In Settings → Inputs, enter your desired lead times for Offset A and Offset B.
Toggle extended currencies if you need a broader “global liquidity” view.
Watch how price action (e.g. BTC) tracks the shifted M2 lines to spot potential turning points.
Why It Matters
Changes in money supply often lead risk assets by several weeks to months. This tool makes it easy to visualize and test those correlations directly on your favorite timeframe.
Bar Count for XAUThis TradingView indicator labels every other five-minute candle for XAU during the current Beijing session, which runs from 06:00 to 05:00 the next day. It shows the actual bar numbers—1, 3, 5, and so on—only for today’s session; yesterday’s labels are automatically cleared at the new open. The tags appear just below each qualifying candle with no background box, and you can adjust the font size in the settings. In short, it gives you a clean, real-time visual of intraday bar order without clutter
Two-Leg MA BreakoutBased on your indicator code, here's a suggested description for public publishing:
---
# Two-Leg MA Breakout Indicator
A powerful technical analysis tool that identifies high-probability trading opportunities using a two-leg moving average breakout pattern. This indicator detects when price forms a pullback after an initial MA crossover, then continues in the original direction - a pattern that often precedes strong trend continuations.
## Key Features:
- Customizable fast and slow moving averages (EMA/LWMA options)
- Multiple filter options to improve signal quality:
- Trend filter using longer-term MA
- ADX for trend strength confirmation
- Volatility filters using ATR
- RSI momentum filter
- Volume confirmation
- Candlestick pattern validation
- Session time filtering
- Visual trade signals with customizable display options
- Supports both long and short trading strategies
- Alert conditions for automated notifications
Perfect for swing traders and trend followers looking for high-quality entry points in trending markets. The indicator identifies pullback opportunities within established trends for optimal risk/reward entries.
Developed By Sovath
Candlestick Pattern Detector BrarTrader (Short Labels)It will detect all candlestick pattern such as Doji, Hammer etc
TDI - Traders Dynamic Index [Goldminds] - Signals on Chartthis indicator is just based off of tdi and inducement. anytime there is a 1min choch after a tdi hook an alert will trigger. just follow higher time frame order flow and only take signals that are inside previous range
Short Below 20 EMA with Exit Above Prior High - 15 Minshort trade strategy when price comes below 20 ema
Custom Green Candle Conditionthis indicator based candle and ema combination .............................................................................................................................................................................................................................................................................................................................
Gold Strategy with BOS, CHOCH, 4H S/R Zones (Final Version)Gold Strategy with BOS, CHOCH, 4H S/R Zones (Final Version)
EMA + RSI + MACD (초보자용)📋 Indicator Description:
This beginner-friendly indicator combines three powerful tools to clearly identify trends and market conditions:
Features:
EMA (20, 50, 200):
Quickly identify market trends (short-term, medium-term, and long-term trends clearly indicated).
RSI (14):
Easily spot overbought (>70) or oversold (<30) market conditions, helping you make informed trading decisions.
MACD:
Visualize momentum changes intuitively.
Green background indicates bullish momentum; red background indicates bearish momentum.
How to use:
Trend Confirmation:
Check price relative to EMA lines:
Above EMA: Bullish trend
Below EMA: Bearish trend
Market Conditions (RSI):
RSI above 70 (overbought) → possible reversal down
RSI below 30 (oversold) → possible reversal up
Momentum (MACD):
MACD crossover (green) → bullish momentum
MACD crossover (red) → bearish momentum
Referral Event:
Use the indicator for free and participate in our referral event to receive additional benefits:
👉 Referral Link: www.bybit.com
BTST By ANTThe BTST Indicator is a powerful tool specifically designed for traders in the Indian stock market. This unique indicator identifies and highlights key price movements at a pivotal time—3:15 PM. This time is crucial for making BTST (Buy Today, Sell Tomorrow) decisions, a popular trading strategy in India.
Key Features:
Gap Identification : The indicator detects whether the current price action represents a gap-up or gap-down situation compared to the Heikinashi candle close price. This information is vital for short-term traders looking to capitalize on price momentum.
Visual Alerts : When a gap-up trend is detected, a green label "Gap Up" is displayed above the relevant bar. Similarly, a red label "Gap Down" appears below the bar for gap-down movements. These visual indicators help traders make quick and informed decisions.
User-Friendly Insights: The BTST Indicator provides vital information about last closed prices and the dynamics between normal candles and Heikinashi candles. With detailed logs, users can see the exact conditions leading to buy or sell signals, helping optimize trading strategies.
Why Use the BTST Indicator?
Timeliness: The focus on the 3:15 PM mark aligns perfectly with trading patterns and market behavior specific to the Indian stock market, making it an invaluable addition to your trading arsenal.
Enhanced Decision-Making: By receiving immediate visual cues on significant price movements, traders can execute their BTST strategies with greater confidence and speed.
Designed for Indian Markets: This indicator caters specifically to the nuances of Indian stock trading, ensuring relevance and effectiveness for local traders.
Start utilizing the BTST Indicator today to enhance your trading strategies and position yourself for successful trades in the Indian stock market!
🚨 Oliver Velez 20 50 200 Triple Cross + Ghost Cross DeluxeThis indicator is based on Oliver Velez power setup, when price crosses the 20MA and the 50MA or the 20MA and the 200MA the candles are painted to help reduce confusion. All setups won't be as powerful as his "Boom" But you can get at least 3-4 bars from it on any time frame! Enjoy!
DAILY & WEEKLY KEY LEVELShgscvgyachgujhusdvvhuidhgvcdvujhiàwdchkjhid
hjsd hj edhj bwqhkjbv whkj
jhgdhs vgujohwdvyiubui pbe
hjdv jh dvwahgucvuiyw b u9fipnuov opw;n
àkwdav guvwdyuib puiwhoihuipg 9^20b
n vghadsgyuibuoeigfyiubhliwueogbvfdiyub2euihdishbf
ànewhifvgyiuwebguifgui2
Jedi Momentum & Reversal Scalp IndicatorQuick Breakdown:
This scalping strategy was designed to take advantage of price movements throughout the regular trading session in NQ futures on the 1min chart. I developed this to help hunt for trend setups and reversals. This strategy or indicator is applicable to any high liquidity market, and works best on the 1min or 2min charts. 3min and 5min chart will give fewer signals.
Markets are unpredictable and the NQ can be especially volatile. Recognizing that a market is in a state of chop or extreme volatility is important as a trader. This script will give false signals when the market is in a state of chop or extreme volatility. Avoid opens that do not have a clear directional move. Avoid low volume or slower periods of the regular trading session. Due to low volume and usually a tighter range, this script will most likely not work well during the overnight session. However, if patient, this indicator can help you find 1-3 A+ Setups during the RTH session.
This indicator uses the 9, 20, and 50 simple moving averages. (custom SMA's)
I take into consideration other indicators and key levels, then look for confluence with this strategy when hunting for setups.
Long and Shorts are inverted for this strategy.
Conditions and Considerations:
- Setup Signal 1: 9 crosses 20. This is an early warning signal that momentum or sentiment in the market could be changing and starting to move in the direction of the cross. During consolidation or high volatility, Setup 1 will give false signals. A strong Setup Signal 1, usually happens after a period of consolidation.
- Setup Signal 2: 9 crosses 50. This is the main signal that a long or short setup has begun. The background will change color to highlight a long or short setup and you will only see long Enter signals if the Setup is long. Setup 2 gives less false signals.
- Entry Signal 1: 20 crosses 50. You won't be able to enter at the cross level, but if the momentum is healthy, then entering with the next candle could be a good entry level. However, sometimes price moves in the direction of the Setup before the cross, so you may want to enter just before if structure is favorable. Furthermore, you may want to have a stop that goes just outside of the 9/50 cross, since immediately pulling back to that level would not be healthy for the setup.
**Note: Conditions for Entry Signals 2-4; are when price has pulled away from the moving averages and they are in order above or below price, then as price pulls back to the 9, 20, and 50 a long signal is created when the low of a candle gets close (custom buffers) to one of the moving averages. A short signal is created when the high of a candle gets close to one of the moving averages.
- Entry Signal 2: Pullback to 9 (custom buffer). Early in a healthy setup the first pullback is usually the smallest and can happen quickly and also more than once.
- Entry Signal 3: Pullback to 20 (custom buffer). Midway into or later in a setup price will pullback towards the 20. This is sometimes an early exhaustion sign. Pullbacks to the 20 are usually fewer than pullbacks to the 9. Sometimes the 9 and 20 begin to entwine before continuation. If this happens take note of the angle on the 50, if there is still a decent angle supporting the direction of the setup, then the setup is still valid.
- Entry Signal 4: Pullback to 50 (custom buffer). This is sometimes an exhaustion signal and should be traded with caution and a tight stop. If the 50 is broken early in a Setup, then the momentum is not strong in the direction of the Setup, and you should avoid that trade. If later in the Setup the 50 is broken in a flush, but only by a few points, then wait and see if price rebounds in direction of Setup. If later in the Setup the 50 is broken by more than 25pts, then the Setup is not valid anymore.
- Exit Signal: 9 cross the 50. When the 9 crosses the 50 in the opposite direction as the previous Setup, then that Setup is over.
*Note: Context Matters! High volatility and chop can give false signals. Don’t trade every Setup. Market should make a clear opening drive and/or breakout of a key level or consolidation zone. Don’t try to use Entry signals in the middle of a consolidation zone, a day of high volatility, or during a news release (CPI, NFP, FOMC, etc.). Confluence with other indicators (like CDV candles pullback to CDV moving averages the same as price pullbacks to an Entry Signal, or RSI divergence after price made an exhaustion move off an Entry Signal, etc.) and key levels (like previous day’s OHLC, POC, VAH, VAL, etc.)
Momentum:
- 45* angle on moving averages can help identify strong momentum
- RSI/MACD should be in confluent zones as Setup (if long RSI should be above zero)
- Pullbacks always require patience=identify failure levels (15m/30m candle high/lows, OHLC, POC, VAH, VAL, etc.)
- RSI hidden divergence=strong momentum
- If strong momentum, then RSI divergence can give false signals
Reversal:
- Don’t try to fade strong momentum. Best to wait until Key Levels are reached.
- 3+ “pushes” with RSI divergence=early reversal signal, but don’t enter before Signal 2
- If Initial Balance is extremely wide, take caution holding onto reversal Setups. Price could snap back as the market revisits key levels
- Remember; a reversal is a pullback, but not all pullbacks are reversals
Risk Management:
- Depending on volatility, I trade with a 1:1 or 2:1 profit:loss bracket. My stops are usually set at 25pts
- I always leave a runner at key levels or outside range
- When main target is hit=all stops move to inside break even
- Typically trail stops behind the 50
- Setups should move quickly=if price stalls and pulls away from break even, exit trade before full stop is hit
ES 1min moving average settings: 16, 34, 75
XAU888 V1.2XAU888 Ver1.2
Trend following script using supertrend, and KAMA. Use with market structure to filter out any ranging markets and false entries