FlowScripts
Browse world-class trading scripts
A searchable catalog of 361 Kiyotaka-style scripts from top quants and developers. Observe chart ports, set browser-local alerts, auto-paper future signals, or arm signal-gated wallet-signed execution with per-script evidence and confidence notes.
Scripts
361
Sources
361
Live apply
237
mmScript
11
Best-effort
113
361 matching scripts
Source-backed scripts observe through chart indicators, mmScript templates, or labeled recipe signal proxies.
Orderbook & Liquidity
Order Book Pressure
This indicator shows where buy and sell liquidity is stacked in the orderbook around the current price. It highlights areas where buyers or sellers are significantly stronger, using colored bands to visualize imbalance at different depth levels (1%, 2.5%, 5%, 10%). In short, it lets you instantly see which side of the market is heavier and where price is more likely to find support or resistance.
Multi-level limit order book imbalance visualization using depth-weighted bid/ask pressure ratios at 1%, 2.5%, 5%, and 10% depth bands.
Perfected FlowScript source is indexed (001_order_book_pressure.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
CVD Flow Dominance
This indicator shows whether spot or perpetual traders are driving the market. It looks at buying and selling pressure from both sides — spot exchanges and perp markets — then standardizes and combines them into a single signal. When both move together, the market is in sync. When they start fighting each other — for example, perps aggressively buying while spot sells, or spot absorbing while perp...
Spot vs. perpetual futures flow divergence detector, standardizing and combining spot and perp CVD into a single signal that spikes when spot and perp traders fight each other (flow divergence = reversal zones).
Perfected FlowScript source is indexed (002_cvd_flow_dominance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Volume Delta Pro
Volume Delta Pro is a sophisticated order flow tool designed to measure the intensity of buying versus selling pressure with added statistical context, originally inspired by D7r's Volume Delta indicator. It goes beyond simple net volume by offering flexible calculation modes—allowing traders to switch between a standard Per-bar view (immediate pressure) or a Rolling Delta (sustained accumulation/...
Advanced volume delta with per-bar vs. rolling calculation modes, volatility bands (±1/2/3 sigma), and dynamic color-coding based on statistical significance of order flow deviations.
Perfected FlowScript source is indexed (003_volume_delta_pro.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidation Bands
Liquidation Bands (d7r) is a risk management and reversal trading tool that visualizes where over-leveraged market participants are likely to get liquidated. Inspired by D7r's liquidation bands, it calculates the mathematical failure points for 5x, 10x, 20x, 50x, and 100x leverage based on the current price, this overlay creates distinct "danger zones" on your chart. Price action often acts like a...
Mathematical failure-point visualization for 5x, 10x, 20x, 50x, and 100x leverage levels based on current price, creating "danger zones" where forced liquidations trigger cascade reversals.
Perfected FlowScript source is indexed (004_liquidation_bands.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqLevels until FlowScript v2 transpilation is available.
Volume & Delta
Volume Bubbles • [Leviathan]
This indicator visualizes volume data directly on the price chart using intuitive bubble representation, where each bubble's size and color reflects the magnitude and statistical significance of the underlying volume data. Bubbles appear at relevant price levels, creating a clear spatial relationship between volume activity and price action. It offers three modes: total volume, volume delta, or se...
On-chart bubble visualization of volume magnitude and statistical significance (z-score) at relevant price levels, with modes for total volume, volume delta, or separate buy/sell volumes.
Perfected FlowScript source is indexed (005_volume_bubbles_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
RSI Pro
The RSI Pro is a D7R-inspired advanced momentum oscillator that upgrades the standard Relative Strength Index (RSI). Instead of a single, jagged line that often gives false signals, this indicator smooths the data and uses multiple moving averages to create a visual "Ribbon." It is designed to help traders identify trend strength and reversals without the noise associated with a standard RSI. How ...
Dual-period RSI (14 fast, 20 slow) with EMA smoothing and signal-line ribbon visualization for momentum trend strength and reversal detection.
Perfected FlowScript source is indexed (006_rsi_pro.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Volume & Delta
Euphoria & Capitulation - Tradingriot
Indicator plots signals when a new high / low is made on significant volume. These often trigger trend-following and mean-reversion algorithms, making them significant pivots for trading.
New high/low detection on significant volume, flagging pivots that trigger trend-following and mean-reversion algorithms.
Perfected FlowScript source is indexed (007_euphoria_capitulation_tradingriot.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Rolling VWAP - Tradingriot
This indicator plots customizable 30-, 90-, and 365-day rolling VWAPs to highlight long-, medium-, and short-term average price levels weighted by trading volume. VWAP stands for Volume-Weighted Average Price — it's the average trading price of an asset over a period, but unlike a simple average, every price is weighted by the volume traded at that price, so it reflects where the bulk of trading a...
30-, 90-, and 365-day rolling VWAPs highlighting long-, medium-, and short-term volume-weighted average price levels for fair value assessment and execution benchmarking.
Perfected FlowScript source is indexed (008_rolling_vwap_tradingriot.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Volume & Delta
FootPrint bar statistics
Here's your message rewritten in clear English for easy understanding: Hi, This is a Footprint Bar static indicator where you can see: • Volume • Delta (which is Buys – Sells) • Long/Short liquidations (closing of futures positions) Key details: • Total volume is shown on the upside. • Delta = Buys – Sells = (this is the delta value). • Liquidation means closing or stopping a position in the futur...
Per-bar footprint statistics showing volume, delta (buys − sells), and long/short liquidations with color-coded heatmap-style boxes for whale detection.
Perfected FlowScript source is indexed (009_footprint_bar_statistics.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidity Imbalance Oscillator
This indicator shows the overall bid–ask imbalance in the orderbook as a simple oscillator. It measures how much buy liquidity vs sell liquidity exists within your chosen depth range, then plots that strength as a line or colored bars. In short: it tells you when buyers are overpowering sellers (or vice-versa), and highlights extreme conditions where one side is massively dominant.
A normalized oscillator measuring bid-ask liquidity ratio within configurable depth ranges, plotting buy vs. sell dominance as a bounded signal.
Perfected FlowScript source is indexed (010_liquidity_imbalance_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Open Interest
Open interest Z-Score
Z-score for OI
Z-score normalization of open interest levels over a rolling window, flagging statistically significant OI deviations from normal participation levels.
Perfected FlowScript source is indexed (011_open_interest_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Volume & Delta
Volumetric Support and Resistance
This script plots dynamic support and resistance zones based on where price has repeatedly traded with significant volume. It scans recent price action for pivot highs and lows using a configurable sensitivity, then checks whether those pivots occurred with volume meaningfully above the rolling average over a user-defined lookback period. When a qualifying pivot is found, it creates a single activ...
Dynamic S/R zones based on pivot highs/lows with volume confirmation above rolling average, ATR-based zone thickness, minimum distance enforcement, and break detection.
Perfected FlowScript source is indexed (012_volumetric_support_and_resistance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
VWAP & Price Anchors
VWAP • [Leviathan]
VWAP with standard deviation bands, supporting 17 anchor modes including fixed periods (eg. Daily, Weekly, Monthly, Quarterly, Yealy), trading sessions (Tokyo, London, New York), and rolling windows. Modes - Fixed periods — Anchor VWAP to 4h, 8h, 12h, Daily, 2 Days, 3 Days, Weekly, 2 Weeks, Monthly, Quarterly, or Yearly intervals. VWAP resets at the start of each period. - Trading sessions — Ancho...
Comprehensive VWAP with 17 anchor modes (fixed periods, trading sessions, rolling windows) and up to 3 standard deviation band pairs with independent multipliers, colors, and fill options.
Perfected FlowScript source is indexed (013_vwap_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidation Bubbles [BackQuant]
On-chart bubbles that surface liquidation activity in real time. Size and opacity scale by z-scores over a rolling window, so outsized events stand out while noise is damped. Three modes: Liquidations (total), Liquidation Delta (buy minus sell), and Buy & Sell Liquidations (both sides plotted at highs/lows). Color can follow price direction or delta direction. Pick Regular, Solid, or Heatmap color...
On-chart bubbles for liquidation activity with size/opacity scaled by z-scores over a rolling window, with three modes (total, delta, buy/sell) and configurable thresholds for extreme event filtering.
Perfected FlowScript source is indexed (014_liquidation_bubbles_backquant.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqEvents until FlowScript v2 transpilation is available.
Support/Resistance & Levels
Trading Sessions
Trading Sessions draws the Asia, London, and New York session ranges on your chart using a timezone offset you set. For each session it finds all bars between the start and end time (wrap across midnight is handled) and, when the session ends, it plots a box spanning that time window from the session high down to the session low. Use it to see where each session sets a range and how later sessions...
Asia, London, and New York session range boxes plotted after each session completes, showing session high/low ranges for breakout/fade analysis.
Perfected FlowScript source is indexed (015_trading_sessions.flowscript); Observe/Alert/Paper/Execute use the session / time recipe signal proxy until FlowScript v2 transpilation is available.
Open Interest
Open Interest Bubbles • [Leviathan]
This indicator visualizes open interest (OI) increases and decreases directly on the price chart using intuitive bubble representation, where each bubble's size and color reflects the magnitude and statistical significance of the underlying open interest change.
On-chart bubble visualization of open interest increases/decreases with size and color reflecting magnitude and statistical significance of OI changes.
Perfected FlowScript source is indexed (016_open_interest_bubbles_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Trend & Moving Averages
SCF Trend Indicator
Created by SoulzBTC. Follow on X to learn more. Developed for Institutional Trading, Algorithmic Strategies and swing traders The SCF NHAL represents a sophisticated evolution in exponential moving average methodology, employing dual-period adaptive lane construction with momentum-sensitive visual encoding. This indicator transcends traditional EMA crossover systems by implementing dynamic band v...
Dual-period adaptive EMA lane system with momentum-sensitive color encoding, transparency gradients, and dynamic band width responding to volatility clustering.
Perfected FlowScript source is indexed (017_scf_trend_indicator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Volume & Delta
CVD ON- CHART
CVD stands for Cumulative Volume Delta
Cumulative Volume Delta (CVD) plotted directly on the price chart, tracking the running sum of per-bar buy-minus-sell volume as an on-chart order flow bias indicator.
Perfected FlowScript source is indexed (018_cvd_on_chart.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Golden Cross
Golden Cross is a comprehensive trend-following tool designed to automatically identify and visualize major market regime changes based on the classic Moving Average Crossover strategy. This script tracks the relationship between the Fast SMA (default 50-period) and the Slow SMA (default 200-period) to highlight "Golden Cross" (Bullish) and "Death Cross" (Bearish) zones directly on your chart. Bot...
Classic moving average crossover system tracking Fast SMA (50) vs. Slow SMA (200) to identify Golden Cross (bullish) and Death Cross (bearish) regime changes.
Perfected FlowScript source is indexed (020_golden_cross.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Volume & Delta
Relative Volume (Rvol)
Relative Volume (RVOL) is a way to measure how today's (or this bar's) trading volume compares to its own historical average.
Measures how current bar volume compares to its historical average over a lookback period, flagging unusual participation levels.
Perfected FlowScript source is indexed (019_relative_volume_rvol.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Bitcoin Sentiment Index - Tradingriot
Bitcoin Sentiment – Tradingriot combines multiple market positioning metrics into a single standardized score. It includes four components: - Risk Reversal Skew - Measures demand for upside vs downside 25 delta options - Funding Rates - Cost of holding perpetual positions - Open Interest - Leverage participation - Implied Volatility Term Structure - Backwardation vs Contango Each input is convert...
Composite standardized sentiment score combining Risk Reversal Skew (25-delta options), Funding Rates, Open Interest, and Implied Volatility Term Structure, each converted to z-scores over 30 bars.
Perfected FlowScript source is indexed (021_bitcoin_sentiment_index_tradingriot.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Peak and Dip Hunter
Peak and Dip Hunter [BackQuant] Multi-signal timing tool that flags likely dips and peaks by fusing three inputs and grading confidence. How it works • RSI trigger: EMA-smoothed RSI. Dips when RSI < 20, peaks when RSI > 80. • Volume-delta shock: buy−sell volume vs its rolling volatility. Extreme negative spikes support dips, extreme positive spikes support peaks. • Bid-ask depth imbalance: cumulat...
Multi-signal timing tool fusing RSI extremes (<20 / >80), volume-delta shock detection (vs. rolling volatility), and bid-ask depth imbalance into graded confidence bubbles for dip/peak identification.
Perfected FlowScript source is indexed (022_peak_and_dip_hunter.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, ema50, obh, footprint until FlowScript v2 transpilation is available.
Liquidations
Liquidations Z-score
Z-score for liquidations
Z-score normalization of liquidation levels over a rolling window, providing a standardized measure of how extreme current liquidation activity is versus recent history.
Perfected FlowScript source is indexed (023_liquidations_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqEvents until FlowScript v2 transpilation is available.
Volume & Delta
Z-Score Heatmap • [Leviathan]
This indicator displays a Z-Score heatmap of various market data metrics, showing how each metric deviates from its statistical mean over time. Each row represents a different data source, with colors indicating the magnitude of deviation from normal levels. Currently covering Price, Volume, Volume Delta, CVD, Open Interest, Open Interest Delta and Funding Rate Z-Scores, with more to be added.
Multi-metric z-score heatmap displaying standardized deviations for Price, Volume, Volume Delta, CVD, Open Interest, OI Delta, and Funding Rate in a single visual matrix.
Perfected FlowScript source is indexed (024_z_score_heatmap_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, footprint until FlowScript v2 transpilation is available.
Volume & Delta
EMA Crossover
The EMA Crossover indicator is two exponential moving averages of different lengths to identify shifts in market trend. By comparing a fast EMA (shorter period) with a slow EMA (longer period), it highlights when momentum is changing direction. • When the fast EMA moves above the slow EMA, it signals that recent prices are gaining strength compared to the longer trend, often used as a bullish entr...
Dual EMA system (fast vs. slow) for trend direction identification, with gap width between EMAs indicating momentum strength and potential consolidation warnings.
Perfected FlowScript source is indexed (025_ema_crossover.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Volume & Delta
Volume Suite • [Leviathan]
This indicator provides mode-based display of multiple volume metrics including Volume Delta, CVD, Buy & Sell Volume, Relative Volume, Cumulative Relative Volume, and OBV. Features both classic coloring and relative volume threshold-based coloring for intuitive identification of volume anomalies. * This is a kScript version of a popular Volume Suite indicator I made on TV. Additional features comi...
Multi-mode volume dashboard displaying Volume Delta, CVD, Buy & Sell Volume, Relative Volume, Cumulative Relative Volume, and OBV with threshold-based coloring for volume anomaly detection.
Perfected FlowScript source is indexed (026_volume_suite_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obv, footprint until FlowScript v2 transpilation is available.
Market Structure & SMC
Order Blocks
Automatically marks the most recent bullish and bearish order blocks formed at breaks of structure. After price closes above the last swing high, the script finds the most recent bearish candle before the break and paints it as a bullish OB. After price closes below the last swing low, it finds the most recent bullish candle before the break and paints it as a bearish OB. Zones can be extended to ...
Automatic bullish/bearish order block detection at breaks of structure, with ATR-based zone padding, invalidation buffers, mitigation tracking, and right-extension options.
Perfected FlowScript source is indexed (027_order_blocks.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
CVD Z Score
CVD Z-Score turns order flow into a standardized momentum read. It builds per-bar delta = buys − sells from the buy/sell feed, aligns it to price bars, then also computes CVD as the cumulative sum of delta. You choose what to normalize: Z of delta (short-term impulses) or Z of CVD (broader bias). Over a rolling window win, it computes mean and std, then z = (x − mean) / std. Optional SMA/EMA smoot...
Standardized z-score normalization of either per-bar volume delta or cumulative CVD over a rolling window, with optional SMA/EMA smoothing and ±1/±2 sigma bands for statistical significance of order flow.
Perfected FlowScript source is indexed (028_cvd_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): sma20, ema50, footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Enhanced RSI
Enhanced plots the Relative Strength Index on a 0-100 scale to track momentum and mean reversion. It compares recent gains and losses over n periods, then compresses the result so you can see when buyers or sellers have the upper hand. This version adds a moving average of RSI for a smoother view of the same pressure and fills the space between RSI and its MA so thrust is obvious at a glance, abov...
RSI with moving average smoothing, RSI-to-MA fill visualization, and configurable overbought/oversold zones for momentum and mean-reversion context.
Perfected FlowScript source is indexed (029_enhanced_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Market Maker
Market Maker Behavior Detector (KScript v2)The Market Maker Behavior Detector is a professional-grade analytical indicator designed to expose institutional trading behavior that is invisible to traditional retail indicators. Built using KScript v2 and optimized for performance and compliance, this tool focuses on liquidity, orderflow, and price manipulation patterns commonly used by market makers ...
Institutional behavior detector identifying accumulation (flat price + rising buy pressure), distribution (flat/rising price + rising sell pressure), and liquidity grabs (fake breakouts with snap-back).
Perfected FlowScript source is indexed (030_market_maker.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
SCF Orderbook imbalance
Developed by SoulzBTC: Follow on X to learn more Developed for Scalping Reveals real-time buying and selling pressure by analyzing the actual volume of orders in the orderbook at your specified depth. Green bars indicate more buyers than sellers, while red bars show selling pressure dominance. This indicator gives you insight into what institutional traders and smart money are doing right now, no...
Real-time orderbook depth imbalance visualization showing buying vs. selling pressure at user-specified depth levels using green/red bar coloring.
Perfected FlowScript source is indexed (031_scf_orderbook_imbalance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
Market Cipher B - ULTIMATE -
A professional multi-oscillator trading indicator that combines WaveTrend momentum analysis, enhanced RSI with dynamic color alerts, and genuine Money Flow Index for accurate capital flow measurement. Features institutional-grade algorithms with visual overbought/oversold zones, volume-style MFI bars showing real money movement. The indicator provides clear trend confirmation, momentum analysis, a...
Multi-oscillator composite combining WaveTrend momentum, enhanced RSI with dynamic color alerts, and Money Flow Index for capital flow measurement with visual OB/OS zones.
Perfected FlowScript source is indexed (032_market_cipher_b_ultimate.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, mfi until FlowScript v2 transpilation is available.
Volume & Delta
Orderflow Bar Statistics
Orderflow Statistics shows three compact heat bars that summarize flow and positioning on the current bar. • Orderflow Imbalance (OFI): taker buys vs sells, scaled by total taker volume. Positive = more buy aggression, negative = more sell aggression. • Open Interest Delta (OIΔ): change in open interest from the prior bar. Positive = position build, negative = position reduction/closing. • Funding...
Compact per-bar heat-bar dashboard showing Orderflow Imbalance (OFI), Open Interest Delta, and Funding Rate, each color-coded by rolling z-score for statistical significance.
Perfected FlowScript source is indexed (033_orderflow_bar_statistics.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Fair Value Gaps
Fair Value Gaps marks imbalance zones where price skipped over liquidity. A bullish FVG is detected when the current bar's low is above the high two bars ago (low[0] > high[2]); a bearish FVG when the current bar's high is below the low two bars ago (high[0] < low[2]). The script draws a box from the older bar's price to the newer bar's price and extends it forward for a set number of bars. Green ...
Three-candle pattern detection for bullish FVG (low[0] > high[2]) and bearish FVG (high[0] < low[2]), with box drawing, forward extension, and confluence-based usage guidance.
Perfected FlowScript source is indexed (034_fair_value_gaps.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Cloud Craft Support Resistance Volume Enhanced Edition
Advanced Support & Resistance with REAL Buy/Sell Volume KIYOTAKA EXCLUSIVE: - Support zones validated by BUY VOLUME dominance - Resistance zones validated by SELL VOLUME dominance - Breakout confirmation with actual buy/sell pressure - Zone strength weighted by real order flow data HOW IT WORKS: Detects pivot highs/lows and validates them with volume analysis. This uses REAL buy/sell data: Support...
Support/resistance zones validated by real buy/sell volume dominance, with breakout confirmation requiring volume spike + buy/sell dominance >55%.
Perfected FlowScript source is indexed (035_cloud_craft_support_resistance_volume_enhanced.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels, footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bar Statistics Pro
Bar Statistics builds a compact, per-bar dashboard of key flows and positioning. Each row is a heat bar colored by a rolling z score over the lookback so you can see at a glance whether today's reading is typical or unusually strong. You can toggle rows on or off and show values in coin or USD. What it shows: Volume, Volume Delta (taker buys minus sells), Liquidations (long/short shown as text), O...
Comprehensive per-bar dashboard with z-score heat coloring across Volume, Volume Delta, Liquidations, Orderflow Imbalance, OI Delta, Long-Short Ratio, Orderbook Depth Imbalance, CVD, and OBV.
Perfected FlowScript source is indexed (036_bar_statistics_pro.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqEvents, footprint until FlowScript v2 transpilation is available.
Funding & Sentiment
BTC Risk Reversal Skew
RR Skew for 1week and 1month options. above 2 high put skew below 2 high call skew
1-week and 1-month options risk reversal skew monitor, flagging high put skew (above 2) or high call skew (below 2) as sentiment extremes.
Perfected FlowScript source is indexed (037_btc_risk_reversal_skew.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Open Interest Suite • [Leviathan]
This indicator supports the display of various OI-based metrics, such as Open Interest, Open Interest Delta, Relative OI Delta, Transfer of Contracts, Participation Ratio, OI Momentum, Open Interest Z-Score, and Open Interest RSI. It features threshold-based coloring to make spotting anomalies easier by highlighting values that deviate from their historical averages. - Open Interest: Displays OI c...
A composite futures positioning dashboard that applies statistical normalization (z-score, RSI, momentum) to open interest and its derivatives to detect anomalous leverage regimes.
Perfected FlowScript source is indexed (038_open_interest_suite_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, openInterest until FlowScript v2 transpilation is available.
Volume & Delta
Open Interest Delta
Open Interest Delta shows how the total number of open contracts is changing from bar to bar. It computes the difference in open interest between the current bar and the previous bar (absolute change), or the percent change if you enable "Use percent change." Bars are colored by sign: positive means net positions were added, negative means net positions were closed. A moving average of the delta (...
Measures the bar-to-bar change in open interest (first difference of OI) to infer whether positions are being opened or closed, combined with price direction to interpret positioning intent.
Perfected FlowScript source is indexed (039_open_interest_delta.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Anchored CVD
Anchored CVD tracks cumulative volume delta (buys minus sells) but resets at a fixed bar interval, so it shows net aggressive flow since the latest reset instead of from the distant past. It aligns the buy/sell feed to your price bars, builds per-bar delta, sums it from the most recent anchor, and optionally smooths the line. The plot is zero at each reset; above zero means net buying since the an...
Cumulative Volume Delta (buys minus sells) that resets at fixed intervals, showing net aggressive flow since the latest anchor rather than from the distant past.
Perfected FlowScript source is indexed (040_anchored_cvd.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Aggression Ratio (Sells/Buys)
Aggression Ratio measures taker pressure by comparing executed sells to executed buys over each bar. It uses classified buy and sell volume from the feed, then computes sells divided by buys. Values above 1.0 mean more sell aggression, values below 1.0 mean more buy aggression. A midline at 1.0 marks balance. You can plot it as a line or as columns with a fill that changes color above and below th...
A normalized taker-pressure metric computing the ratio of sell volume to buy volume per bar, with 1.0 as equilibrium, to identify which side is more aggressive.
Perfected FlowScript source is indexed (041_aggression_ratio_sells_buys.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Spread
Orderbook Spread is a oscillator that measures net orderbook pressure at up to three depths. It computes a normalized spread at each depth spread = asks-bids/asks+bids so values sit between -1 and +1. > 0 means ask-side dominance; < 0 means bid-side dominance. Zero indicates balance. What it shows Depth-aware pressure: Choose three cumulative depth bands (e.g., 3%, 7%, 10%). Each line is the smoot...
A multi-depth orderbook pressure oscillator computing normalized spread = (asks − bids) / (asks + bids) at up to three depth bands, revealing layered liquidity dominance.
Perfected FlowScript source is indexed (042_orderbook_spread.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Trend & Moving Averages
SCF MACD
Created by SoulzBTC: Follow on X to learn more Developed for Swing Trading,and Divergence Analysis The classic Moving Average Convergence Divergence indicator refined for modern trading. Shows the relationship between two exponential moving averages to identify momentum changes and trend reversals. The histogram provides early warning signals before the main MACD line crossovers occur, giving you ...
A refined implementation of the classic Moving Average Convergence Divergence indicator using exponential moving average crossovers for momentum and trend reversal detection.
Perfected FlowScript source is indexed (043_scf_macd.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): macd until FlowScript v2 transpilation is available.
Trend & Moving Averages
Supply and Demand Reaction Zones
Marks the most recent demand and supply zones from swing pivots, then keeps them active until price cleanly breaks them. Pivots are found with a left/right sensitivity window. When a new pivot low forms, a demand zone is created at that price; when a pivot high forms, a supply zone is created. Zone thickness scales with ATR, and you can extend zones to the right. A minimum level-distance filter pr...
Automated detection of supply and demand zones from swing pivots, with zone thickness and break thresholds scaled by ATR, implementing Wyckoff/SMC zone methodology.
Perfected FlowScript source is indexed (044_supply_and_demand_reaction_zones.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Footprint Statistic Bar
FootPrint Statistics Bar Features: • Volume: Total trading volume per bar with statistical color coding • Volume Delta: Difference between buy and sell volume (Bid - Ask) • Session Delta: Cumulative volume delta that resets daily (UTC) • Bid (Buy Volume): Aggressive buy orders • Ask (Sell Volume): Aggressive sell orders • Session Volume: Cumulative volume per trading session • Display Modes: Toggl...
A multi-metric footprint display combining volume, volume delta, session delta, bid/ask volume, and statistical color-coding by standard deviation tiers for orderflow analysis.
Perfected FlowScript source is indexed (045_footprint_statistic_bar.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, footprint until FlowScript v2 transpilation is available.
Volume & Delta
Moving Average Convergence Divergence (MACD)
MACD tracks trend momentum by comparing two moving averages of price. The MACD line is the fast EMA minus the slow EMA (defaults 12 and 26). A signal line (default 9-period average of MACD) smooths that momentum, and the histogram shows MACD minus Signal. Above zero the fast trend sits over the slow trend, bias is bullish; below zero bias is bearish. When MACD crosses its Signal, momentum is shift...
The standard MACD indicator tracking trend momentum via EMA crossovers (12/26/9 defaults), with histogram for early reversal signals and zero-line bias detection.
Perfected FlowScript source is indexed (046_moving_average_convergence_divergence_macd.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): macd until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Net Position Flow
Net Position Flow Net Position Flow estimates whether futures positioning is expanding on the long or short side. It combines two public signals: trade direction and open interest change. Trade direction is derived from the buy/sell volume imbalance (OFI), giving the dominant side of activity. The absolute change in open interest (ΔOI) is then multiplied by the OFI sign: Flow = |ΔOI| × sign(OFI) P...
A heuristic composite indicator estimating futures positioning direction by combining trade direction (from OFI sign) with the absolute change in open interest: Flow = |ΔOI| × sign(OFI).
Perfected FlowScript source is indexed (047_net_position_flow.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, footprint until FlowScript v2 transpilation is available.
Volume & Delta
Market Order Bubbles • [Leviathan]
This is a volume and price action based indicator that aims to visualize statistically significant aggressive buying and selling activity, often capturing absorption at extremes. Note: This is a 1:1 replica of my old TradingView indicator "Market Order Bubbles - By Leviathan," which became extremely popular. Due to frequent requests, I decided to also port it to kScript/Kiyotaka.
Visualizes statistically significant aggressive buying/selling activity as bubbles on the price chart, using volume and price action to detect absorption at extremes.
Perfected FlowScript source is indexed (048_market_order_bubbles_leviathan.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Open Levels
Open Levels plots key session opens—daily, weekly, monthly, and yearly—and extends them forward so you always see where current price sits relative to those benchmarks. Each level is drawn as a thin band (not a single pixel) to make taps and near-misses easier to spot; you choose how many of the most recent opens to show for each timeframe and how far to extend them. Colors differ by timeframe for...
Plots and extends key session open prices (daily, weekly, monthly, yearly) as dynamic support/resistance levels, based on the behavioral finance principle that opens act as psychological benchmarks.
Perfected FlowScript source is indexed (049_open_levels.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Orderbook & Liquidity
VWAP Deviation Oscillator
VWAP Deviation shows how far price is from volume-weighted average price over a chosen window. It builds VWAP either by resetting each session (4h, day, week) or by rolling lookback (bars or days), then plots the deviation of price from that VWAP. Zero = at VWAP. Positive values = trading above VWAP (overvaluation vs the window), negative = below VWAP (undervaluation). You can view deviation as ra...
Measures price deviation from volume-weighted average price (VWAP) over session or rolling windows, with z-score normalization and adaptive volatility bands for mean-reversion/trend-confirmation signals.
Perfected FlowScript source is indexed (050_vwap_deviation_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Volume & Delta
Volume Ratio Overlay • [Leviathan]
This indicator visualizes internal volume composition (buy/sell volume ratios) directly within a candle. The script transforms each candle body into a visual representation of volume distribution: - Candle body = total volume - Dark overlay = opposing volume (volume against the price direction) - Remaining portion = volume aligned with price direction On bullish candles: The overlay covers the ar...
A candle-internal volume composition visualizer showing buy/sell volume ratios as proportional overlays on candle bodies, with divergence signals when price direction contradicts volume delta.
Perfected FlowScript source is indexed (051_volume_ratio_overlay_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
CoinDome: Order Book Delta
CoinDome: Order Book Delta Indicator Real-time order book imbalance indicator that shows buying vs selling pressure. How it works:• Green bars → more bids than asks = bullish pressure • Red bars → more asks than bids = bearish pressure • Yellow line → EMA of delta (trend direction) Main Features • Adjustable depth (% from mid-price, default 10%) • Smoothing (less noise) • Optional normalization (-...
Real-time orderbook imbalance indicator computing bid-ask delta at configurable depth percentages from mid-price, with optional normalization and EMA smoothing.
Perfected FlowScript source is indexed (052_coindome_order_book_delta.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50, obh until FlowScript v2 transpilation is available.
Funding & Sentiment
ETH Risk Reversal Skew
RR Skew for 1week and 1month options. above 2 high put skew below 2 high call skew
Displays risk reversal skew for 1-week and 1-month ETH options, indicating whether put or call implied volatility dominates as a sentiment/hedging pressure gauge.
Perfected FlowScript source is indexed (053_eth_risk_reversal_skew.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid–Ask Depth Imbalance
Bid–Ask Depth Imbalance shows where resting liquidity leans on the orderbook. For each depth band (near to farther from mid), it sums bids and asks between your chosen low/high percentages, then plots DI = (bids − asks) / (bids + asks). Values > 0 mean bid-side depth dominates (supportive), < 0 mean ask-side depth dominates (resistive). You can display one or more bands (D1–D4): shallow bands refl...
Computes Depth Imbalance DI = (bids − asks) / (bids + asks) across multiple depth bands to reveal where resting liquidity leans in the orderbook.
Perfected FlowScript source is indexed (054_bid_ask_depth_imbalance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
VWAP & Price Anchors
VWAP+
Daily, Weekly, Monthly, Quarterly, and Yearly VWAPs combined in one indicator.
Combines daily, weekly, monthly, quarterly, and yearly VWAPs in a single indicator for multi-timeframe volume-weighted fair value analysis.
Perfected FlowScript source is indexed (055_vwap_plus.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderflow Imbalance
Orderflow Imbalance measures buy versus sell pressure at the top of the orderbook. At each bar, it calculates the change in bid size within the chosen depth minus the change in ask size. Positive values show more bids added or asks removed, negative values show more asks added or bids removed. This gives a direct view of pressure rather than price. The raw values are converted into a z-score over ...
Computes top-of-book orderflow imbalance (bid size change minus ask size change) and normalizes via rolling z-score, with EMA smoothing and persistence tracking for directional bias.
Perfected FlowScript source is indexed (056_orderflow_imbalance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Momentum & Oscillators
SCF Cuban's Reversion Bands
Developed by SoulzBTC: Follow on X to learn more Developed for: Swing Trading, Statistical Arbitrage Advanced mean reversion system utilizing dynamic standard deviation bands with proprietary smoothing algorithms. Named after legendary trader Mark Cuban's approach to statistical edges, these bands adapt to changing volatility regimes while maintaining statistical significance. The indicator combin...
A mean reversion system using dynamic standard deviation bands with proprietary smoothing, combining Bollinger Band methodology with volatility-adaptive reversion levels.
Perfected FlowScript source is indexed (057_scf_cubans_reversion_bands.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Momentum
This indicator measures bid ask ratio momentum, focusing on how buying and selling pressure is changing inside the order book rather than on the price chart. It aggregates resting bid and ask liquidity across selected depth ranges around the mid price and computes a normalized bid ask ratio. Positive values mean bid size dominates, indicating heavier passive demand, while negative values mean ask ...
Measures the rate of change (momentum) in the bid-ask ratio rather than the ratio itself, revealing acceleration/deceleration in orderbook pressure before it appears in price.
Perfected FlowScript source is indexed (058_orderbook_momentum.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
Volume Bubbles • [Leviathan] (Fork)
This indicator visualizes volume data directly on the price chart using intuitive bubble representation, where each bubble's size and color reflects the magnitude and statistical significance of the underlying volume data. Bubbles appear at relevant price levels, creating a clear spatial relationship between volume activity and price action. It offers three modes: total volume, volume delta, or se...
A fork of Leviathan's volume bubble concept, visualizing volume magnitude and statistical significance as bubbles at price levels, with three modes: total volume, volume delta, or separate buy/sell volumes.
Perfected FlowScript source is indexed (059_volume_bubbles_leviathan_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Buy Sell Volume Ratio
BSVR (Buy-Sell Volume Ratio) measures who is more aggressive on each bar by comparing classified trade volume. It computes buys divided by sells from the feed, then optionally smooths the series with a short moving average. The plot fills against the 1.0 midline so dominance is obvious at a glance: above 1.0 means more buy aggression, below 1.0 means more sell aggression, 1.0 is balance. You can d...
Computes the ratio of buy volume to sell volume per bar (BSVR), with 1.0 as equilibrium, to measure aggressive side dominance—mathematically the reciprocal of the Aggression Ratio.
Perfected FlowScript source is indexed (060_buy_sell_volume_ratio.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Volume & Delta
OI–Funding Crowding Score
Crowding Score estimates how crowded the long or short side is by standardizing and combining two flows: open interest and funding rate. For each bar it aligns both series to the price bars, computes a rolling z-score for each (value minus mean, divided by standard deviation), then merges them either by sum (broad pressure) or by product (only large when both point the same way). The result is a z...
A composite sentiment indicator standardizing and combining open interest and funding rate into a crowding score via rolling z-scores, with sum or product merge modes for detecting crowded positioning and squeeze risk.
Perfected FlowScript source is indexed (061_oi_funding_crowding_score.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Volume & Delta
Open Interest RSI
RSI on open interest, not price. It measures positioning momentum: rising OI-RSI = leverage/participation building, falling OI-RSI = de-risking/unwind. Extremes can precede squeezes or exhaustion. The RSI is smoothed (SMA) with an optional EMA signal, plus reference lines or OB/OS zones for quick regime reads. Plotting types • Line • Colored Line (above/below mid) • Oscillator (bars vs baseline) •...
Applies Wilder's RSI formula to open interest instead of price, creating a positioning momentum oscillator that measures leverage/participation building (rising) versus de-risking (falling).
Perfected FlowScript source is indexed (062_open_interest_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, sma20, ema50, openInterest until FlowScript v2 transpilation is available.
Volume & Delta
SCF Delta Bubbles
Developed by SoulzBTC: Follow on X to learn more Developed for: Scalping, High-Frequency Trading Revolutionary volume delta visualization system that transforms traditional buy/sell pressure analysis into dynamic bubble overlays. This indicator uses advanced Z-Score normalization to identify statistically significant volume imbalances and renders them as proportionally-sized bubbles positioned str...
Z-score normalized volume delta visualization rendering statistically significant volume imbalances as proportionally-sized bubbles on price bars, with adaptive positioning and threshold filtering.
Perfected FlowScript source is indexed (063_scf_delta_bubbles.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
VWAP & Price Anchors
Market Sessions • [Leviathan]
This indicator displays trading session ranges as colored boxes on the chart. Each box spans the session's time window and marks the high/low price range within it. It allows you to plot 4 configurable sessions (Tokyo, London, New York, and Sydney by default) and each session can be renamed, recolored, have its VWAP plotted and have its start/end times adjusted in 15-minute increments (UTC). Note:...
Displays configurable trading session ranges (Tokyo, London, New York, Sydney) as colored boxes with high/low ranges and optional session VWAP, based on well-documented intraday seasonality patterns.
Perfected FlowScript source is indexed (064_market_sessions_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Volume & Delta
Reset-Rolling CVD (AccumLength Cummulative Volume Delta) [Bars]
Reset-Rolling CVD (AccumLength) [Bars]: CVD Bars can be resetted like trdr.
A resetting CVD indicator that accumulates volume delta over a fixed bar window then resets, similar to anchored CVD but with explicit bar-based reset logic.
Perfected FlowScript source is indexed (065_reset_rolling_cvd_bars.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Volume & Delta
Bollinger Band %B
Bollinger Band %B shows where the latest close sits within its Bollinger Bands. It is computed as (close minus lower band) divided by (upper band minus lower band). The value is 0 at the lower band, 1 at the upper band, and 0.5 at the basis. You can display it on a 0-1 scale or rescale to 0-100 for an oscillator style readout. Use len to set the moving average length and mult for the standard devi...
Normalizes price position within Bollinger Bands to a 0-100 scale, showing where the latest close sits relative to the band boundaries for mean-reversion and trend-strength analysis.
Perfected FlowScript source is indexed (066_bollinger_band_pct_b.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): bb until FlowScript v2 transpilation is available.
Volume & Delta
Volume Momentum
This script measures volume-driven momentum by comparing the current signed volume to its recent average, then smoothing that relationship to create a clean momentum line. It determines whether volume is acting as buying pressure or selling pressure by assigning positive volume when the close is above the open and negative volume when the close is below the open. That signed volume is divided by a...
Measures volume-driven momentum by comparing signed volume (positive when close > open, negative when close < open) to its recent average, normalized and smoothed via EMA.
Perfected FlowScript source is indexed (067_volume_momentum.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): volumeMomentum until FlowScript v2 transpilation is available.
Volume & Delta
VWAP Suite
VWAP Suite plots multiple anchored and rolling VWAPs in one tool, with optional ±1/±2/±3σ bands for context. What it shows • Anchored VWAPs by session: Daily, Weekly, Monthly, Quarterly, Yearly. Each resets at the new session and computes volume-weighted average price from that start. • Custom-anchored VWAP: start from any Unix ms timestamp. • Rolling VWAPs: fixed-length windows (defaults 7, 30, 9...
Comprehensive VWAP tool combining anchored VWAPs (daily, weekly, monthly, quarterly, yearly), custom-anchored VWAP, rolling VWAPs, and standard deviation bands for multi-timeframe fair value analysis.
Perfected FlowScript source is indexed (068_vwap_suite.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Trend & Moving Averages
Supertrend
This indicator plots a classic Supertrend overlay that uses ATR-based bands to define trend direction and trailing support or resistance. It calculates True Range each bar and smooths it with an RMA-style ATR over the selected period, then multiplies ATR by the chosen factor to build an upper band and lower band around price. These bands are carried forward using standard Supertrend rules so they ...
A classic trend-following overlay using ATR-based bands as dynamic trailing support/resistance, with trend flips triggered by price crossing the active band.
Perfected FlowScript source is indexed (069_supertrend.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): supertrend until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Imbalance Bubbles
Imbalance Bubbles visualizes order book pressure directly on the chart by plotting circular "bubbles" when bid or ask liquidity dominates within a chosen depth band around price. It pulls live order book data, sums cumulative bid and ask volume at fixed distance buckets (1%, 2.5%, 5%, 10%), then builds a depth range using your "greater than or equal to" (depth1) and "smaller than" (depth2) selecti...
Visualizes orderbook pressure as bubbles when bid or ask liquidity dominates within a chosen depth band, using smoothed imbalance ratio thresholds for clean signal generation.
Perfected FlowScript source is indexed (070_orderbook_imbalance_bubbles.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
OI/CVD Divergence [borkiss727]
x.com/link
Detects divergences between open interest and cumulative volume delta to identify potential trend weakness or hidden accumulation/distribution.
Perfected FlowScript source is indexed (071_oi_cvd_divergence_borkiss727.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, footprint until FlowScript v2 transpilation is available.
Volume & Delta
SCF CVD BTC Spot
Developed by SoulzBTC: Follow on X to learn more Developed for: Swing Trading, Position Trading Cumulative Volume Delta specifically designed for Bitcoin spot markets with advanced smoothing algorithms. This indicator accumulates buying and selling pressure over time to reveal long-term institutional positioning and smart money flow patterns. The smoothing function filters out noise while preservi...
Cumulative Volume Delta specifically designed for Bitcoin spot markets with advanced smoothing, intended to reveal long-term institutional positioning and smart money flow.
Perfected FlowScript source is indexed (072_scf_cvd_btc_spot.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Liquidations
Liquidation Bubbles
Liquidation Bubbles Visualizes long (green) and short (red) liquidations directly on the price chart as bubbles, sized by notional value. Long liquidations print near lows, shorts near highs, so traders can instantly spot where forced exits are clustering. Use it for quickly identifying squeeze zones, stop runs, and cascade risks when large bubbles cluster around key levels.
Visualizes long and short liquidations as bubbles sized by notional value, positioned near price extremes to identify squeeze zones and cascade risks.
Perfected FlowScript source is indexed (073_liquidation_bubbles.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, keyLevels until FlowScript v2 transpilation is available.
Momentum & Oscillators
SCF ICHIMOKU
Created by SoulzBTC. Follow on X to learn more Developed for Swing Trading and Position Trading A comprehensive trend-following system that provides multiple layers of support, resistance, and momentum analysis. The Ichimoku Cloud creates a visual representation of trend strength and direction, while the various lines offer precise entry and exit signals. This indicator excels at showing you not j...
A comprehensive trend-following system based on the Ichimoku Cloud, providing multiple layers of support, resistance, and momentum analysis with future trend projection.
Perfected FlowScript source is indexed (074_scf_ichimoku.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ic until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Imbalance Levels
Orderbook Imbalance Levels the order book snapshot pressure into dynamic support and resistance zones on the chart. It measures bid and ask liquidity within a user selected depth band around price (built from the 1%, 2.5%, 5%, 10% buckets), then computes an imbalance ratio: (totalBid minus totalAsk) divided by (totalBid plus totalAsk), expressed as a percent and smoothed with an SMA to reduce nois...
Multi-depth orderbook imbalance ratio smoothed with SMA, combined with pivot detection and ATR-based adaptive level zones to identify liquidity-backed support/resistance.
Perfected FlowScript source is indexed (075_orderbook_imbalance_levels.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): sma20, obh, keyLevels until FlowScript v2 transpilation is available.
Volume & Delta
SCF Volume Delta
Developed by SoulzBTC: Follow on X to learn more Developed for: Scalping, Day Trading Advanced volume analysis tool that separates buying pressure from selling pressure within each trading period. Unlike traditional volume indicators that only show total activity, this reveals the underlying market sentiment by displaying the actual imbalance between aggressive buyers and sellers. The delta compon...
Bar-level separation of aggressive buy volume (ask-lifted) from aggressive sell volume (bid-hit) to reveal net order flow imbalance and early momentum shifts.
Perfected FlowScript source is indexed (076_scf_volume_delta.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Support/Resistance & Levels
Key Levels • [Leviathan]
This indicator plots key price levels across multiple time periods (eg. daily, weekly, monthly, quarterly, yearly) and trading sessions (Tokyo, London, New York, Sydney), including opens, highs, lows, equilibriums, and closes for both current and previous periods. Labels are fully customizable with multiple display styles, automatic overlap merging, and per-level color control.
Multi-timeframe (daily, weekly, monthly, quarterly, yearly) and multi-session (Tokyo, London, New York, Sydney) price level plotting including opens, highs, lows, equilibriums, and closes.
Perfected FlowScript source is indexed (077_key_levels_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Volume & Delta
RSI Divergence Pro Strategy
🔹 Summary of Details Added • ✅ Strategy Name: RSI Divergence Pro Strategy • ✅ Entries: Bullish/ Bearish divergence + volume + optional HTF confirm + optional OB/OS filter • ✅ Risk Controls: Inputs for Stop Loss % and Take Profit % • ✅ Position Risking: Risk % of equity input (expandable to true position sizing later) • ✅ Visuals: Green/red triangles for signals, SL/TP levels in console • ✅ Debuggi...
A strategy combining RSI bullish/bearish divergence detection with volume confirmation, optional higher-timeframe confirmation, and optional overbought/oversold filtering, with built-in risk controls (SL/TP %, risk % of equity).
Perfected FlowScript source is indexed (078_rsi_divergence_pro_strategy.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Volume & Delta
Ethereum Sentiment Index - Tradingriot
ETH Sentiment Index – Tradingriot combines multiple market positioning metrics into a single standardized score. It includes four components: - Risk Reversal Skew - Measures demand for upside vs downside 25 delta options - Funding Rates - Cost of holding perpetual positions - Open Interest - Leverage participation - Implied Volatility Term Structure - Backwardation vs Contango Each input is conve...
A composite sentiment index aggregating four components—Risk Reversal Skew, Funding Rates, Open Interest, and Implied Volatility Term Structure—each converted to a z-score over a 30-bar window.
Perfected FlowScript source is indexed (079_ethereum_sentiment_index_tradingriot.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
CVD Whale Tracking V2
Full Guidebook: https://rural-kidney-3c1.notion.site/Guidebook-CVD-Whale-Tracking-Whale-Dominant-Bubble-Chart-English-Version-2e85008f580f80e492a5cda3138ca13e
Cumulative Volume Delta (CVD) analysis focused on tracking whale-sized order flow imbalances and their accumulation/distribution patterns over time.
Perfected FlowScript source is indexed (080_cvd_whale_tracking_v2.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, whales, footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Multi EMA
Multi EMA plots up to 10 exponential moving averages on your chart, each with its own length and color. Use the show toggles to turn individual EMAs on or off to quickly map short-to-long trend structure.
Plots up to 10 exponential moving averages with individual length and color controls for short-to-long trend structure mapping.
Perfected FlowScript source is indexed (081_multi_ema.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Volume & Delta
OI Delta Z-Score
Delta OI Z converts bar-to-bar open interest change into a standardized signal. It first computes dOI = OI[now] − OI[prev], then over a rolling window it computes z = (dOI − mean) / std and optionally smooths it. The line is centered on zero: values > 0 mean OI is rising faster than its recent average (position build), values < 0 mean OI is falling faster than average (position reduction). Magnitu...
Standardizes bar-to-bar open interest changes into a z-score over a rolling window to identify unusual positioning build-ups or reductions relative to recent history.
Perfected FlowScript source is indexed (082_oi_delta_z_score.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Volume & Delta
ITC Bubbles
ITC Bubbles is an on-chart visualization indicator that turns trading activity into bubble "prints" directly on the candles. It analyzes total volume, volume delta, or separated buy & sell volume and then draws dynamic circles whose:• Size scales with how unusually large the volume is (via Z-Score vs. a user-defined lookback period). • Opacity increases as volume becomes more extreme. • Color can ...
On-chart bubble visualization where size scales with volume z-score, opacity increases with extremity, and color reflects price direction or delta direction, with modes for total volume, volume delta, and separated buy/sell volume.
Perfected FlowScript source is indexed (083_itc_bubbles.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid-Ask Different Depth Delta
Indicator for visualization of Bid-Ask Delta on different Depth.
Visualization of bid-ask delta (imbalance) at different orderbook depth levels, showing how liquidity pressure varies from shallow to deep book.
Perfected FlowScript source is indexed (084_bid_ask_different_depth_delta.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Z-score
OB Z-score
Standardizes orderbook metrics (likely imbalance or pressure) into a z-score to identify statistically unusual orderbook states relative to recent history.
Perfected FlowScript source is indexed (085_orderbook_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
SCF VWAP Divergence
Developed by SoulzBTC: Follow on X to learn more Developed for: Institutional Analysis, Mean Reversion Trading Sophisticated Volume Weighted Average Price divergence detector that measures the statistical deviation between current price action and true institutional volume-weighted levels. This indicator calculates real-time VWAP over customizable lookback periods and visualizes the divergence as ...
Detects statistical deviation between current price and volume-weighted average price (VWAP) over customizable lookback periods, visualizing divergence intensity as momentum-filled oscillations for mean reversion signals.
Perfected FlowScript source is indexed (086_scf_vwap_divergence.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Orderbook & Liquidity
SCF Bid-Ask Compare
Created by SoulzBTC. Follow on X to learn more Orderbook Analysis For Scalping, Day Trading Used on 1m-15m timeframe (does not work on higher timeframes) Compares bid and ask volume at two different orderbook depths to reveal buying and selling pressure imbalances. This indicator shows you which side of the market has more conviction by analyzing the actual orders waiting to be filled. The green...
Compares bid and ask volume at two different orderbook depths (5% shallow vs. 10% deep) to reveal buying/selling pressure imbalances and directional conviction.
Perfected FlowScript source is indexed (087_scf_bid_ask_compare.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Skew
Orderbook Skew This indicator highlights where the orderbook is tilted by stacking bids against asks across three depths. It's essentially a balance scale for liquidity: if bids outweigh asks, buyers are showing more support; if asks dominate, sellers are pressing harder. The picture changes depending on depth. Near-surface orders can flip quickly and often reflect short-term tactics, while deeper...
Measures orderbook tilt by stacking bids against asks across three depth layers, comparing near-surface vs. deeper liquidity to assess whether price moves are backed by real liquidity or just surface games.
Perfected FlowScript source is indexed (088_orderbook_skew.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
DOM
Aggregated DOM 1-10%
Aggregated Depth of Market (DOM) visualization for 1–10% orderbook depth bands, showing liquidity distribution across price levels.
Perfected FlowScript source is indexed (089_dom.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
SCF ACF Heatmap
Developed by SoulzBTC: Follow on X to learn more Developed for: Quantitative Trading, Market Regime Detection Advanced Auto-Correlation Function heatmap utilizing sophisticated statistical analysis to detect momentum and mean-reversion regimes in price data. This indicator calculates Pearson correlation coefficients across multiple lag periods (1, 2, 3) and visualizes the results through a profess...
Calculates Pearson autocorrelation coefficients across multiple lag periods (1, 2, 3) and visualizes them as a color-coded heatmap to detect momentum vs. mean-reversion vs. random walk regimes in real time.
Perfected FlowScript source is indexed (090_scf_acf_heatmap.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Fair Value Gaps (FVGs) • [Leviathan]
This indicator detects and plots Fair Value Gaps (FVGs/Imbalances). Zones are drawn at each gap and optionally tracked until price returns to fill them, with configurable rules for what counts as filled. Detection can be filtered by gap size, volume, OI delta, volume delta, liquidations, and session time.
Detects and plots Fair Value Gaps (three-candle imbalance patterns) as zones, tracking them until price returns to fill them, with configurable fill rules and filters for gap size, volume, OI delta, volume delta, liquidations, and session time.
Perfected FlowScript source is indexed (091_fair_value_gaps_leviathan.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Funding–Liquidation Pressure Gauge
Pressure Gauge blends three flow cues into one line to show directional pressure. It combines funding rate times long/short ratio (who is paying to hold and how skewed they are), liquidation imbalance (buy liquidations minus sell liquidations, i.e., shorts blown out vs longs blown out), and change in open interest (position build or reduction). Each component can be z-normalized to its recent hist...
A composite indicator blending funding rate × long/short ratio, liquidation imbalance, and open interest change into a single z-normalized pressure line centered on zero, with optional smoothing and weighted component aggregation.
Perfected FlowScript source is indexed (092_funding_liquidation_pressure_gauge.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Volume & Delta
OBV Z-Score
OBV Z-Score standardizes On-Balance Volume so you can see when volume accumulation or distribution is unusually strong versus recent history. OBV itself is a running total that adds volume on up closes and subtracts it on down closes. This script takes OBV and computes a rolling z-score: (OBV - mean) / std dev. The result is a zero-centered line; above 0 means OBV is above its recent average (accu...
Standardizes On-Balance Volume (OBV) into a rolling z-score to identify when volume accumulation or distribution is unusually strong versus recent history, with optional smoothing and guide lines at ±1, ±2 standard deviations.
Perfected FlowScript source is indexed (093_obv_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obv until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Volume Zone Oscillator
VZO tracks where volume is flowing by measuring the balance of up-volume versus down-volume and normalizing it. It builds a signed volume stream (volume is positive when the bar closes above the open, negative when it closes below), smooths signed and total volume, then outputs 100 × signed/total. The result is a bounded momentum read of participation tilt: above 0 buyers dominate, below 0 sellers...
Tracks volume flow direction by measuring the balance of up-volume versus down-volume, normalizing it to a bounded 0–100 oscillator where values above 0 indicate buyer dominance and below 0 indicate seller dominance.
Perfected FlowScript source is indexed (094_volume_zone_oscillator.flowscript); Observe/Alert/Paper/Execute use the oscillator recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
ITC Delta Bar
This indicator shows volume, volume delta, and delta extremes to read real-time orderflow. Use the delta box to identify current buying or selling pressure. Max Delta highlights aggressive buyers, Min Delta highlights aggressive sellers within the chosen lookback. For scalping, reduce the lookback to focus on short-term momentum and delta failures at key price levels.
Displays volume, volume delta, and delta extremes (max delta / min delta) within a lookback window to read real-time orderflow, identify buying/selling pressure, and spot aggressive buyer/seller activity at key levels.
Perfected FlowScript source is indexed (095_itc_delta_bar.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Open Interest Weighted Average Price
OIWAP is an on-chart anchor that works like VWAP but weights price by positioning. It computes a weighted average price where the weights come from open interest, either the total level or only the positive increases in open interest that reflect fresh positions. The line shows where the bulk of current or newly added positions are concentrated, updating as positioning shifts. How to read it: pric...
Computes a weighted average price where weights come from open interest (total or positive increases only), showing where the bulk of current or newly added positions are concentrated, with deviation bands highlighting stretch.
Perfected FlowScript source is indexed (096_open_interest_weighted_average_price.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Basic/Utility
SCF Heuristic
Developed by SoulzBTC: Follow on X to learn more
Description is minimal ("Developed by SoulzBTC: Follow on X to learn more"). Without additional description, the core concept cannot be definitively identified. Likely an experimental or proprietary heuristic indicator.
Perfected FlowScript source is indexed (097_scf_heuristic.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
SCF ZScore
Developed by SoulzBTC: Follow on X to learn more Developed for: Quantitative Trading, Risk Management Professional-grade statistical indicator that measures how many standard deviations the current price deviates from its historical mean. This Z-Score implementation provides institutional-level statistical analysis for identifying extreme price movements and mean reversion opportunities. Essential...
A professional-grade statistical indicator measuring how many standard deviations the current price deviates from its historical mean, for identifying extreme price movements and mean reversion opportunities.
Perfected FlowScript source is indexed (098_scf_zscore.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Aggregated Open Interest Delta
BTC-only aggregated open interest delta across major perpetual venues. Supports sum or weighted aggregation, native units or USD notional, optional session anchoring, and an MA overlay for trend smoothing. Use it to see net positioning shifts in one stream. Will add support for more soon.
Aggregates BTC open interest delta across major perpetual venues with sum or weighted aggregation, native units or USD notional, optional session anchoring, and MA overlay for trend smoothing.
Perfected FlowScript source is indexed (099_aggregated_open_interest_delta.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Volume & Delta
EMA Guppy
EMA Guppy plots two ribbons of exponential moving averages to show trend strength and participation. The short-term ribbon (3–18) tracks responsive traders; the long-term ribbon (21–60) tracks investors. When both ribbons are aligned upward, separated, and fanning out, the uptrend is strong; aligned downward and fanning out signals a strong downtrend. Compression (ribbons bunching together) means ...
Plots two ribbons of exponential moving averages (short-term 3–18 and long-term 21–60) to visualize trend strength, participation, compression (stalling momentum), and regime shifts through ribbon crossovers.
Perfected FlowScript source is indexed (100_ema_guppy.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Volume Delta
Volume Delta Unlike regular volume, which just shows total traded size, Volume Delta tracks the net difference between aggressive buys and sells. Green bars mean buyers hit harder, red bars mean sellers dominated. A smooth midline captures the average flow, while shaded bands expand to show when the imbalance gets unusually strong. The inner bands mark elevated buy/sell pressure, and the outer ban...
Tracks the net difference between aggressive buys and sells per bar, with a smooth midline for average flow and shaded bands that expand to show when imbalance reaches unusual strength, signaling exhaustion or capitulation.
Perfected FlowScript source is indexed (101_volume_delta.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Momentum & Oscillators
Momentum
Momentum shows the change in price over a fixed lookback: close now minus the close n bars ago. It is a zero centered oscillator, values above zero mean price is higher than n bars back, below zero means lower. The magnitude reflects how far and how fast price moved in that window, and the fill flips color with the sign so thrust is easy to see. Use it for bias and timing, sustained positive momen...
A zero-centered oscillator showing the change in price over a fixed lookback (close now minus close n bars ago), with fill color flipping with sign for easy thrust visualization.
Perfected FlowScript source is indexed (103_momentum.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): momentumOsc until FlowScript v2 transpilation is available.
Orderbook & Liquidity
orderbook depth (lam)
order book depth
Basic orderbook depth visualization showing liquidity distribution at different price levels.
Perfected FlowScript source is indexed (102_orderbook_depth_lam.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
SCF Delta Perps
Developed by SoulzBTC: Follow on X to learn more Developed for: Leverage Trading, Liquidation Hunting Real-time analysis of buying and selling pressure specifically calibrated for Bitcoin perpetual futures markets. This indicator captures the intense dynamics of leveraged trading, revealing when excessive long or short positioning creates liquidation cascades. Particularly effective for identifyin...
Real-time analysis of buying and selling pressure specifically for Bitcoin perpetual futures markets, identifying over-leveraged conditions and positioning ahead of forced liquidations.
Perfected FlowScript source is indexed (104_scf_delta_perps.flowscript); Observe/Alert/Paper/Execute use the liquidation recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Exponential Hull Moving Average
EHMA is a fast, smooth trend line based on Hull logic but built with EMAs. It takes 2 * EMA(price, len/2) minus EMA(price, len) to emphasize recent moves, then smooths that with EMA over sqrt(len). The result has less lag than a standard EMA of the same length while staying smoother than price. Use it as a bias line: price above a rising EHMA favors longs, price below a falling EHMA favors shorts....
A fast, smooth trend line based on Hull logic but built with EMAs: 2 × EMA(price, len/2) − EMA(price, len), then smoothed with EMA over sqrt(len), achieving less lag than standard EMA while maintaining smoothness.
Perfected FlowScript source is indexed (106_exponential_hull_moving_average.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): hma until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Whale Dominant
Full Guidebook: https://rural-kidney-3c1.notion.site/Guidebook-CVD-Whale-Tracking-Whale-Dominant-Bubble-Chart-English-Version-2e85008f580f80e492a5cda3138ca13e?source=copy_link
Related to CVD Whale Tracking V2 (same author/guidebook). Visualizes whale-dominant orderbook and volume activity, likely highlighting large-player participation patterns.
Perfected FlowScript source is indexed (105_whale_dominant.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Volume & Delta
Enhanced MFI
Enhanced MFI is the classic Money Flow Index with a moving average for a cleaner signal and optional overbought/oversold zones. MFI blends price and volume into a 0-100 oscillator that shows buying vs selling pressure. Above 50 favors buyers, below 50 favors sellers. The MA helps spot momentum shifts: an MFI cross up through its MA shows strengthening demand, a cross down shows weakening. How to r...
The classic Money Flow Index with a moving average for cleaner signals and optional overbought/oversold zones, blending price and volume into a 0–100 oscillator showing buying vs. selling pressure.
Perfected FlowScript source is indexed (108_enhanced_mfi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): mfi until FlowScript v2 transpilation is available.
Volume & Delta
Liquidation Bubbles • [Leviathan]
This indicator visualizes liquidation events directly on your price chart as bubbles, with size and opacity reflecting the magnitude of each liquidation relative to recent history and optional text labels printing the total value of liquidations. Long liquidations (longs forced to sell) appear as bubbles below the bar. Short liquidations (shorts forced to buy) appear above. Each bar's liquidation ...
Visualizes liquidation events as on-chart bubbles where size and opacity scale with the liquidation's z-score relative to recent history, with text labels for dollar amounts, filtering out less significant activity.
Perfected FlowScript source is indexed (107_liquidation_bubbles_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqEvents until FlowScript v2 transpilation is available.
Trend & Moving Averages
DEMA Average True Range
The indicator uses a Double Exponential Moving Average as the core of its ATR calculation to reduce lag, increase responsiveness, and keep the bands tightly aligned with recent price action. DEMA achieves this by doubling the weighting of recent prices while removing the slower, double-smoothed component, giving a faster and cleaner trend read than a standard EMA. When used as the centerline for A...
Uses Double Exponential Moving Average (DEMA) as the centerline for ATR bands, producing faster, more responsive volatility envelopes than standard SMA/EMA-based ATR bands, with optional Heikin Ashi data and confluence MA.
Perfected FlowScript source is indexed (109_dema_average_true_range.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): demaAtr until FlowScript v2 transpilation is available.
Support/Resistance & Levels
SCF Historical Volatility
Developed by SoulzBTC: Follow on X to learn more Developed for: Options Trading, Risk Management Institutional-grade volatility measurement using logarithmic returns and advanced statistical calculations. This indicator provides precise historical volatility readings essential for options pricing, risk management, and volatility trading strategies. Features annualization capabilities and handles c...
Institutional-grade volatility measurement using logarithmic returns and advanced statistical calculations, with annualization for options pricing compatibility and handling of complex market regimes including weekends and holidays.
Perfected FlowScript source is indexed (110_scf_historical_volatility.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
VWAP & StDev Bands
This indicator shows the volume-weighted average price (VWAP) with statistical bands around it. VWAP represents where most trading volume occurred, while the bands show how far price typically moves from that average.
Displays the volume-weighted average price (VWAP) with statistical standard deviation bands around it, showing where most trading volume occurred and how far price typically moves from that average.
Perfected FlowScript source is indexed (111_vwap_stdev_bands.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Volume & Delta
SCF Onboard Volume
Developed by SoulzBTC: Follow on X to learn more Developed for scalping and intra-day trade
A volume-based scalping indicator that uses onboarding flow metrics to identify intra-day momentum shifts.
Perfected FlowScript source is indexed (112_scf_onboard_volume.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
VWAP & Price Anchors
Angel 1H EMA/SMA + VWAP + Supertrend Confluence
A 1H trend overlay that uses 200 SMA for regime, 50 SMA + Supertrend for trend permission, and 20 EMA + VWAPs for pullback buy timing and fair-value location. I use it to trade with the regime (200), confirm trend (50 + ST), and enter on pullbacks to value (SVWAP/20), while WVWAP tells me if we're stretched vs the week.
Multi-timeframe trend regime detection combining moving average hierarchy (200/50/20) with anchored VWAPs and ATR-based Supertrend for confluence-based entry timing.
Perfected FlowScript source is indexed (113_angel_1h_ema_sma_vwap_supertrend_confluence.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap, sma20, ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Hidden Liquidity Detector
Identifies potential iceberg orders and hidden liquidity by analyzing the relationship between trading volume and visible orderbook depth. Monitors liquidity levels at specified depths and detects when high-volume trading occurs while orderbook liquidity remains suspiciously stable, suggesting hidden replenishment. The indicator calculates a probability score based on volume-to-liquidity ratios co...
Detects iceberg orders and hidden liquidity by analyzing volume-to-visible-depth ratios, computing a probability score when high volume trades against stable orderbook liquidity.
Perfected FlowScript source is indexed (115_hidden_liquidity_detector.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Market Structure & SMC
SCF Perps Premium
Developed by SoulzBTC: Follow on X to learn more Developed for: Arbitrage Trading, Institutional Analysis Tracks the premium/discount between perpetual futures and spot markets to identify funding rate arbitrage opportunities and market structure shifts. This indicator reveals when perpetual contracts are trading at significant premiums or discounts to underlying spot prices, indicating periods of...
Real-time premium/discount tracking between perpetual futures and spot markets for funding rate arbitrage and market structure analysis.
Perfected FlowScript source is indexed (114_scf_perps_premium.flowscript); Observe/Alert/Paper/Execute use the open interest / funding recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
30m BTC CVD Liquidity Zones
this indicator helps traders: ✅ Spot potential reversal zones, ✅ Understand volume-driven sentiment shifts, ✅ and track CVD-based liquidity dynamics in BTC.
Maps Cumulative Volume Delta (CVD) to price levels on 30-minute BTC charts to identify volume-driven sentiment shifts and potential reversal zones.
Perfected FlowScript source is indexed (117_30m_btc_cvd_liquidity_zones.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Volume & Delta
Funding Rate Z-Score
Funding Rate Z-Score standardizes funding dynamics so you can compare conditions across time and symbols. It aligns the exchange funding series to your chart bars, then either measures per-bar change in funding (delta) or the cumulative funding change relative to recent history. Over a rolling window (win) it computes a z-score, z = (x − mean) / std, and optionally smooths it with SMA or EMA. The ...
Standardizes funding rate dynamics via rolling z-score to compare crowding conditions across time and symbols, with delta vs. level modes for inflection vs. sustained bias detection.
Perfected FlowScript source is indexed (116_funding_rate_z_score.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Put to Call Ratio
Plots BTC options put to call activity from Deribit, with an option to normalize so the series oscillates around zero. Values above zero mean put volume dominates, values below zero mean call volume dominates. This indicator is also included in the Volatility and Skew Suite. Use cases: • Gauge options market sentiment and hedging pressure. • Spot fear or complacency extremes for potential contrari...
Plots BTC options put/call activity from Deribit with optional normalization around zero to gauge options market sentiment, hedging pressure, and contrarian extremes.
Perfected FlowScript source is indexed (118_put_to_call_ratio.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
CVD Tracking Whale
Tracking Whale Behavior
Tracks whale behavior through Cumulative Volume Delta (CVD) analysis, identifying large participant activity via sustained aggressive order flow.
Perfected FlowScript source is indexed (120_cvd_tracking_whale.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, whales, footprint until FlowScript v2 transpilation is available.
Open Interest
Open Interest Profile • [Leviathan]
This indicator builds an open interest profile for each session, displaying the net change in open interest at each price level. Green nodes indicate levels where there was a net increase in open interest, red where there was a net increase in open interest. Supports 4h, 8h, Daily, 2-Day, 3-Day, Weekly, and Monthly sessions.
Builds an open interest profile displaying net OI change at each price level per session, with green/red nodes indicating net OI increase/decrease levels.
Perfected FlowScript source is indexed (119_open_interest_profile_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Momentum & Oscillators
Stochastic Oscillator
Stochastic measures where the latest close sits within its recent high–low range. %K is the fast line; %D is a smoothed average of %K. Readings near 100 mean price is closing near recent highs (strong upside pressure); near 0 means near recent lows (downside pressure). Typical use: look for %K crossing above %D from low levels for potential longs and crossing below from high levels for potential s...
Classic momentum oscillator measuring where the close sits within its recent high-low range, with %K/%D crossovers and divergence detection for timing signals.
Perfected FlowScript source is indexed (121_stochastic_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): so until FlowScript v2 transpilation is available.
Volume & Delta
CME OI Z-Score
CMEOI Z standardizes CME futures open interest for BTC or ETH so you can see how unusual positioning is versus recent history. It converts OI to a rolling z score: z = (OI − mean) / std. The line is centered on 0; > 0 means OI is above its recent average (build up of positions), < 0 means below average (de-risking). The farther from 0, the more stretched the crowding. Roughly +/-1 is notable, +/-2...
Standardizes CME futures open interest (BTC/ETH) into a rolling z-score to identify unusual positioning versus recent history, with sign for bias and slope for impulse.
Perfected FlowScript source is indexed (122_cme_oi_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bar Stats • [Leviathan]
This indicator creates a row for each metric (volume delta, OI delta, liquidations, funding rate, orderbook imbalance, L/S ratios, and more) where every cell shows the bar's metric value with a background color that reflects how statistically significant the reading is over a configurable lookback period. Each row can be toggled on or off, reordered, and color-customized.
Multi-metric bar-level dashboard showing volume delta, OI delta, liquidations, funding, orderbook imbalance, and L/S ratios with statistical significance coloring over a configurable lookback.
Perfected FlowScript source is indexed (123_bar_stats_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid/Ask Sum
This indicator visualizes total order-book liquidity on both the bid (buy) and ask (sell) sides within a user-defined percentage depth around the current mid-price.• Bid Sum (lime): total buy-side volume aggregated up to the specified depth. • Ask Sum (red): total sell-side volume aggregated over the same depth. • Total Liquidity (yellow, optional): combined bid + ask liquidity, providing a quick ...
Visualizes total orderbook liquidity on bid and ask sides within a user-defined percentage depth, identifying liquidity imbalances as support/resistance signals.
Perfected FlowScript source is indexed (124_bid_ask_sum.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
Term Skew Oscillator
Term Skew Oscillator compares short-term vs longer-term option volatility. It standardizes 1-week IV and 3-month IV with rolling z-scores, then computes z(1w) minus z(3m). Above 0 means the front is rich to the back (near-term stress/hedge demand); below 0 means the front is cheap to the back (calmer near-term, risk pushed out). The farther from 0, the more unusual the term skew. How to read it: r...
Compares short-term (1-week) vs. longer-term (3-month) implied volatility via rolling z-scores, computing z(1w) − z(3m) to identify near-term stress vs. calm term structure regimes.
Perfected FlowScript source is indexed (125_term_skew_oscillator.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Net Longs
Experimental tool built to estimate how bullish futures positioning is changing over time. Since open interest only shows whether total contracts are being added or removed, but does not reveal how much of that change belongs to longs or shorts, this indicator applies a proprietary estimation model to infer the likely contribution of long positioning from broader market activity. Using changes in ...
Experimental proprietary model estimating net long futures positioning by distributing OI changes into long/short contributions using price-based weighting and flow logic.
Perfected FlowScript source is indexed (126_net_longs.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
(SMC FVG) Fair Value Gaps
Fair Value Gaps [Alien_Algorithms] identifies bullish and bearish market inefficiencies using confirmed 3-candle gap formations. It tracks active and filled gaps separately, supports Active / Filled / Both display modes, and displays only the historically remaining unfilled portion of each active gap after prior wick fills have already reduced the zone.
Identifies bullish/bearish market inefficiencies using confirmed 3-candle gap formations, tracking active and filled gaps with historically remaining unfilled portions.
Perfected FlowScript source is indexed (127_smc_fvg_fair_value_gaps.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
ETF Flow Bubbles
ETF Flow Bubbles visualizes aggregate spot-BTC ETF flow on price. It pulls holdings from multiple ETFs (GBTC, IBIT, BRRR, BITB, ARKB, BTCW, BTCO, HODL, EZBC, FBTC), computes each fund's day-over-day change, weights those changes by the fund's share of total holdings, and sums to a single aggregate flow series. That aggregate is standardized with a rolling z-score, then plotted as bubbles on the ch...
Visualizes aggregate spot-BTC ETF flows as standardized bubbles on price charts, weighting fund changes by holdings share and plotting z-scored flows at bar highs/lows.
Perfected FlowScript source is indexed (128_etf_flow_bubbles.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
RMA RSI
RMA is recursive, the line needs a warm-up and can take extra time to load and settle, especially on long histories. Early bars after adding it may look flat while the seed builds. This version plots the RSI line plus optional OB/OS shading so thrust and stretches are easy to see at a glance. RMA RSI is the classic RSI computed with Wilder's RMA for average gains and losses. It tracks momentum on ...
Classic RSI computed with Wilder's RMA (recursive moving average) for average gains/losses, tracking momentum on a 0-100 scale with OB/OS zones.
Perfected FlowScript source is indexed (129_rma_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Trend & Moving Averages
T3 Moving Average
This T3 moving average applies six layers of EMA smoothing and then recombines them using Tim Tillson's coefficient formula to create a fast, low-lag trend line with reduced noise. It reacts quicker than a traditional EMA while still keeping the curve smooth, making it useful for identifying direction shifts without the whipsaw you get from standard moving averages.
Six-layer nested EMA smoothing recombined using Tim Tillson's volume-factor coefficients to create a fast, low-lag trend line with reduced noise.
Perfected FlowScript source is indexed (130_t3_moving_average.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Trend & Moving Averages
Awesome Oscillator
Awesome Oscillator measures momentum by subtracting a fast SMA of median price from a slow SMA of median price. The result is plotted around a zero line. Bars are colored by whether AO is rising or falling, so you see acceleration and deceleration at a glance. A signal average of AO can be shown for a smoother read. How to read it: above zero means the fast trend is stronger than the slow trend, b...
Measures momentum by subtracting a fast SMA(5) of median price from a slow SMA(34) of median price, with zero-line crosses, twin peaks, and saucer patterns for signal generation.
Perfected FlowScript source is indexed (131_awesome_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ao until FlowScript v2 transpilation is available.
Momentum & Oscillators
Stochastic RSI (StochRSI)
The Stochastic RSI is a high-sensitivity momentum oscillator that combines the benefits of the Relative Strength Index (RSI) with the Stochastic formula to identify precise trend reversals and overextended market conditions. By measuring the current RSI value relative to its high-low range over a specified period, it forces the indicator to oscillate between fixed boundaries of 0 and 100, making i...
High-sensitivity momentum oscillator combining RSI with Stochastic formula to force oscillation between 0-100 boundaries, with dual-line %K/%D smoothing and dynamic background coloring.
Perfected FlowScript source is indexed (132_stochastic_rsi_stochrsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): so, rsi until FlowScript v2 transpilation is available.
Volume & Delta
Optimized Volume Bubbles v2
• The script has been restructured with clear, separate sections for different modes. • Complex nested conditional (ternary) operators have been replaced with more readable structures. • Detailed comments have been added to explain the purpose of each calculation and the interpretation of the visual output, particularly for the "Buy & Sell" mode.
Volume bubble visualization with z-score standardization, buy/sell mode classification, and readable conditional structures for orderflow analysis.
Perfected FlowScript source is indexed (133_optimized_volume_bubbles_v2.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Depth Change Bubbles
Visualizes significant orderbook depth changes as bubbles on the price chart. Green bubbles show bid-side liquidity increases (support building), red shows ask-side increases (resistance building). Bubble size indicates the magnitude of change.
Visualizes significant orderbook depth changes as bubbles—green for bid-side liquidity increases (support building), red for ask-side increases (resistance building).
Perfected FlowScript source is indexed (134_depth_change_bubbles.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
(SMC OB) Volumetric Order Blocks
Volumetric Order Blocks [Alien_Algorithms] identifies bullish and bearish order block zones using confirmed swing breaks, then visualizes each zone with buy/sell volume distribution inside the block. The indicator draws clean perimeter-only OB ranges, highlights internal volume nodes, and labels buy/sell volume values to help spot areas where price structure and volume imbalance align.
Identifies bullish/bearish order block zones using confirmed swing breaks, visualizing buy/sell volume distribution inside each block to spot volume-price alignment.
Perfected FlowScript source is indexed (135_smc_ob_volumetric_order_blocks.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Multi Moving Average SMA and EMA
Multi Moving Average SMA 9, 21, 50, 200 and EMA 9, 21, 50, 200
Simple multi-period trend overlay plotting SMA 9/21/50/200 and EMA 9/21/50/200 for multi-timeframe trend alignment.
Perfected FlowScript source is indexed (137_multi_moving_average_sma_and_ema.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): sma20, ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Vector Candles [PSVR] Market Maker institutional candle overlay with ema guppy and order imbalances
PVSRA Vector Market Markers [Institutional Volume] updatedv2.0Description: Stop trading blind against the market makers. This KScript v2 indicator brings classic Price, Volume, Support, Resistance Analysis (PVSRA) directly to your charts, pinpointing exact moments of institutional trap volume and climax exhaustion. Built specifically for traders who operate on low timeframes (like the 5m) and requ...
PVSRA (Price, Volume, Support, Resistance Analysis) candle overlay identifying institutional trap volume and climax exhaustion, with EMA Guppy trend ribbon and order imbalance detection.
Perfected FlowScript source is indexed (136_vector_candles_psvr.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50, keyLevels until FlowScript v2 transpilation is available.
Volume & Delta
Aggregated Statistic Bar - BTC Only
Aggregated Statistic Bar - BTC ONLY Combines volume, volume delta, session delta from Binance, Bybit, Okx, Hyperliquid Perpetuals and Coinbase Spot ( ONLY WORKS ON BTC ) Features: • 📊 Volume - Total volume per bar with statistical color coding • 📊 Volume Delta - Buy vs Sell volume difference per bar • 📊 Session Delta - Cumulative volume delta that automatically resets daily at midnight UTC • 🎨 Ful...
Multi-exchange aggregated bar statistics (volume, delta, session delta) from Binance/Bybit/OKX/Hyperliquid/Coinbase with z-score color coding and dual display modes.
Perfected FlowScript source is indexed (138_aggregated_statistic_bar_btc_only.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Z-Score & Statistical
Price Z-Score
Simple Close Z-Score, standardizes price relative to its recent norm. It computes z = (close - mean) / standard deviation on a rolling window, so the value tells you how many standard deviations price is from its mean. The line is centered on 0: > 0 means price is above average, < 0 means below. The farther from 0, the more stretched the move. You can smooth the line for a steadier read, and guide...
Simple close price z-score standardizing price relative to its recent norm, with smoothing and ±1/±2 guide bands for mean reversion signals.
Perfected FlowScript source is indexed (139_price_z_score.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidity Absorption Velocity
Measures the rate at which orderbook liquidity is consumed at multiple depth levels. Tracks bid/ask absorption separately to identify aggressive market participants removing liquidity before major price moves. Features normalized velocity scoring, volume-weighted absorption, and cumulative pressure tracking. Useful for detecting institutional activity and potential breakout/breakdown points by mon...
Measures the rate of orderbook liquidity consumption at multiple depth levels, with normalized velocity scoring and volume-weighted absorption to detect institutional activity before major price moves.
Perfected FlowScript source is indexed (140_liquidity_absorption_velocity.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
BAR STATS
This is footprint bar statistics for reading intra bar maximum delta , minimum delta and final delta from pavilion
Footprint bar statistics displaying intra-bar maximum delta, minimum delta, and final delta for orderflow analysis.
Perfected FlowScript source is indexed (141_bar_stats.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Momentum & Oscillators
Price Action RSI
PriceAction + RSI Divergence is a multi-tool trading indicator that combines RSI divergence detection with classic price action patterns and breakout signals. It highlights bullish/bearish divergences, engulfing candles, hammers, shooting stars, and Donchian breakouts while plotting RSI with overbought/oversold levels. Use it as a signal confirmation tool to spot potential reversals or trend conti...
Multi-tool combining RSI divergence detection with classic price action patterns (engulfing, hammers, shooting stars) and Donchian breakouts for signal confirmation.
Perfected FlowScript source is indexed (142_price_action_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Volume & Delta
Flow and Position Oscillator
Flow & Position blends order flow with participation and positioning tilt into one line. It starts with taker imbalance, (buy volume − sell volume) divided by total volume, then boosts it only when activity is above normal using a positive volume z score. Optionally it multiplies by a long/short ratio z score so sharp positioning shifts amplify the signal. Values are clipped to limit spikes and ca...
Composite oscillator blending taker imbalance (buy−sell)/total volume, volume z-score boost, and optional L/S ratio z-score amplification into a single flow-positioning pressure line.
Perfected FlowScript source is indexed (144_flow_and_position_oscillator.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Trend & Moving Averages
Kaufman Efficiency Ratio
Efficiency Ratio (ER) measures how directional price movement has been. It compares the net change from N bars ago to now with the sum of all bar-to-bar moves over the same window, then bounds the result between 0 and 1. Near 1 means price traveled efficiently in one direction with little back-and-forth noise, near 0 means movement was mostly chop that canceled out. This version also plots a movin...
Measures directional efficiency of price movement by comparing net change over N bars to the sum of all bar-to-bar moves, bounded 0-1, with moving average and fill for regime visualization.
Perfected FlowScript source is indexed (145_kaufman_efficiency_ratio.flowscript); Observe/Alert/Paper/Execute use the trend / moving average recipe signal proxy until FlowScript v2 transpilation is available.
Open Interest
Net Shorts
Experimental tool designed to estimate how bearish futures positioning is changing over time. While open interest shows whether the total number of outstanding contracts is increasing or decreasing, it does not reveal how much of that activity belongs to short positions. This indicator applies a proprietary estimation model to infer the likely contribution of short positioning using broader market...
Experimental proprietary model estimating net short futures positioning by distributing OI changes into short contributions using price-based weighting and flow logic.
Perfected FlowScript source is indexed (143_net_shorts.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Market Structure & SMC
(SMC MSS/BOS/ChoCH) Market Structure
Market Structure [Alien_Algorithms] identifies bullish and bearish BOS/ChoCH/MSS events using confirmed fractal swing highs and lows. It tracks the current directional state, draws structure-break levels, and labels each break as either a continuation BOS or reversal ChoCH based on the prior market structure direction.
Identifies bullish/bearish BOS/ChoCH/MSS events using confirmed fractal swing highs and lows, tracking directional state and labeling breaks as continuation vs. reversal.
Perfected FlowScript source is indexed (146_smc_mss_bos_choch_market_structure.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
OBV+
OBV+ -> On Balance Volume (OBV) A volume momentum indicator that tracks cumulative buying and selling pressure to confirm price trends and spot potential reversals. Volume leads price. When big money moves, OBV shows it first. What It Shows - Green zones: Buying pressure dominates - volume flowing in - Red zones: Selling pressure dominates - volume flowing out - The indicator rises when more volum...
Enhanced On Balance Volume tracking cumulative buying/selling pressure with green/red zones for trend confirmation, divergence detection, and breakout validation.
Perfected FlowScript source is indexed (148_obv_plus.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obv until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Valuation
Valuation is a composite oscillator that rolls several signals into one line so you can read confluence at a glance. Each component is standardized with a z-score, then the selected components are averaged per bar. The inputs it blends are: - VZO, Bollinger %B, Momentum, OI Delta, Funding & OI Crowding Model, and CCI. The result is centered on 0. Above 0 means the basket is, on balance, stronger ...
Composite oscillator averaging z-scored components (VZO, Bollinger %B, Momentum, OI Delta, Funding & OI Crowding Model, CCI) into a single mean-reversion/trend-following line.
Perfected FlowScript source is indexed (147_valuation.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): bb, cci, openInterest until FlowScript v2 transpilation is available.
Trend & Moving Averages
Hull Suite by InSilico • [Leviathan]
This indicator is a kScript port of InSilico's Hull Suite. It combines three Hull Moving Average variants - HMA, EHMA, and THMA - into a single tool with band visualization that highlights trend direction and momentum. The band plots the current hull value against its 2-bar lagged counterpart, filling green when rising and red when falling. Original Pine Script indicator published on Tradingview b...
Weighted moving average lag-reduction via nested WMA combinations (Hull, EMA-based Hull, and Triple-weighted Hull variants) with band visualization for trend/momentum.
Perfected FlowScript source is indexed (149_hull_suite_by_insilico_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): hma until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Volatility and Skew Suite
Vol Suite is a single panel for reading crypto option volatility and related flows. Choose a mode to plot a focused signal with clean fills and optional companions. Realised Volatility (RV): how wild returns have been. Implied Volatility (IV): market's future-vol view for the chosen tenor. IV − RV Spread: IV minus RV; >0 = options rich vs history, <0 = cheap. Variance Risk Premium (VRP): IV² − RV²...
Multi-dimensional options analytics panel combining realized volatility, implied volatility, variance risk premium, skew, term structure, and put/call ratio into a unified sentiment/flow dashboard.
Perfected FlowScript source is indexed (150_volatility_and_skew_suite.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Harmonic Oscillator
This indicator helps you see the underlying battle between buyers and sellers by analyzing volume. It tells you when buying or selling pressure is reaching an extreme and a potential reversal is likely. • BSR Plot (Candles/Bars/Line): The main indicator of buy/sell pressure. • Red & Green Moving Averages: These smooth the BSR to show its current momentum. • Red & Blue Horizontal Lines: These mark ...
Buy/Sell Ratio (BSR) oscillator smoothed by moving averages with overbought/oversold thresholds, using volume-based pressure extremes to time momentum reversals.
Perfected FlowScript source is indexed (151_harmonic_oscillator.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Funding & Sentiment
Net long / Net short Yigito Bull indicator
Net long short indicator
Net positioning indicator derived from open interest and long/short ratio data to identify sentiment extremes and potential reversal points.
Perfected FlowScript source is indexed (152_net_long_net_short_yigito_bull.flowscript); Observe/Alert/Paper/Execute use the open interest / funding recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
Volatility Z-Score
Volatility Z-Score turns realized volatility into a standardized oscillator so you can see when current vol is unusually high or low relative to its own recent regime. It first computes realized volatility from log returns over your chosen period (e.g., 7 bars), annualizes it, then compares that series to its rolling mean and standard deviation over the Z window. The output is z = (RV − mean) / st...
Standardized realized volatility oscillator computed as z = (RV − μ) / σ over a rolling window, transforming raw volatility into a regime-relative statistical measure.
Perfected FlowScript source is indexed (153_volatility_z_score.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
RSI
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Relative Strength Index — a bounded momentum oscillator measuring the magnitude of recent price changes to evaluate overbought/oversold conditions.
Perfected FlowScript source is indexed (154_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Open Interest
OI Z-Score
A statistical oscillator for Open Interest that identifies over-leveraged conditions (market tops) and capitulation events (market bottoms) using smoothed Z-Score deviations.
Statistical Z-Score applied to Open Interest, identifying over-leveraged market tops (high positive Z) and capitulation bottoms (low negative Z) via smoothed deviation analysis.
Perfected FlowScript source is indexed (155_oi_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Inducement
The SMC Inducement Detector is a structural analysis tool designed for traders utilizing Smart Money Concepts (SMC) to identify high-probability liquidity traps. In market structure, an Inducement is the first internal pullback after a Break of Structure (BOS) that entices retail traders to enter the market prematurely. This indicator automatically identifies these key structural pivots and marks ...
Smart Money Concepts (SMC) structural analysis tool identifying "inducement" pullbacks after Break of Structure (BOS) that act as liquidity traps enticing premature retail entries.
Perfected FlowScript source is indexed (156_inducement.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
FootPrint bar statistics (Fork)
Here's your message rewritten in clear English for easy understanding: Hi, This is a Footprint Bar static indicator where you can see: • Volume • Delta (which is Buys – Sells) • Long/Short liquidations (closing of futures positions) Key details: • Total volume is shown on the upside. • Delta = Buys – Sells = (this is the delta value). • Liquidation means closing or stopping a position in the futur...
Footprint bar display showing per-bar volume, delta (buys − sells), and long/short liquidations with color-coded visual alerts for whale positioning detection.
Perfected FlowScript source is indexed (157_footprint_bar_statistics.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Pressure Gradient
Measures the distribution of liquidity across orderbook depth levels to identify whether pressure is building at deeper levels (institutional positioning) or concentrated near the top (weak/retail). Calculates the weighted center of mass for bid and ask volumes across multiple depth increments, with positive gradients indicating deeper bid support and negative gradients showing deeper ask resistan...
Weighted center-of-mass calculation for bid/ask volumes across multiple depth increments, with an acceleration component tracking the rate of change in pressure distribution.
Perfected FlowScript source is indexed (159_orderbook_pressure_gradient.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Market Structure & SMC
Swing Points • [Leviathan]
A simple indicator that plots swing highs and lows/pivot points (HH, LH, LL, HL) on your chart.
Automated detection and plotting of swing highs/lows (HH, LH, LL, HL) as structural pivot points for market structure analysis.
Perfected FlowScript source is indexed (158_swing_points_leviathan.flowscript); Observe/Alert/Paper/Execute use the levels / pivots recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
ITC Momentum RSI
This indicator combines a centered RSI with a volume-based momentum histogram in a single panel. The RSI is shifted around zero to preserve its overbought and oversold logic, while Volume Momentum is plotted in the background to clearly show inflow (positive) and outflow (negative) pressure. This setup helps identify whether price momentum is supported or contradicted by volume, making it easier t...
Centered RSI (shifted around zero) combined with a volume-based momentum histogram to identify whether price momentum is supported or contradicted by volume flow.
Perfected FlowScript source is indexed (160_itc_momentum_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Order Book Pressure (Fork)
This indicator shows where buy and sell liquidity is stacked in the orderbook around the current price. It highlights areas where buyers or sellers are significantly stronger, using colored bands to visualize imbalance at different depth levels (1%, 2.5%, 5%, 10%). In short, it lets you instantly see which side of the market is heavier and where price is more likely to find support or resistance.
Visualizes bid/ask liquidity stacking at multiple depth levels (1%, 2.5%, 5%, 10%) using colored bands to identify which side is heavier and where price is likely to find support/resistance.
Perfected FlowScript source is indexed (281_order_book_pressure_fork_farooq.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Order Flow Toxicity
Measures the probability that order flow contains informed trading (adverse selection) versus uninformed liquidity provision. Combines three key components: price impact per unit volume (identifying trades that move price disproportionately), volume anomaly detection using z-score statistics (spotting abnormal activity), and directional persistence (consecutive one-sided flow indicating positionin...
Composite score (0–100) measuring the probability of informed trading vs. uninformed liquidity provision, combining price impact per volume, volume anomaly z-score, and directional persistence.
Perfected FlowScript source is indexed (162_order_flow_toxicity.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
ABSORPTION
Crypto Absorption Detector Marks candles where aggressive order flow was absorbed by passive liquidity on the opposite side — a potential reversal signature. On closed bars, the indicator checks three conditions simultaneously: (1) volume is in the top 20% of the last 50 bars, (2) delta is strongly directional (|buy − sell| > 60% of total volume), and (3) the bar's shape shows failure — either the...
Detects candles where aggressive order flow (high volume + strong directional delta) is absorbed by passive liquidity on the opposite side, creating a potential reversal signature via bar-shape and close-position analysis.
Perfected FlowScript source is indexed (163_absorption.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Support/Resistance & Levels
BTC Market Manipulation Detection Indicator
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Placeholder/test script with no substantive description provided.
Perfected FlowScript source is indexed (164_btc_market_manipulation_detection.flowscript); Observe/Alert/Paper/Execute use the levels / pivots recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
ITC WAP
This combined script merges an Anchored VWAP with statistical bands and a dual-EMA trend system into a single on-chart indicator.• Anchored VWAP The VWAP resets automatically based on the selected anchor (Session, Week, Month, Quarter, or Year). The previous period's VWAP is also plotted as a horizontal reference level. • VWAP Bands (1–3) Up to three VWAP bands are calculated around the VWAP, eith...
Combined anchored VWAP with volume-weighted standard deviation bands and a dual-EMA trend system, merging fair-value context with trend confirmation.
Perfected FlowScript source is indexed (166_itc_wap.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap, ema50 until FlowScript v2 transpilation is available.
Open Interest
Longs and sorts
Plots currently opened longs and shorts based on calculations with open interest and long/short ratio (accounts) Needs periodic refresh because long/short ratio data is not updated every candle. When properties "Show longs" and "Show shorts" are both unchecked - plots bar chart that shows net exposure (longs - shorts). Tops usually forms when longs are equal or less than shorts and vice versa - bo...
Plots opened longs and shorts derived from open interest and long/short ratio (accounts), with net exposure (longs − shorts) bar chart and sentiment-extreme signals.
Perfected FlowScript source is indexed (165_longs_and_shorts.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Support/Resistance & Levels
gg_shot
GG-Shøt Indicator provides precise entry points for Long or Short positions, along with accurate Targets and Stop Loss levels directly on the chart.
Proprietary entry-point indicator providing Long/Short signals with targets and stop-loss levels. Description is marketing-oriented with no disclosed mathematical methodology.
Perfected FlowScript source is indexed (167_gg_shot.flowscript); Observe/Alert/Paper/Execute use the levels / pivots recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
MarketDepth
Индикатор: MarketDepth Описание Этот индикатор в реальном времени отображает суммарный объем лимитных заявок на покупку (Bids) и на продажу (Asks) в пределах заданной глубины биржевого стакана. Он помогает визуально оценить, на чьей стороне находится давление ликвидности — покупателей или продавцов, и как оно меняется со временем. Ключевые особенности:• Две линии: Зеленая (lime) линия показывает о...
Real-time visualization of aggregate limit-order bid and ask volumes within configurable depth percentages, with divergence detection for liquidity pressure shifts.
Perfected FlowScript source is indexed (168_market_depth.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Rate of Change
RoC measures the percent change in price from n bars ago: 100 × (Close − Close[n]) ÷ Close[n]. It is a direct momentum gauge. Values above 0 mean price is higher than n bars back, below 0 means lower. A moving average of RoC provides a smoother view, and the fill between RoC and its MA makes thrust easy to see, RoC above its MA suggests acceleration, below suggests fading. How to read it: rising R...
Direct momentum gauge measuring percent change in price from n bars ago: 100 × (Close − Close[n]) / Close[n], with a moving average overlay and fill visualization for acceleration/deceleration.
Perfected FlowScript source is indexed (169_rate_of_change.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): roc until FlowScript v2 transpilation is available.
Trend & Moving Averages
Weighted Moving Average
WMA is a moving average that weights recent prices more than older ones. The most recent price has the highest weight. It reacts faster than an SMA of the same length but is smoother than raw price. Use it as a trend line: price above a rising WMA favors longs; price below a falling WMA favors shorts. Crosses of price and WMA or changes in WMA slope can mark shifts. Increase length for smoother, s...
Linearly weighted moving average where recent prices receive progressively higher weights, reacting faster than SMA of the same length while remaining smoother than raw price.
Perfected FlowScript source is indexed (170_weighted_moving_average.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): wma until FlowScript v2 transpilation is available.
Trend & Moving Averages
As you wish ema
Multi EMA custom as you wish up to 10 ema line for you
Multi-EMA overlay plotting up to 10 customizable EMA lines for trend analysis and ribbon-style visualization.
Perfected FlowScript source is indexed (172_as_you_wish_ema.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Support/Resistance & Levels
HTF Candles • [Leviathan]
This indicator plots higher timeframe candles on your chart in two modes: Overlay draws HTF candles directly over your price action at their actual time positions, while Sidebar displays the most recent HTF candles as a compact group to the right of the current bar. It supports 13 timeframes from 1h to 1Y, with adjustable candle count, spacing, colors, and opacity.
Higher-timeframe candle overlay (Overlay mode at actual time positions, Sidebar mode as compact recent group) supporting 13 timeframes from 1h to 1Y for multi-timeframe structural context.
Perfected FlowScript source is indexed (171_htf_candles_leviathan.flowscript); Observe/Alert/Paper/Execute use the session / time recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
FlowScore — Composite Orderflow Energy
FlowScore — Composite Orderflow Energy Description: FlowScore quantifies the directional energy of market orderflow by combining three orthogonal components: • Δ (deltaPct): normalized buy–sell imbalance in [−1,1][-1,1][−1,1]. • I (impulse): momentum of flow, measured as the spread between fast and slow EMAs of Δ. • Z (zMAD): robust deviation of Δ from its equilibrium, normalized via Mean Absolute...
Three-component composite score combining normalized buy-sell imbalance (Δ), flow momentum impulse (I = fast EMA − slow EMA of Δ), and robust deviation from equilibrium (zMAD), weighted into a [−1, +1] energy metric.
Perfected FlowScript source is indexed (174_flowscore_composite_orderflow_energy.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Volume Spike Levels
Marks the strongest recent volume spike bars and turns their mid-prices into horizontal reference levels. Spikes are detected when current volume ≥ threshold × rolling average volume over a lookback window. The script keeps up to five highest spikes, auto-updates as new ones occur, and plots the top N levels you choose. Inputs • Volume Spike Threshold: multiplier vs average volume to qualify a spi...
Detects volume spikes (current volume ≥ threshold × rolling average) and plots their mid-prices as horizontal support/resistance levels where large positioning occurred.
Perfected FlowScript source is indexed (173_volume_spike_levels.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Volume & Delta
buy/sell volume Indicator
Welcome
Placeholder/test script with no substantive description provided ("Welcome").
Perfected FlowScript source is indexed (175_buy_sell_volume_indicator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Volume & Delta
Commodity Channel Index
CCI measures how far the typical price (H+L+C)/3 has moved from its recent average, scaled by the average absolute deviation, so readings are comparable across symbols and regimes. It oscillates around 0. Values above 0 mean price is above its recent mean, below 0 means below. The common reference zones are +100 and -100 for strong momentum and +200 and -200 for extremes. This version also plots a...
CCI measures the deviation of typical price (H+L+C)/3 from its recent average, scaled by mean absolute deviation, oscillating around 0 with ±100 and ±200 reference zones.
Perfected FlowScript source is indexed (177_commodity_channel_index.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): cci until FlowScript v2 transpilation is available.
Trend & Moving Averages
Normalized T3
This script builds a normalized T3-based oscillator that shows how stretched or compressed price is relative to its recent trend. It first computes a full T3 moving average by chaining six EMAs together and applying the standard T3 coefficients, which produces a very smooth, low-lag trend curve. That T3 is then normalized over a rolling lookback so the oscillator always sits within a fixed range, ...
T3 moving average (six chained EMAs with Tillson coefficients) normalized over a rolling lookback to create a range-bound momentum oscillator with overbought/oversold zones.
Perfected FlowScript source is indexed (176_normalized_t3.flowscript); Observe/Alert/Paper/Execute use the oscillator recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Entropy
Analyzes the distribution pattern of liquidity across orderbook depth levels using Shannon entropy and concentration metrics. Identifies market participant types by measuring order placement organization - institutional traders typically create low-entropy patterns with concentrated liquidity at specific levels, while retail activity generates high-entropy random distributions. Combines entropy ca...
Shannon entropy and concentration metrics applied to orderbook depth distribution, distinguishing institutional low-entropy (concentrated) patterns from retail high-entropy (random) patterns.
Perfected FlowScript source is indexed (178_orderbook_entropy.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Momentum & Oscillators
ADX like PineScript
El Índice Direccional Promedio (ADX) es un indicador técnico que mide la fuerza de una tendencia, independientemente de si es alcista o bajista. No muestra la dirección del mercado, solo la fuerza de la tendencia subyacente. • ADX ascendente → la tendencia se fortalece • ADX descendente → la tendencia se debilita • ADX bajo (normalmente por debajo de 20-25) → mercado en rango o débil • ADX alto (p...
Average Directional Index measuring trend strength independent of direction, with +DI and −DI for directional control assessment, based on Wilder's original DMI system.
Perfected FlowScript source is indexed (180_adx_like_pinescript.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): adx until FlowScript v2 transpilation is available.
Volume & Delta
Volumetric Candles • [Leviathan]
This indicator plots volume-weighted candles where the width of each candle reflects its relative volume. High volume bars appear wider, low volume bars appear thinner.
Candle width proportional to relative volume, creating a visual where high-volume bars appear wider and low-volume bars appear thinner for immediate volume-contextual price analysis.
Perfected FlowScript source is indexed (179_volumetric_candles_leviathan.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
VWAP Z-Score & Exhaustion (TV - Algopint - Merge)
V1 - AlgoPoint Trading View merge:The AlgoPoint VWAP Z-Score Matrix is a quantitative oscillator designed to identify statistical extremes in price relative to a dynamic volume-weighted average. It uses a Rolling VWAP with volume-weighted standard deviation to calculate a Z-Score, normalizing price deviation from the VWAP into a 0-centered oscillator. The indicator incorporates Volume Exhaustion b...
Rolling VWAP with volume-weighted standard deviation Z-Score, combined with volume exhaustion (current vol < SMA of vol) and intrabar volume delta proxy for fade signals at statistical extremes.
Perfected FlowScript source is indexed (181_vwap_z_score_exhaustion.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Dr Lucky Bid Ask Depth Fork
Indicator for visualization of Bid-Ask Delta on different Depth.
Fork of a bid-ask delta visualization indicator showing imbalance at different orderbook depth levels.
Perfected FlowScript source is indexed (182_dr_lucky_bid_ask_depth_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Open Interest
BTC Net Long Position Indicator
YOU onr OI and compare with my indicater open and other platform net Long aggregated and compere with my indicater
Aggregates and compares OI-based net long positioning across platforms, with limited description provided.
Perfected FlowScript source is indexed (183_btc_net_long_position.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Volume & Delta
cumulative volume delta z-score
cvd z-scorec
Z-Score normalization applied to Cumulative Volume Delta (CVD), standardizing the net aggressive order flow measure to identify statistical extremes in buying/selling pressure.
Perfected FlowScript source is indexed (185_cumulative_volume_delta_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Keltner Channels
Envelope built from an EMA basis with bands at ±(ATR × multiplier). The upper and lower bands adapt to volatility, framing trend, breakout, and mean-reversion context around price. Inputs• EMA Length controls the midline responsiveness. • ATR Length sets how quickly band width adapts. • ATR Multiplier scales distance of bands from the basis. • Colors and Line Width for basis and bands. • Show Midd...
Volatility-adaptive envelope using EMA basis with bands at ±(ATR × multiplier), framing trend, breakout, and mean-reversion context around price.
Perfected FlowScript source is indexed (184_keltner_channels.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): kc until FlowScript v2 transpilation is available.
Trend & Moving Averages
Hull Moving Average
A straight-up Hull Moving Average with an optional HMA cross. It plots one primary HMA (length len) and, if enabled, a fast/slow HMA pair (fastLen, slowLen) for simple cross confirmation. The main HMA is color-switched by slope; the fast/slow lines show when the faster HMA is above or below the slower one. No signals, no extra logic, just HMA smoothing plus a basic HMA-over-HMA cross for trend ali...
A lag-reduced moving average that solves the dilemma of responsiveness versus smoothness by combining weighted moving averages with an offset calculation that nearly eliminates lag.
Perfected FlowScript source is indexed (187_hull_moving_average.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): hma until FlowScript v2 transpilation is available.
Orderbook & Liquidity
OI Delta / Price Delta
OI Delta / Price Delta is a simple way to see how aggressive positioning is relative to actual price movement. It pulls open interest and close price, calculates the one bar change in each, then takes the ratio of OI change divided by price change. In plain terms, it asks: for every unit of price movement, how much did open interest expand or contract? The raw ratio can jump around, so it optional...
A positioning pressure gauge that measures how aggressively open interest expands or contracts relative to price movement, normalized over a rolling window to compare regimes across time.
Perfected FlowScript source is indexed (186_oi_delta_price_delta.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Open Interest
Aggregated Open Interest RSI Oscillator
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
An RSI oscillator applied to aggregated open interest data—treating OI as a time series subject to momentum and mean-reversion dynamics analogous to price.
Perfected FlowScript source is indexed (190_aggregated_open_interest_rsi_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid/Ask Ratio
The Order Book Bid/Ask Ratio measures real-time market sentiment by comparing the total buy (bid) volume to sell (ask) volume within a defined price depth around the current market price. It reveals the balance of buying versus selling pressure in the order book, helping traders gauge whether demand or supply dominates at any given moment. A ratio above 1.0 indicates stronger buying interest (bull...
A real-time order book sentiment gauge measuring the ratio of total bid volume to ask volume within a defined price depth around the current market price.
Perfected FlowScript source is indexed (189_bid_ask_ratio.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Stop Finder Highlighter
The model identifies executed clusters of stop-loss orders that stimulate price reversals or breakouts. It filters liquidation and stop-order volumes to eliminate market noise, highlighting significant and critical liquidity levels based on real-time order flow data.
Identifies executed clusters of stop-loss orders that stimulate price reversals or breakouts by filtering liquidation and stop-order volumes from real-time order flow data.
Perfected FlowScript source is indexed (188_stop_finder_highlighter.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Fowlers BTC Order Book Depth
This order book depth indicator aggregates data by market type, allowing you to sort by Spot, Perps or Spot+Perps. It utilizes Binance, Coinbase, OKX and Bybit feeds. Sortable near-price ranges are 0.5%, 1%, 2.5% or 5%. For BTC only.
An aggregated order book depth indicator combining Spot and Perp data from Binance, Coinbase, OKX, and Bybit across multiple near-price ranges (0.5%, 1%, 2.5%, 5%) for BTC.
Perfected FlowScript source is indexed (191_fowlers_btc_order_book_depth.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Funding & Sentiment
Tail-Risk Barometer
Tail-Risk Barometer flags when the distribution's tails are getting dangerous. It combines three signals into one score: • |Skew| z-score, from rolling returns, captures asymmetry, big one-sided moves. • Excess Kurtosis z-score, from rolling returns, captures fat tails and clustering of extremes. • Implied Volatility z-score (Deribit IV, selectable 1W, 1M, 3M) as the market's forward-looking stres...
A composite tail-risk score combining |Skew| z-score, Excess Kurtosis z-score, and Implied Volatility z-score (Deribit IV) into a weighted gauge with risk regime thresholds (<0.5 low, 0.5–1.0 medium, 1.0–2.0 high, ≥2.0 extreme).
Perfected FlowScript source is indexed (192_tail_risk_barometer.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
200 Ema
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
A simple 200-period Exponential Moving Average—one of the most widely followed long-term trend benchmarks in technical analysis.
Perfected FlowScript source is indexed (194_200_ema.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Trend & Moving Averages
RMA
RMA is Wilder's moving average (also called SMMA). It smooths price by taking the previous average, weighting it by (len - 1), adding the new close once, then dividing by len. Seed: start with a simple moving average over len. Update each bar: rma = (prev_rma * (len - 1) + current_close) / len That's an EMA with alpha = 1/len, so it's smoother and slower than a standard EMA (which uses alpha = 2/(...
Wilder's smoothed moving average (SMMA/RMA), an EMA variant with alpha = 1/len that produces smoother, slower responses than standard EMA (alpha = 2/(len+1)).
Perfected FlowScript source is indexed (193_rma.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): sma20, ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Delta Bars
Visualizes changes in trading pressure by measuring the difference between aggressive market participation on each side of the order flow. By comparing executed volume streams, the indicator builds a running estimate of volume delta, helping reveal whether market activity is being dominated by buying or selling pressure during a given period. Rather than displaying raw tick-by-tick data, the scrip...
Visualizes trading pressure by measuring the difference between aggressive buy and sell volume (volume delta), aggregated over configurable anchor periods and displayed as candlestick-style bars or a continuous line.
Perfected FlowScript source is indexed (195_delta_bars.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Volume & Delta
the volume
The following information is always displayed simultaneously: - Volume - Delta - Volume MA - Absorption Color classifications and conditions are as follows: 1. **Volume bar**: - vol < vol MA - vol > vol MA - vol > vol MA upper (the upper band can be configured by setting a standard-deviation multiplier) 2. **Delta bar**: - delta < delta MA - delta > delta MA u...
A multi-factor volume dashboard displaying volume, delta, volume MA, and absorption with color classifications based on statistical thresholds (volume vs. MA, delta vs. MA, absorption detection).
Perfected FlowScript source is indexed (196_the_volume.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bar Statistics Matrix
Bar Statistics Matrix gives each candle its own compact footprint panel, turning raw volume, delta, aggression, liquidity, and value flow into a clean color-coded tile set. It reveals the internal pressure of every bar at a glance—who's buying, who's selling, and how strongly—so you can read market intent without clutter or delay.
A per-candle footprint panel displaying volume, delta, aggression, liquidity, and value flow as color-coded tiles, revealing the internal pressure of every bar at a glance.
Perfected FlowScript source is indexed (198_bar_statistics_matrix.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
MA with Color
Moving Average with color. SMA & EMA Options. Trend based coloring, if ma>=ma[n] (n periods ago) the moving average will be green, else red. Default setting is one period ago.
A moving average (SMA or EMA) with dynamic trend-based coloring—green when the MA is rising, red when falling—providing instant visual trend alignment feedback.
Perfected FlowScript source is indexed (199_ma_with_color.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): sma20, ema50 until FlowScript v2 transpilation is available.
Volume & Delta
Volumetric Support and Resistance (Fork)
This script plots dynamic support and resistance zones based on where price has repeatedly traded with significant volume. It scans recent price action for pivot highs and lows using a configurable sensitivity, then checks whether those pivots occurred with volume meaningfully above the rolling average over a user-defined lookback period. When a qualifying pivot is found, it creates a single activ...
Dynamic support/resistance zones based on pivot highs/lows that occurred with volume meaningfully above the rolling average, with ATR-based zone thickness and break detection.
Perfected FlowScript source is indexed (197_volumetric_support_and_resistance_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid-Ask Compare
Indicator to compare Bids and Asks on different Depth.
An indicator comparing bids and asks at different depth levels, visualizing order book imbalances as an overlay on the price chart.
Perfected FlowScript source is indexed (201_bid_ask_compare.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
orderflow
Bu kod, **Order Flow** (emir akışı) verilerini kullanan iki-stratejili bir teknik analiz algoritmasıdır: **Strateji 1: Sweep-Fade (Range Piyasada)** - Sahte kırılımları (sweep) tespit edip fade'ler (tersine işlem). Yüksek fitil + hacim + CVD dönüşü + OBI uyumsuzluğu arar. - İşlem hacmi profili (alım/satım dengesizliği) ve emir defteri derinliği (OBI) kullanır. **Strateji 2: Imbalance Breakout (Tre...
A dual-strategy order flow algorithm combining Sweep-Fade (range market fake breakout detection) and Imbalance Breakout (trend market momentum confirmation), with spoof filtering, regime detection via Efficiency Ratio, and a 0–100 confidence scoring system.
Perfected FlowScript source is indexed (200_orderflow.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Anchored CVD (Fork)
Anchored CVD tracks cumulative volume delta (buys minus sells) but resets at a fixed bar interval, so it shows net aggressive flow since the latest reset instead of from the distant past. It aligns the buy/sell feed to your price bars, builds per-bar delta, sums it from the most recent anchor, and optionally smooths the line. The plot is zero at each reset; above zero means net buying since the an...
Cumulative Volume Delta that resets at fixed bar intervals, showing net aggressive flow since the latest reset rather than from the distant past, with slope and zero-line flip interpretation.
Perfected FlowScript source is indexed (206_anchored_cvd_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Ema RIbbon
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
A ribbon of multiple EMAs plotted simultaneously to visualize trend strength through the separation and alignment of moving average clusters.
Perfected FlowScript source is indexed (202_ema_ribbon.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Support/Resistance & Levels
key level
在任何周期显示日线 月线 和周线的起始线。Display month weekly and dayly start line in any time frame.
Displays daily, weekly, and monthly start lines (opening prices) on any timeframe, creating time-based horizontal reference levels.
Perfected FlowScript source is indexed (203_key_level.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Volume & Delta
OIWAP • [Leviathan]
Open Interest Weighted Average Price - like VWAP, but weighted by open interest delta instead of volume. Supporting 17 anchor modes including fixed periods (eg. Daily, Weekly, Monthly, Quarterly, Yealy), trading sessions (Tokyo, London, New York), and rolling windows. Weight Modes - +ΔOI — Weight by positive OI delta only. - -ΔOI — Weight by negative OI delta only. - |ΔOI| (All Activity) — Weight ...
Open Interest Weighted Average Price—like VWAP but weighted by open interest delta instead of volume, with 17 anchor modes, standard deviation bands, and previous session level overlays.
Perfected FlowScript source is indexed (204_oiwap_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap, openInterest until FlowScript v2 transpilation is available.
Momentum & Oscillators
Stochastic RSI
(working version, but WIP since it does not fully match output of other platforms)
A stochastic oscillator applied to RSI values rather than price, creating a more sensitive momentum indicator that oscillates between 0 and 100.
Perfected FlowScript source is indexed (205_stochastic_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, so until FlowScript v2 transpilation is available.
Market Structure & SMC
Kyo - OB Imbalance
for tradingwithkyo community
An order block imbalance indicator for the TradingwithKyo community, likely detecting imbalances around institutional order block levels.
Perfected FlowScript source is indexed (207_kyo_ob_imbalance.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
DTS MTF Liquidity & Order Flow Fusion [15m]
MTF Liquidity & Order Flow Fusion is an advanced analytical tool based on market microstructure, designed specifically for the 15-minute (15m) timeframe. This indicator does not rely on lagging moving averages. Instead, it utilizes direct exchange data, combining 3 key pillars of market mechanics:• Sentiment (Open Interest): Calculates the synthetic change (Delta) of OI on a 1-hour (1H) basis, det...
A multi-pillar market microstructure fusion tool combining OI delta (sentiment), liquidation spikes (liquidity/magnet zones), and CVD (execution/pressure) with entry signals when price tests a liquidation zone while CVD shows an anomaly but price refuses to drop (absorption).
Perfected FlowScript source is indexed (208_dts_mtf_liquidity_order_flow_fusion_15m.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, footprint until FlowScript v2 transpilation is available.
Volume & Delta
VSA Better Volume
Key Features: • All 6 Signal Types: • 🔴 RED (Buying Climax) • ⚪ WHITE (Selling Climax) • 🟢 GREEN (Absorption/Churn) • 🟣 MAGENTA (Climax Churn) • 🟡 YELLOW (Low Volume) • 🔵 BLUE (Normal)
Volume Spread Analysis indicator classifying volume bars into six signal types: Buying Climax, Selling Climax, Absorption/Churn, Climax Churn, Low Volume, and Normal.
Perfected FlowScript source is indexed (209_vsa_better_volume.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
CVD & Divergence (On-Chart)
This On-Chart indicator calculates Cumulative Volume Delta (CVD) using native orderflow data (Buy Volume - Sell Volume) rather than traditional candlestick estimations. "CVD Anchor Price" allows you to freely shift the CVD line's vertical position on the chart. An adjustable "Pivot Window" (checking 'n' left and right neighboring bars) identifies and plots structural divergence signals directly ...
Calculates Cumulative Volume Delta using native orderflow data (Buy Volume − Sell Volume) with an adjustable pivot window for structural divergence detection plotted directly on the CVD line.
Perfected FlowScript source is indexed (210_cvd_divergence_on_chart.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidity Fragmentation Inde
Measures the distribution pattern of liquidity across multiple orderbook depth levels using coefficient of variation analysis. Calculates whether liquidity is concentrated at specific price points (unified) or scattered across many levels (fragmented). Low index values indicate unified liquidity with strong support/resistance at key levels, typically associated with institutional participation and...
Measures the distribution pattern of liquidity across multiple orderbook depth levels using coefficient of variation analysis, distinguishing concentrated (unified) from scattered (fragmented) liquidity.
Perfected FlowScript source is indexed (211_liquidity_fragmentation_inde.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, keyLevels until FlowScript v2 transpilation is available.
Momentum & Oscillators
Average True Range
Measure volatility using Wilder's smoothing. It calculates True Range each bar as the maximum of: high minus low, absolute high minus previous close, and absolute low minus previous close. The first value initializes from the initial range, then updates recursively using ATR = (ATR × (p − 1) + TR) / p, where p is the selected period, default 14. The result is a smooth volatility line that expands ...
Wilder's volatility measure calculating the maximum of (high−low, |high−prev_close|, |low−prev_close|) and smoothing recursively with alpha = 1/period.
Perfected FlowScript source is indexed (212_average_true_range.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidity-Adjusted ATR/Vol Forecast
The Liquidity-Adjusted ATR Forecast (LAF) predicts next-bar volatility by combining traditional ATR with real-time orderbook depth analysis. It measures liquidity at multiple depths (0.5%, 1%, 2% from current price) and compares current levels to recent averages. When orderbooks thin out (market makers pull liquidity), the bands expand to forecast larger price moves. When books thicken (more liqui...
Predicts next-bar volatility by combining traditional ATR with real-time orderbook depth analysis, expanding bands when books thin out and tightening when books thicken.
Perfected FlowScript source is indexed (213_liquidity_adjusted_atr_vol_forecast.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, atr, kc until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Volume Delta Pro (Fork)
Volume Delta Pro is a sophisticated order flow tool designed to measure the intensity of buying versus selling pressure with added statistical context, originally inspired by D7r's Volume Delta indicator. It goes beyond simple net volume by offering flexible calculation modes—allowing traders to switch between a standard Per-bar view (immediate pressure) or a Rolling Delta (sustained accumulation/...
A volume delta tool with flexible calculation modes (per-bar or rolling), volatility bands (±1, 2, 3 sigma), and dynamic color coding based on statistical significance of order flow anomalies.
Perfected FlowScript source is indexed (214_volume_delta_pro_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, footprint until FlowScript v2 transpilation is available.
Bubbles & Visual Overlays
euphoria & capitulation
i want more colors
Experimental indicator with minimal documentation ("i want more colors"). Appears to be a visual/dot-based sentiment indicator without clear mathematical foundation.
Perfected FlowScript source is indexed (217_euphoria_capitulation.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
VWAP & Price Anchors
VWAP MTF Pro [KYO]
For Trading with Kyo
A multi-timeframe VWAP indicator designed for the Trading with Kyo community, likely incorporating session-based and anchored VWAP features.
Perfected FlowScript source is indexed (215_vwap_mtf_pro_kyo.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Wicks • [Leviathan]
This indicator detects candle wicks and plots them as support/resistance/magnetic zones until price fills them back. Wicks can be filtered by relative size, ATR multiple, wick-to-body ratio, and conditions including relative volume, volume delta, OI delta, and liquidations. An optional confirmation bar requires the next candle to respect the wick zone before it activates, with configurable max int...
Detects candle wicks and plots them as support/resistance/magnetic zones until price fills them back, with filtering by relative size, ATR multiple, wick-to-body ratio, volume delta, OI delta, and liquidations.
Perfected FlowScript source is indexed (216_wicks_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Funding / OI Ratio
Funding / OI Ratio looks at funding pressure in relation to how open interest is changing, instead of viewing funding in isolation. It pulls the current funding rate and open interest for the selected market, calculates OI Delta (the one bar change in open interest), then builds a ratio by dividing funding by that OI Delta. The idea is to highlight when funding is elevated relative to how much new...
A composite positioning-context tool that measures funding rate pressure relative to open interest changes, normalized and smoothed to identify when funding is elevated relative to new positioning being added.
Perfected FlowScript source is indexed (219_funding_oi_ratio.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Volume & Delta
Volume Delta Divergence [Alien_Algorithms]
Volume Delta Divergence [Alien_Algorithms] highlights possible reversal zones when price reaches a recent high or low while volume delta shows the opposite pressure, signaling potential buyer or seller absorption. Lookback controls the range, and Multiplier controls signal strength.
Highlights potential reversal zones when price reaches a recent high or low while volume delta shows opposite pressure, signaling buyer or seller absorption.
Perfected FlowScript source is indexed (218_volume_delta_divergence_alien_algorithms.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Experimental & Niche
OBV with Bollinger Bands
Usually when the OBV is out or retesting the Bollinger Bands is the end of the price movement
On-Balance Volume (OBV) with Bollinger Bands overlay, using OBV touching or retesting the bands as a signal for the end of price movement.
Perfected FlowScript source is indexed (220_obv_with_bollinger_bands.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): bb, obv until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Michael's EMA
A two-EMA setup that colours both lines dynamically based on their relative position, giving you an instant read on trend direction without having to interpret the chart yourself. When the fast EMA sits above the slow EMA, both lines turn green - uptrend. When the fast drops below the slow, both turn red - downtrend. Originally designed and used by Prof Michael G from TRW, this indicator distills ...
A two-EMA setup (fast and slow) with dynamic coloring based on relative position—both lines green when fast > slow (uptrend), both red when fast < slow (downtrend).
Perfected FlowScript source is indexed (221_michael_s_ema.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Fowlers Aggregated BTC Orderbook Depth Overlay
This plots resting order imbalances on the chart and does it using some unique enhanced methods. It allows you to select which exchanges you want to sort by and it displays them properly without skewing perspective. It adds a 0-0.5% band for pinpointing near price passive liquidity which other overlays don't offer. This particular version is for BTC only.
Plots resting order imbalances on the price chart using enhanced methods, with exchange selection and a unique 0–0.5% near-price passive liquidity band for BTC.
Perfected FlowScript source is indexed (222_fowlers_aggregated_btc_orderbook_depth_overlay.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Funding & Sentiment
Net long Yigitobull indicator
net long
A minimal long-positioning sentiment indicator, likely displaying the net long ratio or percentage of longs in a market.
Perfected FlowScript source is indexed (224_net_long_yigitobull_indicator.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Options & Volatility
Rolling Sharpe Ratio
Rolling Sharpe Ratio for a given asset, using a customizable rolling period, risk-free rate, and trading days. It measures risk-adjusted returns by comparing the asset's excess returns against its volatility. The Sharpe Ratio is displayed as a line chart, allowing users to assess the performance of the asset relative to risk.
Rolling-window risk-adjusted return metric computing excess return per unit of volatility (standard deviation), generalizing Sharpe’s original portfolio framework to a single-asset time-series oscillator.
Perfected FlowScript source is indexed (223_rolling_sharpe_ratio.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Net Gamma Exposure (GEX)
Overview The Net Gamma Exposure (GEX) indicator is a sophisticated off-chart oscillator designed to identify potential gamma-driven market movements in cryptocurrency futures markets. Gamma represents the rate of change of delta and is crucial for understanding how option positions react to price movements. This indicator provides traders with insights into market pressure and potential gamma-rela...
A composite oscillator estimating gamma-driven market pressure by combining realized volatility, net directional volume (flow delta), and price acceleration to proxy dealer gamma-hedging behavior in crypto futures markets.
Perfected FlowScript source is indexed (225_net_gamma_exposure_gex.flowscript); Observe/Alert/Paper/Execute use the options / gex recipe signal proxy until FlowScript v2 transpilation is available.
Basic/Utility
OBV Bollinger Bands
if you make money using this donate to an animal shelter pls thank ily anon ^-^
Applies Bollinger Band envelope analysis to the On-Balance Volume (OBV) cumulative flow indicator, creating volatility-normalized bands around volume-driven momentum to detect OBV extremes and divergences.
Perfected FlowScript source is indexed (226_obv_bollinger_bands.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): bb, obv until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Clouds of Interest v1.2
The visualization is based on Order Book Pressure, which is based on an indicator from TRDR, but the logic has been reworked. - Improved gradient, engine, bug fixes.
A visual orderbook pressure indicator based on TRDR’s order book pressure logic, using gradient visualization to show bid/ask depth imbalances and liquidity concentration across price levels.
Perfected FlowScript source is indexed (227_clouds_of_interest_v1_2.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
Detrend CVD interactions
It's based on the principle of behavioral change, where the variation in CVD reflects who is succeeding in negotiations. Basically, the trend is taken from the CVD, and its interactions with the zero point mark the closing of the candle, leaving traces on the price chart.
Detrends the Cumulative Volume Delta (CVD) series to isolate behavioral shifts in aggressive order flow, using zero-line crossings as regime-change signals that trace negotiation dominance onto the price chart.
Perfected FlowScript source is indexed (228_detrend_cvd_interactions.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
Funding Momentum
Rate of change in funding rather than the funding value itself. Instead of simply plotting whether funding is positive or negative, this indicator measures how quickly funding is accelerating or decelerating by calculating the difference between the current smoothed funding rate and the previous value. This turns funding into a momentum style signal that highlights shifts in positioning pressure b...
Computes the rate of change (momentum) in the smoothed funding rate rather than the funding level itself, transforming perpetual futures funding into a leading positioning-pressure signal that detects inflections before extremes.
Perfected FlowScript source is indexed (229_funding_momentum.flowscript); Observe/Alert/Paper/Execute use the open interest / funding recipe signal proxy until FlowScript v2 transpilation is available.
VWAP & Price Anchors
Screener Signals
This script is made for the screener and not meant to be used. Unless you would like to see the time coherence between these signals and the correlation between features. Which is not likely for someone using the platform This script includes the following, Custom EMA Cross, VWAP above or below close, 50/200 EMA Cross, MACD, Momentum.
A multi-factor screener combining EMA crosses, VWAP proximity, 50/200 EMA cross, MACD, and Momentum into a composite signal panel for time-coherence and correlation analysis across features.
Perfected FlowScript source is indexed (230_screener_signals.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap, ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Trade Clustering Coefficient
Analyzes trade flow patterns using network theory to detect algorithmic and coordinated trading activity. Measures clustering in two dimensions: temporal (trades occurring within close time proximity) and size (trades with similar volumes). High clustering coefficients indicate algorithmic or institutional execution patterns, while low values suggest organic retail flow. The indicator calculates c...
Applies network theory clustering metrics to trade flow data, measuring temporal and size-based clustering to detect algorithmic or coordinated institutional execution patterns versus organic retail flow.
Perfected FlowScript source is indexed (231_trade_clustering_coefficient.flowscript); Observe/Alert/Paper/Execute use the session / time recipe signal proxy until FlowScript v2 transpilation is available.
Funding & Sentiment
net short
net short
The counterpart to the "Net long" indicator, displaying net short positioning or short-ratio sentiment.
Perfected FlowScript source is indexed (232_net_short.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Premium & Discount
A powerful tool designed to automatically identify Premium and Discount zones based on market structure within a user-defined lookback period. This indicator helps traders align with institutional order flow and avoid "no-man's land" entries in the middle of the range. Key Features:• Dynamic S/R Zones: Automatically detects swing highs/lows and plots Premium/Discount blocks adjusted by market vola...
An SMC-style indicator that dynamically identifies Premium (sell) and Discount (buy) zones based on swing highs/lows within a lookback period, adjusted by ATR-based offsets, with an equilibrium line at 50% and volume delta insights for pressure confirmation.
Perfected FlowScript source is indexed (233_premium_discount.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid/Ask Ratio Oscillator
bid ask in oscillator for easier view on eyes, sorry to whoever i stole og from cant find anymore
Converts bid/ask depth or volume ratio into an oscillator format for visual ease, oscillating around a centerline to show real-time liquidity dominance.
Perfected FlowScript source is indexed (235_bid_ask_ratio_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
VPIN
Highly recommend use in the small time framework Using calculate the vpin (Sum(|Buy - Sell|) / Sum(Buy + Sell))to detect the toxic flow also named trend order
Implements the Volume-Synchronized Probability of Informed Trading (VPIN) metric, calculating the ratio of absolute buy-sell volume imbalance to total volume over volume buckets to detect toxic flow and trend-order activity.
Perfected FlowScript source is indexed (234_vpin.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Adaptive Momentum Oscillator
An adaptive 0–1 momentum oscillator that self-calibrates to current market conditions. Price is first smoothed, then normalized within rolling highs/lows over a lookback window. A drifting "center" (EMA of the oscillator) and a robust deviation (RMA of |osc − center|) form dynamic bands: center ± k·dev. Readings above the upper band flag bullish momentum, below the lower band flag bearish momentum...
A self-calibrating 0–1 momentum oscillator that normalizes smoothed price within rolling highs/lows, then constructs dynamic bands (center ± k·dev) using EMA and RMA of absolute deviations, adapting thresholds continuously to market regimes.
Perfected FlowScript source is indexed (239_adaptive_momentum_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Market Structure & SMC
Fair Value Gaps - [haste]
fair value gaps.
Identifies Fair Value Gaps (FVGs)—three-candle price imbalances where aggressive institutional moves create unfilled zones that act as magnets for future price rebalancing.
Perfected FlowScript source is indexed (238_fair_value_gaps_haste.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Footprint & Bar Statistics
footprint scalping
test
A test/experimental script for footprint chart scalping; minimal description suggests it is a prototype rather than a production indicator.
Perfected FlowScript source is indexed (236_footprint_scalping.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Bubbles & Visual Overlays
Heikin Ashi Candles • [Leviathan]
This indicator overlays Heikin Ashi candles over the main chart .
Overlays Heikin-Ashi smoothed candles on the main chart, modifying open/high/low/close calculations to reduce noise and visualize trend strength more clearly than standard candlesticks.
Perfected FlowScript source is indexed (237_heikin_ashi_candles_leviathan.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Open Interest Delta (Fork)
Open Interest Delta shows how the total number of open contracts is changing from bar to bar. It computes the difference in open interest between the current bar and the previous bar (absolute change), or the percent change if you enable "Use percent change." Bars are colored by sign: positive means net positions were added, negative means net positions were closed. A moving average of the delta (...
Computes the bar-to-bar change in open interest (absolute or percent), colored by sign to show whether net positions are being added (positive) or closed (negative), with an optional moving average for persistence filtering.
Perfected FlowScript source is indexed (240_open_interest_delta_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Sweep & Refill Tracker
Sweep & Refill Tracker Detects aggressive price moves with orderbook depletion (sweeps) followed by liquidity recovery (refills). Red spikes mark sweeps - sharp price moves (>0.5%) with depth collapse (>30%). Green/yellow/orange bars show refill quality over the next 12-24 bars. Strong refills suggest liquidity defense; absent refills indicate genuine directional moves. Automatically adapts parame...
Detects aggressive price moves with orderbook depletion (sweeps) followed by liquidity recovery (refills), distinguishing real breakouts from liquidity grabs by measuring depth collapse and subsequent refill quality.
Perfected FlowScript source is indexed (241_sweep_refill_tracker.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid-Ask Asymmetry Oscillator
Measures the dynamic imbalance between bid and ask liquidity across multiple orderbook depth levels, oscillating between -100 (ask dominant) and +100 (bid dominant). Uses inverse distance weighting to emphasize liquidity closer to the current price, making the oscillator responsive to immediate orderbook changes. The indicator identifies extremes where one side becomes significantly overweight, po...
Measures dynamic bid/ask liquidity imbalance across multiple orderbook depth levels using inverse distance weighting, oscillating between −100 (ask dominant) and +100 (bid dominant), with momentum and divergence detection.
Perfected FlowScript source is indexed (242_bid_ask_asymmetry_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Trend & Moving Averages
50 x 100 x 200 EMA
Three exponential moving averages on a single indicator the 50, 100, and 200 plotted directly on the chart. A staple setup used by traders across every market and timeframe to read trend structure at a glance. Each EMA serves a distinct role: the 50 tracks short-term momentum, the 100 reflects the intermediate trend, and the 200 anchors the long-term bias. Their alignment tells the story when all ...
A triple exponential moving average overlay (50, 100, 200 periods) used to read trend structure at a glance—short-term momentum, intermediate trend, and long-term bias alignment.
Perfected FlowScript source is indexed (243_50_x_100_x_200_ema.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Session & Time
Initial Balance
Initial Balance v1
Displays the Initial Balance—the price range established in the first period of a trading session (typically first hour)—used as a reference point for the rest of the session in Market Profile analysis.
Perfected FlowScript source is indexed (244_initial_balance.flowscript); Observe/Alert/Paper/Execute use the session / time recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Cumulative OB Imbalance (COBI) w/ Regime Shifts
Cumulative OB Imbalance (COBI) w/ Regime Shifts COBI tracks cumulative orderbook imbalance with decay, showing persistent buy/sell pressure regimes rather than instant snapshots. Positive/Rising = Bid pressure building Negative/Falling = Ask pressure building Zero crosses = Regime shifts Key: Shows when orderbook diverges from price. Price down + COBI up = absorption (bullish). Price up + COBI dow...
Tracks cumulative orderbook imbalance with decay, showing persistent buy/sell pressure regimes rather than instant snapshots, bounded to stay responsive and highlighting regime shifts via zero crosses.
Perfected FlowScript source is indexed (249_cumulative_ob_imbalance_cobi_w_regime_shifts.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidity Gradient / Topography Oscillator
Liquidity Gradient / Topography Oscillator Measures the slope of liquidity distribution in the orderbook by comparing depth at multiple price levels. Negative values indicate defensive positioning (more liquidity far from spread), positive values show aggressive positioning (liquidity concentrated near spread). Includes separate bid/ask gradients to identify asymmetries and a Z-score to highlight ...
Measures the slope of liquidity distribution in the orderbook by comparing depth at multiple price levels, producing bid/ask gradients and a Z-score to detect statistically unusual liquidity positioning and market maker behavior.
Perfected FlowScript source is indexed (248_liquidity_gradient_topography_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Microstructure Regime Detector
Classifies market microstructure into distinct behavioral regimes by analyzing multiple orderbook dimensions simultaneously. Combines spread balance analysis, directional pressure measurement, volume imbalance calculation, and volatility detection to identify five market states: Market Making (balanced spreads, low volatility), Accumulation (building bid support), Distribution (increasing ask pres...
Classifies market microstructure into five behavioral regimes (Market Making, Accumulation, Distribution, Liquidation Cascade, Neutral) by combining spread balance, directional pressure, volume imbalance, and volatility detection using weighted scoring.
Perfected FlowScript source is indexed (247_microstructure_regime_detector.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
Passive Absorption Detector
How to read it now: Green/red bars = raw volume delta. Green background + green circle = passive buyer absorption. Red background + red circle = passive seller absorption. "PB"/"PS" text labels on the strongest events.
Detects passive absorption events—situations where one side (buyers or sellers) is absorbing aggressive flow without allowing price to move, signaling potential exhaustion or defense of a key level.
Perfected FlowScript source is indexed (245_passive_absorption_detector.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Volume & Delta
TWAP • [Leviathan]
TWAP with standard deviation bands, supporting 17 anchor modes including fixed periods (eg. Daily, Weekly, Monthly, Quarterly, Yearly), trading sessions (Tokyo, London, New York), and rolling windows. Unlike VWAP which weights by volume, TWAP weights every bar equally - the pure arithmetic mean of price over a period. Useful as a volume-neutral benchmark showing where price spent most of its time,...
A multi-mode TWAP (Time-Weighted Average Price) indicator with standard deviation bands, supporting 17 anchor modes (fixed periods, trading sessions, rolling windows) as a volume-neutral benchmark for where price spent most of its time.
Perfected FlowScript source is indexed (246_twap_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Momentum & Oscillators
Z-Score Mean Reversion
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
A mean-reversion indicator based on z-score normalization, measuring how many standard deviations the current price deviates from a rolling mean to identify statistically extreme conditions likely to revert.
Perfected FlowScript source is indexed (250_z_score_mean_reversion.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Basic/Utility
[Joy] Leledc Exhaustion
An Exhaustion Bar is a bar which signals the exhaustion of the trend in the current direction. In other words, an exhaustion bar is "A bar of the last seller" in case of a downtrend and "A bar of last buyer" in case of an uptrend. Having said that when a party cannot take the price further in their direction, naturally the other party comes in, takes charge and reverses the direction of the trend....
Identifies exhaustion bars—candles signaling the exhaustion of trend direction, where the last buyers (in uptrends) or last sellers (in downtrends) have been absorbed, presaging reversal.
Perfected FlowScript source is indexed (252_joy_leledc_exhaustion.flowscript); Observe/Alert/Paper/Execute use the trend / moving average recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Delta/OB signals
hello
Minimal description ("hello") suggests a simple delta and orderbook signals indicator, likely combining volume delta with orderbook imbalance for directional signals.
Perfected FlowScript source is indexed (251_delta_ob_signals.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
CVD Z-Score
Key Features:• True Data Source: Uses BINANCE_FUTURES buy_sell_volume to calculate accurate Taker Buy minus Taker Sell data. • Statistical Normalization: Converts raw delta volume into Standard Deviations ($\sigma$) from the mean. • Visual Alerts:• Bright Green (> 3.0σ): Extreme Buying Effort (Possible Climax or Breakout). • Dark Green (> 2.0σ): Significant Buying. • Bright Red (< -3.0σ): Extreme ...
Converts raw Cumulative Volume Delta (CVD) into standard deviations (z-scores) from the mean, with color-coded visual alerts for extreme buying (>+3σ, >+2σ) and selling (<−3σ, <−2σ) effort.
Perfected FlowScript source is indexed (255_cvd_z_score.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Disbalance Binance
Displays real-time Binance BTCUSDT spot order book depth. Shows cumulative bid and ask volumes at selectable depth levels (1%, 3%, 5%, 10% from mid-price). Green lines represent buy-side liquidity (bids), red lines represent sell-side liquidity (asks). Toggle individual depth levels on/off. Optional USD display mode converts BTC volumes to millions of dollars.
The Binance counterpart to Disbalance Coinbase—displays real-time Binance BTCUSDT spot orderbook depth at selectable levels with cumulative bid/ask volumes and optional USD conversion.
Perfected FlowScript source is indexed (254_disbalance_binance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Disbalance Coinbase
Displays real-time Coinbase BTCUSDT spot order book depth. Shows cumulative bid and ask volumes at selectable depth levels (1%, 3%, 5%, 10% from mid-price). Green lines represent buy-side liquidity (bids), red lines represent sell-side liquidity (asks). Toggle individual depth levels on/off. Optional USD display mode converts BTC volumes to millions of dollars.
Displays real-time Coinbase BTCUSDT spot orderbook depth at selectable levels (1%, 3%, 5%, 10% from mid-price), showing cumulative bid/ask volumes and optional USD conversion.
Perfected FlowScript source is indexed (253_disbalance_coinbase.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Liquidations
Liquidations Scored
net liquidations z scored
Z-scores net liquidation data, converting raw liquidation volumes into statistical deviations from the mean to highlight outsized liquidation events and potential cascade triggers.
Perfected FlowScript source is indexed (256_liquidations_scored.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqEvents until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Liquidation Bubbles [BackQuant] (Fork)
On-chart bubbles that surface liquidation activity in real time. Size and opacity scale by z-scores over a rolling window, so outsized events stand out while noise is damped. Three modes: Liquidations (total), Liquidation Delta (buy minus sell), and Buy & Sell Liquidations (both sides plotted at highs/lows). Color can follow price direction or delta direction. Pick Regular, Solid, or Heatmap color...
On-chart bubbles visualizing liquidation activity in real time, with size and opacity scaled by z-scores over a rolling window, supporting three modes (total, delta, buy/sell sides) and multiple coloring options.
Perfected FlowScript source is indexed (258_liquidation_bubbles_backquant_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): liqEvents until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Momentum Candle Detector
Highlights high-conviction candles where the body dominates the full range, flagging the bars where price moved with real intent rather than drifting within noise. A green dot below the low marks a bullish momentum candle; a red dot above the high marks a bearish one. The core idea: a candle's body-to-range ratio reveals how much of the bar's movement was decisive. When the body takes up 85% or mo...
Highlights high-conviction candles where the body dominates the full range (≥85% body-to-range ratio), flagging bars where buyers or sellers were in full control with minimal wick hesitation.
Perfected FlowScript source is indexed (257_momentum_candle_detector.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
orb by tradjilla
my ORB trading ai
Opening Range Breakout (ORB) strategy that trades the directional expansion of price after the initial session range is established.
Perfected FlowScript source is indexed (260_orb_by_tradjilla.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Session Prism • [Leviathan]
This indicator plots price, open interest, and CVD on the same panel by normalizing each to a common scale based on its own volatility. At each session start, all three reset to zero, letting you observe their movements side by side and spot convergences or divergences. Supports time-based periods (1h to yearly) and trading sessions (Tokyo, London, New York, Sydney).
Normalizes price, open interest, and CVD to a common volatility-based scale, resetting all three to zero at each session start to visualize convergences and divergences across these three market dimensions simultaneously.
Perfected FlowScript source is indexed (259_session_prism_leviathan.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest, footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
BA Delta Filter
A simple Bid-Ask Delta indicator that filter Bids and Asks according to specified values
Bid-Ask Delta indicator that filters aggressive buy/sell volume according to specified thresholds, distinguishing taker-initiated flow.
Perfected FlowScript source is indexed (263_ba_delta_filter.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
iceberg bubble
"Iceberg Order Detector — identifies hidden institutional orders by analyzing abnormal bid/ask sizes in the orderbook combined with volume spikes. Green circles signal large hidden buyers, red circles signal large hidden sellers."
Detection of hidden institutional iceberg orders by analyzing abnormal bid/ask size patterns in the orderbook combined with volume spikes.
Perfected FlowScript source is indexed (261_iceberg_bubble.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Liquidations
large liquidation on chart
an indicator that shows on the footprint chart the area of large liquidation
Visualization of large liquidation zones on footprint charts, identifying areas where forced position closures create abnormal volume-at-price signatures.
Perfected FlowScript source is indexed (262_large_liquidation_on_chart.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels, volumeBars until FlowScript v2 transpilation is available.
Orderbook & Liquidity
SMC-tony
THE SMART MONEY CONCEPTS Toolkit The Smart Money Concepts is a comprehensive toolkit built around the principlesof "smart money" behavior, which refers to the actions and strategies of institutional investors. The Smart Money Concepts Toolkit brings together a suite of advanced indicators that are allinterconnected and built around a unified concept: understanding and trading like institutionalinv...
Smart Money Concepts (SMC) all-in-one toolkit automating institutional footprint analysis: order blocks, fair value gaps, liquidity sweeps, market structure shifts, and imbalance detection.
Perfected FlowScript source is indexed (264_smc_tony.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Support/Resistance & Levels
Bollinger Bands
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Volatility-based statistical bands placed at 2 standard deviations around a 20-period simple moving average, measuring relative price position.
Perfected FlowScript source is indexed (265_bollinger_bands.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): bb until FlowScript v2 transpilation is available.
Volume & Delta
Open Interest Delta (Fork)a
Open Interest Delta shows how the total number of open contracts is changing from bar to bar. It computes the difference in open interest between the current bar and the previous bar (absolute change), or the percent change if you enable "Use percent change." Bars are colored by sign: positive means net positions were added, negative means net positions were closed. A moving average of the delta (...
Open Interest Delta measures the bar-to-bar change in total outstanding contracts, with sign indicating net position addition (positive) or closure (negative), combined with moving average smoothing.
Perfected FlowScript source is indexed (266_open_interest_delta_fork_a.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Volume & Delta
delta turn
calculating the direction of the delta to detect the trend flip
Directional analysis of volume delta to detect trend flips, using the sign and momentum of aggressive order flow as a leading indicator of price turning points.
Perfected FlowScript source is indexed (269_delta_turn.flowscript); Observe/Alert/Paper/Execute use the trend / moving average recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Heuristic
Key Features: • Timeframe Input: Added a timeframe input with a dropdown menu ("4h", "Daily", "Weekly") to guide the user in selecting the chart's timeframe. While this doesn't automatically detect the timeframe (due to kScript's restrictions), it provides a clear interface for users to indicate their context. • Deviation Input with Guidance: The deviation input includes a label recommending 0.75 ...
Heuristic statistical band indicator using timeframe-guided deviation inputs (0.75 for 4h, 1.5 for Daily, 4.5 for Weekly) with EMA and transparent grey zones, adapting to chart periodicity.
Perfected FlowScript source is indexed (271_heuristic.flowscript); Observe/Alert/Paper/Execute use the composite score recipe signal proxy until FlowScript v2 transpilation is available.
Support/Resistance & Levels
Keltner Channel
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Volatility-based channel using an exponential moving average as the central line with bands set at a multiple of ATR, producing smoother bands than standard deviation-based systems.
Perfected FlowScript source is indexed (272_keltner_channel.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): kc until FlowScript v2 transpilation is available.
Momentum & Oscillators
MACD
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Moving Average Convergence Divergence—trend-following momentum indicator showing the relationship between two EMAs of price (typically 12 and 26 periods).
Perfected FlowScript source is indexed (270_macd.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): macd until FlowScript v2 transpilation is available.
Market Structure & SMC
OB public
Trend
Order Block (OB) indicator identifying zones where institutional accumulation/distribution likely occurred, used as support/resistance for trend continuation or reversal.
Perfected FlowScript source is indexed (267_ob_public.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Peak and Dip Hunter (Fork)
Peak and Dip Hunter [BackQuant] Multi-signal timing tool that flags likely dips and peaks by fusing three inputs and grading confidence. How it works • RSI trigger: EMA-smoothed RSI. Dips when RSI < 20, peaks when RSI > 80. • Volume-delta shock: buy−sell volume vs its rolling volatility. Extreme negative spikes support dips, extreme positive spikes support peaks. • Bid-ask depth imbalance: cumulat...
Multi-signal timing tool that fuses RSI extremes, volume-delta shock relative to rolling volatility, and bid-ask depth imbalance into graded confidence bubbles for peak/dip detection.
Perfected FlowScript source is indexed (268_peak_and_dip_hunter_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, ema50, obh, footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
BTC Swing Intelligence
BTC Swing Intelligence is a selective 4H BTC swing-trading strategy that combines price structure, RSI-based exhaustion, EMA trend confirmation, and Kiyotaka order-book data. For longs, it looks for bid-supported accumulation near market lows, followed by a confirmed bullish reclaim and retest. For shorts, it looks for ask-supported distribution near market highs, followed by a bearish breakdown, ...
Selective 4H BTC swing-trading strategy combining price structure, RSI exhaustion, EMA trend confirmation, and Kiyotaka orderbook data for accumulation/distribution detection with R-based risk management.
Perfected FlowScript source is indexed (273_btc_swing_intelligence.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, ema50, obh until FlowScript v2 transpilation is available.
Options & Volatility
X Post Timestamp • [Leviathan]
Paste an X post (formerly tweet) URL and this indicator will extract the timestamp from the post's ID, then plot a marker on the exact bar when it was posted - with optional username, datetime, trend line, price fill, and % change from post time to current price.
Utility indicator extracting timestamps from X (Twitter) post IDs and plotting markers on charts—an event-annotation tool rather than a quantitative trading signal.
Perfected FlowScript source is indexed (274_x_post_timestamp_leviathan.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Basic/Utility
BTC Indicator
BTC Indicator
Generic BTC-specific indicator with minimal documented description.
Perfected FlowScript source is indexed (276_btc_indicator.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
testasd
asdsadasdaasdasdas
Test/experimental script with no meaningful description or trading concept.
Perfected FlowScript source is indexed (277_testasd.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Wick Inefficiency Detector
Detects candles where price probed into a zone and got decisively rejected the kind of bars that mark exhaustion, absorption, and turning points. A green dot below the low flags bullish rejection (buyers defended the low); a red dot above the high flags bearish rejection (sellers defended the high). The logic combines two conditions that must occur together: • A pronounced wick relative to the can...
Detection of candlestick wick rejections where price probed a zone and was decisively pushed back, confirmed by above-average volume, signaling exhaustion, absorption, or turning points.
Perfected FlowScript source is indexed (275_wick_inefficiency_detector.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Detrend Aggr Open Interest Delta
BTC-only aggregated open interest delta across major perpetual venues. Supports sum or weighted aggregation, native units or USD notional, optional session anchoring, and an MA overlay for trend smoothing. Use it to see net positioning shifts in one stream. Will add support for more soon.
Detrended aggregated open interest delta across major perpetual venues, supporting sum/weighted aggregation, USD notional conversion, session anchoring, and MA smoothing to isolate net positioning shifts from trend.
Perfected FlowScript source is indexed (278_detrend_aggr_open_interest_delta.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Volume & Delta
FootPrint bar statistics (ali almanzly)
Here's your message rewritten in clear English for easy understanding: Hi, This is a Footprint Bar static indicator where you can see: • Volume • Delta (which is Buys – Sells) • Long/Short liquidations (closing of futures positions) Key details: • Total volume is shown on the upside. • Delta = Buys – Sells = (this is the delta value). • Liquidation means closing or stopping a position in the futur...
Footprint bar statistics displaying per-bar volume, delta (buys − sells), and long/short liquidations with color-coded themes and whale-detection logic (yellow box for big volume, dark blue for negative delta within high volume).
Perfected FlowScript source is indexed (279_footprint_bar_statistics_ali_almanzly.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Order Book Pressure (Fork) farooq
This indicator shows where buy and sell liquidity is stacked in the orderbook around the current price. It highlights areas where buyers or sellers are significantly stronger, using colored bands to visualize imbalance at different depth levels (1%, 2.5%, 5%, 10%). In short, it lets you instantly see which side of the market is heavier and where price is more likely to find support or resistance.
Multi-level orderbook pressure visualization showing buy/sell liquidity stacked at different depth levels (1%, 2.5%, 5%, 10%), using colored bands to visualize imbalance and identify support/resistance zones.
Perfected FlowScript source is indexed (161_order_book_pressure.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Trident
TRIDENT is a three-layer confluence signal indicator built for swing traders who refuse to act on noise. It combines real-time buy/sell liquidity dominance, RSI momentum, and EMA trend alignment into a single, unified signal — and only fires when all three agree. No guessing. No ambiguity. A buy signal means buyers are deploying capital, momentum is turning up, and the trend has confirmed the shif...
Three-layer confluence signal indicator combining real-time buy/sell liquidity dominance, RSI momentum, and EMA trend alignment into a unified signal that only fires when all three agree.
Perfected FlowScript source is indexed (280_trident.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bar Statistics Pro (Fork)
Bar Statistics builds a compact, per-bar dashboard of key flows and positioning. Each row is a heat bar colored by a rolling z score over the lookback so you can see at a glance whether today's reading is typical or unusually strong. You can toggle rows on or off and show values in coin or USD. What it shows: Volume, Volume Delta (taker buys minus sells), Liquidations (long/short shown as text), O...
Compact per-bar dashboard heat-mapping multiple flow and positioning metrics (volume, delta, liquidations, OFI, OI delta, long-short ratio, depth imbalance, CVD, OBV) using rolling z-scores for statistical context.
Perfected FlowScript source is indexed (283_bar_statistics_pro_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh, obv until FlowScript v2 transpilation is available.
Momentum & Oscillators
Extreme RSI
Extreme RSI.
RSI-based indicator focused on extreme overbought/oversold readings for reversal or continuation signals.
Perfected FlowScript source is indexed (286_extreme_rsi.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Volume & Delta
Fowlers BTC CVD
This CVD adds a price line underlay to make detecting divergences faster and more unmistakable. The data is aggregated by market type so you can select Spot, Perps or Spot+Perps. It utilizes Binance. Coinbase, Bybit and OKX. Customize line weight, smoothing and colors and the normalization period for the Spot+Perps aggregate.
Cumulative Volume Delta (CVD) with price underlay for divergence detection, aggregated across spot and perpetual markets from Binance, Coinbase, Bybit, and OKX.
Perfected FlowScript source is indexed (284_fowlers_btc_cvd.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
GoldenCross Alert
Golden Cross with Alert
Golden Cross alert—bullish signal when a short-term moving average (typically 50-period SMA) crosses above a long-term moving average (typically 200-period SMA).
Perfected FlowScript source is indexed (285_goldencross_alert.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook sum
Orderbook sum %
Orderbook sum percentage—an aggregate ratio of total bid vs. ask liquidity in the orderbook, providing a simple top-level imbalance measure.
Perfected FlowScript source is indexed (282_orderbook_sum.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Session & Time
Asia spring load
Asis range sniper
Asian session range trading strategy ("Asia range sniper") exploiting the typically lower-volatility, range-bound price action during the Asian trading session.
Perfected FlowScript source is indexed (289_asia_spring_load.flowscript); Observe/Alert/Paper/Execute use the session / time recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
Gamma Walls
call wall (red, ceiling)put wall (green, floor) gamma flip (orange, midpoint) Background tells you which zone price is in, circles fire at walls on proximity and on the flip line on crossovers. When price is between the walls, dealers are long gamma and expect mean reversion When price is outside the walls, dealers are short gamma and expect trend continuation
Gamma exposure visualization showing call wall (resistance), put wall (support), gamma flip (regime transition), and dealer positioning zones based on options market maker hedging dynamics.
Perfected FlowScript source is indexed (287_gamma_walls.flowscript); Observe/Alert/Paper/Execute use the options / gex recipe signal proxy until FlowScript v2 transpilation is available.
VWAP & Price Anchors
Normalized HMA
Transforms a Hull-style moving average into a bounded oscillator so you can read trend and momentum on a common scale. The HMA is computed via weighted-mean steps, then normalized over a rolling window to roughly −0.5 to +0.5. Optional smoothing and OB/OS bands make regime shifts and exhaustion easy to spot. What it shows• Normalized HMA oscillator centered at 0, with color-ramped bars. • Optional...
Hull Moving Average transformed into a bounded oscillator via rolling-window normalization to [−0.5, +0.5], enabling trend and momentum reading on a common scale with overbought/oversold bands.
Perfected FlowScript source is indexed (290_normalized_hma.flowscript); Observe/Alert/Paper/Execute use the oscillator recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Orderbook Z-score (Fork)
OB Z-score
Z-score normalization of orderbook metrics, providing statistical context for current orderbook readings relative to their historical distribution.
Perfected FlowScript source is indexed (291_orderbook_z_score_fork.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
Volume x MA
An enhanced volume indicator that overlays a configurable moving average on top of standard volume bars, giving you immediate context for every bar's participation. Bars are colour-coded blue for bullish closes and white for bearish closes, while the yellow MA line represents typical volume over your chosen lookback period.
Enhanced volume indicator overlaying a configurable moving average on volume bars, with color-coding by close direction, providing immediate context for participation levels relative to typical volume.
Perfected FlowScript source is indexed (288_volume_x_ma.flowscript); Observe/Alert/Paper/Execute use the trend / moving average recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Adaptive Moving Averages
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Moving averages that dynamically adjust their smoothing parameters based on market conditions (trend strength vs. noise), reducing lag in trending markets and whipsaws in choppy conditions.
Perfected FlowScript source is indexed (299_adaptive_moving_averages.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): kama, ema50, volumeBars until FlowScript v2 transpilation is available.
Basic/Utility
Close price
price
The most fundamental market variable — the transaction price at which an asset exchanges hands, forming the basis of all technical and quantitative analysis.
Perfected FlowScript source is indexed (297_close_price.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Fractal Dimensions
Calculates the fractal dimension of price movements to measure market efficiency on a 0-100 scale. Based on the principle that trending markets follow more direct paths while ranging markets exhibit jagged, space-filling movements. The indicator compares the actual price path length to the straight-line distance over a period, with values above 65 indicating strong trending efficiency, 45-55 showi...
Uses fractal geometry to measure market efficiency by comparing the actual price path length to the straight-line distance, quantifying whether price exhibits persistent trending (low fractal dimension) or random-walk/ranging behavior (high fractal dimension).
Perfected FlowScript source is indexed (300_fractal_dimensions.flowscript); Observe/Alert/Paper/Execute use the trend / moving average recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Global score
q
Global composite score (minimal description; likely a multi-factor volume-based scoring indicator aggregating multiple market metrics into a single reading).
Perfected FlowScript source is indexed (294_global_score.flowscript); Observe/Alert/Paper/Execute use the derived mmScript screener template until FlowScript v2 transpilation is available.
Market Structure & SMC
ICT Killzones + ICT HTF FVG (Merged)
ICT Killzones + ICT HTF FVG (Merged)
Merged indicator combining ICT Killzones (time-based institutional liquidity windows) with Higher-Timeframe Fair Value Gaps (HTF FVG), identifying optimal entry periods where time-based and price-imbalance confluences align.
Perfected FlowScript source is indexed (296_ict_killzones_ict_htf_fvg_merged.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
OBRR
q
Orderbook-related ratio/rate indicator (minimal description; likely an orderbook imbalance or order block related metric given the #OB tag).
Perfected FlowScript source is indexed (295_obrr.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
Rsi divergencia
s
RSI divergence detection—identifying situations where price makes higher highs while RSI makes lower highs (bearish divergence) or price makes lower lows while RSI makes higher lows (bullish divergence), signaling potential reversals.
Perfected FlowScript source is indexed (293_rsi_divergencia.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Volume & Delta
Volume-Weighted Momentum
Combines traditional price momentum with volume weighting to create a momentum indicator where high-volume price moves carry more significance than low-volume moves. Calculates a volume-weighted moving average that gives greater importance to price levels with heavy trading activity, then measures the momentum of this weighted average relative to VWAP. The indicator distinguishes between genuine m...
A momentum indicator that weights price changes by trading volume, giving higher significance to moves backed by heavy participation, measured relative to VWAP.
Perfected FlowScript source is indexed (298_volume_weighted_momentum.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
VWAP & Price Anchors
Vwap backtest
vwap
VWAP (Volume-Weighted Average Price) backtesting tool, using VWAP as an execution benchmark and potential support/resistance level for strategy evaluation.
Perfected FlowScript source is indexed (292_vwap_backtest.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vwap until FlowScript v2 transpilation is available.
Orderbook & Liquidity
clouds of interest
The visualization is based on Order Book Pressure, which is based on an indicator from TRDR, but the logic has been reworked. This version will no longer be updated; I've open-sourced it so you can fork it. The new version has already been published. It will be deleted as soon as it is no longer in use.
A visualization of Order Book Pressure based on a TRDR indicator, reworked to show liquidity clouds — areas of concentrated orderbook interest that act as support/resistance zones.
Perfected FlowScript source is indexed (303_clouds_of_interest.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Gamma & GEX
Gamma Exposure Poly Alpha
g
A gamma exposure (GEX) indicator, likely calculating aggregate dealer gamma positioning across strikes to identify volatility regimes and price magnet effects.
Perfected FlowScript source is indexed (301_gamma_exposure_poly_alpha.flowscript); Observe/Alert/Paper/Execute use the options / gex recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
MAGNITO BY @MAGNUS_CAPITAL
This indicator reveals where forced liquidations are clustering by price level across the lookback window. In crypto, large liquidation clusters act as gravity wells — market makers actively hunt these levels because liquidations create guaranteed forced market orders they can fill against. Price gets pulled toward large clusters, not away from them. This gives retail traders the same structural m...
A liquidation clustering indicator that maps where forced liquidations concentrate by price level, treating these clusters as "gravity wells" that attract price due to market maker hunting behavior.
Perfected FlowScript source is indexed (302_magnito_by_magnus_capital.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Bid/Ask ratio multiple depths
Bid/Ask ratio multiple depths with adjustable threshold levels.
An orderbook imbalance indicator that computes the bid/ask ratio across multiple depth levels (not just L1), with adjustable threshold levels for signal generation.
Perfected FlowScript source is indexed (306_bid_ask_ratio_multiple_depths.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Support/Resistance & Levels
GEX Flip
The horizontal line marks the exact price where GEX last crossed zero — this is your gamma flip level. Dealers switched from long gamma (dampening moves) to short gamma (amplifying moves) or vice versa at that price. It acts like a magnet: price tends to revert to it while dealers are long gamma, and accelerate away from it when they're short. The vertical band marks the exact bar it happened. The...
Identifies the exact price where aggregate Gamma Exposure (GEX) crosses zero — the "gamma flip" level where dealers switch from long gamma (dampening moves) to short gamma (amplifying moves), acting as a regime-change threshold.
Perfected FlowScript source is indexed (304_gex_flip.flowscript); Observe/Alert/Paper/Execute use the options / gex recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Rsi + Sma
Classic Rsi indicator + Sea line
A classic combination of the Relative Strength Index (RSI) momentum oscillator with a Simple Moving Average (SMA) trend filter, providing both momentum and trend-direction signals.
Perfected FlowScript source is indexed (305_rsi_sma.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, sma20 until FlowScript v2 transpilation is available.
Market Structure & SMC
OB publicc
ob
An Order Block (OB) indicator — identifying zones where institutional orders accumulated, creating support/resistance levels that act as footprints of smart money positioning.
Perfected FlowScript source is indexed (309_ob_publicc.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Open Interest
open interest
classic open interest
The classic Open Interest metric — the total number of outstanding derivative contracts (futures/options) that have not been settled, serving as a proxy for market participation and capital commitment.
Perfected FlowScript source is indexed (307_open_interest.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Z-Score & Statistical
Shannon Entropy
Regime calculator LucakFontes
A market regime detection calculator using Shannon entropy — measuring the information content or "disorder" in price or orderbook distributions to classify markets as efficient (high entropy) or inefficient/predictable (low entropy).
Perfected FlowScript source is indexed (308_shannon_entropy.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
Dynamic Volatility Bands
Calculates the fractal dimension of price movements to measure market efficiency on a 0-100 scale. Based on the principle that trending markets follow more direct paths while ranging markets exhibit jagged, space-filling movements. The indicator compares the actual price path length to the straight-line distance over a period, with values above 65 indicating strong trending efficiency, 45-55 showi...
Uses fractal dimension to measure market efficiency and create dynamic volatility bands — the same description as "Fractal Dimensions" (script #4), suggesting this is either a copy or a band-based implementation of the same fractal geometry concept.
Perfected FlowScript source is indexed (315_dynamic_volatility_bands.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
Ease Of Movement (EoM)
The Ease of Movement (EoM) indicator measures how easily prices move, combining price change with volume. Here's how it works: Core Calculation: Midpoint Move: Calculates the difference between current and previous bar midpoints Box Ratio: Divides volume by price range (high-low) to normalize volume Raw EoM: Divides midpoint move by box ratio to get the ease of movement value Key Features: Main Li...
The Ease of Movement indicator measures how easily prices move by combining price change (midpoint move) with volume normalization (box ratio), identifying when price advances or declines with minimal resistance.
Perfected FlowScript source is indexed (310_ease_of_movement.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): eom until FlowScript v2 transpilation is available.
Market Structure & SMC
Ob Global
Global OB
A global Order Block indicator — likely identifying order blocks across multiple timeframes or markets, providing a broader structural map of institutional positioning.
Perfected FlowScript source is indexed (311_ob_global.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Open Interest
Open Interest Oscillator
Open Interest Oscillator converting the open_interest close data source to an oscillator that fluctuates between 0 and 100 using the RSI () built-in function
Converts raw open interest data into an oscillator bounded 0-100 using the RSI function, normalizing OI changes into an overbought/oversold framework for timing positioning extremes.
Perfected FlowScript source is indexed (316_open_interest_oscillator.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi, openInterest until FlowScript v2 transpilation is available.
Market Structure & SMC
SMC
this is SMC#smc
Smart Money Concepts (SMC) — a practitioner trading framework based on reading institutional order flow through price action, including concepts like liquidity sweeps, fair value gaps, order blocks, and market structure shifts.
Perfected FlowScript source is indexed (312_smc.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
techhint
Ye indicator specially intraday traders ke liye design kiya gaya hai jo Gold, BTC, Nifty ya Forex trade karte hain. Isme aapko milta hai: ✅ High Probability Entry Signals ✅ Clear Stop Loss & Target Zones ✅ Trend Direction Confirmation ✅ Breakout & Reversal Detection ✅ Low Timeframe Optimization (5m / 15m) Indicator market structure aur momentum ko combine karta hai jisse false signals kam milte ha...
A multi-factor intraday trading indicator combining market structure, momentum, and breakout detection for scalping and intraday trading across Gold, Crypto, Forex, and Indices.
Perfected FlowScript source is indexed (313_techhint.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
testbook
orderbook test
An experimental/test orderbook indicator — minimal description suggests this is a development/testing script without established methodology.
Perfected FlowScript source is indexed (314_testbook.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Volume & Delta
B/S V
Hello
Buy/Sell Volume pressure indicator — measuring the net difference between buying and selling volume to gauge directional pressure and identify when one side is dominating.
Perfected FlowScript source is indexed (320_b_s_v.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): footprint until FlowScript v2 transpilation is available.
Trend & Moving Averages
EMA cross 539
ema
A simple Exponential Moving Average crossover strategy using periods 5 and 39 (or similar), generating buy/sell signals when the faster EMA crosses above/below the slower EMA.
Perfected FlowScript source is indexed (317_ema_cross_539.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50 until FlowScript v2 transpilation is available.
Orderbook & Liquidity
long_lm
Hello
A long-positioning indicator with orderbook integration — likely measuring bullish pressure, orderbook depth on the bid side, or long accumulation patterns for timing long entries.
Perfected FlowScript source is indexed (322_long_lm.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): obh until FlowScript v2 transpilation is available.
Experimental & Niche
short_lm
hello
A short-positioning indicator — likely measuring short interest, short volume, or bearish pressure signals for timing short entries or identifying crowded short positioning.
Perfected FlowScript source is indexed (321_short_lm.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Basic/Utility
Silver Gold Ratio
金銀比価を算出するスクリプトです。 This script calculates the gold-to-silver ratio.
Calculates the gold-to-silver price ratio, a classic inter-commodity spread used for relative value analysis, mean reversion trading, and macroeconomic sentiment gauging.
Perfected FlowScript source is indexed (318_silver_gold_ratio.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
VSA Multi
q
Volume Spread Analysis (VSA) — a multi-factor approach analyzing the relationship between volume, price spread (range), and closing position to detect accumulation, distribution, and exhaustion patterns.
Perfected FlowScript source is indexed (319_vsa_multi.flowscript); Observe/Alert/Paper/Execute use the cvd / volume delta recipe signal proxy until FlowScript v2 transpilation is available.
Open Interest
oi z score star
ripped off adams to make oi z score customizable
A customizable Open Interest Z-Score indicator — normalizing OI changes into standard deviation units to identify statistically significant positioning extremes, forked/ripped from another author's work.
Perfected FlowScript source is indexed (324_oi_z_score_star.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Momentum & Oscillators
Private1
Test
A private/test RSI indicator — minimal description suggests this is a personal development or testing script for RSI-based signals.
Perfected FlowScript source is indexed (323_private1.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Momentum & Oscillators
SCF ICHIMOKU (Fork - No Chikou/Lagging Span)
Created by SoulzBTC. Follow on X to learn more Developed for Swing Trading and Position Trading A comprehensive trend-following system that provides multiple layers of support, resistance, and momentum analysis. The Ichimoku Cloud creates a visual representation of trend strength and direction, while the various lines offer precise entry and exit signals. This indicator excels at showing you not j...
A fork of the Ichimoku Cloud trend-following system (originally by SoulzBTC) with the Chikou/Lagging Span removed, providing multi-layer support, resistance, and momentum analysis through the Kumo cloud, Tenkan-sen, Kijun-sen, and Senkou spans.
Perfected FlowScript source is indexed (326_scf_ichimoku_fork_no_chikou_lagging_span.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ic until FlowScript v2 transpilation is available.
Session & Time
SESSION PJ
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
Experimental/nonsense script — description is just repeated "N" characters, tags are meaningless. This appears to be a test or placeholder with no discernible trading methodology.
Perfected FlowScript source is indexed (325_session_pj.flowscript); Observe/Alert/Paper/Execute use the session / time recipe signal proxy until FlowScript v2 transpilation is available.
Market Structure & SMC
Backtest
Ob
A backtesting framework for Order Block (OB) strategies — allowing traders to test the historical performance of order block-based entry and exit rules.
Perfected FlowScript source is indexed (327_backtest.flowscript); Observe/Alert/Paper/Execute use the fvg / market-structure recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
default
default script
Implementation of the Relative Strength Index (RSI), a momentum oscillator measuring the speed and magnitude of recent price changes on a scale of 0–100.
Perfected FlowScript source is indexed (334_default.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Trend & Moving Averages
ewfwert
erwtewrte
Experimental/test script with nonsensical title, description, and tags; no discernible quantitative or economic concept.
Perfected FlowScript source is indexed (335_ewfwert.flowscript); Observe/Alert/Paper/Execute use the trend / moving average recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
FLOODGATE
FLOODGATE measures the real-time balance of liquidity between buyers and sellers, revealing which side is deploying more capital on every bar. Unlike raw volume, it normalizes buy and sell flow into a single oscillator ranging from -100 to +100 — so you can instantly read dominance at a glance. When the line holds above zero, buyers are in control. When it drops below, sellers have the edge. Cross...
A real-time liquidity balance oscillator measuring the normalized difference between buyer and seller capital deployment per bar, ranging from −100 to +100 to instantly reveal which side has dominance and conviction.
Perfected FlowScript source is indexed (332_floodgate.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Composite & Multi-Metric
index promax
sad
Nonsense/experimental script — description is "sad" and tags are meaningless random strings. No discernible trading concept or methodology.
Perfected FlowScript source is indexed (333_index_promax.flowscript); Observe/Alert/Paper/Execute use the composite score recipe signal proxy until FlowScript v2 transpilation is available.
Market Structure & SMC
OB
OB
A basic Order Block indicator — identifying zones of institutional accumulation/distribution that act as support/resistance levels.
Perfected FlowScript source is indexed (329_ob.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Momentum & Oscillators
RSI MEOW
WOOF MEO
A test/joke RSI indicator — description "WOOF MEO" and tag #TEST clearly indicate this is an experimental or humorous script with no serious trading methodology.
Perfected FlowScript source is indexed (330_rsi_meow.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): rsi until FlowScript v2 transpilation is available.
Experimental & Niche
tryewutweryuoewioryweoir
v
Nonsense/experimental script — the title is random characters, description is "v", and tags are meaningless. No discernible trading concept.
Perfected FlowScript source is indexed (331_tryewutweryuoewioryweoir.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Basic/Utility
Vegas Channel
Vegas Channel
The Vegas Channel — a trend-following channel system based on multiple exponential moving averages (typically EMA 12, 144, 169, 576, 676) used to identify trend direction, support/resistance, and momentum across multiple timeframes.
Perfected FlowScript source is indexed (328_vegas_channel.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): vegas until FlowScript v2 transpilation is available.
Basic/Utility
5_open_prices
Creates lines on open prices of year, month, week,day
Session-based horizontal reference lines plotting the opening prices of the year, month, week, and day, used as institutional benchmark and support/resistance levels.
Perfected FlowScript source is indexed (340_5_open_prices.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
DIy
abhi start kia hy dekh phir bad main
Vague DIY market analysis script with no specific mathematical or quantitative concept described; appears to be a beginner's experimental workspace.
Perfected FlowScript source is indexed (342_diy.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Market Structure & SMC
LOB
idea from arxiv:2604.20929
Limit Order Book (LOB) analysis indicator; the author references an arXiv ID in the description, though the cited paper (arxiv:2604.20929) concerns multivariate polynomial matrix equivalence rather than market microstructure. The script title "LOB" indicates intent to analyze orderbook depth, imbalance, or pressure.
Perfected FlowScript source is indexed (336_lob.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Market Structure & SMC
OB Z-score new
OB Z-score
A Z-score normalization applied to Orderbook (OB) data, measuring how many standard deviations the current orderbook metric (likely imbalance, pressure, or depth) deviates from its historical mean.
Perfected FlowScript source is indexed (339_ob_z_score_new.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Basic/Utility
oi_z_robust
oi_z_robust
A robust (outlier-resistant) Z-score transformation of Open Interest (OI) data, designed to normalize OI levels into standard-deviation units while mitigating the influence of extreme values.
Perfected FlowScript source is indexed (337_oi_z_robust.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Support/Resistance & Levels
THE SHARKS SUPPORT & RESISTANCE
THE SHARKS SUPPORT & RESISTANCE
Support and resistance level detection indicator, likely identifying key price levels where buying (support) or selling (resistance) pressure has historically concentrated.
Perfected FlowScript source is indexed (341_the_sharks_support_resistance.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Basic/Utility
vol_expansion
vol_expansion - atr(9) / atr384 - медиан
Volatility expansion detector comparing short-term ATR(9) against a longer-term ATR(384) benchmark, normalized by the median, to identify periods where current volatility is expanding relative to its historical baseline.
Perfected FlowScript source is indexed (338_vol_expansion.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
asdf
asdf
Experimental test script with nonsensical title, description, and tags; no discernible quantitative concept.
Perfected FlowScript source is indexed (350_asdf.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Trend & Moving Averages
Basic SMAs
Simple SMAs indicator
Simple Moving Average (SMA) indicator displaying multiple SMA periods, the foundational trend-following and smoothing tool in technical analysis.
Perfected FlowScript source is indexed (347_basic_smas.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): sma20 until FlowScript v2 transpilation is available.
Experimental & Niche
ddsdsd
dssd
Experimental placeholder script with nonsensical title, description, and tags.
Perfected FlowScript source is indexed (346_ddsdsd.flowscript); Observe/Alert/Paper/Execute use the levels / pivots recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
hee hee
ewe
Experimental placeholder script with nonsensical title, description, and tags.
Perfected FlowScript source is indexed (345_hee_hee.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Market Structure & SMC
OB Ratio for 1 side
q
Orderbook ratio calculated for a single side (bid or ask), measuring the relative depth or pressure on one side of the limit order book.
Perfected FlowScript source is indexed (349_ob_ratio_for_1_side.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Market Structure & SMC
OB z-score
Ob
Earlier version of the "OB Z-score new" script (see above) — a Z-score normalization applied to orderbook metrics to measure deviation from historical mean in standard-deviation units.
Perfected FlowScript source is indexed (348_ob_z_score.flowscript); Observe/Alert/Paper/Execute use the statistical z-score recipe signal proxy until FlowScript v2 transpilation is available.
Experimental & Niche
test
hiuhi
Experimental test script with nonsensical description and tags; no discernible quantitative concept.
Perfected FlowScript source is indexed (344_test.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Options & Volatility
True Range Histogram
This indicator now shows the individual True Range (TR) values for each candle as a histogram, rather than the averaged ATR values. Each bar represents the TR value for that specific candle, making it easy to visualize volatility spikes and patterns on a per-candle basis.
Per-candle True Range (TR) histogram visualizing individual candle volatility rather than the smoothed ATR average, making volatility spikes and patterns visible on a bar-by-bar basis.
Perfected FlowScript source is indexed (343_true_range_histogram.flowscript); Observe/Alert/Paper/Execute use the volatility recipe signal proxy until FlowScript v2 transpilation is available.
Support/Resistance & Levels
Untitled Script 2025/09/03 17:43
Welcome to the Script Editor! 🚀 This powerful editor supports rich text formatting, allowing you to create comprehensive documentation for your trading scripts. You can:• Format text with bold, italic, and more • Add code snippets for examples • Create lists and organize your thoughts • Undo/redo your changes seamlessly Start building something amazing! ✨
Multi-factor momentum confluence indicator fusing EMA crossovers, MACD, RSI, and volume confirmation into a volatility-adjusted regime score with divergence tracking and signal markers.
Perfected FlowScript source is indexed (351_untitled_script_2025_09_03_17_43.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): ema50, rsi, macd, volumeBars until FlowScript v2 transpilation is available.
Basic/Utility
ATR
Average true range indicator with breach alerts
Average True Range indicator with breach alerts, measuring market volatility by smoothing the True Range over a specified period and triggering alerts when volatility exceeds thresholds.
Perfected FlowScript source is indexed (361_atr.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): atr until FlowScript v2 transpilation is available.
Basic/Utility
Breakout Probability
Breakout Probability indicator will describe entry signals.
A breakout probability model that quantifies the likelihood of price breaking above resistance or below support, generating entry signals based on statistical or pattern-based breakout prediction.
Perfected FlowScript source is indexed (359_breakout_probability.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Support/Resistance & Levels
Custom tradingview with break
FeatureDetailPivot DetectionFinds swing highs/lows automaticallyBreakout Signal▲ BREAK (green) / ▼ BREAK (red) labelsS/R LinesDashed support & resistance levels drawn liveBreakout BoxHighlights the breakout candle zoneBar ColoringColors bars green/red on breakoutInfo TableLive trend, S/R levels in top-right cornerAlertsSet TradingView alerts for bullish/bearish breakouts
Multi-feature breakout detection system combining pivot detection (swing highs/lows), breakout labels, live support/resistance lines, breakout zone highlighting, bar coloring, and trend info table — essentially a comprehensive price-action breakout toolkit.
Perfected FlowScript source is indexed (360_custom_tradingview_with_break.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): keyLevels until FlowScript v2 transpilation is available.
Basic/Utility
ddd
dd
Experimental placeholder script with nonsensical title, description, and tags.
Perfected FlowScript source is indexed (357_ddd.flowscript); Observe/Alert/Paper/Execute use the utility / marker recipe signal proxy until FlowScript v2 transpilation is available.
Volume & Delta
flexible volume
flexible volume
Volume indicator with adaptive or flexible parameters, likely adjusting volume analysis thresholds or display based on market conditions or user-defined rules.
Perfected FlowScript source is indexed (352_flexible_volume.flowscript); Observe/Alert/Paper/Execute use the volume profile recipe signal proxy until FlowScript v2 transpilation is available.
Orderbook & Liquidity
MA Spread
SMA Spread Oscillator measures the distance between a fast simple moving average and a slow simple moving average. Instead of only showing whether price is above or below an average, it shows how far the short-term trend is moving away from the longer-term trend. The oscillator is calculated by subtracting the slow SMA from the fast SMA. When the value is above zero, the fast SMA is above the slow...
SMA Spread Oscillator measuring the distance between a fast and slow Simple Moving Average as a trend-pressure and momentum-convergence/divergence indicator.
Perfected FlowScript source is indexed (358_ma_spread.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): maSpread until FlowScript v2 transpilation is available.
Market Structure & SMC
Normal test mods
test
Experimental test modification of an orderbook (OB) indicator; the "test" tag indicates this is a development/debugging script rather than a finished indicator.
Perfected FlowScript source is indexed (353_normal_test_mods.flowscript); Observe/Alert/Paper/Execute use the orderbook imbalance recipe signal proxy until FlowScript v2 transpilation is available.
Open Interest
OI Z-Score Per Exchange
• Red #ff5252 — Binance • Green #00e676 — Bybit • Blue #448aff — OKX • Yellow #ffeb3b — Deribit • Purple #e040fb — Hyperliquid
Open Interest Z-score calculated separately for each major exchange (Binance, Bybit, OKX, Deribit, Hyperliquid), measuring per-exchange OI deviations from their respective historical means to detect exchange-specific positioning anomalies.
Perfected FlowScript source is indexed (354_oi_z_score_per_exchange.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Basic/Utility
oi_z rolling-wind
oi_z rolling-wind
OI Z-score with a rolling window approach, using a moving lookback period to calculate the mean and standard deviation for normalization, making the indicator adaptive to recent market regimes.
Perfected FlowScript source is indexed (356_oi_z_rolling_wind.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.
Basic/Utility
oi_z_robust2
oi_z_robust2
Second variant of a robust OI Z-score indicator by the same author as "oi_z_robust"; likely an iterative improvement with adjusted robustness parameters or alternative outlier treatment.
Perfected FlowScript source is indexed (355_oi_z_robust2.flowscript); Observe/Alert/Paper/Execute use existing chart indicator key(s): openInterest until FlowScript v2 transpilation is available.