Glykon cycleLines with Zones✅ What It Does:
Draws 4 vertical cycle lines labeled Line 1 to Line 4.
You control:
How often they appear (cycleLength)
Where the first one appears (Starting Offset)
Each line:
Is fully vertical from bottom to top of the chart.
Has a rectangle zone showing the high/low of that candle, extending n bars right.
These 4 objects rotate in a loop, staying on the chart permanently (not deleted).
指標和策略
[CodeIFG] Mega TrandEasy Trend Finding with the help of Mega Trend
🔶 USAGE
Blue Circle: Bullish Trend
Red Circle: Bearish Trend
🔶 Input Options
Small Value
Big Value
SDS Multi-Timeframe RSI, Stoch, MACD TableSDS Multi-Timeframe RSI, Stoch, MACD Table
View RSI, Stoch and MACD for timeframe 15M, 1Hr, 3Hrs, 1D, 1W and 1M at single place.
CE + TSI Reversal Indicator📈 CE + TSI Reversal Indicator
This indicator combines the Chandelier Exit reversal logic with True Strength Index (TSI) crossover confirmation and rejection candle filtering to highlight high-probability long reversals.
🔍 Core Features:
✅ Buy signals when CE flips long, TSI crosses up, and candle shows strong rejection
✅ Styled Buy label like the original CE indicator
✅ Plots CE stop levels for trend context
✅ Custom alert: “Long Reversal Signal Triggered”
🧠 Designed for traders focused on clean reversal setups with momentum and conviction — best suited for gold (XAU/USD) or trending FX pairs.
Wick Delta Buy/Sell Pressure (ATR Units)Wick Delta Buy/Sell Pressure (ATR Units)
This indicator quantifies the imbalance between upper and lower candlestick wicks in ATR units. Each bar’s value is the wick delta (lower wick minus upper wick or vice versa) divided by the ATR, highlighting bullish (lower-wick dominance) and bearish (upper-wick dominance) pressure.
A customizable rolling standard-deviation band flags unusually large wick imbalances. Adjust ATR length, SD multiplier, lookback period, and enable arrows or bar highlights for outlier detection.
TradeCrafted - Previous 10 Highs and LowsUnlock the power of historical price action with the 10-Day Highs & Lows Indicator! This innovative tool analyzes the highest and lowest price levels of the past 10 trading days and projects them as fixed lines onto the current session. By plotting these crucial support and resistance levels, traders gain a clear visual edge to anticipate market reactions, trend reversals, and breakout opportunities.
🔥 Key Features:
✅ Precision Levels – Automatically plots the previous 10 days' highs and lows for accurate decision-making.
✅ Fixed Lines for Clarity – Levels remain unchanged throughout the session, providing a stable reference.
✅ Enhanced Market Structure Analysis – Identify key zones where price is likely to react.
✅ Ideal for All Traders – Whether you're a scalper, swing trader, or intraday enthusiast, these levels offer a strong foundation for your strategy.
🚀 Why Use This Indicator?
Markets move in cycles, and historical highs and lows act as magnets for price action. By integrating this tool into your trading arsenal, you can spot potential breakouts, retests, and reversals with greater confidence!
Elevate your technical analysis and trade smarter with the 10-Day Highs & Lows Indicator! 🔥
How to use : Trader Can take Buy entry if price is near line and taking reversal from it so it will be very good for trader to manage the stop loss. Simply if it goes below the line, just cut the trade to avoid unnecessary and huge loss. This Indicator will help Trader to take correct entry and exit.
Hope my effort will help trader to stay in profit.
Overlapping FVG - [Fandesoft Trading Academy]🧠 Overview
This script plots Higher Timeframe Fair Value Gaps (FVGs) with full visibility and precise placement on lower timeframe charts. Each timeframe (30s–15m) has its own independent toggle, custom label, and box styling, giving traders unmatched control and clarity across multiple market structures.
----------------------------------------------
🎯 What It Does
✅ Identifies Fair Value Gaps using a 3-candle logic (candle 1 high vs candle 3 low, and vice versa).
✅ Plots HTF FVG boxes accurately aligned in LTF charts for clearer intraday decision making.
✅ Custom timeframes: 30s to 15m — individually toggleable.
✅ Set custom labels per timeframe for easier reference.
✅ Full visual customization:
Border color
Bullish/Bearish box opacity
Label font size and color
----------------------------------------------
✨ Why It’s Unique
🔁 Multi-timeframe plotting from as low as 30 seconds to 15 minutes — all at once.
🖼️ Boxes plotted with fixed pixel-perfect width even on lower timeframes.
🎨 All visual aspects are fully configurable from the UI: labels, colors, borders.
🧩 Modular input system: you can turn off individual timeframes without code edits.
🧠 Smart barstate.isconfirmed usage ensures no repainting and stable historical plotting.
----------------------------------------------
⚙️ How It Works
The script requests data for each selected timeframe using request.security.
For every confirmed HTF bar:
It checks for an FVG based on simple imbalance logic:
Bullish FVG: low >= high
Bearish FVG: low >= high
If a valid gap exists:
A box is drawn using box.new() between candle 1 and candle 3 with matching label and style.
Timeframe toggles ensure efficient performance (below the request.security limit of 40).
----------------------------------------------
📈 Use Cases
Scalpers & Intraday Traders: Use 30s–15m HTF levels for precise microstructure guidance.
ICT Traders: Visualize displacement and inefficiency zones aligned with higher timeframe context.
FVG Stacking: Add this layer on top of FVG confluences.
----------------------------------------------
🔐 This script is invite-only. Contact the author for access.
📩 Perfect for serious traders, algorithmic strategists looking to visualize multi-timeframe imbalances efficiently.
6 gün önce
Sürüm Notları
🧠 Overview
This script plots Higher Timeframe Fair Value Gaps (FVGs) with full visibility and precise placement on lower timeframe charts. Each timeframe (30s–15m) has its own independent toggle, custom label, and box styling, giving traders unmatched control and clarity across multiple market structures.
----------------------------------------------
🎯 What It Does
✅ Identifies Fair Value Gaps using a 3-candle logic (candle 1 high vs candle 3 low, and vice versa).
✅ Plots HTF FVG boxes accurately aligned in LTF charts for clearer intraday decision making.
✅ Custom timeframes: 30s to 15m — individually toggleable.
✅ Set custom labels per timeframe for easier reference.
✅ Full visual customization:
Border color
Bullish/Bearish box opacity
Label font size and color
----------------------------------------------
✨ Why It’s Unique
🔁 Multi-timeframe plotting from as low as 30 seconds to 15 minutes — all at once.
🖼️ Boxes plotted with fixed pixel-perfect width even on lower timeframes.
🎨 All visual aspects are fully configurable from the UI: labels, colors, borders.
🧩 Modular input system: you can turn off individual timeframes without code edits.
🧠 Smart barstate.isconfirmed usage ensures no repainting and stable historical plotting.
----------------------------------------------
⚙️ How It Works
The script requests data for each selected timeframe using request.security.
For every confirmed HTF bar:
It checks for an FVG based on simple imbalance logic:
Bullish FVG: low >= high
Bearish FVG: low >= high
If a valid gap exists:
A box is drawn using box.new() between candle 1 and candle 3 with matching label and style.
Timeframe toggles ensure efficient performance (below the request.security limit of 40).
----------------------------------------------
📈 Use Cases
Scalpers & Intraday Traders: Use 30s–15m HTF levels for precise microstructure guidance.
ICT Traders: Visualize displacement and inefficiency zones aligned with higher timeframe context.
FVG Stacking: Add this layer on top of FVG confluences.
----------------------------------------------
🔐 This script is invite-only. Contact the author for access.
📩 Perfect for serious traders, algorithmic strategists looking to visualize multi-timeframe imbalances efficiently.
ND Egitim - AI Oto FibonacciAutomatic Fibonacci & HH/LL Trend Analysis
This indicator automatically determines the optimal lookback bar count based on market conditions and the specific symbol, then identifies the most recent “Higher High” (HH) and “Lower Low” (LL) points on your chart. It draws a Fibonacci system between these two points, allowing you to instantly visualize potential retracement and extension levels that may act as key support and resistance zones. Additionally, the indicator provides a quick overview of the overall market trend and volatility.
What does it do?
• Fibonacci Levels: Classic Fibonacci levels such as 0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, and 100% are drawn automatically on the chart. Additional extension and negative levels are also displayed as needed.
• Trend Direction: The general market trend (bullish, bearish, or sideways) is visualized based on the relative positioning of HH/LL points and the structure of moving averages.
• Alert Conditions: Built-in alerts notify you when the price breaks key Fibonacci levels.
BTC LTPI - MVRV Z-SCOREBTC MVRV Z-SCORE Indicator
Built by myself for TRW Crypto Investing Campus Level 1.5 - LTPI
BTC LTPI - NUPL Z-SCOREBTC NUPL Z-SCORE Indicator
Built by myself for TRW Crypto Investing Campus Level 1.5 - LTPI
BTC LTPI - SOPR Z-SCOREBTC SOPR Z-SCORE Indicator
Built by myself for TRW Crypto Investing Campus Level 1.5 - LTPI
Sakura | Silver BulletTelegram: t.me
💠 Sakura | Silver Bullet is a powerful tool built for traders using Smart Money Concepts (SMC) and the Inner Circle Trader (ICT) methodology.
🕒 It automatically identifies the three key Silver Bullet sessions (New York time):
03:00–04:00 AM — London Killzone
10:00–11:00 AM — New York AM session
02:00–03:00 PM — New York PM session
📦 During these sessions, the indicator detects and visualizes Fair Value Gaps (FVG):
Highlights bullish and bearish FVGs clearly
Supports advanced filtering modes: All FVG, Directional, Strict, Super-Strict
Optional zone extension (stretch active FVGs dynamically)
📈 Additionally, the indicator:
Detects MSS (Market Structure Shifts) and current trend direction
Automatically plots potential support/resistance levels using recent swing highs/lows
Works across multiple asset classes: indices, forex, futures, crypto
⚠️ Recommended timeframe: 15 minutes or lower (M15 and below)
Fast & Slow QQE — Bull/Bear Zones with EMA FiltersQQE Cross with Bullish bear Zones.
Confirmed with Adx
Confirmed with EMA cross
dōjōwap 🥋 2.0current session vwap
pdwap
pwwap
pmwap
twap
all in one
not financial advice
say no to drugs
HTFA [flasi]This indicator displays higher timeframe (HTF) candles to the right of your current chart, along with projected open, high, and low lines for better context.
This indicator is highly inspired by the HTF Candle Projections by modhelius
Dynamic Timeframe Selection
Automatically selects appropriate HTF based on current chart resolution:
1m → 15m
2-4m → 30m
5m → 60m
15m → 4h
Higher timeframes use logical progression (D → W → M)
Price Projections
Draws OHL (Open, High, Low) projections from the main candles to the HTF aligment candles
Session Highs and Lows KL (Last Day) Time AdjustableThis Pinescript Indicator will allow you to visualize the forex trading sessions during the last day. The sessions have time filters to customize to your time zone, and to count for daylight savings time. The lines are also customizable. Works on any timeframe. Simple and effective.
Smart Money Concepts + Fibonacci + EMA - AI Enhanced Analysis### █ OVERVIEW
This indicator is not just another "all-in-one" tool; it's a **specialized data visualization layer designed for the new era of AI-driven chart analysis**. The primary purpose of the **"NarmoonAI"** indicator is to structure and display key market information in a clean, consistent, and machine-readable format.
Standard charts can be noisy and ambiguous for AI Vision models (like Google's Gemini or OpenAI's GPT-4). This script solves that problem by consolidating the most crucial technical analysis concepts—Smart Money Concepts, Trend Analysis, and Key Levels—into a clear visual language that an AI can easily interpret from a single screenshot.
This approach allows traders to leverage the power of artificial intelligence for faster, more objective, and deeper market analysis. It's designed to work seamlessly with our custom AI assistant, the **NarmoonAI Telegram Bot**, but can be used with any modern AI vision tool.
---
### █ CORE COMPONENTS & LOGIC
This indicator is a "mashup" with a clear purpose: to create a comprehensive yet clean analytical framework. Here is how each component contributes to the overall goal of AI-enhanced analysis:
**1. Smart Money Concepts (Supply & Demand Zones):**
* **How it works:** The script automatically identifies significant market turning points by detecting swing highs and lows using `ta.pivothigh` and `ta.pivotlow` over a user-defined `Swing Length`. These pivots form the basis of our Supply (resistance) and Demand (support) zones.
* **The "Smart" Edge:** To filter out weaker zones, the indicator analyzes the volume profile. Zones that are formed during periods of high volume (defined as >1.5x the 20-period simple moving average of volume) are highlighted in a stronger, more vibrant color. This signals areas of high institutional interest, a key concept in Smart Money analysis.
**2. Multi-Layered Trend Analysis (Exponential Moving Averages - EMAs):**
* **How it works:** We've included a customizable suite of four essential EMAs (20, 50, 100, and 200). These are not just random lines; they provide an instant visual reference for short, medium, and long-term trend direction and dynamic support/resistance.
* **Why it's useful for AI:** An AI can instantly parse the order and slope of these EMAs. For example, it can identify a strong uptrend when the price is above the 20 EMA, which is above the 50 EMA, and so on.
**3. Automatic Fibonacci Retracement:**
* **How it works:** Manually drawing Fibonacci levels is subjective and time-consuming. This script automates the process by identifying the highest high and lowest low over a `Fibonacci Lookback Period` (defaulting to 100 bars) and automatically plots the key retracement levels (0.236, 0.382, 0.5, 0.618, 0.786).
* **Why it's useful for AI:** It provides objective, universally recognized potential support and resistance levels without any manual drawing, ensuring a clean and consistent chart for analysis.
**4. Dynamic Trend Channels:**
* **How it works:** The indicator automatically draws trend channels by connecting the two most recent significant pivot highs (for a downtrend channel) or pivot lows (for an uptrend channel).
* **The "Dynamic" Edge:** The width of the channel is not fixed. It's dynamically calculated using the Average True Range (ATR), allowing the channel to expand and contract based on the market's current volatility. This provides a much more adaptive and realistic view of the trend's boundaries.
---
### █ HOW TO USE THIS INDICATOR
There are two primary ways to use the NarmoonAI indicator:
**A) For AI-Powered Analysis (Recommended):**
1. Apply the **NarmoonAI** indicator to any chart.
2. Take a clean screenshot of your chart.
3. Upload the image to your preferred AI Vision model (e.g., Gemini, ChatGPT) or, for the best results, use our specialized **NarmoonAI Telegram bot**.
4. Ask the AI for a detailed analysis. **Example Prompts:**
* *"Based on this chart, what is the current market structure? Identify key support and resistance levels."*
* *"Is there a potential long setup forming according to the information from the NarmoonAI indicator?"*
* *"Summarize the trend direction and strength using the EMAs and trend channels shown."*
**B) For Manual Trading:**
Traders can use the confluence of signals for high-probability setups:
* **High-Probability Long:** Look for the price to enter a **Strong Demand Zone** that aligns with a key **Fibonacci level** (e.g., 0.618) and is respected by a major **EMA** (e.g., the 50 or 100 EMA).
* **High-Probability Short:** Look for the price to test a **Strong Supply Zone** near the top of a **descending trend channel**, with EMAs confirming the bearish momentum.
---
*This script was created by NarmoonAI to bridge the gap between traditional technical analysis and the powerful capabilities of modern artificial intelligence. We believe this is the future of trading analysis.*
QQQ NQ NDX SPY SPX ES Price Convert Overlay
_____________________________________________________________________
QQQ NQ NDX SPY SPX ES Price Convert Overlay Indicator
____________________
This 'Prices Overlay' indicator is a minimalist tool for traders who want to track and compare Nasdaq and S&P 500 instruments quickly and clearly, boosting efficiency and decision-making with minimal distraction.
How to Use It
____________________
Add the indicator onto your TradingView chart.
Adjust your Right Margin in TradingView Settings > Canvas to show as much or as little of the line as you want, based on the "Price Buffer" indicator setting.
Select which instruments to overlay (e.g., QQQ, SPX).
Adjust levels, buffer, font, transparency, and update interval.
Features and Functions
____________________
1. Automatic Ticker Detection:
The indicator identifies the ticker of your current chart (e.g., NQ, ES, SPY).
It then shows price levels for related instruments, eg:
On an NQ or MNQ chart, it can display QQQ or NDX levels.
On an ES or MES chart, it can display SPY or SPX levels.
...and vice versa
2. Adjustable Number of Levels
You can choose how many price levels to show, from 10 to 100.
This lets you decide how much detail you want based on your trading needs.
3. Visual Customization
Price Buffer: Move the lines and labels horizontally closer/further price action.
Font Size: Pick from "Tiny," "Small," or "Normal" for label text size.
Line Transparency: Adjust the opacity of the lines (0% = solid, 100% = invisible) to blend them with your chart.
4. Support for Micro Futures
Works with both regular futures (NQ, ES) and micro futures (MNQ, MES), perfect for traders using smaller contract sizes.
5. Update Frequency
Set how often the price levels refresh, from every 5 seconds to every 60 seconds.
This keeps the data current without slowing down your chart.
6. Accurate Price Conversion
Uses specific multipliers for each instrument (e.g., 100.0 for NDX and SPX, 1.0 for QQQ and SPY) to calculate and display price levels correctly.
Fetches real-time prices and converts them to match your chart’s scale.
Price conversions courtesy of PtGambler.
Benefits
____________________
Easier Analysis: See how prices from different instruments line up on one chart—no need for multiple screens or math.
Customizable: Turn on/off instruments and tweak visuals to fit your trading style.
Time-Saving: Automates price conversions, letting you focus on trading decisions.
Thanks!
____________________
Thank you for your interest in my work. This is something I use every day for my trading and wanted to share it with the public. If you have any comments, bugs, or suggestions, please leave them here, or you can find me on Twitter or Discord.
@ ContrarianIRL
Open-source developer for over 25 years
Mera Mera - Ying Yang & Inside, OutsideMera Mera
It is a structure that traps the previous candle formed in the same direction.
When the structure is in the Buy direction, a blue dot is formed below it, when it is in the Sell direction, a red dot is formed above it.
Sell Mera Mera, Buy Mera Mera alerts are available.
Ying Yang
It is a structure that traps the next candle formed in the same process.
When the structure is in Buy transactions, a blue triangle is formed below it, when it is in Sell transactions, a red triangle is formed below it.
Ying Yang Sell, Ying Yang Buy alerts are available.
The calculation of inner bar and outer bar values is different.
After this formation, the candle fractal formations are followed and the transaction is searched.
The necessary visuals are in x
- Sorry if I have any mistakes
x.com
Copyright © 2025 @SimbiyotikTrader ;)
tCISD Model (Bucko)Quarterly Theory Entry Model – Powered by TCISD + Sequential SMT
This advanced indicator automatically highlights every valid Sequential SMT + TCISD setup, based on the powerful concept 'tCISD' introduced by @buckotrades. It’s designed to help you pinpoint high-probability Quarterly Theory entries with precision.
✅ Automatically plots Sequential SMT + TCISD confluence entries.
✅ Built-in filters to isolate only the highest-probability TCISD setups
✅ Streamline your execution and stay aligned with the Quarterly Theory narrative
Perfect for traders looking to integrate refined SSMT logic with one of the sharpest entry models in the game.
whop.com
Flat Market Detector//@version=5
indicator("Flat Market Detector", overlay=true)
len = input.int(100, "Length")
src = close
corr = ta.correlation(src, ta.linreg(src, len, 0), len)
flatThres = input.float(0.4, "Flat Threshold", minval=0, maxval=1)
isFlat = math.abs(corr) < flatThres
bgcolor(isFlat ? color.new(color.gray,85) : na, title="Flat Zone")
plotshape(isFlat, style=shape.labelup, location=location.top, color=color.silver, text="ФЛЕТ", title="Flat")
alertcondition(isFlat, "Flat Detected", "Flat: trend trading disabled!")
F-Stoch v2 (Stochastic with Fib & Donchian)F-Stoch v2 (Stochastics, Fibonacci, and Donchian Channels)
This indicator combines standard Stochastics with Fibonacci levels and Donchian Channels, enabling a multifaceted market analysis.
Note:
Some of the logic included in this script (specifically the calculation part for displaying Stochastics in Heikin Ashi style) was generated by AI (e.g., Google Gemini) based on user instructions.
Key Features:
* Customizable Stochastics: Freely set the %K and %D periods, smoothing, and offset.
* Fibonacci-based Trend Determination: Determines the trend (uptrend/downtrend/range) based on price position within the set Fibonacci high/low lookback period and reflects it in the Donchian Channel's background color.
* Donchian Channels: Applied to the Stochastic %K value, these indicate volatility and trend direction boundaries. There's an option for the Donchian Channels to change color in conjunction with the Fibonacci trend.
* Heikin Ashi Style %K Display: Provides an option to display the %K line in Heikin Ashi candlestick style instead of a regular line. This makes it easier to visually grasp changes in %K momentum.
This indicator offers a comprehensive toolkit for analyzing trend momentum, volatility, and potential turning points.