INVITE-ONLY SCRIPT
Jitendra: MTF AIO Technical Indicators with Trend ▲▼

🧠 Indicator Name:
Jitendra: Multi Timeframe All In One Technical Indicators with Trend ▲▼
📌 Purpose:
A multi-timeframe technical analysis dashboard that visualizes a wide set of technical indicators in a table, supporting up to 6 timeframes (current + 5 custom), along with chart plots of EMA, VWAP, Bollinger Bands, and Supertrend
✅ Use Cases
Multi-timeframe swing or intraday trading
Quick decision dashboard for:
Momentum
Volume strength
Trend direction
Overbought/oversold detection
EMA crossovers and trend filters
How to Use & Change Setting
Complete Details of every Toggle
https://drive.google.com/file/d/1oT0CphoC1HdF5q7JhAR27iiDBztneFxc/view?usp=drive_link
==========================================
📊 Logic & Presentation
Calculates RSI/ADX/DI/MACD/Stochastic values per TF.
Plots a table dynamically with headers and rows built at runtime.
Applies conditional coloring to indicate direction/momentum visually.
Uses arrays and string splitting to manage multiple EMA values per timeframe.
Super efficient get_vals() and fill_row() modular functions.
📋 Key Features Overview:
1. Chart Plots (Overlay)
VWAP line
4 EMAs (custom lengths, color-coded)
2 Supertrend lines with different ATR multipliers and lengths
Bollinger Bands with configurable length and deviation
2. Multi-Timeframe Table
A dashboard showing indicator values across:
Current TF
Custom TF1 → TF5 (e.g., 1H, 4H, D, W, M)
3. Indicators Displayed in Table (Toggle ON/OFF)
VWAP position (Above/Below)
MACD (value + trend arrow + optional histogram)
RSI (value + trend arrow)
ADX and DI+ / DI- (values + trend arrows)
Stochastic K value
EMA Status (EMA1, EMA2, EMA3 with up/down based on price)
EMA Crossovers (symbol ▲▼ for EMA1 vs EMA2)
RSI Divergence (Regular + Hidden: Bullish/Bearish)
Volume Matrix:
Raw Volume
20 SMA of Volume
Volume % Change
4. Divergence Detection (RSI)
Uses pivot highs/lows to detect:
Bullish/Bearish divergence
Hidden Bullish/Bearish divergence
5. Color Coding
Trend direction is visualized using:
Green (Bullish), Red (Bearish), Gray (Neutral)
Dynamic table cell background for easy interpretation
6. Customizations & UI
Table Position: 9 options (top/bottom/center, left/right)
Text size options: tiny to huge
Modular toggle system: selectively enable indicators and TFs
⚙️ Inputs (Grouped by Functionality)
🔹 Moving Averages / VWAP / Bollinger Bands
Show/hide toggles
Custom EMA lengths (5, 21, 50, 200)
Bollinger Band length and deviation
🔹 Supertrend Settings
Two independent Supertrend inputs
ATR Period & Multiplier
🔹 RSI Divergence Settings
Pivot lookback bars for left/right swing point detection
🔹 Stochastic
%K Length, %K & %D smoothing
🔹 MACD
Histogram and trend arrow toggle
🔹 ADX/DI
ADX Smoothing and DI period
🔹 Volume
Toggles for:
Raw Volume
Volume SMA (20)
Volume % Rise
🎨 Color Coding Logic Summary
The script uses dynamic background and text colors in the table and plots to highlight trend direction, strength, and conditions visually:
RSI Coloring
ADX / +DI / -DI Coloring
val > 25 → Aqua (Strong trend)
val 18–25 → Green (Moderate trend)
val < 18 → Red (Weak trend)
VWAP Position
Direction Arrows
▲ Green (Bullish) ▼ Red (Bearish)
EMA Background Color
EMA Cross Symbol
Stochastic %K Coloring
📊 Volume % Change Coloring
Thanks Happy Trading / Comment for Any Query or More Information about Setting
Jitendra: Multi Timeframe All In One Technical Indicators with Trend ▲▼
📌 Purpose:
A multi-timeframe technical analysis dashboard that visualizes a wide set of technical indicators in a table, supporting up to 6 timeframes (current + 5 custom), along with chart plots of EMA, VWAP, Bollinger Bands, and Supertrend
✅ Use Cases
Multi-timeframe swing or intraday trading
Quick decision dashboard for:
Momentum
Volume strength
Trend direction
Overbought/oversold detection
EMA crossovers and trend filters
How to Use & Change Setting
Complete Details of every Toggle
https://drive.google.com/file/d/1oT0CphoC1HdF5q7JhAR27iiDBztneFxc/view?usp=drive_link
==========================================
📊 Logic & Presentation
Uses request.security() to fetch indicator values for each selected timeframe.
Calculates RSI/ADX/DI/MACD/Stochastic values per TF.
Plots a table dynamically with headers and rows built at runtime.
Applies conditional coloring to indicate direction/momentum visually.
Uses arrays and string splitting to manage multiple EMA values per timeframe.
Super efficient get_vals() and fill_row() modular functions.
📋 Key Features Overview:
1. Chart Plots (Overlay)
VWAP line
4 EMAs (custom lengths, color-coded)
2 Supertrend lines with different ATR multipliers and lengths
Bollinger Bands with configurable length and deviation
2. Multi-Timeframe Table
A dashboard showing indicator values across:
Current TF
Custom TF1 → TF5 (e.g., 1H, 4H, D, W, M)
3. Indicators Displayed in Table (Toggle ON/OFF)
VWAP position (Above/Below)
MACD (value + trend arrow + optional histogram)
RSI (value + trend arrow)
ADX and DI+ / DI- (values + trend arrows)
Stochastic K value
EMA Status (EMA1, EMA2, EMA3 with up/down based on price)
EMA Crossovers (symbol ▲▼ for EMA1 vs EMA2)
RSI Divergence (Regular + Hidden: Bullish/Bearish)
Volume Matrix:
Raw Volume
20 SMA of Volume
Volume % Change
4. Divergence Detection (RSI)
Uses pivot highs/lows to detect:
Bullish/Bearish divergence
Hidden Bullish/Bearish divergence
5. Color Coding
Trend direction is visualized using:
Green (Bullish), Red (Bearish), Gray (Neutral)
Dynamic table cell background for easy interpretation
6. Customizations & UI
Table Position: 9 options (top/bottom/center, left/right)
Text size options: tiny to huge
Modular toggle system: selectively enable indicators and TFs
⚙️ Inputs (Grouped by Functionality)
🔹 Moving Averages / VWAP / Bollinger Bands
Show/hide toggles
Custom EMA lengths (5, 21, 50, 200)
Bollinger Band length and deviation
🔹 Supertrend Settings
Two independent Supertrend inputs
ATR Period & Multiplier
🔹 RSI Divergence Settings
Pivot lookback bars for left/right swing point detection
🔹 Stochastic
%K Length, %K & %D smoothing
🔹 MACD
Histogram and trend arrow toggle
🔹 ADX/DI
ADX Smoothing and DI period
🔹 Volume
Toggles for:
Raw Volume
Volume SMA (20)
Volume % Rise
🎨 Color Coding Logic Summary
The script uses dynamic background and text colors in the table and plots to highlight trend direction, strength, and conditions visually:
RSI Coloring
val > 60 → Aqua (Strong / Overbought)
val 40–60 → Green (Neutral/Healthy)
val < 40 → Red (Weak / Oversold)
ADX / +DI / -DI Coloring
val > 25 → Aqua (Strong trend)
val 18–25 → Green (Moderate trend)
val < 18 → Red (Weak trend)
VWAP Position
Close > VWAP → Green (Bullish)
Close < VWAP → Red (Bearish)
Close = VWAP → Gray (Neutral)
Direction Arrows
▲ Green (Bullish) ▼ Red (Bearish)
EMA Background Color
Close > EMA → Green background (Price above EMA)
Close < EMA → Red background (Price below EMA)
EMA Cross Symbol
EMA1 > EMA2 → ▲ Green
EMA1 < EMA2 → ▼ Red
Equal → - Gray
Stochastic %K Coloring
K > D → Green (Bullish crossover)
K < D → Red (Bearish crossover)
K = D → Gray (Neutral)
📊 Volume % Change Coloring
volPct > 0 → Green (Increased volume)
volPct < 0 → Red (Decreased volume)
volPct = 0 → Gray
Thanks Happy Trading / Comment for Any Query or More Information about Setting
僅限邀請腳本
只有經作者批准的使用者才能訪問此腳本。您需要申請並獲得使用權限。該權限通常在付款後授予。如欲了解更多詳情,請依照以下作者的說明操作,或直接聯絡radhe396。
除非您完全信任其作者並了解腳本的工作原理,否則TradingView不建議您付費或使用腳本。您也可以在我們的社群腳本中找到免費的開源替代方案。
作者的說明
Script is Completely Free For Everyone, User Can Request.
I have shared Complete Step by Step Details About Indicator,
if still anyone need help
Kindly let me know or write an email to:-
jitendra22396@gmail.com
提醒:在請求訪問權限之前,請閱讀僅限邀請腳本指南。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
僅限邀請腳本
只有經作者批准的使用者才能訪問此腳本。您需要申請並獲得使用權限。該權限通常在付款後授予。如欲了解更多詳情,請依照以下作者的說明操作,或直接聯絡radhe396。
除非您完全信任其作者並了解腳本的工作原理,否則TradingView不建議您付費或使用腳本。您也可以在我們的社群腳本中找到免費的開源替代方案。
作者的說明
Script is Completely Free For Everyone, User Can Request.
I have shared Complete Step by Step Details About Indicator,
if still anyone need help
Kindly let me know or write an email to:-
jitendra22396@gmail.com
提醒:在請求訪問權限之前,請閱讀僅限邀請腳本指南。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。