T3 with Adjustable BandsT3 with Adjustable Bands
The T3 with Adjustable Bands indicator is an advanced technical analysis tool designed to provide a smooth and responsive trend-following line, combined with customizable upper and lower bands. This indicator is based on the T3 moving average, developed by Tim Tillson, which is known for its low lag and ability to reduce noise in price data.
In addition to the T3 line, this script introduces two adjustable bands calculated by offsetting the T3 line by a user-defined number of pips. These bands can help traders identify potential overbought or oversold conditions, as well as areas of price consolidation or breakout.
________________________________________
Key Features
1. Dynamic T3 Line:
o The T3 line is calculated using recursive exponential moving averages (EMAs) for smooth and reliable trend detection.
o Optionally highlights upward movements in green and downward movements in red for better visual clarity.
2. Customizable Upper and Lower Bands:
o The upper and lower bands are offset by a user-defined pip value, allowing traders to adapt the indicator to different market conditions or trading strategies.
3. Fully Adjustable Parameters:
o Length: Control the sensitivity of the T3 line by adjusting the EMA length.
o Factor: Adjust the smoothing factor to fine-tune the responsiveness of the T3 line.
o Source: Choose the price source for calculations (e.g., close, open, high, low).
o Pip Adjustment: Set the pip value for the upper and lower bands to match your trading instrument and strategy.
4. Versatile Use Cases:
o Identify trends and trend reversals with the T3 line.
o Use the bands to spot price ranges, breakouts, and potential support/resistance levels.
o Combine with other indicators for confirmation signals.
________________________________________
How to Use
1. Trend Identification:
o Observe the T3 line for direction and color changes. Green indicates bullish momentum, while red indicates bearish momentum.
2. Support and Resistance:
o Use the upper and lower bands to identify key levels where price might reverse or consolidate.
3. Breakout Zones:
o Look for price breaks above the upper band or below the lower band for potential breakout opportunities.
________________________________________
Customization Options
• Length: Adjust the length of the EMA used to calculate the T3 line.
• Factor: Control the smoothing factor for the T3 calculation (ranges from 0 to 1).
• Highlight Movements: Enable or disable dynamic color highlighting for the T3 line.
• Source: Select the price source for the indicator.
• Pip Adjustment: Customize the offset for the upper and lower bands in pips.
________________________________________
Who Can Benefit from This Indicator?
• Trend Traders: Gain a clear view of the prevailing market trend with minimal lag.
• Range Traders: Use the bands to identify potential reversal zones or mean-reversion opportunities.
• Scalpers and Swing Traders: Customize the indicator for different timeframes and trading styles using adjustable parameters.
________________________________________
Disclaimer
This indicator is a technical analysis tool and should not be used as the sole basis for making trading decisions. Always combine it with other forms of analysis and risk management strategies. Past performance is not indicative of future results.
المؤشرات والاستراتيجيات
HMA+SwingsVery simple script plotting the Hull Moving average and the recent swing points.
First try, don't be harsh
XAU/USD Scalping Indicator📌 XAU/USD Scalping Indicator – High-Precision Buy/Sell Signals 🚀
💰 Best for Gold (XAU/USD) Scalping on 1M, 5M, and 15M Timeframes!
This indicator is designed for high-frequency scalping of XAU/USD (Gold) using a powerful combination of trend and momentum indicators.
✅ Features:
🔹 EMA (9 & 21) – Confirms the short-term trend.
🔹 RSI (14) – Filters out overbought/oversold conditions.
🔹 MACD Crossover – Confirms momentum shifts.
🔹 Buy & Sell Alerts – Signals for potential trade entries.
🔹 Clear Labels – BUY (Green) and SELL (Red) markers.
🛠️ How It Works:
📈 BUY Signal: When 9 EMA crosses above 21 EMA, RSI is above 30, and MACD is bullish.
📉 SELL Signal: When 9 EMA crosses below 21 EMA, RSI is below 70, and MACD is bearish.
⚡ Best Trading Sessions: London & New York sessions for high volatility.
🔥 Why Use This Indicator?
✅ Easy-to-Use: No complex settings, plug & play!
✅ Optimized for Scalping: Ideal for 1M, 5M, and 15M timeframes.
✅ Works on Gold & Other Forex Pairs!
✅ No Lagging Signals: Real-time alerts for quick decision-making.
🚀 How to Use This Indicator:
1️⃣ Add to TradingView and apply it to your XAU/USD chart.
2️⃣ Look for BUY/SELL signals with trend confirmation.
3️⃣ Combine with price action & support/resistance for best results.
4️⃣ Use during high-volume sessions (London/New York).
🏆 Ideal for:
✔️ Day Traders & Scalpers 📊
✔️ Gold (XAU/USD) Traders 🏆
✔️ Forex Scalping Enthusiasts 💰
✔️ Beginners & Experienced Traders 🔥
⚠️ Disclaimer: This indicator is for educational purposes only. Always backtest before using real capital. Risk management is essential! 🚨
💡 Like this indicator? Give it a thumbs up 👍 & leave a review!
📩 For custom modifications or alerts, let me know! 🚀🔥
欧元交易策略(自定义EMA/SMA参数)建议 SMA101 EMA12 EMA21 以下是该策略的详细文字说明:
//【参数与指标设置】
– 策略允许用户自定义三个主要参数:
• SMA Length:用于计算简单移动平均线(SMA);
• EMA Fast Period:用于计算快速指数移动平均线(EMA Fast);
• EMA Slow Period:用于计算慢速指数移动平均线(EMA Slow)。
– 根据这些参数分别计算出 SMA、EMA Fast 和 EMA Slow,并将它们绘制到图表上,便于观察价格与均线之间的关系。
//【入场条件】
– 做多(买入)条件包含两个触发方式:
a. 条件1:当收盘价高于SMA,同时EMA Fast向上穿越EMA Slow时,认为价格处于上行趋势,此时触发做多信号;
b. 条件2:当收盘价上穿SMA且前5根K线的最低价均高于各自时的SMA,说明近期价格一直处于SMA上方,亦触发做多信号。
– 做空(卖出)条件与做多相反:
a. 条件1:当收盘价低于SMA,同时EMA Fast向下穿越EMA Slow时,触发做空信号;
b. 条件2:当收盘价下穿SMA且前5根K线的最高价均低于各自时的SMA,也触发做空信号。
//【初始止损与止盈设置】
– 当策略满足入场条件且当前无持仓时,记录入场时的价格和当时的EMA Fast值。
– 计算初始止损时,采用“入场时EMA Fast价格与固定0.2%止损”中较大的差值作为止损百分比。
• 例如,对于做多来说,若入场价与EMA Fast之间的差距大于0.2%,则以该差距作为止损标准,否则采用0.2%;
– 初始止损价格计算为:
• 多头:入场价 × (1 – 止损百分比);
• 空头:入场价 × (1 + 止损百分比);
– 初始止盈目标设置为止损幅度的5倍(即止盈为止损的5倍)。
//【移动止损机制】
– 在持仓期间,策略持续追踪:
• 多头时记录持仓期间的最高价;
• 空头时记录持仓期间的最低价。
– 当持仓盈利达到0.8%时,启动移动止损机制:
• 对于多头,更新止损价格为持仓期间最高价的0.3%以下;同时重新计算止盈目标(仍保持止盈为更新后止损的5倍);
• 对于空头,更新止损价格为持仓期间最低价的0.3%上方,并相应调整止盈目标。
//【额外平仓条件】
– 无论是多头还是空头持仓,策略都会监控EMA Fast与EMA Slow之间的交叉:
• 如果持多仓时EMA Fast向下穿越EMA Slow,则立即平多;
• 如果持空仓时EMA Fast向上穿越EMA Slow,则立即平空。
– 这项条件有助于在趋势转变时及时退出,以降低风险。
总的来说,该策略通过灵活调节SMA和EMA参数来判断趋势和入场时机,并采用较为严格的止损/止盈设置和动态移动止损机制,以确保在获利的同时尽可能地锁定利润和控制风险。通过调整这些参数,用户可以回测不同的组合,寻找出对欧元交易效果最佳的策略。
sarch cloud EMA, MACD ve Bollinger Bantlarıema yukarıayken buy asagıdayken sell bollinger bantları asagıdayken buy yukarıdayken sell
Sessions by SHARKForex сесії для чого?
По перше трейдеру дуже просто формувати свій робочий час. Найкращі години для відкриття позицій це London KZ та New-York kz. Відходячи від того , що відбувалося в рамках кожної сесії можна вже створювати майбутній аналіз враховуючи контекст.
Ми повинні розуміти, що є конкретні години дня, які є найбільш/найменш волатильними , розуміння цього допоможе вам знати, коли ви хочете шукати налаштування а коли ні.
Торгівля не в рамках KZ - може приводити до пересиджування у позиції , тому що на маркеті зменшується кількість ліквідності , та за рахунок чого й зменшується волатильність.
FVG By SHARKImbalance (IMB/FVG/дисбаланс/не ефективність) - імпульсний рух ціни, який супроводжується відсутністю балансу між покупками і продажами, простими словами це дисбаланс котрий формує не ефективність.
Простими словами це сильний імпульс, де не було проторговано майже ніякого об’єму однієї з сторін (наприклад якщо імпульс бичий, то в такому випадку було мало об’єму від продавців). З’являється пустота/не ефективна зона, яку треба заповнити ліквідністю, що і робить маркет мейкер(алгоритм).
за допомогою цього індикатора ви можете полегшити свою роботу з неефективностями, тепер вони автоматично підсвічуватимуться на графіку
Multi-Timeframe Triple MA SuiteA versatile multi-timeframe indicator featuring three customizable moving averages. Perfect for trend analysis across different timeframes and trading strategies.
Key Features:
• 7 Moving Average Types for each line:
- EMA (Exponential Moving Average)
- SMA (Simple Moving Average)
- RMA (Rolling Moving Average)
- VWMA (Volume Weighted Moving Average)
- WMA (Weighted Moving Average)
- TEMA (Triple Exponential Moving Average)
- SMMA (Smoothed Moving Average)
• Independent settings for each MA:
- Customizable timeframe
- Adjustable period length
- Selectable data source (close, open, high, low, hl2, hlc3, ohlc4)
• Visual Features:
- Color-coded lines for easy identification
- Adjustable line thickness
- Clean and intuitive interface
Usage Examples:
1. Trend Following: Use different timeframe MAs to identify multi-timeframe trends
2. Support/Resistance: Use as dynamic support and resistance levels
3. Cross Strategy: Monitor crossovers between different MA types
4. Trend Strength: Compare MA alignment across timeframes
Perfect for:
• Day traders
• Swing traders
• Position traders
• Multi-timeframe analysis
• Custom trading strategies
This indicator combines flexibility with powerful analysis capabilities, allowing traders to adapt it to various trading styles and market conditions.
Triple MA & Volume Profile- Hiro ABCcombine triple ma and volume profile. Works well to see important levels. Works best with daily and weekly volume profile. MA will give you bias.
SHIVBHAGWAN BUY SIGNALPlot EMAs: Plot the 9 and 15 EMAs on the chart.
Candle Conditions: Identify candles that form on the EMA and are crossed by the next candle.
Buy Signal: Generate a "Buy" signal when the next candle crosses the previous candle.
Stop Loss: Use the previous candle's low as the stop loss and label it as "SL".
Target: Calculate the target as 2x the stop loss points and label it as "TGT".
EMA Buy SignalPlot EMAs: Plot the 9 and 15 EMAs on the chart.
Candle Conditions: Identify candles that form on the EMA and are crossed by the next candle.
Buy Signal: Generate a "Buy" signal when the next candle crosses the previous candle.
Stop Loss: Use the previous candle's low as the stop loss and label it as "SL".
Target: Calculate the target as 2x the stop loss points and label it as "TGT".
NLS - 52W High Screener (3, 5, 7 Days)This indicator automatically detects stocks that have reached a new 52-week high within the last 3, 5, or 7 days. Perfect for traders looking for breakouts and strong momentum stocks!
📊 Features:
✅ Identifies new 52-week highs within the last 3, 5, or 7 days
✅ Fully Screener-compatible – Easily filter stocks in the TradingView Screener
✅ Plots the 52-week high as a blue line in the chart for better visualization
✅ Built-in alerts to notify you when a new 52W high is reached
✅ Optimized for the 1D (daily) timeframe
🛠️ How to Use in the Screener:
1️⃣ Add & activate the indicator
2️⃣ Open the TradingView Screener
3️⃣ Filter using one of these columns:
Screener 52W High Last 3 Days
Screener 52W High Last 5 Days
Screener 52W High Last 7 Days
4️⃣ Set the filter to "is true" to see relevant stocks
📢 Alerts:
Get notified when a stock reaches a new 52-week high in the last 3, 5, or 7 days!
🔍 Ideal for:
✔ Trend-following & breakout traders 🚀
✔ Swing traders looking for strong stocks 📈
✔ Screener users searching for momentum setups
SMC Structures FVG EMA Fibonacci by rkkhothThe SMC Structures, FVG, EMA Fibonacci indicator allows the user to easily identify trend continuations (Break Of Structure) or trend changes (CHange Of CHaracter) on any time frame. In addition, it display all FVG areas, whether they are bullish, bearish, or even mitigated, with trend ema, sma, rma .
Fair Value Gap :
The FVG process shows every bullish, bearish or even mitigated FVG liquidity area. When a FVG is fully mitigated it will directly be removed of the chart.
There is an history of FVG to show. By selecting specific number of FVG to show in the chart, the user can focus its analysis on lasts liquidity area.
Here's the rules for FVG color :
Green when it's a bullish FVG and has not been mitigated
Red when it's a bearish FVG and has not been mitigated
Gray when the bullish / bearish FVG has been mitigated
Removed when the FVG has been fully mitigated
Structures analysis:
The Structure process show BOS in grey lines and CHoCH in yellow lines. It shows to the user the lasts price action pattern.
The blue lines are the high value and the low value of the current structure.
Release Notes
Adding the "Reduce mitigated FVG" parameter
User can check this parameter to reduce mitigated FVG area. This will show exactly where is FVG that has not been mitigated on the chart.
The mitigated FVG color is still grey.
This new parameter is disabled by default but can be enabled at any time
Release Notes
Adding alerts when FVG is mitigated
With this new feature, user can add an alert directly from the indicator. It will be sent when a FVG area has been mitigated.
Release Notes
Set bullish and bearish BOS/CHoCH color
With this new feature, user can now change BOS and CHoCH color compared to its direction (bullish or bearish).
With this new version, there can now be up to 4 different colors during a structure change.
Release Notes
Adding Fibonacci retracement levels of the current structure
In this new version, the user can display up to 5 Fibonacci retracement levels that will be applied to the current structure.
The user can also modify the value, color, style, and thickness of the line associated to each retracement.
The default values are as follows: 0.786, 0.705, 0.618, 0.5, and 0.382.
Release Notes
Fix fibonacci line style paramete
Release Notes
Addition of Alerts During a BOS / CHOCH.
To add this feature, you will need to use the "Create an Alert" tool and select the condition "SMC Structures FVG EMA FIBONACCI BY RKKHOTH."
Two alerts are currently available for BOS / CHOCH (do not select "Any alert() function call").
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
For quick access on a chart, add this script to your favorites — learn more here.
RKKHOTH
Follow
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 TradingView. Read more in the Terms of Use.
RSI - Vortex Cross Signals long/shortSync of the 2 indicators , Vortex / RSI on crossover to signal long or short possible events, need to be combine with another indicator like SMA (200) to filter noise and SMA (8) to exit position
Double Bollinger Bands with Dynamic Stops and Take ProfitSTS (SPARTAN MASTER) DOPPIA BANDA DI BOLLINGER:
Questo indicatore avanzato combina due Bande di Bollinger con deviazioni personalizzabili per identificare la volatilità del mercato e le potenziali zone di inversione. Inoltre, integra un sistema dinamico di stop-loss e take-profit basato sul range massimo delle ultime n candele, consentendo un controllo flessibile del rischio.
🔹 Caratteristiche Principali:
✅ Doppie Bande di Bollinger:
Deviazione 1: Identifica la volatilità standard e fornisce segnali di ritracciamento.
Deviazione 2: Evidenzia le zone di iperestensione del prezzo, utili per strategie di breakout o mean reversion.
✅ Stop-Loss Dinamici:
Calcolati sulla base del range massimo delle ultime n candele.
Si adattano automaticamente alle condizioni di mercato per ottimizzare la protezione del capitale.
✅ Take-Profit Dinamico:
Definito in base al rapporto rischio/rendimento scelto.
Permette di gestire le operazioni con un approccio flessibile e dinamico.
🔹 Come Utilizzarlo:
📌 Quando il prezzo si avvicina alla banda superiore (Deviazione 2) → Possibile ipercomprato, attenzione a possibili inversioni o breakouts.
📌 Quando il prezzo si avvicina alla banda inferiore (Deviazione 2) → Possibile ipervenduto, potenziale rimbalzo o continuazione del trend ribassista.
📌 Stop-loss e Take-profit vengono automaticamente calcolati per ogni operazione, adattandosi alla volatilità del mercato.
🔹 Ideale per:
🔸 Trader che utilizzano strategie di breakout e mean reversion.
🔸 Chi desidera un sistema di gestione del rischio dinamico e adattivo.
🔸 Analisi di volatilità su timeframe medio-lunghi.
🚀 Ottimizza la tua strategia con il Double Bollinger Bands & Dynamic Stops!
[Ice Hive Algo] Averaged Bull Bear Power
Modified version of a well know Bull Bear Power Indicator.
It is now universal and can be used in building trading strategies by having indicator that is not tied to absolute price values.
Instead it operates percentages of price movements calculating Bull Bear power.
Advanced Support and Resistance Zones with Buy/Sell Signalsimport ccxt
import pandas as pd
import numpy as np
import ta
# اتصال به بازار (مثال: Binance)
exchange = ccxt.binance()
# تنظیمات
symbol = 'BTC/USDT' # جفت معاملاتی
timeframe = '4h' # تایمفریم 4 ساعته
# دریافت دادههای قیمتی
def fetch_data(symbol, timeframe, limit=100):
try:
ohlcv = exchange.fetch_ohlcv(symbol, timeframe=timeframe, limit=limit)
df = pd.DataFrame(ohlcv, columns= )
df = pd.to_datetime(df , unit='ms')
return df
except Exception as e:
print(f"خطا در دریافت دادهها: {e}")
return None
# محاسبه EMA
def calculate_ema(data, period):
return ta.trend.ema_indicator(data , window=period)
# محاسبه Fibonacci Retracement
def calculate_fibonacci_levels(data):
high = data .max()
low = data .min()
diff = high - low
levels = {
"0%": high,
"23.6%": high - 0.236 * diff,
"38.2%": high - 0.382 * diff,
"50%": high - 0.5 * diff,
"61.8%": high - 0.618 * diff,
"100%": low
}
return levels
# محاسبه Pivot Points
def calculate_pivot_points(data):
high = data .max()
low = data .min()
close = data .iloc
pivot = (high + low + close) / 3
r1 = (2 * pivot) - low
s1 = (2 * pivot) - high
r2 = pivot + (high - low)
s2 = pivot - (high - low)
return {"R1": r1, "S1": s1, "R2": r2, "S2": s2}
# شناسایی مناطق حمایت و مقاومت
def identify_support_resistance(data, ema_period=20):
support_zones = {}
resistance_zones = {}
# محاسبه EMA
ema = calculate_ema(data, ema_period)
ema_value = ema.iloc
# محاسبه Fibonacci Levels
fib_levels = calculate_fibonacci_levels(data)
# محاسبه Pivot Points
pivot_points = calculate_pivot_points(data)
# ترکیب ابزارها برای شناسایی مناطق
all_levels = list(fib_levels.values()) + + list(pivot_points.values())
for level in all_levels:
count = 0
if level in fib_levels.values():
count += 1
if abs(level - ema_value) < 100: # اگر EMA نزدیک باشد
count += 1
if level in pivot_points.values():
count += 1
if count >= 2: # حداقل دو ابزار تایید کننده
if level < data .iloc : # حمایت
support_zones = count
else: # مقاومت
resistance_zones = count
return support_zones, resistance_zones
# اجرای ربات
if __name__ == "__main__":
df = fetch_data(symbol, timeframe)
if df is not None:
support_zones, resistance_zones = identify_support_resistance(df)
print("مناطق حمایت:")
for zone, strength in support_zones.items():
print(f"قیمت: {zone}, قوت: {strength}")
print(" مناطق مقاومت:")
for zone, strength in resistance_zones.items():
print(f"قیمت: {zone}, قوت: {strength}")
Custom EMA Strategyקוד אלגוריתמי PINE EDITOR עבור טריידינג וויו
הקוד נדרש לבצע את הפעולות הבאות.
הגדרה של מחיר סגירה של נר P_CLOSE
משתנים ניתנים לבחירה על ידי המתשמש
ממוצע אקספוננציאלי -EMA ניתן לבחור כמה על כמה נרות יהיה הממוצע
D - מרחק של P_CLOSE - EMA
C - (P_CLOSE-P_CLOSE(2*נר קודם)+P_CLOSE(נר קודם קודם))/P_CLOSE(נר קודם)
מצב קניה
D<0
וגם
C>0
מצב מכירה
D>0
וגם
C<0
EMA/MA with OHCL Candle and Long Wick – A Comprehensive Trading
Dear Traders,
I am excited to introduce EMA/MA with OHCL Candle and Long Wick, a powerful trading indicator designed to enhance market analysis by combining Exponential Moving Averages (EMA), Simple Moving Averages (MA), OHCL candle patterns, and long wick detection into a single tool.
Key Features:
✅ Customizable Wick Size & Timeframe – Adapt the indicator to different market conditions by adjusting wick size and analyzing price action over any timeframe.
✅ EMA & MA for Trend Analysis – Includes multiple EMAs and MAs (5, 9, 15, 20, 50, 100, 200) to help identify trends and potential reversals.
✅ Long Wick Signal Detection – Identifies strong Buy and Sell opportunities based on wick size, signaling potential market turning points.
✅ OHCL Candle Analysis – Highlights OHCL patterns to provide additional insights into price action.
✅ User-Friendly & Lightweight – Efficiently coded for seamless performance on TradingView.
This indicator is perfect for traders looking to refine their entry and exit strategies by leveraging price action and moving averages. Whether you're a scalper, day trader, or swing trader, this tool provides valuable insights to enhance your decision-making.
Give it a try, and let me know your feedback! 🚀
Best regards,
Purnendu Singh
My_test_VVV777Этот индикатор рассчитывает VWAP и уровни Фибоначчи на основе стандартного отклонения. Он отображает эти уровни на графике и определяет условия для бычьих и медвежьих позиций.