PROTECTED SOURCE SCRIPT
Tradebot Trend Power

Summary: Multi-indicator trend dashboard showing weighted Buy/Sell strength as percentage bars with a clean gradient panel.
What it does
Tradebot Trend Power aggregates multiple technical indicators into a Buy/Sell trend-power score and visualizes it as a compact on-chart panel with two bar columns (Buy / Sell).
You can enable/disable each component (RSI, StochRSI, MACD, ADX, CCI, Aroon, MFI, OBV, MA) and assign a weight (1 or 2 points).
The script converts the active signals into percentages of the total possible score and fills the bars with a gradient: green for Buy strength, red for Sell strength.
When a column reaches its maximum (normalized to 10 bars), a small “Strong” label appears for that side.
How it works (scoring logic)
Each selected component contributes to the Buy or Sell tally based on a simple binary condition:
RSI: Buy if RSI is rising (ΔRSI > 0); Sell if falling (ΔRSI < 0).
StochRSI: Buy if %K > %D; Sell if %K < %D.
MACD: Buy if MACD line > Signal; Sell if MACD line < Signal.
ADX (+DI/−DI): Active only when ADX > 20; Buy if +DI > −DI; Sell if −DI > +DI.
CCI: Buy if CCI > 0; Sell if CCI < 0.
Aroon: Buy if Aroon Up > Aroon Down; Sell if Down > Up.
MFI: Buy if MFI > 50; Sell if MFI < 50.
OBV: Buy if OBV is rising; Sell if OBV is falling.
Moving Average (EMA/SMA/WMA/HMA): Buy if close > MA; Sell if close < MA.
Each “true” condition adds its weight to the corresponding Buy or Sell score. Scores are divided by the sum of selected weights to produce Buy/Sell percentages (0–100%). The panel normalizes these into 10 bars per side for quick visual ranking.
Panel / display
Toggle the panel on/off and choose position (top/middle/bottom, left/center/right).
Header shows Buy % and Sell %; the footer shows how many components are currently signaling on each side (e.g., Buy (5/7) | Sell (2/7)).
Colors use a smooth gradient from the panel base color to green/red based on the percentage.
How to use
Enable the indicators you want to include and set their weights (1 = light impact, 2 = stronger impact).
Optionally adjust lookback lengths (e.g., RSI 14, MACD 12/26/9, MA 20).
Place the panel where you prefer.
Use the Buy/Sell percentages for context (trend bias, momentum alignment, confirmation layer) alongside your own entries, risk and management rules.
Defaults / conduct notes
No request.security(); calculations are done on the current chart only.
This is an indicator (not a strategy); it shows no backtests or orders.
The panel updates on the last bar; no forward-looking tricks are used.
Signals are simplified, binary forms of the underlying indicators and are intended for decision support, not standalone predictions.
Limits & disclaimers
Not intended for non-standard chart types (Heikin Ashi, Renko, Range, Kagi, Point & Figure).
Past results do not guarantee future performance.
Example view:
The chart shows the gradient Buy/Sell bars and the “Strong” label at full power.
UI wording (EN equivalents of panel labels)
“📉 Tradebot Strategies Trend Power” → Trend Power Panel
“Trend Power” → Panel On/Off
“Top/Bottom/Middle Left/Center/Right” → Panel position
“Panel Color / Buy gradient / Sell gradient / Text Color” → Style settings
“Text Size” → Panel text size
“RSI / StochRSI / MACD / ADX (+DI/−DI) / CCI / Aroon / MFI / OBV / Moving Average” → Component toggles & weights
“Length / Fast / Slow / Signal / %K / %D / DI Length / ADX Smoothing / MA Type” → Inputs
What it does
Tradebot Trend Power aggregates multiple technical indicators into a Buy/Sell trend-power score and visualizes it as a compact on-chart panel with two bar columns (Buy / Sell).
You can enable/disable each component (RSI, StochRSI, MACD, ADX, CCI, Aroon, MFI, OBV, MA) and assign a weight (1 or 2 points).
The script converts the active signals into percentages of the total possible score and fills the bars with a gradient: green for Buy strength, red for Sell strength.
When a column reaches its maximum (normalized to 10 bars), a small “Strong” label appears for that side.
How it works (scoring logic)
Each selected component contributes to the Buy or Sell tally based on a simple binary condition:
RSI: Buy if RSI is rising (ΔRSI > 0); Sell if falling (ΔRSI < 0).
StochRSI: Buy if %K > %D; Sell if %K < %D.
MACD: Buy if MACD line > Signal; Sell if MACD line < Signal.
ADX (+DI/−DI): Active only when ADX > 20; Buy if +DI > −DI; Sell if −DI > +DI.
CCI: Buy if CCI > 0; Sell if CCI < 0.
Aroon: Buy if Aroon Up > Aroon Down; Sell if Down > Up.
MFI: Buy if MFI > 50; Sell if MFI < 50.
OBV: Buy if OBV is rising; Sell if OBV is falling.
Moving Average (EMA/SMA/WMA/HMA): Buy if close > MA; Sell if close < MA.
Each “true” condition adds its weight to the corresponding Buy or Sell score. Scores are divided by the sum of selected weights to produce Buy/Sell percentages (0–100%). The panel normalizes these into 10 bars per side for quick visual ranking.
Panel / display
Toggle the panel on/off and choose position (top/middle/bottom, left/center/right).
Header shows Buy % and Sell %; the footer shows how many components are currently signaling on each side (e.g., Buy (5/7) | Sell (2/7)).
Colors use a smooth gradient from the panel base color to green/red based on the percentage.
How to use
Enable the indicators you want to include and set their weights (1 = light impact, 2 = stronger impact).
Optionally adjust lookback lengths (e.g., RSI 14, MACD 12/26/9, MA 20).
Place the panel where you prefer.
Use the Buy/Sell percentages for context (trend bias, momentum alignment, confirmation layer) alongside your own entries, risk and management rules.
Defaults / conduct notes
No request.security(); calculations are done on the current chart only.
This is an indicator (not a strategy); it shows no backtests or orders.
The panel updates on the last bar; no forward-looking tricks are used.
Signals are simplified, binary forms of the underlying indicators and are intended for decision support, not standalone predictions.
Limits & disclaimers
Not intended for non-standard chart types (Heikin Ashi, Renko, Range, Kagi, Point & Figure).
Past results do not guarantee future performance.
Example view:
The chart shows the gradient Buy/Sell bars and the “Strong” label at full power.
UI wording (EN equivalents of panel labels)
“📉 Tradebot Strategies Trend Power” → Trend Power Panel
“Trend Power” → Panel On/Off
“Top/Bottom/Middle Left/Center/Right” → Panel position
“Panel Color / Buy gradient / Sell gradient / Text Color” → Style settings
“Text Size” → Panel text size
“RSI / StochRSI / MACD / ADX (+DI/−DI) / CCI / Aroon / MFI / OBV / Moving Average” → Component toggles & weights
“Length / Fast / Slow / Signal / %K / %D / DI Length / ADX Smoothing / MA Type” → Inputs
Script protégé
Ce script est publié en source fermée. Toutefois, vous pouvez l'utiliser librement et sans aucune restriction - en savoir plus ici.
𝐓𝐫𝐚𝐝𝐞𝐛𝐨𝐭 Bakanlık Onaylı İndikatör Sistemi
Clause de non-responsabilité
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.
Script protégé
Ce script est publié en source fermée. Toutefois, vous pouvez l'utiliser librement et sans aucune restriction - en savoir plus ici.
𝐓𝐫𝐚𝐝𝐞𝐛𝐨𝐭 Bakanlık Onaylı İndikatör Sistemi
Clause de non-responsabilité
Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.