My scriptTrend gold signal Ema strategy
The system finds the best entries for a trade. Use in gold, all numbers have been customized for it.
Functional
T2 trend gold is the second version of my trading system. Be sure to check out the first part! This system gives a signal earlier.
Key signals
Buy -----> Blue triangle to buy
Sell -----> Red triangle to sell
Remarks
I personally tested this system on my own trading and it helps me find entries for deals. The main thing is, if consolidation has begun, turn off the system, because the trading range is small at this moment, use oscillators
Exponential Moving Average (EMA)
Trend Band Oscillator📌 Trend Band Oscillator
📄 Description
Trend Band Oscillator is a momentum-based trend indicator that calculates the spread between two EMAs and overlays it with a volatility filter using a standard deviation band. It helps traders visualize not only the trend direction but also the strength and stability of the trend.
📌 Features
🔹 EMA Spread Calculation: Measures the difference between a fast and slow EMA to quantify short-term vs mid-term trend dynamics.
🔹 Volatility Band Overlay: Applies an EMA of standard deviation to the spread to filter noise and highlight valid momentum shifts.
🔹 Color-Based Visualization: Positive spread values are shown in lime (bullish), negative values in fuchsia (bearish) for quick directional insight.
🔹 Upper/Lower Bands: Help detect potential overbought/oversold conditions or strong trend continuation.
🔹 Zero Line Reference: A horizontal baseline at zero helps identify trend reversals and neutral zones.
🛠️ How to Use
✅ Spread > 0: Indicates a bullish trend. Consider maintaining or entering long positions.
✅ Spread < 0: Indicates a bearish trend. Consider maintaining or entering short positions.
⚠️ Spread exceeds bands: May signal overextension or strong momentum; consider using with additional confirmation indicators.
🔄 Band convergence: Suggests weakening trend and potential transition to a ranging market.
Recommended timeframes: 1H, 4H, Daily
Suggested complementary indicators: RSI, MACD, OBV, SuperTrend
✅ TradingView House Rules Compliance
This script is open-source and published under Pine Script v5.
It does not repaint, spam alerts, or cause performance issues.
It is designed as an analytical aid only and should not be considered financial advice.
All calculations are transparent, and no external data sources or insecure functions are used.
====================================================================
📌 Trend Band Oscillator
📄 설명 (Description)
Trend Band Oscillator는 두 개의 EMA 간 스프레드(차이)를 기반으로 한 모멘텀 중심의 추세 오실레이터입니다. 여기에 표준편차 기반의 변동성 밴드를 적용하여, 추세의 방향뿐 아니라 강도와 안정성까지 시각적으로 분석할 수 있도록 설계되었습니다.
📌 주요 특징 (Features)
🔹 EMA 기반 스프레드 계산: Fast EMA와 Slow EMA의 차이를 활용해 시장 추세를 정량적으로 표현합니다.
🔹 표준편차 필터링: Spread에 대해 EMA 및 표준편차 기반의 밴드를 적용해 노이즈를 줄이고 유효한 추세를 강조합니다.
🔹 컬러 기반 시각화: 오실레이터 값이 양수일 경우 초록색, 음수일 경우 마젠타 색으로 추세 방향을 직관적으로 파악할 수 있습니다.
🔹 밴드 범위 시각화: 상·하위 밴드를 통해 스프레드의 평균 편차 범위를 보여주며, 추세의 강약과 포화 여부를 진단할 수 있습니다.
🔹 제로 라인 표시: 추세 전환 가능 지점을 시각적으로 확인할 수 있도록 중심선(0선)을 제공합니다.
🛠️ 사용법 (How to Use)
✅ 오실레이터가 0 이상 유지: 상승 추세 구간이며, 롱 포지션 유지 또는 진입 검토
✅ 오실레이터가 0 이하 유지: 하락 추세 구간이며, 숏 포지션 유지 또는 진입 검토
⚠️ 상·하위 밴드를 이탈: 일시적인 과매수/과매도 혹은 강한 추세 발현 가능성 있음 → 다른 보조지표와 함께 필터링 권장
🔄 밴드 수렴: 추세가 약해지고 있음을 나타냄 → 변동성 하락 또는 방향성 상실 가능성 있음
권장 적용 시간대: 1시간봉, 4시간봉, 일봉
보조 적용 지표: RSI, MACD, OBV, SuperTrend 등과 함께 사용 시 신호 필터링에 유리
✅ 트레이딩뷰 하우스룰 준수사항 (TV House Rules Compliance)
이 지표는 **무료 공개용(Open-Source)**이며, Pine Script Version 5로 작성되어 있습니다.
과도한 리페인트, 비정상적 반복 경고(alert spam), 실시간 성능 저하 등의 요소는 포함되어 있지 않습니다.
사용자는 본 지표를 투자 결정의 참고용 보조 도구로 활용해야 하며, 독립적인 매매 판단이 필요합니다.
데이터 소스 및 계산 방식은 완전히 공개되어 있으며, 외부 API나 보안 취약점을 유발하는 구성 요소는 없습니다.
Momentum Trading StrategyThis is a Trend Following Momentum Strategy, where i used EMA, ADX, RSI, VWAP to take trade with Trend and initiate trade when Momentum builds up.
The Default target is 1:2
Friedrich's Ichimoku & EMA Strategy📈 Friedrich's Ichimoku & EMA Strategy
This strategy combines the strength of the Ichimoku Cloud with the long-term trend confirmation of the 200 EMA to identify high-probability long entries.
🧠 Strategy Logic
Entry Conditions:
- Price is above the Ichimoku Cloud (bullish confirmation).
- Price is above the 200 EMA (long-term trend is up).
Exit Conditions:
- Price falls below the Ichimoku Cloud, or
- Price drops below the 200 EMA while in an open position.
📊 Visual Features
Plots Lead Line 1 & 2 of the Ichimoku Cloud.
Fills the cloud area for clear visual trend recognition.
Plots the 200 EMA to show long-term trend alignment.
🔔 Alerts
Long Entry Signal: When all conditions align for a long.
Close Signal: When price invalidates the setup.
🕒 Recommended Use
Best used on the 6H (6-hour) timeframe.
Optimized for Bitcoin (BTC/USD), but adaptable to other trending assets.
💡 Use Case
This strategy is designed for traders who want to:
Ride strong trends.
Use a rule-based approach with clear visual guidance.
You can customize the Ichimoku or EMA settings to fit your asset or time frame.
Angle-Momentum-Force v2 [Alex Ko]Angle-Momentum-Force v2 — это пользовательский индикатор, который помогает определить силу и направление рыночного движения, объединяя три параметра:
Угол атаки — рассчитывается на основе наклона скользящей средней (EMA).
Моментум цены — показывает скорость изменения цены за заданный период.
Сила движения (Force) — определяется как произведение объёма на моментум (объём × моментум).
Как пользоваться:
Индикатор строится в отдельной панели под графиком.
Зеленый фон появляется при выполнении сигнала на покупку:
Угол > 20°, Моментум > 0, Сила > порога.
Ты можешь настраивать параметры:
EMA Period,
Momentum Period,
Force Threshold.
Используй как фильтр для входа или подтверждение тренда.
Angle-Momentum-Force v2 is a custom indicator designed to visualize the strength and direction of price movement by combining:
Angle of Attack — calculated based on the slope of the EMA line.
Price Momentum — the rate of price change over a defined period.
Force of Movement — defined as volume × momentum.
How to Use:
The indicator displays in a separate pane below the chart.
A green background highlights a buy signal when all three conditions are met:
Angle > 20°, Momentum > 0, and Force > Threshold.
You can customize:
EMA Period,
Momentum Period,
Force Threshold.
Use it as an entry filter or trend confirmation tool.
TradeMaster🧠 TradeMaster – Smart Scalping System with Risk-Reward Ratio Below 1%
TradeMaster is an intelligent scalping indicator designed to help traders profit in the Gold (XAUUSD) market. By providing accurate signals and tight risk management, TradeMaster makes it easier to capture profits in active trading sessions by giving clear Buy and Sell signals along with efficient position management.
⚙️ Key Features
🔹 Smart Scalping Signal Engine
TradeMaster provides clear Buy and Sell signals based on the EMA line and confirmation from colored arrow signals. You’ll receive several Buy and Sell signals on the chart, but only signals that align with the set strategy should be traded.
Buy Signal: When the EMA line turns green and a green arrow appears below it, this indicates the time to open a Buy position.
Smart Sell Signal: When the EMA line turns red and a red arrow appears above it, this signals the time to open a Sell position.
🔸 Trade Execution Strategy
Before executing trades, you must follow a few strategic steps to ensure good risk management with higher reward potential.
Buy Signal:
Wait for the EMA line to turn green and the green arrow to appear for the first time.
Open a Buy position on the second appearance of the green arrow.
Stop Loss (SL) is placed 2 pips below the candle that triggered the Buy signal.
Take Profit (TP) is set at a 1:1 Risk-Reward Ratio.
Sell Signal:
Wait for the EMA line to turn red and the red arrow to appear for the first time.
Open a Sell position on the second appearance of the red arrow.
Stop Loss (SL) is placed 2 pips above the candle that triggered the Sell signal.
Take Profit (TP) is set at a 1:1 Risk-Reward Ratio.
🔰 Position Management
Once a position is opened based on the received signal, traders can choose to move the Stop Loss (SL) to Breakeven once the price moves in their favor. If the price continues in the desired direction, higher TP levels (TP2 and TP3) can be used to lock in larger profits.
If the EMA line remains green after opening a Buy position, you can move the Stop Loss upwards to lock in profits.
If the price reaches Take Profit (TP1), you can choose to close part of the position or adjust TP to the next level.
📊 Signal Notification Features
TradeMaster provides you with clear Buy and Sell signals directly on the chart. You will get a signal whenever:
A Buy Signal appears on the chart when the EMA line turns green and a green arrow appears below the price.
A Sell Signal appears on the chart when the EMA line turns red and a red arrow appears above the price.
🚀 Ideal For:
Scalpers and short-term traders in Gold (XAUUSD) who need precise signals and tight risk management.
Intraday traders who follow trends and need clear signals and dashboard data.
Systematic traders who want visual planning for market entry and exit.
🧩 Recommended Usage Tips:
Use TradeMaster during volatile trading sessions such as the London-New York overlap for better quality signals.
Always follow the 1:1 Risk-Reward Ratio strategy before opening a position and only let the position run if the signal direction remains intact.
Combine TradeMaster with support and resistance levels for smarter decision-making.
📌 Why Choose TradeMaster?
Because you want clarity with effective risk management.
Because smart signals outperform guesswork in scalping.
Because Gold rewards precision, and TradeMaster helps you achieve it more easily.
Innotrade Market Cycle Orderflow + Volatiliy BandThis indicator provides a comprehensive and visually intuitive view of market momentum and volatility. It moves beyond standard oscillators by combining a powerful composite momentum engine—visualized as "Orderflow Candles"—with a dynamic Volatility Band (VB) Channel.
Instead of just telling you if the market is overbought or oversold, this tool helps you understand the energy behind market moves. Is momentum strong and sustained? Is the market coiling up for a breakout? Is a trend reaching its exhaustion point? This indicator is designed to answer those questions.
Core Components
Market Cycle (MC) Orderflow Candles: These are not price candles. Each candle is a visual representation of aggregate momentum, calculated from a weighted blend of three powerful oscillators: the Detrended Crystal Oscillator (DCO), the Relative Strength Index (RSI), and the Stochastic RSI.
Green Candles: Indicate rising buying momentum.
Red Candles: Indicate rising selling momentum.
Wicks: Show the highest and lowest momentum levels reached during the bar.
The VB (Volatility Band) Channel: This is the key addition that provides dynamic context. Based on the classic Traders Dynamic Index (TDI) logic, these blue bands are calculated using the RSI's standard deviation.
Bands Expand: Volatility is high; momentum is strong.
Bands Contract (Squeeze): Volatility is low; the market is consolidating and building energy for its next move.
Moving Average (Yellow Line): A simple moving average of the MC Orderflow's "close." It acts as a baseline, helping to spot short-term shifts in momentum. A crossover of the MA is often the first sign of a change in direction.
Trading Strategies & Interpretations
The real power of this indicator comes from observing the interaction between the MC Orderflow Candles and the VB Channel.
Strategy 1: The Squeeze and Breakout
This classic volatility strategy helps you pinpoint moments of market consolidation and enter just as a new, powerful trend begins.
The Setup: Look for the blue VB Channel bands to become very narrow and tighten around the MC Orderflow candles. This is the "squeeze," representing a period of low volatility and market indecision.
The Signal:
Bullish Breakout: A strong green MC candle breaks out of the squeeze, pushing the upper VB band open and crossing above the yellow MA. This signals that buying pressure is unleashing.
Bearish Breakout: A strong red MC candle breaks down from the squeeze, pushing the lower VB band open and crossing below the yellow MA. This signals that selling pressure is taking control.
Strategy 2: Riding the Trend ("Walking the Band")
This technique helps you stay in winning trades longer by confirming the strength and sustainability of a trend.
The Setup: You are in an established trend (e.g., a long position after a bullish breakout).
The Signal to Stay In: As long as the MC Orderflow candles are consistently "riding" along the outer edge of the VB Channel (the upper band in an uptrend, lower band in a downtrend), it confirms that momentum is strong and sustained. Don't exit prematurely.
The Signal of Weakness: If the candles begin to fall away from the outer band and move back towards the 50 midline or cross the yellow MA, it signals that momentum is fading and it may be time to take profits or tighten your stop.
Strategy 3: Exhaustion and Reversal Signals
This is a more aggressive, counter-trend strategy designed to identify points where a trend has become over-extended and is likely to reverse.
The Setup: The market has made a fast, parabolic move, and the VB Channel bands are very wide.
The Signal: Look for an MC Orderflow candle that pokes outside of the VB Channel. This signals a climactic, often emotional, and unsustainable move.
Sell Signal: The high of an MC candle pierces above the upper VB band, and the next candle's close is back inside the channel. This suggests the uptrend is exhausted.
Buy Signal: The low of an MC candle pierces below the lower VB band, and the next candle's close is back inside the channel. This suggests a capitulation bottom.
A Practical Example: Tying It All Together
The Squeeze: You spot the blue VB Channel bands tightening, signaling low volatility.
The Entry: A green MC candle breaks out of the top of the squeeze, expanding the upper band. You enter a long position.
The Trend: The green MC candles continue to form, "walking the band" higher. You hold your position.
The Exit: After a strong run, an MC candle's high briefly pokes outside the upper band. The next candle is red and closes back inside the channel. This is your exhaustion signal to exit the trade and lock in profits.
Disclaimer: This indicator is a tool for market analysis and should not be considered financial advice. All trading involves substantial risk. Always use proper risk management and trade responsibly.
T-Reverse w VolumeT-Volume Fuel Indicator
English Description
T-Volume Fuel is a technical indicator designed to identify potential buying opportunities in the Thai stock market by combining price momentum, volume analysis, and EMA crossovers.
Concept
This indicator identifies high-potential entry points by analyzing:
Price momentum relative to EMAs
Volume spikes (using value = price × volume)
EMA crossovers
Market trend confirmation
How to Use
The indicator generates a green triangle (buy signal) when all conditions are met:
Price is above EMA Long (default: 20)
Value EMA Short crosses above Value EMA Long
Price EMA Short crosses below Price EMA Long
Maximum trading value exceeds the minimum threshold
Maximum value is significantly higher than average value
EMA Long is above the specified EMA period (default: 50)
Settings
EMA Price Short Period: Short-term EMA period for price (default: 10)
EMA Price Long Period: Long-term EMA period for price (default: 20)
Value EMA Short Period: Short-term EMA period for trading value (default: 10)
Value EMA Long Period: Long-term EMA period for trading value (default: 20)
Check Max Value Period: Lookback period for maximum value calculation (default: 20)
Minimum Value Threshold (Million THB): Minimum trading value required for signal (default: 10M THB)
Max Value to Avg Value Ratio Threshold: Minimum ratio of max value to average value (default: 2.0)
No Show if EMA over: Minimum EMA period required for signal display (default: 50)
Perfect for Thai stock traders looking for volume-confirmed trend opportunities!
------------------------------------------------------------
คำอธิบายภาษาไทย
T-Volume Fuel คือเครื่องมือทางเทคนิคที่ออกแบบมาเพื่อระบุโอกาสในการซื้อที่น่าสนใจในตลาดหุ้นไทย โดยรวมการวิเคราะห์โมเมนตัมของราคา, ปริมาณการซื้อขาย และการตัดกันของเส้น EMA
แนวคิด
เครื่องมือนี้ระบุจุดเข้าซื้อโดยวิเคราะห์:
โมเมนตัมของราคาเทียบกับค่า EMA
การพุ่งขึ้นของปริมาณการซื้อขาย (โดยใช้มูลค่า = ราคา × ปริมาณ)
การตัดกันของเส้น EMA
การยืนยันแนวโน้มของตลาด
วิธีใช้งาน
เครื่องมือจะแสดงสัญลักษณ์สามเหลี่ยมสีเขียว (สัญญาณซื้อ) เมื่อเข้าเงื่อนไขทั้งหมด:
ราคาอยู่เหนือ EMA ยาว (ค่าเริ่มต้น: 20)
ค่า EMA สั้นของมูลค่าการซื้อขายตัดขึ้นเหนือค่า EMA ยาวของมูลค่าการซื้อขาย
ค่า EMA สั้นของราคาตัดลงต่ำกว่าค่า EMA ยาวของราคา
มูลค่าการซื้อขายสูงสุดเกินกว่าค่าขั้นต่ำที่กำหนด
มูลค่าสูงสุดมากกว่ามูลค่าเฉลี่ยอย่างมีนัยสำคัญ
EMA ยาวอยู่เหนือค่า EMA ที่กำหนด (ค่าเริ่มต้น: 50)
การตั้งค่า
EMA Price Short Period: ระยะเวลา EMA ระยะสั้นสำหรับราคา (ค่าเริ่มต้น: 10)
EMA Price Long Period: ระยะเวลา EMA ระยะยาวสำหรับราคา (ค่าเริ่มต้น: 20)
Value EMA Short Period: ระยะเวลา EMA ระยะสั้นสำหรับมูลค่าการซื้อขาย (ค่าเริ่มต้น: 10)
Value EMA Long Period: ระยะเวลา EMA ระยะยาวสำหรับมูลค่าการซื้อขาย (ค่าเริ่มต้น: 20)
Check Max Value Period: ระยะเวลาย้อนหลังสำหรับการคำนวณมูลค่าสูงสุด (ค่าเริ่มต้น: 20)
Minimum Value Threshold (Million THB): มูลค่าการซื้อขายขั้นต่ำที่ต้องการสำหรับสัญญาณ (ค่าเริ่มต้น: 10 ล้านบาท)
Max Value to Avg Value Ratio Threshold: อัตราส่วนขั้นต่ำของมูลค่าสูงสุดต่อมูลค่าเฉลี่ย (ค่าเริ่มต้น: 2.0)
No Show if EMA over: ระยะเวลา EMA ขั้นต่ำที่ต้องการสำหรับการแสดงสัญญาณ (ค่าเริ่มต้น: 50)
เหมาะสำหรับนักเทรดหุ้นไทยที่ต้องการหาโอกาสในการเทรดที่มีการยืนยันด้วยปริมาณการซื้อขาย!
Jitendra MTF RSI VWAP ADX EMA CROSS MACD StochasticDetailed summary This Indicator
Dynamic Table with Multi-timeframe (MTF) indicator dashboard
It analyzes key technical indicators across up to 6 timeframes and presents the results visually using arrows, colored cells, and indicator values
Toggle to Enable Disable Indicator & Timeframe
Image of Setting For Complete Details
drive.google.com
🧮 How It Works (Calculation Method)
=======================================================================
The core logic of the script uses the request.security() function to fetch each indicator’s value across multiple timeframes:
val_tf = request.security(syminfo.tickerid, tf, expression)
=======================================================================
📈 Indicator Calculations
RSI (Relative Strength Index) = ta.rsi(close, 14)
RSI Divergence (Regular & Hidden)
ta.pivotlow(rsi_tf, divLookbackLeft, divLookbackRight)
ta.pivothigh(rsi_tf, divLookbackLeft, divLookbackRight)
Bullish Divergence: RSI low detected by pivotlow
Bearish Divergence: RSI high detected by pivothigh
Hidden Divergence: Based on price and RSI direction
=======================================================================
ADX, +DI, -DI= ta.dmi(len, lensig)
Returns:
Used to assess trend strength and direction
=======================================================================
EMA (Exponential Moving Averages)
ta.ema(close, emaLength)
3 configurable EMAs
Price vs EMA status shown with green/red background
EMA1 vs EMA2 crossover gives:
▲ if EMA1 > EMA2
▼ if EMA1 < EMA2
=======================================================================
MACD (Moving Average Convergence Divergence)= ta.macd(close, 12, 26, 9)
Returns:
Comparison of MACD > Signal for bullish indicati
=======================================================================
Stochastic Oscillator
ta.stoch(close, high, low, stochKLen) → %K Raw
ta.sma(rawK, stochSmoothK) → Smoothed %K
ta.sma(k, stochSmoothD) → %D
=======================================================================
Table Construction Logic
Initializes a table with table.new()
Adds column headers on first bar (bar_index == 0)
Fills rows with data for: Current TF
Up to 5 additional user-selected timeframes
=======================================================================
✅ Color Logic
Custom color functions determine background/text color based on thresholds:
getRsiColor(val) => val > 60 ? aqua : val >= 40 ? green : red
getAdxColor(val) => val > 25 ? aqua : val >= 18 ? green : red
getVwapColor(close, vwap) => close > vwap ? green : red
=======================================================================
=======================================================================
Included Indicators
1. VWAP (Volume Weighted Average Price)
Displays whether current price is above or below VWAP
2. RSI (Relative Strength Index)
Value + Arrow showing direction change
Optional Divergence Detection (regular + hidden)
3. ADX (Average Directional Index)
ADX strength, +DI, -DI values
4. EMA (Exponential Moving Averages)
3 user-configurable EMAs (default: 5, 21, 50)
Displays value and color-coded status (price above or below)
5. EMA crossover symbol (▲ or ▼ between EMA1 and EMA2)
6. MACD (Moving Average Convergence Divergence)
7. MACD line and Histogram with color-coded background
8. Stochastic Oscillator
%K line shown, color-coded based on %K vs %D
⏱️ Multi-Timeframe (MTF) Support
Displays values for:
Current timeframe (CurTF)
Up to 5 custom timeframes (e.g., 15m, 1h, D, W, M)
Each row shows indicator values across selected timeframes
🔧 Key Features
Customizable Table Layout:
Position : top/bottom/center left/right
Text size : tiny to huge
Flexible Toggles:
You can enable/disable individual indicators (RSI, MACD, VWAP, EMA, etc.)
Select which EMAs to show and whether to display the crossover arrow
Color Coding:
RSI/ADX/DI: green, aqua, red based on strength
VWAP: green if price above, red if below
EMA: green/red backgrounds based on LTP >/< EMA
MACD: green if MACD > signal, red if < signal
Stoch: green if %K > %D, red if <
Thanks
Jitendra
Auto BiasAuto Bias is an automated trading system that analyzes market direction by comparing two Exponential Moving Averages . The system determines the market bias, which can be bullish, bearish, or neutral, based on the relationship between the two EMAs. Auto Bias also integrates multi-timeframe analysis to confirm trading signals from lower timeframes (like M5 or M15) with the broader trend from higher timeframes (such as H1 or H4). It utilizes session and high-timeframe (HTF) filters to enhance signal accuracy and minimize false signals. Buy or sell signals are only triggered when the market bias aligns with the entry signal across multiple timeframes, ensuring a more reliable trading strategy
Adaptive EMA Optimizer🔍 Adaptive EMA Optimizer
Tired of guessing which EMA works best?
This tool does the testing for you — automatically.
Instead of plotting multiple EMAs and trying to eyeball which one works, Adaptive EMA Optimizer simulates trades for each EMA in a range (e.g. 50–200), and highlights the one that performed best based on return, win rate, and trade count.
It's a clean way to keep just one optimized EMA on your chart — and let the data speak.
⚙️ What it does
Simulates trades for each EMA (buy above, sell below)
Calculates PnL, trade count, and return
Picks the best EMA based on performance
Filters EMAs that don’t meet stability thresholds
Plots only the best EMA — with optional trade signals (for calibration)
🧾 Display Options
Use the Label Display Mode setting to control how much information is shown:
Simple → Just the EMA and its slope (e.g. EMA50 (+31°))
Performance → Adds return %, number of trades, etc.
Full → Includes performance + filter status (RS/RSI pass/fail)
This lets you decide: just keep it clean and minimalist — or dig into detailed stats.
⚠️ Important
Buy/Sell signals are only for backtest visualization. This is not a live strategy.
Filters (RS, RSI) affect trade evaluation — not whether the EMA is plotted.
🛠️ How to Use It
Here’s what you can customize:
📊 EMA Testing Range
Set the start and end EMA period (e.g. 50–200)
Choose step size (e.g. test every 2nd EMA)
⏳ Test Date Filter (optional)
Limit performance calculations to a specific date range
(e.g. “only show EMAs that performed best since Jan 2022”)
📈 Risk Management
Define account size, % risk per trade, and stop loss level
(used for backtest stats — not for live orders)
🔐 Stability Controls
Prevent EMA from switching too often by requiring:
Min # of trades
Min performance improvement (%)
Confirmed outperformance over X bars
Min hold time before exit
📉 Entry Filters
Require RS (relative strength) above a certain value
Require RSI above a threshold
These ensure trades are only counted if trend strength exists
🧪 Trade Signals (Optional)
Turn on simulated buy/sell signals
For testing only — not meant for real-time execution
[Oscar] OBV with MA & SMA filterBy invitation only.
This script is based on daily on balance volume.
Both MA & SMA can be set as filters for noise.
The bullish trend is indicated with green color; the bearish trend is in red color.
The best buying point should be
1. The SMA has a positive slope;
2. The green line (bullish trend) appears.
OBV with MA & SMA filterBy invitation only.
This script is based on daily on balance volume.
Both MA & SMA can be set as filters for noise.
The bullish trend is indicated with green color; the bearish trend is in red color.
The best buying point should be
1. The SMA has a positive slope;
2. The green line (bullish trend) appears.
10/50 EMA Cloud + 21 EMA + VWAP + FractalsThis indicator is designed for active traders and combines several popular technical analysis tools into a single, easy-to-use overlay. It helps traders identify trend direction, dynamic support and resistance, and potential reversal points, all while providing optional fractal signals for added clarity.
Features and Components
1. EMA Cloud (10/50 EMA)
10-period EMA (Exponential Moving Average): Tracks short-term price momentum.
50-period EMA: Represents a longer-term trend.
Cloud Visualization: The area between the 10 and 50 EMA is filled with color:
Green cloud when the 10 EMA is above the 50 EMA, signaling bullish momentum.
Red cloud when the 10 EMA is below the 50 EMA, signaling bearish momentum.
Purpose: Quickly visualize the prevailing trend and potential trend shifts.
2. 21-period EMA
21 EMA: Plotted as a blue line, this moving average is widely used to gauge intermediate-term trend and dynamic support/resistance.
Purpose: Acts as a reference for trend-following entries and exits.
3. VWAP (Volume Weighted Average Price)
VWAP Line: Plotted in orange, VWAP gives the average price weighted by volume for the session.
Purpose: Useful for identifying fair value, potential bounce/reversal zones, and institutional interest levels.
4. Fractals (Toggleable)
User Option: A setting allows the user to turn fractal signals on or off.
Fractal Logic: Uses a 5-bar pattern:
Up Fractal: Plots a green triangle above the bar if the high of the middle bar (2 bars ago) is higher than the highs of the two bars before and after.
Down Fractal: Plots a red triangle below the bar if the low of the middle bar (2 bars ago) is lower than the lows of the two bars before and after.
Purpose: Highlights potential short-term reversal points or swing highs/lows.
5. Volume Bars
Volume Histogram: Plotted in gray at the bottom of the chart.
Purpose: Provides context for price action, helping to confirm breakouts or identify exhaustion.
How to Use This Indicator
Trend Identification: Use the EMA cloud and 21 EMA to determine the prevailing trend. Trade in the direction of the cloud color and EMA alignment.
VWAP Strategies: Look for price reactions at the VWAP for possible rebounds, breakouts, or reversals.
Fractal Signals: Enable fractals to spot potential reversal zones or to fine-tune entries/exits at swing points.
Volume Confirmation: Use volume bars to validate the strength of moves, especially near key EMAs or VWAP.
Customization
Fractals On/Off: Easily toggle fractal signals in the indicator settings to reduce chart clutter or focus on other signals as needed.
JXMJXRS - EMA Break VelocityEMA Breaks Velocity is a crypto-focused indicator that detects strong momentum breakouts using EMA crossover logic combined with a velocity filter. It is designed to help avoid fakeouts and only react to meaningful price action.
This tool calculates two EMAs (default 20 and 50) and identifies when they cross. However, a signal is only triggered if the price also moves a minimum percentage within the same candle. This ensures that breakouts are only flagged when accompanied by significant momentum.
A bullish breakout is detected when the fast EMA crosses above the slow EMA and the candle’s open-to-close percentage gain exceeds the velocity threshold. A bearish breakout is the opposite. The default velocity threshold is 1.5 percent, but this can be adjusted in the settings.
When a breakout condition is met, a triangle is plotted on the chart to indicate the entry signal. If an EMA crossover happens but the candle is too weak, a light warning label appears to signal a low-strength move that should be treated cautiously.
This indicator works well on 5-minute to 1-hour charts and is ideal for high-volatility altcoins and major pairs like BTC and ETH. Alerts are included for both bullish and bearish velocity-confirmed breakouts.
You can adjust the EMAs and velocity threshold to better suit different market conditions or pairs.
Labels will only remain when breakout strength is confirmed. Quick fades or fakeouts may cause labels to appear briefly and disappear, highlighting potential market indecision during the breakout.
Break & Retest Strategy V2 (Clean Visuals)This strategy is built on a high-probability EMA breakout and retest model, designed for traders who want clean structure-based entries filtered by trend alignment and strong price action. It leverages:
• ✅ A 44 EMA trend filter on the 4H chart
• ✅ HTF directional bias from the Daily 44 EMA
• ✅ Breakout above the EMA followed by a wick-based retest
• ✅ Strong bullish candle confirmation (body > 50% of range)
• ✅ Dynamic stop loss using either the pivot low or a buffer below the EMA
• ✅ Fixed 1:3 Risk:Reward ratio for consistent reward targeting
• ✅ Cooldown system to prevent overtrading
• ✅ Clean, minimal visuals using smart RR boxes instead of chart clutter
This system is fully backtestable and designed with prop firm challenge criteria in mind — prioritizing risk control, clarity, and high-quality trade conditions.
⸻
🔧 Current Development Goals (V3 Roadmap)
We’re actively refining the system to improve win rate and profit factor, while keeping drawdown low. Key upgrades in progress:
1. 📈 Liquidity Trap Filter
• Add logic to confirm a wick below recent lows (liquidity sweep) before retesting the EMA
2. 🧠 Partial Take Profits + Breakeven Logic
• TP1 at 1.5R → move SL to breakeven
• TP2 at 3R → close remaining position
3. 🔁 Trade Session Filter
• Limit entries to London & New York AM sessions to avoid false signals in low volume periods
4. 📉 Short Entry Engine
• Mirror logic for bearish break + retest setups below the EMA
5. 🔔 Live Alerts System
• Entry signal alerts for hands-free, real-time trading decisions
6. 📊 Optimizer Toolkit (future)
• Add ATR/volatility filters
• Add market structure confluence zones (HH/HL filters)
• Smart cooldown timer based on wins/losses or volatility shifts
ICT Macro Highlighter + EMA 9/20/200 + Alertstest indicator for Triple ema cross during high probability ICT macros
EMA Crossover with ArrowPlots two EMAs with a shape to indicate when the short EMA crosses over the long EMA.
Customizable settings
Short/Long EMA duration
Shape Type/Color/Position
Multi-EMA with Daily EMA(8,13,21,50,200) OverlayThis indicator shows 8, 13, 21, 50, 200 EMAs on the current timeframe. It also shows the daily 8, 13, 21, 50, 200 EMAs. They can be toggled and this indicator helps intraday traders as they can see the important daily barrier EMAs and is useful for any swing trader who needs this information on shorter timeframes.Basicly i created this indicator for the traders who uses EMAs and Daily EMAs for their analysis, and in this indicator you can use many EMAs whatever you want.
52SIGNAL RECIPE EMA Trend ═══ 52SIGNAL RECIPE EMA Trend ═══
◆ Overview
52SIGNAL RECIPE EMA Trend is a powerful visual tool that allows you to instantly grasp market trends without complex chart analysis. It represents the direction and strength of trends through an intuitive color-coding system based on the relative positions of three Exponential Moving Averages (EMAs).
─────────────────────────────────────
◆ Key Features
• Trend Direction and Strength Visualization: Instantly identify trend direction and strength through an intuitive color-coding system
• EMA Relationship Analysis: Analyze the relative positions of short-term, medium-term, and long-term EMAs to determine trend status
• Clean Separate Window Display: Provides clear visual representation in a window separate from the price chart
─────────────────────────────────────
◆ Technical Foundation
52SIGNAL RECIPE EMA Trend utilizes the following three EMAs:
• Short-term EMA (default: 9)
• Medium-term EMA (default: 20)
• Long-term EMA (default: 50)
By analyzing the relative positions of these three EMAs, it determines the following trend states:
■ Intuitive Color-Coding System
• Bullish Trend (Blue Zones)
▶ Bright Blue: Strong bullish trend - Short-term EMA > Medium-term EMA and Short-term EMA > Long-term EMA
▶ Dark Blue: Weak bullish trend - Short-term EMA > Medium-term EMA but Short-term EMA < Long-term EMA
• Bearish Trend (Red Zones)
▶ Bright Red: Strong bearish trend - Short-term EMA < Medium-term EMA and Short-term EMA < Long-term EMA
▶ Dark Red: Weak bearish trend - Short-term EMA < Medium-term EMA but Short-term EMA > Long-term EMA
─────────────────────────────────────
◆ Practical Applications
■ Trend Identification
• Bullish Trend: Blue zones indicate an ongoing bullish trend. Particularly, bright blue zones represent a strong bullish trend with all EMAs aligned.
• Bearish Trend: Red zones indicate an ongoing bearish trend. Bright red zones suggest strong bearish momentum.
• Trend Reversal: When the color changes from blue to red (or vice versa), it indicates that a trend reversal has occurred.
■ Trading Strategy Applications
• Consider Long Positions: When transitioning to blue zones, especially when changing from dark blue to bright blue, consider long positions.
• Consider Short Positions: When transitioning to red zones, especially when changing from dark red to bright red, consider short positions.
• Position Maintenance/Management: Maintain existing positions while the same color persists, and reassess risk management when color intensity changes.
■ Synergy with Other Indicators
52SIGNAL RECIPE EMA Trend is more effective when used alongside these indicators:
• RSI: Verify overbought/oversold conditions to optimize entry points within trends
• Volume Indicators: Validate trend strength through volume confirmation
• Support/Resistance Levels: Analyze with key price levels to determine entry/exit points
• Bollinger Bands: Identify volatility within trends and potential reversal points
─────────────────────────────────────
◆ Customization
You can adjust the following parameters as needed:
• Short-term EMA Length: Decrease for more sensitive reactions, increase for smoother signals
• Medium-term EMA Length: Adjust for medium-term trend perspective
• Long-term EMA Length: Adjust for long-term trend filtering strength
─────────────────────────────────────
◆ Conclusion
52SIGNAL RECIPE EMA Trend is a powerful visualization tool that enables intuitive understanding of market trends. It allows for immediate recognition of trend direction and strength without complex analysis, making it applicable to various trading styles from short-term traders to long-term investors.
This indicator is most effective when used as a tool to visualize trend conditions rather than as an independent trading signal generator. Always use it in conjunction with other technical/fundamental analysis tools to make more robust trading decisions.
─────────────────────────────────────
※ Disclaimer: Past performance does not guarantee future results. Always use appropriate risk management strategies.
═══ 52SIGNAL RECIPE EMA 트렌드 ═══
◆ 개요
52SIGNAL RECIPE EMA 트렌드는 복잡한 차트 분석 없이도 시장 트렌드를 즉시 파악할 수 있는 강력한 시각적 도구입니다. 세 가지 지수 이동 평균선(EMA)의 상대적 위치를 기반으로 한 직관적인 색상 코딩 시스템을 통해 트렌드의 방향과 강도를 표현합니다.
─────────────────────────────────────
◆ 주요 특징
• 트렌드 방향 및 강도 시각화: 직관적인 색상 코딩 시스템을 통해 트렌드 방향과 강도를 즉시 식별
• EMA 관계 분석: 단기, 중기, 장기 EMA의 상대적 위치를 분석하여 트렌드 상태 판단
• 깔끔한 별도 창 표시: 가격 차트와 별도의 창에서 명확한 시각적 표현 제공
─────────────────────────────────────
◆ 기술적 기반
52SIGNAL RECIPE EMA 트렌드는 다음 세 가지 EMA를 활용합니다:
• 단기 EMA (기본값: 9)
• 중기 EMA (기본값: 20)
• 장기 EMA (기본값: 50)
이 세 가지 EMA의 상대적 위치를 분석하여 다음과 같은 트렌드 상태를 결정합니다:
■ 직관적인 색상 코딩 시스템
• 강세 트렌드 (파란색 영역)
▶ 밝은 파란색: 강한 강세 트렌드 - 단기 EMA > 중기 EMA 그리고 단기 EMA > 장기 EMA
▶ 어두운 파란색: 약한 강세 트렌드 - 단기 EMA > 중기 EMA 하지만 단기 EMA < 장기 EMA
• 약세 트렌드 (빨간색 영역)
▶ 밝은 빨간색: 강한 약세 트렌드 - 단기 EMA < 중기 EMA 그리고 단기 EMA < 장기 EMA
▶ 어두운 빨간색: 약한 약세 트렌드 - 단기 EMA < 중기 EMA 하지만 단기 EMA > 장기 EMA
─────────────────────────────────────
◆ 실용적 응용
■ 트렌드 식별
• 강세 트렌드: 파란색 영역은 진행 중인 강세 트렌드를 나타냅니다. 특히 밝은 파란색 영역은 모든 EMA가 정렬된 강한 강세 트렌드를 나타냅니다.
• 약세 트렌드: 빨간색 영역은 진행 중인 약세 트렌드를 나타냅니다. 밝은 빨간색 영역은 강한 약세 모멘텀을 시사합니다.
• 트렌드 반전: 색상이 파란색에서 빨간색으로(또는 그 반대로) 변경되면 트렌드 반전이 발생했음을 나타냅니다.
■ 트레이딩 전략 응용
• 롱 포지션 고려: 파란색 영역으로 전환될 때, 특히 어두운 파란색에서 밝은 파란색으로 변경될 때 롱 포지션을 고려하세요.
• 숏 포지션 고려: 빨간색 영역으로 전환될 때, 특히 어두운 빨간색에서 밝은 빨간색으로 변경될 때 숏 포지션을 고려하세요.
• 포지션 유지/관리: 같은 색상이 지속되는 동안 기존 포지션을 유지하고, 색상 강도가 변경될 때 리스크 관리를 재평가하세요.
■ 다른 지표와의 시너지
52SIGNAL RECIPE EMA 트렌드는 다음 지표들과 함께 사용할 때 더 효과적입니다:
• RSI: 과매수/과매도 상태를 확인하여 트렌드 내 진입 시점 최적화
• 거래량 지표: 거래량 확인을 통한 트렌드 강도 검증
• 지지/저항 레벨: 주요 가격 레벨과 함께 분석하여 진입/퇴출 시점 결정
• 볼린저 밴드: 트렌드 내 변동성과 잠재적 반전 지점 식별
─────────────────────────────────────
◆ 커스터마이징
필요에 따라 다음 매개변수를 조정할 수 있습니다:
• 단기 EMA 길이: 더 민감한 반응을 위해 감소, 더 부드러운 신호를 위해 증가
• 중기 EMA 길이: 중기 트렌드 관점에 맞게 조정
• 장기 EMA 길이: 장기 트렌드 필터링 강도 조정
─────────────────────────────────────
◆ 결론
52SIGNAL RECIPE EMA 트렌드는 시장 트렌드를 직관적으로 이해할 수 있게 해주는 강력한 시각화 도구입니다. 복잡한 분석 없이 트렌드 방향과 강도를 즉시 인식할 수 있어, 단기 트레이더부터 장기 투자자까지 다양한 트레이딩 스타일에 적용할 수 있습니다.
이 지표는 독립적인 트레이딩 신호 생성기보다는 트렌드 상태를 시각화하는 도구로 사용할 때 가장 효과적입니다. 항상 다른 기술적/기본적 분석 도구와 함께 사용하여 더 견고한 트레이딩 결정을 내리세요.
─────────────────────────────────────
※ 면책 조항: 과거 성과가 미래 결과를 보장하지 않습니다. 항상 적절한 리스크 관리 전략을 사용하세요.
TrendPilot AI v2 - Swing Trading by MeharTrendPilot AI v2 - Swing Trading by Mehar is a high-performance swing trading system built for traders who want clear trend detection, re-entry opportunities, and visual trade management tools — all in one streamlined indicator.
Combining an ATR-based trailing stop, a dynamic EMA channel, and ADX-powered momentum filters, it helps you trade confidently in trending markets. Whether you're a beginner or an advanced user, this tool is designed to elevate your edge.
🚀 Key Features
📈 Core Trend Engine
• Buy/Sell signals powered by refined ATR Trailing Stop logic
• Trend confirmation via 99 EMA and optional ADX filtering
📊 EMA Channel & Signal System
• 99 EMA channel adds market context and trend strength
• ▲ / ▼ Re-entry signals for stacking during trends
• ⚠️ Weak Signal alerts for early warning — filtered with 150 EMA
🧠 Signal Filtering Modes
• Strict Mode (default): Uses ADX for high-momentum setups
• Relaxed Mode : Focuses on price action, shows more signals
🎯 Visual Trade Management
• Auto SL + TP1, TP2, TP3 plotted on signal
• Risk/Reward zones shaded for clarity
• ✓ marks on TP hits in Live Mode
• Full backtest via Historical Review Mode
🔔 Advanced Alerts
• Alerts for Buy, Sell, Re-entry, Weak Signals, TP hits
• Summary Alert option — clean, emoji-rich format with price + time
⏱️ Recommended Time Frames & Assets
Optimized for 10-min, 15-min, and higher time frames
Perfect for swing trading or structured scalping setups
💎 Best Performance On:
SOL, BTC, ETH, AVAX, LTC, BNB, and other high market cap coins
Also performs well on low-noise FX pairs or trending stocks
📖 How to Use
✅ Identify Trend : Watch for Green (Buy) or Red (Sell) signals
✅ Re-Enter Smartly : Use ▲ or ▼ labels during trend continuation
✅ Watch Weakness : ⚠️ labels hint at fading momentum
✅ Manage Visually : SL/TPs and risk zones guide your exits
Mode Tips:
• Use Strict Mode for high-quality filtered entries
• Use Relaxed Mode to see more opportunities via price action
⚙️ Settings Overview
• EMA Filters: Uses 99 & 150 EMA
• SL/TP Zones: Customizable levels with visual zones
• Alert Suite: Full signal and summary alerts
• Bar Coloring: Trend-based (default) or classic
📬 Support & Suggestions
We welcome feedback and feature ideas!
Contact us via the profile message link below to suggest improvements or ask questions.
⚠️ Disclaimer
This tool is for educational and informational purposes only.
It does not constitute financial advice. Use at your own risk — trading involves capital risk.
Past performance is not a guarantee of future results.