Another EMA trend indicator"Another EMA Trend Indicator" is a dynamic trend-following tool. Blending customizable Moving Averages (EMA or SMA) with an automated, visualized trade management system. It identifies bullish and bearish trend shifts based on short- and long-term MA crossovers, dynamically calculates optimal entry points, stop-losses, and take-profits, and visually manages trades on the chart with optional clouds, lines, and labels.
Main Features:
Moving Average Trend Detection:
Choice between EMA (Exponential Moving Average) or SMA (Simple Moving Average).
Two customizable lengths: a short MA and a long MA.
Detects bullish and bearish switches based on MA crossover events.
Entry, SL, and TP Calculation:
Entries are calculated dynamically after a signal using a combination of historical candle high/low analysis and a risk divider.
Stop-loss and take-profit levels are automatically set based on the trend's recent volatility and user-defined risk parameters.
Supports fixed or dynamic profit targets.
Risk Management Settings:
Define minimum and maximum acceptable profit percentages.
Set maximum stop-loss distance and apply a stop-loss multiplier for added flexibility.
Limit maximum trade duration to avoid endless open trades.
Trade Visualization:
Optional debug mode to display:
Entry, stop-loss, and take-profit lines.
Buy/sell signals via shapes on the chart.
Trend cloud between short and long MAs.
Historical trend levels for better visualization.
Dynamic Statistics Panel:
Real-time display of:
First trade date.
Total number of trades.
Number of profitable and losing trades.
Average and maximum trade duration.
Win rate and average profit/loss percentages.
Inputs:
MA Type: Choose between "EMA" or "SMA."
Short/Long MA Length: Customize lengths to control sensitivity.
Source: Apply to typical price values like hl2.
Risk Settings:
Minimum, maximum, and fixed profit percentages.
Stop-loss settings and risk dividers.
Trade Behavior Settings:
Max trade length.
Visualization Toggles:
Show/hide debug labels, lines, clouds.
Use Case:
This indicator is ideal for trend-following traders who prefer a semi-automated trading framework. It helps maintain consistency in entries and exits while visualizing important trend dynamics and trade health directly on the chart.
Best suited for swing trading crypto coins.
Candlestick analysis
Support and Resistance Signals MTF [ZaryFlux]Support and Resistance Signals MTF is a powerful multi-timeframe (MTF) indicator designed to automatically detect key support and resistance levels across different timeframes.
It highlights significant price zones where reversals, breakouts, or trend continuations are most likely to occur — helping traders of all styles (scalping, swing, intraday) make smarter entries and exits.
Key Features :
Automatic plotting of dynamic support & resistance zones
Multi-Timeframe analysis: view higher timeframe zones directly on your current chart
Real-time alerts for price interactions with key levels
Customizable sensitivity for different trading strategies
Clean, non-cluttered design for easy readability
Whether you're trading Forex, crypto, stocks, or indices, this tool gives you a clearer view of market structure and high-probability trading zones.
Arun - TimingSession Timing:
This script allows you to visualize key trading sessions (Asian, Frankfurt, London, and New York) by drawing boxes and lines around those time periods.
It has the ability to adjust the time range for each session using input variables. For example:
Asian Range: rangeTime = input.session(title='Session Time', defval='1700-0100')
Frankfurt: rangeTime0 = input.session(title='FRANKFURT', defval='0200-0301')
London: rangeTime4 = input.session(title='LONDON KZ', defval='0300-0500')
New York: rangeTime5 = input.session(title='NEWYORK KZ', defval='0800-1000')
Box Creation for Sessions:
The script creates boxes that highlight the high and low values of each session.
The boxes are drawn based on session time intervals and can be extended into the future (if extendLines is true).
You can also enable or disable the background color and middle line for the boxes.
Previous High/Low for Various Timeframes:
Previous Daily High/Low: Plots the high and low of the previous day.
Previous Weekly High/Low: Plots the high and low of the previous week.
Previous Monthly High/Low: Plots the high and low of the previous month.
These levels can be displayed on the chart with configurable colors and options.
MMM (Market Maker Movements) Levels:
The script allows you to plot "Market Maker Movements" (MMM), which are key levels that may act as support or resistance during specific times of the trading day. It includes:
mmm1Range = input.session(title='MMM', defval='0330-0331')
You can configure the color and style of the lines for these levels as well.
Daily Open:
The Daily Open is shown on the chart as a labeled point, so you can easily track the opening price of the day.
Dynamic Features:
Real-Time Adjustments: The script dynamically updates the lines and boxes when the session starts and ends. It can delete and redraw lines and boxes based on whether the session is active or extended.
Line/Box Styles: You can customize the appearance of the lines (solid, dotted, or dashed) and set the color of the session boxes and lines.
Background and Middle Lines: You can choose to display the background color of the session ranges and a middle line that divides the high and low of the session.
How It Works:
Boxes and Lines: For each session (like the Asian range), the script draws a box between the session’s high and low values. You can also draw vertical lines marking the start and end of the session. These are updated in real-time as new bars are formed.
Previous High/Low: The script plots the previous day's, week's, or month's high and low prices, helping traders identify important support and resistance levels from earlier time periods.
Market Maker Movements (MMM): These levels are drawn at specific times of the day based on your input and are often used by traders who believe that institutional players move the market at specific times.
User Input Options:
Show/Hide Options: You can enable or disable the display of various features like the daily open, previous daily/weekly highs, and the MMM levels.
Customization: You can set the colors, line styles, and the timeframes for each session and other levels.
Text Labels: The script supports labeling the session lines and high/low points, with customizable text color.
Example Visualization:
Asian Session Box: A box is drawn for the Asian session range (from 1700 to 0100), with the session’s high and low price points marked.
Previous High/Low: You would see circles or labels for the previous day's high and low.
MMM Lines: Horizontal lines or areas drawn at specific times based on the user input for the "Market Maker Movement".
Dirección de Sesión Diaria (Fija)This Script shows the daily direction the market may be heading to look for opportunities based on the direction marked. Currently I use this indicator to check the daily direction and it is very effective. if you are going to use this indicator go by the direction from 15m forward apart before using it do your own backtesting to adapt this indicator to your trading plans. any suggestions you can let me know to improve this script :)
Asia High/Low Break Alert (20:00-02:00 NY Time)An indicator that automaically alerts the Asia/Highs and Lows. Good for someone that wants to wake up in the middle of the night that wants to trade the Asia Sweep maximizing their sleep
Advanced Smart Entry | TP | SL | EMA ForecastThis Pine Script indicator is called "Advanced Smart Entry | TP | SL | EMA Forecast" and it is designed to help traders set up and visualize their entry points, take profit (TP) levels, stop loss (SL) levels, and forecasted exponential moving average (EMA) levels on the chart. It combines a smart entry strategy with multiple TP levels, a stop loss, and an EMA forecast to provide an enhanced view of potential price movements.
Here’s a breakdown of the indicator’s components:
### **1. Entry Condition:**
- The indicator uses a simple moving average (SMA) crossover strategy as an example entry condition:
- **Enter Long**: The indicator looks for a crossover of a 9-period SMA over a 21-period SMA.
- When this crossover occurs, the indicator executes a "long" entry, meaning it expects price to move upwards.
### **2. Take Profit (TP) Levels:**
- **TP1, TP2, TP3**: After the entry is triggered, the indicator automatically sets three levels for taking profit:
- **TP1**: A price level based on a predefined multiplier (`riskReward1`), typically 1.05 times the entry price.
- **TP2**: A second TP level based on the `riskReward2` multiplier (e.g., 1.10 times the entry price).
- **TP3**: A third TP level based on the `riskReward3` multiplier (e.g., 1.15 times the entry price).
### **3. Stop Loss (SL):**
- **Stop Loss**: A stop loss level is automatically calculated based on a multiplier (`stopLossPct`) of the entry price. This is usually set below the entry price to limit potential losses.
- For example, if the stop loss multiplier is 0.95, the stop loss is set at 95% of the entry price.
### **4. Forecasted EMA (Exponential Moving Average):**
- **EMA Forecast**: The indicator also provides an extrapolated or forecasted EMA line, which predicts where the price could be based on the current EMA.
- **EMA Length**: The length of the EMA is customizable with an input value (`emaLength`), typically set to 50 periods.
- **Forecast Period**: The forecast period (`forecastPeriod`) determines how many bars into the future the EMA is forecasted.
- The forecasted EMA is drawn as a dashed red line, extending beyond the current price action.
- **Toggle Option**: Users can toggle whether or not they want the EMA forecast line and label to be displayed, via a simple checkbox (`showForecastEMA`).
### **5. Visualization:**
- **Entry Line**: A blue line is drawn at the entry price, extending into the future to visualize where the entry occurred.
- **Stop Loss Line**: A dashed red line is drawn at the stop loss price level, helping to quickly identify the risk associated with the trade.
- **Take Profit Lines**: Green lines are drawn at TP1, TP2, and TP3 levels to indicate the potential profit targets.
- **EMA Forecast Line**: A dashed red line is drawn to show the predicted future level of the EMA.
- **Labels**: Labels are added to the right of the chart for all key levels (entry, stop loss, TP1, TP2, TP3, and forecast EMA), displaying the actual price values.
### **Key Features:**
1. **Dynamic TP & SL Levels**: Automatically calculates and visualizes three take profit levels and a stop loss based on the entry price.
2. **EMA Forecast**: Provides an extrapolated forecast of the EMA, helping traders visualize potential future price direction.
3. **User Toggle for EMA Forecast**: A toggle input allows users to switch the EMA forecast display on or off.
4. **Multiple Visual Cues**: The indicator uses multiple lines and labels to visualize important price levels, making it easier to plan trades and manage risk.
### **How to Use It:**
- The indicator is ideal for traders who rely on moving averages for trend identification and want to set automated entry and exit points with a clear risk-to-reward ratio.
- By combining the entry strategy, multiple TP levels, and forecasted EMA, traders can gain a clearer understanding of potential price action and make more informed decisions.
- The toggle for the EMA forecast provides flexibility, allowing users to focus on either the entry/exit levels or the forecasted EMA based on their preferences.
This indicator is a comprehensive tool for managing trades, combining entry signals, multiple profit targets, a stop loss, and predictive analysis of the EMA.
Initial Imbalance [First FVG - ICT] v1Initial Imbalance v1
This indicator identifies the first Fair Value Gap (FVG) at the start of a user-defined session, inspired by The Inner Circle Trader. It helps traders spot initial imbalance in a sessions price action, offering filter options to refine FVG detection and optional session high/low lines for context.
Features:
Detects the first bullish or bearish FVG at the session start (default: 08:30). ISE: Sets a custom session start time (hour and minute).
Filters FVGs by size: None, ATR-based, or Points-based.
Displays session high/low lines (optional) to visualize the session range.
Customizable colors for bullish and bearish FVGs (background and border derived from a single color input).
Alerts for new FVGs and mitigated FVGs.
Settings:
Session Start Time: Define the hour and minute for the session start.
FVG Filter Type: Choose None, ATR, or Points to filter FVGs by size.
ATR Multiple / Minimum Points: Set the minimum FVG size for ATR or Points filters.
Show Session High/Low Lines: Toggle visibility of session range lines.
Bullish/Bearish FVG Colors: Customize colors for FVGs.
Technical Details:
Overlay indicator, displayed directly on the price chart.
This indicator is ideal for traders seeking to identify key price imbalances at the start of a session, with flexible filtering and visualization options.
Wyckoff Method Indicator© thoth_capital
Wyckoff Method Indicator™ © 2025 Wentao. All Rights Reserved.
Wyckoff Method Indicator® is a registered trademark of Wentao.
TDI - Traders Dynamic Index [Goldminds] - Signals on Chartthis indicator is based off of the tdi. signal triggers once there is a 1 minute shift or bos after a higher time frame tdi hook or break of bands. just follow higher time frame order flow. i only use this for gold
TDI - Traders Dynamic Index [Goldminds] - Signals on Chartthis indicator is just based off of tdi and inducement. anytime there is a 1min choch after a tdi hook an alert will trigger. just follow higher time frame order flow and only take signals that are inside previous range
M2D 4H ProfileOverview
This tool is designed to profile 4-hour cycles on your chart. It marks the start of each 4H cycle with vertical lines, tracks the Open, High, and Low prices within each cycle, and displays them as horizontal lines with labeled High and Low levels. Ideal for intraday and swing traders, this indicator provides a clear visual profile of key price levels and cycle transitions, enhancing your market analysis with precision and customization.
If you don't want the label, turn background color to 0.
Features
Cycle Start Markers: Draws vertical lines at the start of each 4H cycle (18:00, 22:00, 2:00, 6:00, 10:00, 14:00 NY EST).
Cycle Start Labels: Displays customizable labels at the top of each vertical line (e.g., "4H Start: 18:00").
Open, High, Low (OHL) Lines: Plots horizontal lines for the Open, High, and Low prices of each 4H cycle, spanning from the cycle start to the next cycle start.
High/Low Labels: Adds labels in the middle of the High and Low lines, showing the cycle start time (e.g., "18:00 High").
DST Adjustment: Includes a toggle to align cycle starts with either the chart’s local time (including DST) or a fixed UTC-4 (EST) time.
Fully Customizable: Adjust colors, styles, and visibility for all visual elements to suit your chart setup.
Custom Green Candle Conditionthis indicator based candle and ema combination .............................................................................................................................................................................................................................................................................................................................
Basic FVG Detector - RacesTradesAs the title suggests - nice simple FVG detector - Created by RaceTrades, follow on X
TRADEDART"Unlock smarter trading decisions with "TRADEDART" — precision-crafted for traders who demand the edge.
Designed to simplify complex market analysis, "TRADEDART" delivers clear, actionable signals to help you trade with more confidence and speed.
Whether you're a day trader, swing trader, or investor, "TRADEDART" brings cutting-edge strategies directly to your charts.
Stay ahead. Trade smarter. "TRADEDART".
HTF Candles with Interval Separator (Fiwayy)The **HTF Candle with Interval Separator** is a powerful and versatile TradingView indicator designed to enhance your technical analysis by overlaying higher timeframe (HTF) candles and interval separators directly on your chart. This tool helps traders visualize key price action from higher timeframes without switching charts, while also providing interval separators to mark significant time periods. Whether you're a day trader, swing trader, or long-term investor, this indicator offers a clear and customizable way to analyze market structure, identify imbalances, and maintain discipline in your trading strategy.
The indicator displays HTF candles to the right of the current bar, with adjustable padding, spacing, and styling options. It also includes interval separators to highlight the start and end of higher timeframe periods, making it easier to spot trends, reversals, and key levels. Additional features like Fair Value Gaps (FVG) and Volume Imbalance detection provide deeper insights into market dynamics.
EMA + RSI + MACD (초보자용)📋 Indicator Description:
This beginner-friendly indicator combines three powerful tools to clearly identify trends and market conditions:
Features:
EMA (20, 50, 200):
Quickly identify market trends (short-term, medium-term, and long-term trends clearly indicated).
RSI (14):
Easily spot overbought (>70) or oversold (<30) market conditions, helping you make informed trading decisions.
MACD:
Visualize momentum changes intuitively.
Green background indicates bullish momentum; red background indicates bearish momentum.
How to use:
Trend Confirmation:
Check price relative to EMA lines:
Above EMA: Bullish trend
Below EMA: Bearish trend
Market Conditions (RSI):
RSI above 70 (overbought) → possible reversal down
RSI below 30 (oversold) → possible reversal up
Momentum (MACD):
MACD crossover (green) → bullish momentum
MACD crossover (red) → bearish momentum
Referral Event:
Use the indicator for free and participate in our referral event to receive additional benefits:
👉 Referral Link: www.bybit.com
Super trend 2025The best scalping indicator! Clearly defines the trend!
For connection questions, write messages!
Bearish Highs & Bullish Lows (Untouched Levels)As the indicator-name already states:
This indicator draws rays from every untouched high of a bear candle and every untouched low of a bull candle.
Levels which are touched are deleted, not on touch, but on the start of the new candle.
Pivot Lines and 3-Candle GapsScript draws lines from lows and highs as well as boxes from gaps that extend until a limit or intersection with the price.
D-strong
The best scalping indicator! Clearly defines the trend!
For connection questions, write messages!
ORB + MSS Strategy (Indices) Let the index/stock trade for the first fifteen minutes and then use the high and low of this "fifteen minute range" as support and resistance levels.
#A buy signal is given when price exceeds the high of the 15 minute range after an up gap.
#A sell signal is given when price moves below the low of the 15 minute range after a down gap.
It's a simple technique that works like a charm in many cases.
>If you use this technique, though, a few caveats are in order to avoid whipsaws and other market traps.
>The most common whipsaw is a trading range that lasts longer than 15 minutes.
>If an obvious range builds in 20, 25 or even 30 minutes , use those to define your support and resistance levels.
>Also consider the higher noise level in the morning.
>A breakout that extends only a tick or two can be easily reversed and trap you in a sudden loss.
>So let others take the bait at these levels, while you find pullbacks and narrow range bars for trade execution.
Market Structure Shift (MSS) Script Overview
This TradingView script is designed to help traders identify Market Structure Shifts (MSS) and Breaks of Structure (BOS), which are key concepts in ICT (Inner Circle Trader) and Smart Money Concepts (SMC) trading. By detecting significant shifts in price action, the script provides visual cues and alerts to help traders spot potential trend changes and continuation patterns.
How the Script Works
1. Identifying Swing Highs & Lows
The script detects swing highs and swing lows based on a pivot strength setting (default: 3).
A swing high forms when a candle’s high is higher than the highs of a set number of candles on both sides.
A swing low forms when a candle’s low is lower than the lows of the surrounding candles.
2. Market Structure Shift (MSS) Detection
A bullish MSS occurs when price closes above the most recent swing high after previously being in a bearish trend.
A bearish MSS occurs when price closes below the most recent swing low after being in a bullish trend.
This signals a potential trend reversal and is often a key area for liquidity grabs and smart money entry points.
3. Break of Structure (BOS) Detection (Optional - Can be enabled/disabled in settings)
A BOS is detected when price continues in the direction of the trend, confirming a structural break rather than a shift.
Bullish BOS: Price breaks a swing high but does not reverse (confirms trend continuation).
Bearish BOS: Price breaks a swing low but continues downward.
BOS levels help traders confirm trend strength and potential trade continuation setups.
4. Drawing Structure Lines & Labels
The script plots horizontal lines at the detected MSS and BOS levels.
Labels such as "MSS" or "BOS" appear at the breakout points.
Traders can customize the line style, color, and text size for better visibility.
5. Alert System for MSS & BOS
The script includes alert conditions that notify traders when an MSS or BOS occurs.
Alerts can be set for:
Any MSS / Any BOS
Bullish MSS / Bullish BOS
Bearish MSS / Bearish BOS