BTC vs USDT Dominance + Info//@version=5
indicator("BTC vs USDT Dominance + Info", overlay=false)
// Ambil data BTCUSDT (Bybit)
btc = request.security("BYBIT:BTCUSDT", timeframe.period, close)
// Ambil data USDT Dominance (USDT.D)
usdtDom = request.security("CRYPTOCAP:USDT.D", timeframe.period, close)
// Normalisasi biar skalanya sama
btcNorm = (btc - ta.lowest(btc, 200)) / (ta.highest(btc, 200) - ta.lowest(btc, 200)) * 100
usdtNorm = (usdtDom - ta.lowest(usdtDom, 200)) / (ta.highest(usdtDom, 200) - ta.lowest(usdtDom, 200)) * 100
// Plot garis
plot(btcNorm, color=color.green, title="BTC (Normalized)", linewidth=2)
plot(usdtNorm, color=color.red, title="USDT Dominance (Normalized)", linewidth=2)
// Deteksi arah candle terakhir
btcUp = ta.change(btc) > 0
btcDown = ta.change(btc) < 0
// Label info otomatis
if btcUp
label.new(bar_index, btcNorm, "BTC Naik → USDT Dominance Turun",
color=color.green, textcolor=color.white, style=label.style_label_up)
if btcDown
label.new(bar_index, btcNorm, "BTC Turun → USDT Dominance Naik",
color=color.red, textcolor=color.white, style=label.style_label_down)
Indicatori e strategie
ATR Multiple from MAThe purpose of this indicator is to spot an over stretched price.
A stock that has price ratio of over 4x when measured from closing price to 50 SMA is considered as over stretched. An entry at this level post a higher risk of a pullback.
MA Dist/ATR of over 4x will be marked as Red color.
Psych Zones – 000/250/500/750 (250-pip bands, 500 emphasis)Market makers Strategy that helps all traders make money overtime
TOTAL3ES/ETH Mean Reversion
Total market capitalization of altcoins excluding ETH and BTC divided by ETH
EMA + Dynamic Fib TradeNestDescription:
This custom indicator combines Exponential Moving Averages (EMA) and Ichimoku to provide a momentum and trend-based framework for day trading.
9 EMA and 21 EMA are used to identify short-term momentum shifts. A bullish signal occurs when the 9 EMA crosses above the 21 EMA, suggesting potential call opportunities, while a bearish signal occurs when the 9 EMA crosses below the 21 EMA, suggesting potential put opportunities.
50 EMA is included as an additional trend filter to help confirm overall market direction.
Ichimoku is plotted as a forward-looking dynamic support/resistance level. It behaves similarly to a Fibonacci retracement level, offering context for where price may find support or rejection. Ichimoku also helps determine whether current price action is aligned with a bullish or bearish trend environment.
By combining EMA crossovers with Ichimoku levels, this indicator provides a simple yet powerful method for identifying momentum entries and gauging the strength of price action relative to dynamic support/resistance.
Bearish Breakaway Dual Session-FVGInspired by the FVG Concept:
This indicator is built on the Fair Value Gap (FVG) concept, with a focus on Consolidated FVG. Unlike traditional FVGs, this version only works within a defined session (e.g., ETH 18:00–17:00 or RTH 09:30–16:00).
See the Figure below as an example:
Bearish consolidated FVG & Bearish breakaway candle
Begins when a new intraday high is printed. After that, the indicator searches for the 1st bearish breakaway candle, which must have its high below the low of the intraday high candle. Any candles in between are part of the consolidated FVG zone. Once the 1st breakaway forms, the indicator will shades the candle’s range (high to low). Then it will use this candle as an anchor to search for the 2nd, 3rd, etc. breakaways until the session ends.
Session Reset: Occurs at session close.
Repaint Behavior:
If a new intraday (or intra-session) high forms, earlier breakaway patterns are wiped, and the system restarts from the new low.
Counter:
A session-based counter at the top of the chart displays how many bullish consolidated FVGs have formed.
Settings
• Session Setup:
Choose ETH, RTH, or custom session. The indicator is designed for CME futures in New York timezone, but can be adjusted for other markets.
If nothing appears on your chart, check if you loaded it during an inactive session (e.g., weekend/Friday night).
• Max Zones to Show:
Default = 3 (recommended). You can increase, but 3 zones are usually most useful.
• Timeframe:
Best on 1m, 5m, or 15m. (If session range is big, try higher time frame)
Usage:
See this figure as an example
1. Avoid Trading in Wrong Direction
• No Bearish breakaway = No Short trade.
• Prevents the temptation to countertrade in strong uptrends.
2. Catch the Trend Reversal
• When a bearish breakaway appears after an intraday high, it signals a potential reversal.
• You will need adjust position sizing, watch out liquidity hunt, and place stop loss.
• Best entries of your preferred choices: (this is your own trading edge)
Retest
Breakout
Engulf
MA cross over
Whatever your favorite approach
• Reversal signal is the strongest when price stays within/below the breakaway candle’s
range. Weak if it breaks above.
3. Higher Timeframe Confirmation
• 1m can give false reversals if new lows keep forming.
• 5m often provides cleaner signals and avoids premature reversals.
Summary
This indicator offers 3 main advantages:
1. Prevents wrong-direction trades.
2. Confirms trend entry after reversal signals.
3. Filters false positives using higher timeframes.
Failed example:
Usually happen if you are countering a strong trend too early and using 1m time frame
Last Mention:
The indicator is only used for bearish side trading.
Commodity Channel Index - Black GUIA Commodity Channel Index (CCI)-based strategy that buys when the CCI crosses above -100 (indicating oversold conditions) and sells when it crosses below 100 (indicating overbought conditions).
The strategy uses a black-themed GUI for better visibility.
You can customize the length of the CCI using the input parameter.
This strategy is effective for identifying potential reversal points in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
9, 21, 50 EMA TN
This indicator plots three exponential moving averages (EMAs) on the chart:
9 EMA (purple) – short-term trend and momentum
21 EMA (yellow) – medium-term trend
50 EMA (cyan) – long-term trend and overall market direction
How it’s used:
Traders look for the 9 EMA to cross above the 21 EMA as a potential bullish signal. This suggests upward momentum and may be used as confirmation for call entries.
Conversely, when the 9 EMA crosses below the 21 EMA, it can indicate bearish momentum, often used as confirmation for put entries.
The 50 EMA acts as a higher timeframe filter: when price and the shorter EMAs are above the 50 EMA, it confirms bullish bias; when they’re below, it confirms bearish bias.
This tool helps identify short-term momentum shifts while staying aligned with the larger market trend.
Money Flow Index - Black GUIA Money Flow Index (MFI)-based strategy that buys when the MFI crosses above 20 (indicating oversold conditions) and sells when it crosses below 80 (indicating overbought conditions).
The strategy uses a black-themed GUI for better visibility.
You can customize the length of the MFI using the input parameter.
This strategy is effective for identifying potential reversal points in the market by incorporating volume into the analysis.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Williams %R StrategyA Williams %R-based strategy that buys when the Williams %R crosses above -80 (indicating oversold conditions) and sells when it crosses below -20 (indicating overbought conditions).
The strategy uses a black-themed GUI for better visibility.
You can customize the length of the Williams %R using the input parameter.
This strategy is effective for identifying potential reversal points in the market. Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Ichimoku Cloud Breakout - Black GUIAn Ichimoku Cloud breakout strategy that buys when the price closes above the Ichimoku cloud and sells when it closes below.
The strategy features a black-themed GUI for enhanced visibility.
You can customize the input parameters for the Ichimoku calculation.
This strategy is effective for identifying strong trends in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Triple EMA Crossover - Black GUIA triple EMA crossover strategy that uses three EMAs (fast, medium, and slow) for more accurate trend detection.
The strategy buys when the fast EMA crosses above the medium EMA while the medium EMA is above the slow EMA, and sells when the opposite occurs.
The strategy features a black-themed GUI for enhanced visibility.
You can adjust the lengths of the EMAs using the input parameters.
This strategy is useful for capturing longer-term trends in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Double EMA Crossover - Black GUIA strategy that uses a double EMA crossover approach, buying when the fast EMA (9) crosses above the slow EMA (21) and selling when the opposite occurs.
The strategy features a black-themed GUI for enhanced visibility.
You can adjust the lengths of the fast and slow EMAs using the input parameters.
This strategy is useful for capturing short to medium-term trends in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Price Crosses EMA - Black GUIA simple strategy that buys when the price crosses above the 20-period EMA and sells when it crosses below.
The strategy features a black-themed GUI for enhanced visibility.
You can adjust the length of the EMA using the input parameter.
This strategy is useful for identifying trend changes in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Volume Spike Strategy - Black GUIA volume spike strategy that buys when the volume is 150% above the 20-day average and the price is increasing.
The strategy uses a black-themed GUI for better visibility.
You can customize the volume spike multiplier and the length of the volume moving average using the input parameters.
This strategy is effective for identifying potential breakout points in the market. Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
ADX with DI+/- Crossover StrategyAn ADX-based strategy that buys when the DI+ line crosses above the DI- line with the ADX above a specified threshold (default 25), and sells when the opposite occurs.
The strategy features a black-themed GUI for enhanced visibility.
You can adjust the ADX length and threshold using the input parameters.
This strategy is useful for identifying strong trends in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Intraday Key Levels - Name + PriceIntraday Key Levels plots objective, session-based reference lines to help you track structure during the trading day. It shows prior-day levels, current open, opening-range boundaries, and after-hours extremes, with compact labels that include each level’s name and price.
What it plots
Previous Day High / Low / Close
Previous Day Midpoint
Current Day Open
Opening Range High/Low (configurable minutes)
After-Hours High/Low (pre-market and post-market windows)
Inputs
Toggle: Previous Day levels, After Hours, Open, Opening Range, Midpoint
Opening Range length (15–60 min)
Label on/off and label X-offset
Notes
Designed for intraday charts; OR/AH are session-based.
Session times use standard US market hours.
For analysis/education only; not a signal or guarantee of results.
Parabolic SAR Trend Following - Black GUIA Parabolic SAR-based strategy that buys when the SAR dots are below the price and sells when they are above.
The strategy uses a black-themed GUI for better visibility.
You can customize the input parameters for the SAR calculation.
This strategy is effective for trending markets.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
Stochastic Oscillator - Black GUIA Stochastic Oscillator-based strategy that buys when the %K line crosses above 20 (indicating oversold conditions) and sells when it crosses below 80 (indicating overbought conditions).
The strategy uses a black-themed GUI for better visibility.
You can customize the lengths of the %K and %D lines using the input parameters.
This strategy is effective for identifying potential reversal points in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.
RSI Divergence Filtered by ZigZag RatiosRSI Divergence Filtered by ZigZag Ratios
This indicator is designed to help traders identify potential trend reversals by finding RSI divergence and then confirming it with a unique filter based on price movements. It draws two ZigZag lines on your chart to visually represent these patterns.
Core Functionality
The indicator works by doing three main things:
Price ZigZag (Blue Line): ZigZag line directly on the price chart. This line connects the significant high and low points of the price action, based on the ZigZag Deviation % you set. It's a way to simplify the trend and clearly see the "legs" or swings of the market.
RSI ZigZag (Orange Line): It also draws a separate ZigZag line, colored orange, that follows the movement of the RSI indicator. This helps you visually track the highs and lows of the RSI at the same time as the price.
Divergence Detection: The indicator continuously looks for divergence between the price ZigZag and the RSI.
The Key Filter: ZigZag Ratio
This is what makes the indicator unique. When a potential divergence is found, it doesn't just display a signal immediately. It performs an extra check:
It compares the size of the most recent price swing (the "last leg") to the size of the previous swing in the same direction. It then calculates a ratio. If the most recent swing is significantly smaller than the previous one, it confirms the signal and displays a label.
This filtering mechanism aims to weed out weak signals and highlight divergences that occur after a period of slowing momentum.
Bullish/Bearish Div Labels: When a valid, filtered divergence is found, the indicator will place a green Bullish Div label at the bottom of a low swing or a red Bearish Div label at the top of a high swing.
User Inputs
ZigZag Deviation %: This is the minimum percentage change required to form a new ZigZag pivot. The default value is set to 0.3618, which is a popular number in technical analysis. A lower value will capture more minor swings, while a higher value will focus only on larger, more significant ones.
RSI Length: The number of bars used to calculate the RSI. The default is 6, but you can adjust this to your preference.
Bollinger Bands Mean Reversion - Black GUIA Bollinger Bands mean reversion strategy that buys when the price touches the lower band and sells when it touches the upper band.
The strategy features a black-themed GUI for enhanced visibility.
You can adjust the length and multiplier of the Bollinger Bands using the input parameters.
This strategy is useful for identifying potential reversal points in the market.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.