Trading Sessions with EMAs Trading Sessions with EMAs created by -binod
this is a trading indicator. It includes all sessions such as the Tokyo session, the Asian session, and the New York session, it also has four EMAs included.
Candlestick analysis
[AM] Multiple Vertical LinesThis tool marks lines on the specific hour and minutes, and could be used for analysis purposes.
ROBO STB Custom Weekly Candle (Fri-Thu)Description:
This indicator creates custom weekly candles that start on Friday and end on Thursday, instead of the standard Monday–Friday weekly structure in TradingView. It aggregates the open, high, low, and close (OHLC) values from Friday to Thursday and displays them as candlesticks on the chart.
Features:
✅ Custom weekly candles from Friday to Thursday
✅ Dynamic calculation of open, high, low, and close
✅ Works on any timeframe
✅ Helps traders analyze market structure differently
How It Works:
Identifies the custom weekly session based on Friday's start and Thursday's end.
Aggregates OHLC values within this time range.
Resets the values when a new custom week begins.
Plots the calculated weekly candles on the chart.
Use Case:
This indicator is useful for traders who prefer to analyze weekly price movements based on a non-standard start and end day, especially those focusing on forex, crypto, or commodities where trading hours differ.
Notes:
This script does not modify existing candles but overlays new custom weekly candles on the chart.
It does not repaint and updates in real-time.
If you find this useful, like and share! 🚀
Top 10 Recurring Prices in NQThis Indicator will show a simple Horizontal line at the Most Recurring Price Level and will show a list of the Top 10.
MA6// shortlen = input.int(5, "MA1", minval=1)
// longlen = input.int(10, "MA2", minval=1)
// short = ta.sma(close, shortlen)
// long = ta.sma(close, longlen)
// plot(short, color = #FF6D00, title="Short MA")
// plot(long, color = #43A047, title="Long MA")
// plot(ta.cross(short, long) ? short : na, color=#2962FF, style = plot.style_cross, linewidth = 4, title="Cross")
TIMEPHETCHABURI MA with 12 Inputs + Parabolic SARTIMEPHETCHABURI MA with 12 Inputs + Parabolic SAR
ตัวแจกฟรี ใช้ได้เต็มที่ MA 12 เส้น Sar 1 ค่า ติดตามไว้เดี่ยวจะทำ RSI MACD Stor ในตัวเดียวกัน
Sweep Candle [odnac]
ATR Imbalance Detection
This feature highlights candles that have a significantly larger range compared to the average true range (ATR).
How it works: A candle is considered imbalanced if its range (high - low) exceeds a specified multiple of the ATR (default multiplier is 1.5, with an ATR length of 5).
Visualization: Such candles are highlighted in yellow.
Engulfing Candle Detection
This feature detects bullish and bearish engulfing candles.
Types
Standard: Traditional engulfing pattern where the current candle fully "engulfs" the previous one.
Sweep: A variation where the candle engulfs the previous one and sweeps the previous low (for bullish) or high (for bearish).
Visualization:
Bullish engulfing patterns are marked with a green triangle below the candle.
Bearish engulfing patterns are marked with a red triangle above the candle.
Momentum Candle Detection
This feature identifies candles with strong upward or downward momentum compared to the previous candle.
Types
Standard: A basic momentum pattern where the current candle continues the price direction with strong momentum.
Sweep: A variation where the candle sweeps the previous low (for bullish) or high (for bearish).
Visualization:
Bullish momentum candles are marked with a green circle below the candle.
Bearish momentum candles are marked with a red circle above the candle.
Summary
This indicator helps traders identify significant market conditions such as imbalances, engulfing candles, and momentum patterns, making it a valuable tool for technical analysis and trend-following strategies.
The customizable settings provide flexibility to adapt the tool to different trading styles.
Smart Non-Repainting Indicator By SilkRoadIndicator Name: Smart Non-Repainting Indicator
Purpose: Generate accurate Call (Buy) and Put (Sell) signals based on candlestick patterns, trend confirmation, and dynamic support/resistance levels.
EMA 14/100/200This script displays four Exponential Moving Averages (EMAs)—EMA 14, EMA 100, EMA 200, and EMA 720—on the same chart. By doing so, it helps you easily observe price trends and momentum across multiple timeframes. Whether you’re trading short-, medium-, or long-term, you can use this tool to compare and analyze market movement with greater clarity.
EMA OatshiftEMA 14/100/200/720
This script displays four Exponential Moving Averages (EMAs)—EMA 14, EMA 100, EMA 200, and EMA 720—on the same chart. By doing so, it helps you easily observe price trends and momentum across multiple timeframes. Whether you’re trading short-, medium-, or long-term, you can use this tool to compare and analyze market movement with greater clarity.
3 Consecutive Bullish or Bearish CandlesAllows alerts to fire for 3 consecutive red or green candles
Auto Fibonacci Retracement- MSDThis Auto Fibonacci Retracement script automatically detects the most recent swing high and swing low and plots Fibonacci levels for better trading decisions. It helps traders identify support and resistance levels based on Fibonacci ratios.
RSI-Based Buy/Sell Signals (15m)//@version=5
indicator("RSI-Based Buy/Sell Signals (15m)", overlay=false)
// Set the timeframe to 15 minutes
fifteenMinClose = request.security(syminfo.tickerid, "15", close)
// RSI Calculation
rsi = ta.rsi(fifteenMinClose, 14)
// Buy/Sell Conditions
buySignal = ta.crossover(rsi, 30) // Buy when RSI crosses above 30
sellSignal = ta.crossunder(rsi, 70) // Sell when RSI crosses below 70
// Plot Buy/Sell Signals in RSI pane
plotshape(buySignal, style=shape.triangleup, location=location.belowbar, color=color.new(color.green, 80), size=size.tiny, text="BUY")
plotshape(sellSignal, style=shape.triangledown, location=location.abovebar, color=color.new(color.red, 80), size=size.tiny, text="SELL")
// Plot RSI in a separate pane
hline(70, "Overbought", color=color.red)
hline(30, "Oversold", color=color.green)
plot(rsi, color=color.blue, title="RSI")
Midnight and 7:30 AM Open with ResetExtreme Discount and Extreme Premium Indicator
This custom indicator identifies the relationship between the current price and key discount and premium levels on the chart. It helps determine whether the price is in an "extreme discount" or "extreme premium" zone, which can be important for making trading decisions based on market structure.
Extreme Discount Zone: The indicator identifies the "extreme discount" zone when the price is below both its extreme discount levels, indicating that the market is in a potential buying area, which could signal a reversal or a good entry point to buy.
Extreme Premium Zone: The indicator marks the "extreme premium" zone when the price is above both its extreme premium levels, suggesting that the market is in a potential selling area, signaling a possible price reversal or a good entry point to sell.
The indicator dynamically adjusts and highlights these zones based on price movement, allowing traders to visualize when the price is reaching extreme levels relative to historical price action.
Key Features:
Detects when the current price is below both extreme discount levels.
Detects when the current price is above both extreme premium levels.
Highlights these extreme areas visually to help traders make informed decisions on buying or selling.
Morning Star Candlestick patternMorning star candlestick pattern with gap up opening- Bullish reversal entry indicator
It is more valid at support levels for reversal entry
Volume Spike BoxThis indicator highlights the highest volume candlestick in a specified number of bars. It extends for the same length in the future as the specified number of bars for identifying potential support and resistance
Major Bar Engulfing StrategyBelow is a concise overview and step-by-step guide on how to interpret and use the **Major Bar Engulfing Strategy** indicator.
---
## 1. Description
The **Major Bar Engulfing Strategy** indicator is designed to identify key turning points (“Major Bars”) and potential trade continuation signals based on higher-timeframe (HTF) and lower-timeframe (LTF) engulfing logic. It helps you see when price has significantly shifted structure at a higher timeframe, and then pinpoints bullish or bearish “engulfing” candles that align with the current trend direction.
### Key Components
1. **Major Bar Detection (HTF)**
- The script tracks a *higher timeframe* high and low (labeled “Major Bar High” & “Major Bar Low” on your chart).
- When the HTF close breaks above the previous Major Bar High, it signals a *new bullish major bar*.
- When the HTF close breaks below the previous Major Bar Low, it signals a *new bearish major bar*.
2. **Trend Direction**
- If a new major bar forms by breaking above the old high, the trend is flagged as “bullish.” Breaking below the old low flags the trend as “bearish.”
- A large triangle (`▲` or `▼`) appears on the bar where the trend flips from bullish to bearish or vice versa.
3. **Bar Coloring**
- **Bullish Major Bar**: Fully bright green (`#00ff72`).
- **Bearish Major Bar**: Fully red.
- **Subsequent Bars After Bullish Major Bar**: Green (`#00ff72`) at 50% transparency.
- **Subsequent Bars After Bearish Major Bar**: Red at 50% transparency.
- This coloring remains until a new major bar changes the trend.
4. **Engulfing Candle Diamonds**
- **Higher Timeframe Engulfing** (HTF) – Green diamond above the candle if bullish engulfing; red diamond below if bearish engulfing.
- **Lower Timeframe Engulfing** (LTF) – Green diamond above the candle if bullish engulfing; red diamond below if bearish engulfing.
- These diamonds help you see when a candle at either timeframe engulfs the previous one in a trend-aligned direction.
5. **Pullback Logic**
- A simple pullback is detected if multiple consecutive bars move against the current trend on the HTF or LTF. Once pullback criteria are met, the next engulfing bar in trend direction is flagged as a signal.
6. **Advanced Retouch Logic** (Optional)
- When enabled, the script checks if the engulfing bar significantly exceeds the previous 2 bar highs/lows and if price “retouches” a certain zone before confirming a final entry signal. This logic is mostly “under the hood” but adds nuance to when final signals appear.
---
## 2. How to Use
1. **Add the Indicator to Your Chart**
- In TradingView, open the **Indicators** menu and add the **Major Bar Engulfing Strategy** indicator to any symbol/timeframe chart.
2. **Select Appropriate Timeframes**
- Open the “Settings” of the indicator (gear icon), and specify the **Higher Timeframe** (e.g., 4H) and the **Lower Timeframe** (e.g., 1H).
- Ideally, your **chart timeframe** should be equal to or lower than the Higher Timeframe you set, so the higher-timeframe logic can unfold properly.
3. **Interpret the Major Bar Lines**
- You’ll see two lines on your chart (by default, bright green for “Major Bar High” and red for “Major Bar Low”). These lines represent the *current* HTF structure boundaries.
4. **Look for a Change in Major Bar**
- If the higher-timeframe close goes beyond the Major Bar High or Low, a **new major bar** is declared, and the **bar color** on your chart will fully switch to bright green (bullish) or full red (bearish).
- The indicator also draws a **triangle** (up for bullish, down for bearish) on the exact bar where the overall *trend flips* from up to down or down to up.
5. **Note the Candle Colors**
- The exact bar that changes the major bar to bullish → *fully bright green*.
- The exact bar that changes the major bar to bearish → *fully red*.
- Follow-up bars stay the same color but at 50% transparency, indicating the prevailing trend until a new major bar triggers.
6. **Engulfing Candle Diamonds**
- Diamonds *above* the bar = bullish engulf.
- Diamonds *below* the bar = bearish engulf.
- **HTF Engulf** uses separate conditions from **LTF Engulf** but both display as diamonds (different titles in the input/Style panel).
- When a pullback is detected and then an engulfing candle occurs in the trend direction, you may see these diamonds as potential re-entry or continuation signals.
7. **Advanced Retouch Logic (Optional)**
- If “Use Advanced Retouch Entry Logic?” is enabled in the settings, the script adds stricter engulfing and “retouch zone” checks. While these conditions are not visually distinct except for internal signals, it can influence when final signals are counted as valid. You might see the “Advanced Entry Signal” marker (●) appear on your chart’s lower region.
8. **Customize in the Style Tab**
- Adjust colors, shape sizes, line thickness, and visibility from the **Style** tab in the indicator’s settings. This includes the Major Bar High/Low lines, triangle flip icons, diamond engulf icons, and debug signal markers.
---
## 3. Practical Tips
- **Timeframe Alignment**:
- If you set the higher timeframe too large compared to your chart, changes might be infrequent. Consider a ratio like 4:1 or 6:1 (e.g., HTF = 4H, chart timeframe = 1H).
- **Pullback & Engulf Settings**:
- Lower the `Pullback Bar Count Threshold` (e.g., from 3 to 2) or the `Minimum Body % for Engulfing` if you want more frequent detection of signals.
- **Multiple Confirmation**:
- Major Bar color changes, trend-flip triangles, and engulfing diamonds can all combine to give you a sense of structure shifts and potential continuation moves.
- **No Automated Orders**:
- This is an **indicator**, not a strategy; it will not place trades automatically. You can use it for discretionary guidance or integrate the logic into your own trading approach.
---
## 4. Disclaimer
This indicator is for **educational** and **informational** purposes only. It does **not** guarantee profitability or success in trading. Always perform your own analysis and risk management. Use at your own discretion.
---
**Enjoy monitoring higher-timeframe structure, trend flips, and engulfing setups with the Major Bar Engulfing Strategy indicator!**
AMD421This is a simple yet efficient indicator based on my personal trading strategy. I created it to keep myself grounded and aligned with my approach to trading.
Let me know if you'd like it then give it a like.
Previous Candle Highs and lowsThis indicator is used to find the previous candles Highs and Lows. Which is helps us to find the trend and the liquidity in previous candles.