โ† All Scripts

Max Delta Alert

TradeVision
10mo ago
Max Delta Alert

๐Ÿ“Š MaxDelta Alert Indicator โ€“ Analysis

This script generates a MaxDelta Alert using Lipi Script on the GoCharting platform, helping traders identify moments of extreme intrabar buying or selling dominance based on maximum delta clusters.

๐Ÿ”ง How It Works:

The indicator uses orderflow.maxdelta, which captures the maximum delta value (i.e., the strongest aggressive buying cluster) within a single candle.

To ensure the alert is based on confirmed bar data, it references maxdelta[1], which represents the previous candleโ€™s max delta.

A user-defined input (maxdeltaThreshold) allows full control over the sensitivity of the alert.

If the max delta from the previous bar exceeds the threshold in either direction, an alert is triggered.

๐Ÿ“Œ Why Use maxdelta[1]?

maxdelta fluctuates during an active candle. Using maxdelta[1] ensures the value is fixed and confirmed, preventing false alerts caused by live bar volatility.

โš™๏ธ Use Case:

Detecting strong bullish interest when large buying clusters appear

Identifying momentum bursts, especially near breakouts or volume spikes

Can be used for volume cluster analysis, trend validation, or as a filter for trade entries

โœ๏ธ Customizable Parameter:

maxdeltaThreshold: Default is 10,000 but can be increased or decreased depending on the asset and timeframe. 

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by GoCharting. Read more in the Terms of Use.

โ†— Related Scripts

Comments (0)

Loading commentsโ€ฆ