AI Gold Liquidity Breakout CatcherTitle: Gold AI Liquidity Breakout Catcher
Description:
Indicator Philosophy and Originality:
This indicator is not merely a collection of separate tools, but an integrated trading framework designed to improve decision-making by ensuring signal confluence. The core philosophy is that high-probability trading signals occur when multiple, distinct analysis methodologies align.
The originality of this script lies in how it systematically combines a leading signal (the Liquidity Breakout) with multiple, independent lagging confirmation tools (the Classic Filters, the Hull MA, and the Range Filter). A user can see a primary breakout signal and immediately validate its strength against the broader trend defined by the Hull MA, the intermediate trend from the Range Filter, and the specific conditions of the classic filters.
This synergy, where different components work together to validate a single event, is the primary value and reason for this mashup. It provides a structured, multi-layered confirmation process within a single tool, which is not achievable by adding these indicators separately to the chart.
This indicator is a comprehensive technical analysis tool designed to identify potential trading opportunities and provide supplemental trend analysis. It features a primary signal engine based on pivot trendline breakouts, a sophisticated confirmation layer using classic technical indicators, and three separate modules for discretionary analysis: an ICT-based structure plotter, a highly customizable Hull Moving Average (HMA), and a volatility-adaptive Range Filter. This document provides a detailed, transparent explanation of all underlying logic.
1. Core Engine: Pivot-Based Liquidity Trendline Signals
The indicator's foundational signal is generated from a custom method we call "Liquidity Trendlines," which aims to identify potential shifts in momentum.
How It Works:
The script first identifies significant swing points in the price using ta.pivothigh() and ta.pivotlow().
It then draws a trendline connecting consecutive pivot points.
A "Liquidity Breakout" signal (liquidity_plup for buy, liquidity_pldn for sell) is generated when the price closes decisively across this trendline, forming the basis for a potential trade.
2. The Signal Confirmation Process: Multi-Layered Filtering System
A raw Liquidity Breakout signal is only a starting point. To enhance reliability, the signal must pass through a series of user-enabled filters. A final Buy or Sell signal is only plotted if all active filter conditions are met simultaneously.
General & Smart Trend Filters: Use a combination of EMAs, DMI (ADX), and market structure to define the trend.
RSI & MACD Filters: Used for momentum confirmation.
Directional Body Strength Filter: A custom filter that validates the signal based on the strength and direction of the signal candle's body (bodyUpOK / bodyDownOK).
Support & Resistance (S&R) Filter: Blocks signals forming too close to key S&R zones.
Higher Timeframe (HTF) Filter: Provides confluence by checking the trend on higher timeframes.
3. Visual Aid 1: ICT-Based Structure & Premium/Discount Zones
This module is for visual and discretionary analysis only and does not directly influence the automated Buy/Sell signals.
ICT Market Structure: Plots labels for CHoCH, SMS, and BMS based on a Donchian-channel-like logic.
ICT Premium & Discount Zones: When enabled, it draws colored zones corresponding to Premium, Discount, and Equilibrium levels.
4. Visual Aid 2: Hull Moving Average (HMA) Integration
This is another independent tool for trend analysis. It does not affect the primary signals but has its own alerts and serves as a powerful visual confirmation layer.
Functionality: Includes multiple Hull variations (HMA, THMA, EHMA), customizable colors based on trend, and the ability to pull data from a higher timeframe.
5. Visual Aid 3: Range Filter Integration
This module is a volatility-adaptive trend filter that provides its own set of signals and visuals. It is designed to be a standalone trend analysis tool integrated within the indicator for additional confluence.
How It Works: The Range Filter calculates a dynamic volatility threshold based on the average range of the price. A central filter line moves up or down only when the price exceeds this threshold, effectively filtering out market noise.
Visuals: It plots the central filter line and upper/lower bands that create a volatility channel. It can also color the price bars based on the trend.
Signals & Alerts: The Range Filter generates its own "Manual Buy" and "Manual Sell" signals when the price crosses the filter line after a change in trend direction. These signals have their own dedicated alerts.
6. Risk Management & Additional Features
TP/SL Calculations: Automatically calculates Take Profit and Stop Loss levels for the primary signals based on the ATR.
Multi-Timeframe (MTF) Scanner: A dashboard that monitors the final Buy/Sell signal status across multiple timeframes.
Session Filter & Alerts: Allows for restricting trades to specific market sessions and configuring alerts for any valid signal.
By combining breakout detection with a rigorous confirmation process and multiple supplemental analysis tools, this indicator provides a structured and transparent approach to trading.
Btcusdshort
3GBH - RSI + HMAs Included in this indicator:
- RSI
- 2x HMA's w/ Zones of Fast HMA
- BTCUSD RSI + Comparison
- Highlight Saturdays & Sundays
-----
User-friendly.
You can change all the inputs, they are labelled for ease-of-use.
You can toggle On/Off any or all of the options.
-----
I was inspired to create this indicator, which is an exact copy of my very first
except this time we're using HMA's rather than EMA's.
Hull Moving Averages stick to price action a lot closer in my opinion.
BTC Longs & Shorts Profile WHAT DOES THIS INDICATOR DO?
I started with the idea of creating another premium indicator with a bunch of features and add it to the bundle. However, the more complex the code was becoming, the less helpful the indicator actually was. So I started from scratch and made BTC Longs & Shorts Profile super simple (as you can see in the code).
The advantage over other similar indicators is that this one has a drop-down menu and allows you to select whether you want to see Longs, Shorts, Ratio, or Difference. Having Longs and Shorts at the same time is a bit confusing because Longs pretty much dwarf the Shorts and the ups and downs are not clearly visible. Also, you can configure the colors for each visible line.
My suggestion is to add this indicator to your BTC chart, save it as a template from the top menu on TradingView and stop switching between BTC, Bitfinex Longs and Shorts. You have everything in one simple window (that's especially the case if you are not a pro or premium member and can't have more than 2 screens simultaneously).
ANYTHING ELSE ?
On a side note, if you are planning on working on a similar indicator, let me tell you what I've tried so far and it didn't work for me:
- RSI calculations including Longs and Shorts as a base
- Longs and Shorts in relation to BTC itself and a relationship with the volume
- Directional Movement Index, where Longs are DM+ and Shorts are DM-
- Smoothing both Longs and Shorts and trying to find a relationship (including some pseudo MACD lookalikes)
Anyway, if you have any ideas or suggestions on improving this indicator, please let me know. Thanks!
Bitfinex BTC Open InterestBitfinex open interest, or bitcoin open interest chart, shows the amount of open positions currently on Bitfinex BTC / USD trading pairs. Usually when open interest reaches unusually high numbers we'll see an increased volatility in Bitcoin's price. The open interest chart could also be useful for determining the tops and bottoms for Bitcoin.
MA-MTF-ALERT// Alerts based on SMA strategy
// Time frame 5M, 10M, 15M
// Created and based on Binance chart
// Working with comission
// No repaints
VMA Sig Cross 2H // Strategy based on Variable Moving Average. VMA automatically adjusts its smoothing constant on the basis of Market Volatility.
// Greatest profit index on 2H time frame
// Created and based on Binance chart
// Working with comission
// No repaint
EMA SMA ALERTS V1 2H// Strategy based on Simple Moving Average (SMA) and Exponential Moving Average (EMA)
// Greatest profit index on 2H time frame
// Created and based on Binance chart
// Working with comission
// No repaint
// Alerts +
BTC Shorts & Longs (candles) - BitfinexBTCUSDLONGS and BTCUSDSHORTS indicator people like to use but I combined them into one chart/indicator to make them easier to see how the longs or shorts may be building.
Please give it a like if you use or enjoy the indicator.
Closing Leverage and Rate of ChangeShows BTCUSDLONGS vs BTCUSDSHORTS along with their rate of change on a scale that's friendly for a combined indicator. ROC is increased proportionally so you can see it in relationship to Open Shorts and Open Longs on the same graph without zooming. I had been using an offset as well, but using an offset to adjust position causes the highs to look lower and it makes the lows look less low. It was significant enough to seem like a bad idea to include.
NeoButane Bitfinex BFXLS Vortex IndicatorScripted longs and shorts to the vortex indicator. It doesn't work like Vortex due to the two plots never crossing to congest.
Blue line: longs
Red line: shorts
Histogram: net volume, ohlc4 of both. Green if previous candle close had lower net volume, black if the previous candle close had more.
Deviance from the histogram: increased volume for the long or short side
Optional ADX line with customizable lookback; it can be difficult to understand due to it being completely horizontal unless you turn off the other plots.
BTCUSD Long/Short Average (By Shimozen)This indicator takes Bitfinex's SHORTS and LONGS charts, and overlays the Average of the 2 on top of the current chart.
This script was created in order to check possible correlations between the Shorts/Longs average and the current BTCUSD price.
Margin Longs vs Shorts for BTC ETH & all Bitfinex pairs
Two modes of use...
a) The script detect chart symbol and show corresponding Bitfinex Longs & Shorts (if data exist).
b) You select BTCUSD or ETHUSD Bitfinex Longs & Shorts to show on any chart.
Two comparison views...
a) Juxtaposed: longs and shorts in same direction, side by side. (My preferred view)
b) Counterposed: longs and shorts in opposite polarity, separated by zero line. Another line is plotted representing the difference.