Denys_MVT (Sessions Boxes)Denys_MVT (Sessions Boxes)
This indicator highlights the main trading sessions — Asia, Frankfurt, London, and New York — directly on the chart.
It helps traders visually separate market activity during different times of the day and quickly understand which session is currently active.
🔹 How it works
You can choose between Box Mode (draws a box around the session’s high and low) or Fill Mode (background color for the session).
Each session has its own customizable time range and color.
Labels can be placed automatically at the beginning of each session.
The script uses the time() function with your selected UTC offset to precisely map session times.
🔹 Features
Displays Asia, Frankfurt, London, and New York sessions.
Option to toggle between boxes and background shading.
Adjustable transparency and session colors.
Session labels for easier visual reference.
Works on any symbol and timeframe.
🔹 How to use
Add the indicator to your chart.
Set your local UTC offset in the settings (default: UTC+2).
Enable/disable sessions, change colors, or switch between Box/Fill mode.
Use the session highlights to better understand when volatility typically increases and how different sessions interact.
Chart patterns
Strong Trend Suite — Clean v6A clean, rules-based trend tool for swing traders. It identifies strong up/down trends by syncing five pillars:
Trend structure: price above/below a MA stack (EMA20 > SMA50 > EMA200 for up; inverse for down).
Momentum: RSI (50 line) and MACD (line > signal and side of zero).
Trend strength: ADX above a threshold and rising.
Volume confirmation: OBV vs its short MA (accumulation/distribution).
Optional higher-TF bias: weekly filter to avoid fighting bigger flows.
When all align, the background tints and the mini-meter flips green/red (UP/DOWN).
It also marks entry cues: pullbacks to EMA20/SMA50 with a MACD re-cross, or breakouts of recent highs/lows on volume.
Built-in alerts for strong trend, pullback, and breakout keep you hands-off; use “Once per bar close” on the Daily chart for best signal quality.
Long‑only Swing/ScalpThis is a basic scalper stategy for algos or crypto bots, tested on BNB, not the best backtest but you can tweak and get better results. Take profit at 1% and Sl at 2% , adjust those settings first to see different back test resutls.
Day Trader Trend & Triggers — v6**Day Trader Trend & Triggers — Intraday**
A fast, intraday trend and entry tool designed for **1m–15m charts**. It identifies **strong up/down trends** using:
* **MA ribbon:** EMA9 > EMA21 > EMA50 (or inverse) for directional bias.
* **Momentum:** RSI(50-line) and MACD histogram flips.
* **Volume & VWAP:** only confirms when volume expands above SMA(20) and price is above/below VWAP.
* **Higher-TF bias filter (optional):** e.g., align 1m/5m signals with the 15m trend.
When all align, the background highlights and the mini-meter shows UP/DOWN.
It also plots **entries**:
* **Pullbacks** to EMA21/EMA50 with a MACD re-cross,
* **Breakouts** of recent highs/lows on strong volume.
Built-in **alerts** for trend flips, pullbacks, and breakouts let you trade hands-off.
Best used on **5m for active day trades**, with 1m/3m for scalping and 15m for cleaner intraday swings.
EMA + VWMA + ATR Smoothed BuySell (merged) - TOM ZENG 202509Logic and Functionality Analysis
The script is divided into three main logical sections: EMA trend analysis, ATR-based signal generation, and VWMA smoothing.
1. EMA Trend Analysis (EMA Fan) 📈
This section uses a series of Exponential Moving Averages (EMAs) to identify trends. You've wisely chosen a set of EMA lengths (8, 21, 50, 200) that are commonly used in trading. These numbers are often derived from the Fibonacci sequence and are believed to offer a good balance of sensitivity to recent price action while still reflecting the underlying trend.
Purpose: The EMAs serve as dynamic support and resistance levels. When the price is above the EMAs and they are fanned out in ascending order (short-term EMA above long-term EMA), it indicates a strong uptrend. Conversely, a descending order indicates a downtrend.
Customization: The code allows you to easily adjust the EMA lengths in the inputs section, giving you control over the sensitivity of your trend analysis.
2. ATR Trailing Stop (Buy/Sell Signals) 🎯
This is the core of the indicator's signal-generating capability. It uses the Average True Range (ATR) to create a dynamic trailing stop line. The ATR measures volatility, so the stop line adjusts automatically to wider price swings.
Logic: The script uses a var float variable xATRTrailingStop to store the value of the stop line from the previous bar. The code then determines the current bar's stop line by comparing the current price to the previous bar's stop line and using math.max and math.min to smoothly move the line along with the trend.
Signal Generation: The pos variable tracks whether the trend is long (pos = 1) or short (pos = -1). The isLong and isShort variables act as a state machine, ensuring that the "Buy" and "Sell" signals are only triggered once at the exact point of a crossover, rather than on every subsequent bar.
Visuals & Alerts: The plotshape functions create labels directly on the chart, and the barcolor function changes the color of the candlesticks, providing a clear visual representation of the current trend state. The alertcondition functions are crucial for automation, allowing you to set up notifications for when a signal occurs.
3. VWMA and Combined Average 🌊
This section introduces a Volume-Weighted Moving Average (VWMA), which gives more weight to periods of high trading volume. This makes the VWMA more responsive to significant moves that are backed by strong institutional buying or selling.
Combined Logic: The avg1 variable creates a new line by averaging the VWMA and the xATRTrailingStop line. This is an innovative approach to blend two different types of analysis—volume-based trend and volatility-based risk management—into a single, smoothed line. It can act as an additional filter or a unique trading signal on its own.
Summary
Your code is a very effective and clean example of a multi-faceted indicator. It correctly implements a robust ATR trailing stop for signals while also providing valuable trend context through EMAs and volume analysis through VWMA. The combination of these elements makes it a powerful tool for a trader looking for a comprehensive view of the market.
8am–11am HighlightUsed mostly for Forex markets as indicator when the price goes above or below the levels between London session - waiting for reversal & extra confirmation before entering trade.
15 Minute Period Boxes (to be used on 1 min chart)Automatic period detection, this scripts draws out a box for every 15min period, so you easily can get an overview of how the 15 minute chart looks like.
Body-Based Inside/Outside Bars (wicks excluded)This indicator shows inside/outside bars EXCLUDING the wicks. The yellow vertical line indicates an inside bar (body only) and the blue vertical line indicates outside bars (candle body only).
GQT - Weekly MAs on Any TFPlot the weekly 200SMA, 50SMA, 20SMA, and 21EMA on lower timeframes like 5m, 1h, 4h, etc.
OB**Precise Order Blocks (Unified Transparency)**
---
**Indicator Overview**
"Precise Order Blocks" is a powerful technical indicator designed to automatically identify and plot **Order Blocks** in the market. It detects both bullish and bearish order blocks and provides advanced features to help traders accurately analyze price action and potential trading opportunities.
The core design principle of this indicator is not just to mark areas but to include a dynamic management system. This ensures a clean and effective chart, displaying only the currently valid order blocks.
**Key Features**
* **Automatic Detection:** Automatically identifies and plots both bullish and bearish order blocks.
* **Dynamic Extension:** All valid order blocks will automatically extend to the right along with the price action, helping you track their influence.
* **Order Block Lifecycle Management:**
* **Precise Invalidation Logic:** Order blocks are automatically removed from the chart when their validity is compromised by a price breach. You can choose whether a **wick breakout** or a **body (close price) breakout** is required for invalidation.
* **Overlap Prevention:** The detection logic prevents new order blocks that overlap with or are contained within existing ones from being plotted, keeping your chart clean.
* **Candle Engulfing Reversal:** When an order block is completely engulfed by a reverse-direction candle, the indicator will automatically flip its direction, capturing rapid shifts in market sentiment.
* **Customizable Visuals:** You have full control over the color and transparency of the order blocks and their midlines to match your chart style.
**Parameter Settings**
* `Show Bullish OB`: Toggle the display of bullish order blocks.
* `Show Bearish OB`: Toggle the display of bearish order blocks.
* `Bullish OB Color`: Set the color for bullish order blocks.
* `Bearish OB Color`: Set the color for bearish order blocks.
* `Midline Color`: Set the color for the midline of the order blocks.
* `Max Lookback`: Limits the lookback range for the indicator's detection to avoid plotting overly old order blocks.
* `Wick Breakout Invalidation`: When enabled, a candle's wick passing through the order block area will be considered an invalidation. When disabled, only the close price passing through will invalidate it.
* `Revert on Engulfing`: When enabled, an order block will automatically reverse its direction if it's completely engulfed by an opposing candle.
**Suggested Use**
This indicator is highly effective when combined with other trading strategies, such as confirming breakouts, identifying support or resistance zones, or pairing with momentum indicators to gauge trend strength. The midline of the order block can serve as a potential price target for a bounce or a breakout.
To achieve the best visual and analytical results, we recommend adjusting the **Max Lookback** and **Invalidation** settings based on your specific trading style and time frame.
精準訂單塊(統一透明度)
---
指標簡介
「精準訂單塊」是一個型態技術指標,專為識別和繪製市場中的**訂單塊 (Order Blocks)** 而設計。它能自動偵測多頭和空頭的訂單塊,並提供進階功能,幫助交易者更精準地分析價格行為和潛在的交易機會。
本指標的設計理念不僅是簡單地標記區域,更加入了動態管理機制,以確保圖表乾淨且有效,只顯示當前有效的訂單塊。
指標功能特色
* **自動偵測訂單塊**:能自動識別並繪製看漲(多頭)和看跌(空頭)的訂單塊。
* **動態延伸**:所有有效的訂單塊都會隨價格走勢向右延伸,幫助你追蹤其影響力。
* **訂單塊生命週期管理**:
* **精準失效邏輯**:訂單塊會在其有效性被價格突破時自動消失。你可以選擇是**影線突破**還是**實體(收盤價)突破**才算失效。
* **避免重複**:偵測邏輯會排除與現有訂單塊重疊或包含在其中的新訂單塊,避免圖表混亂。
* **K 棒吞噬反轉**:當訂單塊被一根反向的 K 棒完全吞噬時,本指標會將其自動反轉為新的訂單塊,捕捉市場情緒的快速轉變。
* **可自訂視覺效果**:你可以自由調整訂單塊與中線的顏色、透明度,以適應你的圖表風格。
參數設定
* `顯示看漲訂單塊`:開啟或關閉看漲訂單塊的顯示。
* `顯示看跌訂單塊`:開啟或關閉看跌訂單塊的顯示。
* `看漲訂單塊顏色`:設定看漲訂單塊的顏色。
* `看跌訂單塊顏色`:設定看跌訂單塊的顏色。
* `中線顏色`:設定訂單塊中線的顏色。
* `最大回溯 K 棒數`:限制指標回溯偵測的範圍,避免顯示過於老舊的訂單塊。
* `影線突破就算失效`:當此選項開啟,K 棒的影線穿過訂單塊區域即視為失效;關閉則只有收盤價穿過才算失效。
* `K 棒吞噬時反向`:開啟此選項後,當訂單塊被反向 K 棒完全吞噬時,會自動反轉其方向。
使用建議
本指標非常適合與其他交易策略結合使用,例如確認突破、尋找支撐或阻力區域、或是與動量指標搭配來判斷趨勢強度。它提供的訂單塊中線可以用作潛在的價格反彈或突破目標。
在使用時,建議根據你的交易風格和時間週期,調整**最大回溯 K 棒數**和**失效條件**,以達到最佳的視覺與分析效果。
DYOR Portfolio (UPDATED)This is the updated chart of the performance accured by our dyor management portfolios.
Buy & Sell by AnupamKafleThis indicator provides Buy and Sell signals based on a combination of classic technical analysis tools: EMA Crossovers, RSI, MACD, and optional Bollinger Bands.
✅ Buy signals are shown as green arrows below bars
✅ Sell signals are shown as red arrows above bars
📊 Logic Overview:
EMA Crossover: Fast EMA crossing over the Slow EMA = Bullish signal
RSI Filter: RSI below oversold threshold = Buy condition, above overbought = Sell condition
MACD Filter: MACD line crossing above Signal line = Buy, crossing below = Sell
Bollinger Bands (optional): Buy when price breaks below lower band, Sell when price breaks above upper band
All filters can be turned on or off individually to customize the signal conditions to your strategy.
⚙️ Settings Include:
Enable/Disable each indicator (EMA, RSI, MACD, BB)
Custom lengths for EMA, RSI, MACD, and BB
Adjustable RSI thresholds and Bollinger Band deviation
🔔 Alerts:
Built-in alert conditions for Buy and Sell signals allow you to set up real-time notifications.
智能资金概念(合一)优化版-引入库smart money concept (unity)
smart money concept (unity)
smart money concept (unity)
smart money concept (unity)
Elliott Wave Master DashboardBased on the concept of Elliot wave ,, validation are done with resp [ect to Fibo retracement in the Elliot wave,, unlikely valid , can also be considered as the true elliot wave,, anyone can cross check manually , critics are most welcomed
akash script sma 100 % working .....sob boltu hoye jabethis is simple sma strategy.
green is smaller sma
red is medium sma and blue is bigger sma....
UP trend strategy:-----
condition 1...red crossed above blue......this is alert for u....
condition 2...when green crossed above or support from red.....
congratulation ur uptrend is started now........ENJOY....
DOWN trend strategy:-----
@@@@@ vise versa of above up trend......
lets..START...TRADING......
*******ALWAYS USE SL*********
Sudhir9This Script gives clear engulfing candlestick Patterns on the chart. Based on candlestick patterns we can judge the next moves.
Sudhir7We will get Signals based on the range breakout from Supply and Demand zones.
Entry model:- Gives good entries in 1Hr or 4 Hrs accurately.
Strong BUY/SELL with BB + RSI + MACDGreen BUY arrows only if score ≥ +2 and confirmed
Red SELL arrows only if score ≤ -2 and confirmed
Background shading for trend phases
Strength meter below chart for confirmation
BB + RSI + MACD + Volume Filter SignalsPlots Bollinger Bands (upper, median, lower).
Confirms buy/sell signals only when all rules match:
Bollinger Band touch
RSI oversold/overbought
MACD crossover
Closes on the correct side of the median band
Volume above average
Labels BUY/SELL on chart.
GC Shanghai ORB • Simple 1m Close Trigger (v6)This is a breakout strategy for gold futures at 8:30 - 8:35 pm US central time. It marks the high and low of the 5 minute candle close, and looks for a 1 minute candle close above and below that 5 minute candle. A 1 minute bar close above triggers a long, and a close below triggers a short. 1 trade per day, with a 50 tick stop loss and 100 tick take profit on every trade. Designed to take advantage of more liquidity and volume coming in around the shanghai trading session open.