PROTECTED SOURCE SCRIPT

DM Super Algo

37
Here’s what each row in the Summary Table means and how you’d use it:

Mode
Shows your selected trade style (Scalp / Day trade / Swing) plus the ATR settings tied to it.
Use it to remember what volatility context you set the algo to (it also informs some visuals/OB stats under the hood).

ADX
Current trend strength from the Wilder ADX. It also labels the regime: WEAK / MODERATE / STRONG / VERY STRONG.
When ADX is below your “ADX min” input, the algo treats trend as weak; unified signals only fire when trend is strong.

Vol >MA*x
Whether current volume is UNUSUAL (above SMA(volume, flowVolLen) × flowVolMult) or NORMAL.
UNUSUAL volume = better odds a move can follow through; it also contributes a “vote.”

RSI(len)
Shows RSI value or zone: Overbought / OB Zone / Oversold / OS Zone / number.
Above 50 adds a bull vote; below 50 adds a bear vote. OB/OS text just gives quick context.

ATR(len)
Shows the ATR and (optionally) the ATR % of price (e.g., “1.23 (0.65%)”).
Higher ATR = more noise/range; useful for setting stops/targets sized to current volatility.

DM Total BUY
Rolling total of estimated buy volume over your lookback window (formatted in K/M/B).
Bigger than SELL suggests net buying pressure recently.

DM Total SELL
Rolling total of estimated sell volume over the same window.
Bigger than BUY suggests net selling pressure recently.

DM Buy Dom%
The share of buy volume in total (BUY / (BUY+SELL)), as a percentage.
>50% favors bulls; <50% favors bears. It also feeds a vote.

Votes (B/Bear)
The bull vs bear tally from 5 components:

Price vs EMA(Trend)

RSI vs 50

DM dominance (>50%)

CVD slope (last 5 bars)

Volume condition
When trend is strong (ADX filter passes) and one side has ≥3 votes AND more than the other, the script plots its triangle marker.


How to use the table (quick workflow)

Check ADX: If not “STRONG/VERY STRONG,” be cautious—signals won’t print unless trend passes your ADX threshold.

Scan Votes: A clear majority (e.g., 4/1) is stronger than 3/2.

Confirm with Volume: “UNUSUAL” volume increases conviction.

Gauge Volatility: Use ATR (and ATR%) to size stops/targets.

Read DM & Dominance: BUY vs SELL totals and DM Buy Dom% tell you whether the recent flow supports the direction.

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。