SYRAX (SIMPLE RANGE)SYRAX (SIMPLE RANGE) is a minimalist indicator designed for traders who focus on range breakouts. If you’re someone who just needs one clean and consistent range plotted every day to execute your strategy, this tool is for you.
The indicator defines a customizable time range on your chart and highlights the high and low of that session, helping you visualize potential breakout zones. A vertical line can also be drawn at a specific time each day to assist with your session planning.
Features:
• Automatically draws the daily range box based on your chosen start and end time.
• Timezone setting to align the range with your local or market session.
• Clean visuals with editable box color, border, and text labels.
• Optional extended range lines and vertical session markers.
Whether you’re trading early session breakouts or waiting for liquidity sweeps, SYRAX gives you the structure you need — nothing more, nothing less.
Indicadores e estratégias
90-Minute Cycle LinesThis indicator plots a series of 90-minute cycle markers aligned to specific EST timestamps throughout the trading day. At each defined time (e.g., 2:30 AM, 4:00 AM, etc.), it draws a dashed vertical line with a corresponding label (e.g., "LD1", "NY1") positioned at the same fixed price level, forming a scroll-proof horizontal timeline across the chart. The lines are exactly helping traders visually track recurring intra-day cycles for timing entries, identifying liquidity sweeps, or framing session-based strategies.
Candle Revers Indicator 2New Candlestick Reversal Indicator Based on Statistics
We’re excited to introduce our brand-new indicator on TradingView, developed by Mathbot EA. This tool is built on advanced statistical analysis and candlestick reversal patterns, helping traders identify potential market turning points with greater accuracy. By combining data-driven insights with proven candlestick behavior, this indicator provides highly reliable signals to enhance your trading strategy.
Created by:
Mathbot EA
Visit our official website for more information: www.mathbot-ea.pro
Hacim Patlaması Alarmı (3 Bar Ortalaması)//@version=5
indicator("Hacim Patlaması Alarmı (3 Bar Ortalaması)", overlay=false)
hacim = volume
hacimOrtalama = ta.sma(volume, 3)
limit = hacimOrtalama * 1.5
hacimPatladiMi = hacim > limit
plot(hacim, title="Hacim", color=color.new(color.blue, 0), style=plot.style_columns)
plot(hacimOrtalama, title="3 Bar Ortalaması", color=color.gray, linewidth=1)
bgcolor(hacimPatladiMi ? color.new(color.red, 80) : na)
alertcondition(hacimPatladiMi, title="Hacim Patladı", message="⚠ Hacim patlaması tespit edildi!")
Glamour ETF Index vs. QQQ mit MA10, MA20 & MA50Stan Weinstein uses the term "Glamour Index" as a sentiment indicator to assess how speculative or overheated the stock market is. The Glamour Index measures the relationship between so-called "glamour stocks" (trendy stocks, hyped stocks with high media attention and sometimes extreme price increases) and solid, more conservative stocks. Weinstein uses this index to: 1) Analyze market sentiment – particularly whether the market is in a speculative euphoria phase.
2) Identify warning signs of a potential top formation or an impending downturn.
My basket compares performance against the QQQ (alternatively, SPY or any other benchmark is also possible).
My basket consists of the ETFs in the ARK universe, as well as other growth ETFs such as IPO, FFTY, and QQQJ.
MAYFAIR REVERSAL CHANGE🔄 Mayfair Reversal Change — By EWC
🔹 Overview:
The Mayfair Reversal Change indicator is designed to catch high-probability reversal zones using a smart filtering mechanism powered by stochastic oscillator behavior. It filters out noise and only shows clean buy/sell reversal signals when market conditions align with exhaustion and overextended moves.
🔹 Key Features:
Buy/Sell Reversal Labels based on Stochastic Crosses & Extremes
Built-in smoothing to reduce false signals
Works in trending and ranging conditions
Toggle to enable/disable reversal filter signals
Best used as a confirmation tool alongside price action
🔹 Ideal For:
Swing and intraday traders who love catching tops and bottoms
Traders using confluence-based entry systems
Great complement to the Mayfair FX Scalper
💡 Recommended Timeframes: 5M, 15M, 30M
📌 Pair with structure breaks or divergence for higher win rate.
MAYFAIR FX SCALPER📈 Mayfair FX Scalper — By EWC
🔹 Overview:
The Mayfair FX Scalper is a premium algorithm designed for ultra-precise entries and exits on lower timeframes like the 1M, 3M, and 5M charts. Built by EastWave Capital (EWC), this script focuses on momentum bursts, market structure breaks, and smart money concepts (SMC) to deliver high-probability scalping signals.
🔹 Key Features:
Clean Buy/Sell Labels for Instant Trade Ideas
Perfect for XAU/USD, Forex Majors, and Indices
Algorithm reads candle exhaustion, order flow, and volume shifts
Compatible with all sessions: London, NY, Asian
Can be used with Risk:Reward tools and manual TP/SL
🔹 Ideal For:
Traders seeking fast, accurate scalping signals
Live streamers and educators (signal clarity)
High-RR traders who prioritize precision entries
💡 Recommended Timeframes: 1M, 3M, 5M
📌 Use with SMC or liquidity-based confirmations for best results.
SessionsLondon, US , ASIA open sessions
Use this indicator to highlight Above time zones to analyse trading opportunity during those sessions
Trend Breakout Description:
This Pine Script indicator identifies pivot high and pivot low points based on user-defined left and right candle legs, detecting breakouts to signal potential trend changes. It plots horizontal lines at pivot highs (lime) and pivot lows (red), marking breakout signals with labels ("Br") when the price crosses above a pivot high or below a pivot low. The indicator also changes the background color to reflect the trend (green for uptrend, red for downtrend) with adjustable transparency. The indicator primarily focuses on recognizing specific pivot patterns to define trends and generate trading signals.
How It Works
• Pivot Detection: Identifies pivot highs and lows using configurable left (Left side Pivot Candle) and right (Right side Pivot Candle) periods.
• Pivot Highs (PH): A pivot high is identified when a candle's high is greater than a specified number of preceding candles (left leg) and succeeding candles (right leg).
• Pivot Lows (PL): Similarly, a pivot low is identified when a candle's low is less than a specified number of preceding and succeeding candles.
The script then tracks the last three pivot highs and pivot lows.
Trend Detection and Breakouts
1. High Line (Resistance): When a middle pivot high (out of the three tracked) is higher than both the previous and the next pivot high, a lime green line is drawn from that pivot high. This line acts as a dynamic resistance level.
2. Low Line (Support): Conversely, when a middle pivot low is lower than both the previous and the next pivot low, a red line is drawn from that pivot low. This line acts as a dynamic support level.
________________________________________
Trading Signals : The indicator generates signals based on price crossing these dynamically drawn lines .
• Long Signal (Uptrend):
o A "Long" signal is triggered when the close price crosses above the current high line (resistance), and the indicator is not already in an uptrend.
o When a long signal occurs, the background turns green, and the high line becomes dotted and thinner. A "Br" (Breakout) label appears below the candle.
• Short Signal (Downtrend):
o A "Short" signal is triggered when the close price crosses below the current low line (support), and the indicator is not already in a downtrend.
o When a short signal occurs, the background turns red, and the low line becomes dotted and thinner. A "Br" (Breakout) label appears above the candle.
________________________________________
Customizable Settings
The indicator provides three user-adjustable inputs:
• Right Side Pivot Candle (fpivotLeg): This setting (default 10) determines the number of candles to the right that must have lower highs/higher lows for a pivot to be confirmed.
• Left Side Pivot Candle (bpivotLeg): This setting (default 15) determines the number of candles to the left that must have lower highs/higher lows for a pivot to be confirmed.
• Adjust Color Visualization (Colortrnp): This setting (default 85) controls the transparency of the background color changes, allowing you to adjust how prominently the green (uptrend) and red (downtrend) backgrounds are displayed.
________________________________________
How to Use It
This indicator can be used by traders to:
• Identify potential reversals: The formation of new pivot highs and lows can signal shifts in market direction.
• Spot breakout opportunities: Crossing above the high line or below the low line can indicate the start of a new trend or the continuation of an existing one.
• Confirm trend strength: The presence and extension of the high and low lines can provide visual cues about the prevailing trend.
• Ideal for swing traders or trend-following strategies.
• Use the breakout labels ("Br") and background color to confirm trend direction.
• Adjust pivot leg inputs to fine-tune sensitivity for different timeframes or assets.
• Customize transparency to suit chart readability.
Example:
On a breakout above a pivot high, a green "Br" label appears, the background turns green, and the pivot line becomes dotted. This signals a potential uptrend, helping traders identify entry points or trend confirmations.
Disclaimer: No indicator guarantees profits. Always use this indicator in conjunction with other analysis methods and proper risk management.
MudahCuan Indicator - Fix Entry Candle🟢 MudahCuan™ – Smart Entry Strategy for High-Precision Trading
MudahCuan™ is a premium, rule-based trading indicator designed to help traders enter the market with confidence, precision, and clarity — without relying on lagging tools or cluttered charts.
Crafted for those who value consistency and simplicity, this tool offers highly accurate buy/sell signals based on a refined internal logic that adapts across market conditions.
🔍 Key Highlights
🚀 Smart Entry Signals – Automatically detects high-quality trade opportunities using refined structure and price behavior logic.
🎯 Built-In Risk Control – Stop-loss and take-profit zones are dynamically generated, helping you manage every trade with precision.
⚡ Quick Market Adaptation – Designed to filter out noise and avoid weak setups, focusing only on actionable entries.
🔁 Works on Any Asset & Timeframe – Whether you trade forex, crypto, stocks, or indices — intraday or swing — this tool adapts.
📉 Visually Clean Interface – Zero clutter. Just actionable signals and clean overlays for fast decision making.
🧠 Minimal Input, Maximum Logic – Focus on execution, not calculation.
🎯 Why Traders Love MudahCuan™
Requires no additional indicators to work.
Reduces emotional trading by following structured logic.
Perfect for traders who want to grow consistency without guessing.
✅ No Guesswork. No Lag. No Clutter.
MudahCuan™ doesn't tell you what might happen — it tells you when to act, based on tested internal logic that has shown strong results across various markets.
Ready to simplify your trading while keeping your edge?
MudahCuan™ was built to help serious traders trade smarter — one signal at a time.
📊 Stock Info + Support/ResistanceThis strategy was developed with the goal of identifying potential entry and exit zones for trading stocks and ETFs, using a swing trading approach based on multi-timeframe demand and supply zone detection.
The script tracks trends and identifies critical movement zones using the ADR (Average Daily Range) indicator across three timeframes: daily, weekly, and monthly, calculating them according to the opening range.
In addition, the script integrates the RSI indicator to assess overbought/oversold conditions. Signals are only generated when an extreme RSI level (below 30 or above 70) coincides with the price entering a demand or supply zone across all three timeframes.
The output includes only graphic arrows on the chart at entry and exit points, with no visual clutter or unnecessary indicators.
---
How to Use:
Suitable for swing trading, not for intraday scalping.
Apply to a clean chart.
Can be combined with external indicators such as support/resistance detection (e.g., SRMTF) — though this is optional.
This script does not constitute investment advice and is intended for monitoring purposes only.
SY_Quant_AI_Trend.2.0✅ English Description (Safe Minimal Version)
SY_Quant_AI_Trend 2.0 — Multi-Factor Trend Analysis Toolkit
This indicator combines trend detection, structure recognition, and visual overlays to assist traders in analyzing market dynamics.
It integrates common techniques in a simplified form for research and chart-based strategy development.
PROFIT PURIFY SL/TargetsEach level has its own colored line:
Entry: White
Stop Loss: Red
Target 1: Orange
Target 2: Yellow
Target 3: Green
Each level has clear price labels that appear at the signal bar
The lines will remain visible until the next trade signal occurs
For long positions, targets appear above entry and SL below
For short positions, targets appear below entry and SL above
TeeLek-HedgingLineIf we are DCA some assets and it happens to be in a downtrend, sitting and waiting is the best way, but it is not easy to do. There are other ways that allow us to buy DCA and keep collecting more. While the market is falling, don't be depressed. The more you buy, the more it drops. Should you continue buying? Plus, if it goes back to an uptrend, you will also get extra profit. Let's go check it out.
ถ้าเรา DCA ทรัพย์สินอะไรซักอย่างนึงอยู่ แล้วมันดันเป็นขาลงพอดี จะนั่งรอเฉยๆ เป็นวิธีที่ดีที่สุด แต่ไม่ได้ทำกันได้ง่ายๆ นะ ยังมีวิธีอื่นอีก ที่ให้เราสามารถ ซื้อ DCA เก็บของเพิ่มได้เรื่อยๆ ระหว่างที่ตลาดร่วง ไม่จิตตก ยิ่งซื้อ ยิ่งลง จะซื้อต่อดีไหม? แถมถ้า กลับมาเป็นขาขึ้น ยังมีกำไรแถมให้ด้วยนะ ไปหาดูกัน