EST Morning Session ColumnsThis is a simple indicator that shows the market open every weekday morning and a Red Wednesday column marketing the middle of the week. I se this to watch the open easily on any time frame as generally, Monday sets a trend until Wednesday which typically starts a reversal into the weekend.
I may continue adding to this over time as I find other elements to create a confluence.
cryptocrow.io
Indicators and strategies
Palfrey Ltd: CBT Navigator Legacy🧭 How to Use the CBT Navigator Legacy Indicator
The CBT Navigator Legacy is designed to assist long-term Bitcoin holders with structured exit planning across the capital cycle. It overlays key price zones and ROI thresholds to help you manage conviction, de-risk responsibly, and navigate euphoric conditions with clarity.
🔹 Setup & Inputs
Average Entry: Input the average USD price at which you acquired your BTC position.
Cycle Peak Estimate: Set a hypothetical top for the current market cycle (e.g. $250,000).
Funding Rate Proxy: Enter a manually observed or estimated annualized funding rate (e.g. 0.12 for 12%).
🔹 What It Displays
The indicator renders horizontal lines at:
Sell Zone 1 (72% of peak): Early de-risking for disciplined capital preservation.
Sell Zone 2 (90% of peak): Start reducing core positions.
Sell Zone 3 (100% of peak): Near peak euphoria—high-risk environment.
Sell Zone Max (110% of peak): Blow-off top zone—exit remaining speculative exposure.
ROI Multiples (2x to 10x): Visualize profit multiples based on your entry price.
A small dashboard on-screen summarizes which zones price has entered and whether funding rates are elevated (above 10%).
🔹 How to Use It
Strategic Planning: Use the tool to define your sell zones before the market gets volatile.
Psychological Anchor: The visual zones provide a reference point when sentiment becomes irrational.
Non-Overfitting: It works without relying on live market data proxies or on-chain feeds—ideal for legacy views.
For deeper insights into how this framework fits into broader cycle structure, macro analysis, and risk models, refer to the articles at
📬 coinandcapital.substack.com
Multi-Indicator Switch PanelAdaptive Entry Toolkit
This powerful indicator combines three high-quality trading systems into one modular, easy-to-use panel. Each system is independently toggleable, enabling full customization based on your trading style and market conditions.
📦 INCLUDED MODULES:
1. RSI Pullback Signals
Identifies momentum exhaustion and possible reversal zones using the Relative Strength Index.
Conditions tuned to detect when RSI pulls back after reaching oversold (for buys) or overbought (for sells) levels.
Highlights potential early entry points in trending markets.
2. Double EMA Pullback
Detects pullbacks in strong trends using a fast and slow EMA (default: 50 & 200).
Buy/Sell signals generated when price crosses back over the faster EMA in the direction of the larger trend.
Great for trend continuation entries.
🧠 ADVANCED FEATURES
Fully customizable inputs for each module
Alerts for every signal (RSI pullback, EMA cross, breakout from suppression)
Minimalistic and lightweight for real-time use
Overlay-based for clean integration with your price chart
🧰 Best Used For:
Anticipating breakouts
Trend continuation setups
Low-volatility squeeze detection
Confluence-based entries
G-AreaKujyo original ver 2025
2025年最新版のインジケーター
各時間足の上昇下降トレンドをより可視性の高いものにしています
■緑のエリアは上昇傾向
■赤のエリアは下降傾向
・緑→赤
・赤→緑
に切り割るエリアは、非常に強い反発点
2025 Latest Version Indicator
This indicator provides enhanced visibility of uptrends and downtrends across multiple timeframes.
■ Green areas indicate an upward trend
■ Red areas indicate a downward trend
Transitions between colors:
Green → Red
Red → Green
These transition zones often mark strong reversal points.
Pip Badan Candle Terakhir//@version=5
indicator("Pip Badan Candle Terakhir", overlay=true)
badan = math.abs(close - open)
pip = badan * 100
textPip = str.tostring(pip, "#.0") + " pip"
var label lbl = na
if not na(lbl)
label.delete(lbl)
lbl := label.new(bar_index, (high + low) / 2, textPip,
style=label.style_label_up,
textcolor=color.white,
size=size.normal,
color=close > open ? color.green : color.red)
Sistema Bitcoin CompletoBitcoin Complete System - Advanced Scalping & Main Strategy
📊 Overview
This comprehensive Bitcoin trading system combines multiple momentum indicators to identify high-probability entry points across different timeframes. The indicator automatically adapts its behavior based on the selected timeframe and provides two distinct trading approaches.
🎯 Key Features
Dual System Architecture: Scalp system (3m/5m) and Main system (15m+)
Advanced Convergence Logic: Requires multiple indicators to align before signaling
Dynamic Information Panel: Real-time display of indicator states and convergence status
Automated Timeframe Detection: Optimizes settings based on current chart timeframe
Bitcoin-Focused: Specifically designed for BTC/USD trading pairs
⚡ Scalp System (3m/5m Timeframes)
Signal Requirements
Long Signal (Yellow Circle Below Bar):
Williams %R ≤ -80 (Oversold)
Stochastic %K ≤ 20 (Oversold)
RSI ≤ 33 (Deep Oversold)
ALL THREE must be satisfied simultaneously
Short Signal (Yellow Circle Above Bar):
Williams %R ≥ -20 (Overbought)
Stochastic %K ≥ 80 (Overbought)
RSI ≥ 67 (Deep Overbought)
ALL THREE must be satisfied simultaneously
Scalp Strategy Logic
The scalp system uses a strict convergence approach where divergence between indicators results in NO signals. This dramatically reduces false signals and increases accuracy by ensuring all momentum indicators are aligned in the same direction.
📈 Main System (15m+ Timeframes)
Scoring Algorithm
The main system uses a sophisticated scoring mechanism that evaluates multiple confluence factors:
Buy Signals (Green Triangle + Score):
Williams %R oversold: +1 point
Stochastic oversold: +1 point
RSI touching oversold line (25-35): +0.5 points
RSI breaking oversold line (≤30): +1 point
RSI extremely low (≤20): +2 points
High volume: +1 point
Price near EMA 200: +0.5 points
Price near Fibonacci 61.8%: +0.5 points
Sell Signals (Red Triangle + Score):
Williams %R overbought: +1 point
Stochastic overbought: +1 point
RSI touching overbought line (65-75): +0.5 points
RSI breaking overbought line (≥70): +1 point
RSI extremely high (≥80): +2 points
High volume: +1 point
Price near EMA 200: +0.5 points
Price near Fibonacci 50%: +0.5 points
Signal Classification
🔥 ULTRA PREMIUM: Score ≥ 6 points
💎 PREMIUM: Score ≥ 4 points
💪 STRONG: Score ≥ 3 points
⚡ MEDIUM: Score < 3 points
🔧 Configuration Options
General Settings
Show Information Panel: Display real-time indicator values and convergence status
Show Support/Resistance Levels: Plot EMA and Fibonacci levels
Main System Settings
Minimum Score: Threshold for signal generation (default: 3)
Use Fibonacci: Enable/disable Fibonacci retracement levels
Scalp System Settings
Double Alerts: Enable progressive alert system
📱 Information Panel
The dynamic information panel shows:
Current timeframe and system type
Real-time indicator values and states
Convergence status for each signal type
Signal requirements and current status
🚨 Alert System
Comprehensive alert notifications for:
Scalp signals (possible and activated)
Main system buy/sell signals
Custom messages with price, timeframe, and confluence details
🎮 How to Use
Add to Chart: Apply indicator to Bitcoin chart
Select Timeframe: Choose 3m/5m for scalping or 15m+ for main strategy
Monitor Panel: Watch convergence status in real-time
Set Alerts: Configure notifications for your preferred signals
Confirm Signals: Always verify with price action and market context
⚠️ Important Notes
Bitcoin Only: Designed specifically for BTC trading pairs
Convergence Required: No signals appear during indicator divergence
Real-time Updates: Panel updates continuously with market data
Risk Management: Always use proper position sizing and stop losses
🔍 Advanced Features
Volume Confirmation: Higher volume adds to signal strength
Fibonacci Integration: Automatic calculation of key retracement levels
Multi-timeframe Optimization: Different logic for different timeframes
State Persistence: Tracks indicator conditions across bars
This system represents a sophisticated approach to Bitcoin trading, combining the precision of multiple momentum indicators with the flexibility to adapt to different trading styles and timeframes.
Open Lines (Bruins.J)Session breaks, open lines, each trading session hour can be marked with an independant open line.
Trend - Wave - EMA & Pin BarThis is a Trend indicator.
This calculates the signals based on the Reversals and prints a signal based on the Bullish and bearish Pin bar.
Rifle LONG OSVuka's Rifle Shooter Indicator
TODO fill out description of input settings
See to complement this rifle indicator.
Flow & Analytics (Normalized)Flow & Analytics (Normalized)
A multi‐metric lower‐pane indicator that condenses volume imbalances and flow dynamics into four normalized measures—Δ %, Ratio, Z-Score, and Cumulative Δ—plus optional buy/sell “flow” bars. All series are scaled to –1…+1 for direct comparison.
How to Add & Configure
Add the script to your chart (overlay = false).
In Settings → Inputs, toggle on/off the four metrics and the background flow bars.
Adjust look-back windows:
Flow Lookback controls how much history the bars normalize over.
Z Window sets the period for the Z-Score’s mean/standard deviation.
Cum Δ Lookback determines how reactive the cumulative Δ line is.
Choose colors, line widths, and opacity to match your style.
Reading the Metrics
Flow Bars (teal/green & red overlay):
Plotted as vertical columns from –1…+1, they show buy vs. sell pressure each bar.
The taller bar is drawn behind, the shorter in front—so you always see both sides of the fight.
Use: Quickly spot bars where one side dominates (e.g. an all-green or all-red bar).
Δ % (orange line, thick):
(
B
u
y
s
−
S
e
l
l
s
)
/
(
B
u
y
s
+
S
e
l
l
s
)
(Buys−Sells)/(Buys+Sells).
Measures net imbalance as a percentage of total flow.
Crosses of 0 indicate a shift from selling to buying pressure (or vice versa).
Values near ±1 reveal nearly pure one-sided flow.
Ratio (purple dashed):
Defined as
(
B
/
S
−
1
)
/
(
B
/
S
+
1
)
(B/S−1)/(B/S+1), which algebraically equals Δ %.
Plotted separately so you can style or overlay it for confirmation.
Note: It will track exactly on top of Δ %, so if you need a distinct signal consider replacing it with a “raw” B/S ratio or a different transform.
Z-Score (yellow):
Standardizes the bar’s raw Δ (
B
−
S
B−S) versus its recent mean/σ over Z Window.
Caps at ±Z Cap Threshold, then scales back to ±1.
Highlights bars that are unusually imbalanced compared to recent history.
Bar-coloring marks extreme |Z| > 1 in solid yellow.
Cumulative Δ (teal):
A running sum of bar-by-bar Δ, normalized to its peak absolute over Cum Δ Lookback.
Tracks whether buying or selling has been dominant over the last N bars.
Values above zero show net buying accumulation; values below, net selling.
Putting It All Together
Trend Entry/Exit
A sustained positive Cum Δ plus repeated high-Z bars confirms institutional buying.
Conversely, negative Cum Δ with extreme Z down-bars signals strong selling.
Divergence
When price makes new highs but Δ % or Cum Δ fails to follow, suspect weakening momentum.
A Z-Score peak without corresponding price movement often precedes reversals.
Micro-structure
Single-bar Flow Bars show quick supply/demand switches.
Use the opacity controls to “ghost” the losing side behind the winner—ideal for scalping or order-flow analysis.
Pro Tips
Align Look-back Windows with your chart timeframe (e.g. 20–50 bars on a 1 min chart).
Combine with price support/resistance zones: an extreme Z-Score at a pivot often marks a high-probability turn.
Customize the Ratio plot to raw buy/sell ratio if you need a different sensitivity curve.
Use this tool as a real-time “flow compass”—it blends volume, imbalance, and statistical context into one clean pane, helping you spot when buying or selling truly takes over.
RSI SMA Inflection AlertFor trading a 1-min chart, the alert triggers when the SMA (smooth line) of the RSI turns up (bullish) in the oversold zones and turns down (bearish) in the overbought zones.
This largely fires as trends show weakness and/or divergences are forming in overbought or oversold territory, suggesting a reversal may be near. It acts as confirmation, rather than entering a trade before true divergences/weakness has formed.
It also helps define an extremely clear and tight stop (local high/low) often providing good R:R (very often 2+) even in relatively choppy PA.
cloud shift alertsMA Cloud Pairs + Price Signal Pro
Overview:
This advanced multi-MA tool visualizes key crossover interactions between short- and long-term moving averages, along with precise price-to-MA breakouts. Designed for trend-followers and breakout traders, it highlights actionable cloud shifts and crossover events with built-in volume filtering and cooldown logic.
🔧 Key Features:
🔁 MA Pair Clouds:
Visual cloud zones formed by:
MA1 vs MA4
MA2 vs MA5
MA3 vs MA6
Customizable colors for bullish, bearish, and neutral states
📈 Cross Signals:
Detects crossovers between each MA pair (e.g., MA1 crossing MA4)
Volume-based validation and cooldown timers prevent signal spam
📍 Price-to-MA Breakout Alerts:
Separate signals for price crossing above/below MA4, MA5, and MA6
Helpful for tracking breakout and breakdown zones
🎨 Full Visual Customization:
Toggle MA lines, clouds, and signal types
Individual color settings for each MA and cloud state
Standard Deviation + Z-scoreThis indicator calculates the standard deviation of close prices over the last N periods, where N is a user-defined input. Three rays above and below the current price indicate three standard deviations. The summary in the top right corner shows the number of bars N, the mean value over the period, standard deviation as percentage and Z-score of the current price.
BK AK-SILENCER (P8N)🧩 BK AK-SILENCER (P8N)
CVD Bollinger Band Engine | Dynamic Flash | Structure Zones | Divergence Panel
🧠 Introduction
This is the second half of the AK-SILENCER system: BK AK-SILENCER (P8N) — a standalone CVD panel that amplifies stealth detection with volatility-based bands, dynamic flash alerts, and smart structural analysis.
This panel works on its own, but was engineered to pair perfectly with BK AK-SILENCER overlay.
🔎 What “P8N” Means
P8N = Precision. 8 Dimensions. Noise-filtered.
8 represents balance, cycles, infinite feedback, and control — all concepts deeply tied to Gann, geometry, and institutional rhythm.
This engine reads volume through volatility — not price. It detects shifts where real moves begin — quietly.
⚙️ Core Weapon Systems
✅ CVD Line + MA + Fill Logic
See the cumulative volume delta with trend tracking and real-time color fills.
✅ Bollinger Bands
Standard deviation bands built around the signal line — not price. Shows real overbought/oversold based on volume movement.
✅ Dynamic Flash Backgrounds
When CVD pressure reaches extremes, the background flashes — silently warning of potential pivots or continuation.
✅ Divergence Detection
Automatic structural divergence plotted between price and CVD — with configurable pivot logic.
✅ Structure Lines (optional)
Visual anchors: session opens, POC, deviation bands, value zones, and structural support/resistance pivots.
🎯 How to Use It
Flash + CVD breaches upper band = momentum continuation
Flash + divergence = prepare for mean-reversion
Divergence + POC/value area = sniper entry
Combine with BK AK-SILENCER overlay bar colors = full market read
💡 Perfect For
Momentum traders who wait for pressure confirmation
Reversal traders looking for structure + volume misalignment
Pattern and time traders syncing Gann, Elliott, and Fib setups
Swing traders seeking multi-layered confirmation
🔧 Customize It. Share It. Grow It.
No tool is perfect out of the box — it must fit your flow.
🛠️ Test your BB deviation values. Adjust dynamic flash settings. Tune pivot logic.
💬 Then share your favorite combos in the comments.
What worked for you might unlock clarity for someone else.
If this helped you — return the favor. Drop your blueprint.
🔗 Works Best With
➡️ BK AK-SILENCER
Together, they detect what price alone cannot. One sees aggression. One sees intent.
Overlay + Panel = Total Edge.
🙏 Pay It Forward
This was built through the lessons of a mentor who gave selflessly — and the blessing of Gd who gave structure to the chaos.
If this gave you insight:
🔹 Teach someone
🔹 Post your best settings
🔹 Share what you've learned
🔹 Help the next person trade with discipline
We’re not here just to win. We’re here to evolve — and bring others with us.
To my mentor — A.K. — this is yours.
To Gd — the source of wisdom — this is for Your glory.
—
Silent. Steady. Strategic.
🎯 BK AK-SILENCER (P8N) — See what others miss.
Gd bless your precision, purpose, and patience. 🙏
Rifle SHORT OSVuka's Rifle Shooter Indicator
TODO fill out description of input settings
See to complement this rifle indicator.
PRO Investing - LevelPRO Investing - Level
📊 Dynamic Support/Resistance
This indicator plots the PRO Investing Level, defined as the midpoint between the highest high and lowest low over the past 252 trading days (default lookback period, equivalent to ~1 year). It acts as a key mean-reversion reference level, useful for identifying potential support/resistance zones or market equilibrium levels.
Features:
🕰️ Option to display only today’s level or historical levels.
⚙️ Customizable lookback period for flexibility across timeframes and strategies.
📉 Teal line plotted directly on the chart, highlighting this institutional-grade level.
Ideal for traders looking to anchor price action to significant historical ranges—particularly useful in mean-reversion, breakout, or volatility compression strategies.
SMA 20/50 Crossover Strategy - Peter GangmeiSMA 20/50 Crossover Strategy – Peter Gangmei
This indicator visualizes a classic moving average crossover strategy using Simple Moving Averages (SMA). It plots the 20, 50, and 200 period SMAs and generates clear Buy and Sell signals based on the crossover between the 20 and 50 SMAs:
✅ Buy Signal: When the 20 SMA crosses above the 50 SMA
🔻 Sell Signal: When the 20 SMA crosses below the 50 SMA
📈 The 200 SMA is also plotted for long-term trend context.
Visual cues are displayed on the chart using up/down triangles to indicate entry opportunities. The script also includes built-in alerts so you never miss a trading signal.
Ideal for traders who want a simple, visually intuitive way to follow trend shifts and momentum.
ΔPrecio/Vol + EMA NetVol Escalada RJF V1Indicator Manual: ΔPrice/Vol + EMA NetVolume (Scaled)
1. Introduction
This indicator combines the histogram of (Close – Open) divided by volume with a dynamically scaled EMA of net volume. It helps identify the strength of price movements tied to buying vs. selling volume.
2. Input Parameters
Show Histogram (ΔPrice/Vol): Enable or disable the (Close - Open) / Volume histogram.
Histogram Up Color: Color for positive histogram bars.
Histogram Down Color: Color for negative histogram bars.
Histogram Zero Color: Color for zero-value histogram bars.
Show EMA NetVolume: Enable or disable the net volume EMA line.
EMA NetVolume Period: Number of bars for the net volume EMA calculation.
EMA Up Color: Color for the EMA when net volume is positive.
EMA Down Color: Color for the EMA when net volume is negative.
EMA Line Width: Thickness of the EMA line.
Dynamic Scale Window: Number of bars for calculating the EMA scaling factor.
3. Visualization and Interpretation
• The histogram displays (Close – Open) / Volume, colored by candle direction.
• The net volume EMA shows accumulated buying vs. selling volume.
• EMA above zero indicates buying dominance; below zero indicates selling dominance.
• Both series share the same zero line for easy comparison.
4. Examples of Use
• During a strong uptrend, expect large green histogram bars and the EMA in positive territory.
• In a retracement, red histogram bars appear more frequently and the EMA may cross below zero.
• Adjust the dynamic scale window to fine-tune EMA sensitivity.
5. Troubleshooting
• If you do not see the histogram, ensure "Show Histogram" is enabled.
• If the EMA overshadows the histogram, tweak the dynamic scale window.
• Customize colors for better visibility on different chart backgrounds
Adaptive Normalized Global Liquidity OscillatorAdaptive Normalized Global Liquidity Oscillator
A dynamic, non-repainting oscillator built on real central bank balance sheet data. This tool visualizes global liquidity shifts by aggregating monetary asset flows from the world’s most influential central banks.
🔍 What This Script Does:
Aggregates Global Liquidity:
Includes Federal Reserve (FED) assets and subtracts liabilities like the Treasury General Account (TGA) and Reverse Repo Facility (RRP), combined with asset positions from the ECB, BOJ, PBC, BOE, and over 10 other central banks. All data is normalized into USD using FX rates.
Adaptive Normalization:
Optimizes the lookback period dynamically based on rate-of-change stability—no fixed lengths, enabling adaptation across macro conditions.
Self-Optimizing Weighting:
Applies inverse standard deviation to balance raw liquidity, smoothed momentum (HMA), and standardized deviation from the mean.
Percentile-Ranked Highlights:
Liquidity readings are ranked relative to history—extremes are visually emphasized using gradient color and adaptive transparency.
Non-Repainting Design:
Data is anchored with bar index awareness and offset techniques, ensuring no forward-looking bias. What you see is what was known at that time.
⚠️ Important Interpretation Note:
This is not a zero-centered oscillator like RSI or MACD. The signal line does not represent neutrality at zero.
Instead, a dynamic baseline is calculated using a rolling mean of scaled liquidity.
0 is irrelevant on its own—true directional signals come from crosses above or below this adaptive baseline.
Even negative values may signal strength if they are rising above the moving average of past liquidity conditions.
✅ What to Watch For:
Crossover Above Dynamic Baseline:
Indicates liquidity is expanding relative to recent conditions—supports a risk-on interpretation.
Crossover Below Dynamic Baseline:
Suggests deteriorating liquidity conditions—may align with risk-off shifts.
Percentile Extremes:
Readings near the top or bottom historical percentiles can act as contrarian or confirmation signals, depending on momentum.
⚙️ How It Works:
Bounded Normalization:
The final oscillator is passed through a tanh function, keeping values within and reducing distortion.
Adaptive Transparency:
The strength of deviations dynamically adjusts plot intensity—visually highlighting stronger liquidity shifts.
Fully Customizable:
Toggle which banks are included, adjust dynamic optimization ranges, and control visual display options for plot and background layers.
🧠 How to Use:
Trend Confirmation:
Sustained rises in the oscillator above baseline suggest underlying monetary support for asset prices.
Macro Turning Points:
Reversals or divergences, especially near OB/OS zones, can foreshadow broader risk regime changes.
Visual Context:
Use the dynamic baseline to see if liquidity is supportive or suppressive relative to its own adaptive history.
📌 Disclaimer:
This indicator is for educational and informational purposes only. It does not constitute financial advice. Past performance is not indicative of future results. Always consult a qualified financial advisor before making trading or investment decisions.
Dao động [VNFlow]Contact and discussion to use advanced tools to support your trading strategy
Email: hasobin@outlook.com
Phone: 0373885338
Cafe break: Hanoi
See you,