Marcin Bitcoin📊 Core Logic and Conditions
✅ Entry Condition (Long):
Buy signal occurs when all of the following are true:
🔼 Uptrend — The centerline of the Gaussian filter (filt) is going up.
💥 Breakout — The current price is above the upper band of the Gaussian channel (close > hband).
⚡ Momentum — The Stochastic RSI %K is greater than 80, meaning the price is in a strong overbought zone (indicating strong momentum).
📅 Within the Date Range — The current bar is within the selected backtest window.
➡️ If all are true, the strategy enters a long position.
❌ Exit Condition (Close Position):
Sell signal (close position) occurs when:
The price crosses below the upper band (crossunder(close, hband))
Within the selected time window
➡️ This acts as a trailing stop — the position is held as long as the price stays above the breakout band.
🧠 Why It Might Work
The strategy tries to catch strong upward breakouts with high momentum.
It avoids chop and sideways moves by requiring:
Trend confirmation (filter rising),
Momentum confirmation (Stoch > 80),
Breakout (price > upper band)
Bande e canali
Open Breakout Strategyfirst 5min candle
SL is 0.25% TP is 2.25%
If breks low it is hsort
If breaks hi then it is long
MA Band Zones with AlertsThis is a simple script with alerts.
Its a tool, helps traders, who works on price average range, to identify zones away from Moving average + and - side.
it will work on sma, ema, wma.
custom TF
custom source
alert 5 alert variation to choose from.
there is small glitch, kindly uncheck both the background boxes in in the input setting. it will removed in the next version
Linear Regression Channels📈 Linear Regression Channels
🌟 Overview
A professional dual linear regression channel indicator designed for comprehensive trend analysis. This powerful tool provides simultaneous short-term and long-term trend perspectives through two independent regression channels with customizable standard deviation bands.
🔧 Core Features
📊 Dual Channel System
Channel 1: 43-period regression analysis for long-term trend identification
Channel 2: 20-period regression analysis for short-term momentum tracking
Independent Configuration: Each channel fully customizable with separate parameters
Real-Time Updates: Dynamic calculations with every new candle
📐 Standard Deviation Bands
Multiple Levels: Configurable deviation bands (1σ, 2σ, 3σ)
Dynamic Support/Resistance: Automatically calculated price levels
Trend Boundaries: Clear visualization of trend strength and direction
Statistical Precision: Mathematically accurate regression calculations
🎨 Customization Options
🎭 Visual Styling
Individual Colors: Separate color schemes for each channel
Line Styles: Choose between Solid, Dashed, or Dotted lines
Line Width: Adjustable thickness (1-5 pixels) for optimal visibility
Extension Options: Project lines into the future for analysis
⚙️ Technical Parameters
Period Length: Fully adjustable lookback periods
Source Selection: Choose from Close, Open, High, Low, or custom sources
Deviation Levels: Customizable standard deviation multipliers
Display Control: Toggle individual channels on/off
📈 Trading Applications
🎯 Trend Analysis
Dual Timeframe Perspective: Simultaneous short and long-term view
Trend Confirmation: When both channels align in direction
Trend Strength: Measured by price position within channels
🔍 Support & Resistance
Dynamic Levels: Standard deviation bands as S/R zones
Channel Boundaries: Natural support and resistance areas
Confluence Trading: Multiple level confirmations
⚡ Entry & Exit Signals
Channel Breakouts: Trend continuation opportunities
Mean Reversion: Trades back to center line
Channel Crossovers: When price moves between timeframes
🚀 Key Benefits
✅ Multi-Timeframe Analysis - Complete market perspective
✅ Mathematical Precision - Least squares regression accuracy
✅ High Customization - Adaptable to any trading style
✅ Clean Interface - Professional chart appearance
✅ Performance Optimized - Smooth real-time operation
✅ Versatile Application - Works on all markets and timeframes
💡 Professional Usage
Combine both channels for confluence signals
Use longer channel for overall trend bias
Trade shorter channel signals within longer trend
Monitor channel width for volatility analysis
Essential tool for traders seeking precise trend analysis and dynamic support/resistance levels.
Spider-Line Fan (Date-Anchor)Choose a date for the anchor point.
Then choose the closest candle where the rays begin
And then choose the last one furthest back in the chart.
There is a vertical bar you can drag too to move easily.
Major League Pro IndicatorUna estrategia la cual llevo annos utilizando la cuel me daa muy buenas oportunidades
MINT Level's (DO, WO, MO)| Adaptive PROMINT Level's (DO, WO, MO)| Adaptive PRO — умный индикатор уровней DO, WO, MO, PDH/PDL, PWH/PWL, PMH/PML
Индикатор для точной и быстрой работы с ключевыми уровнями рынка:
- Автоматически строит важнейшие уровни: открытие дня, недели, месяца, экстремумы предыдущих дней, недель и месяцев.
- Отображает диапазоны: показывает не только сами уровни, но и размер диапазона (Δ) и его процент (%).
- Выбор метода построения: уровни High/Low предыдущей недели/месяца могут строиться как по теням свечей, так и по их телам (close/open) — настраивается в один клик.
- Авто-скрытие на старших ТФ: уровни не мешают анализу.
- Гибкие настройки: цвета, стили, подписи под ваш вкус.
- Для любого рынка: крипто, акции, форекс, фьючерсы.
- Идеально для скальперов, интрадей и свинг трейдеров!
MINT Level's (DO, WO, MO) | Adaptive PRO — Smart Key Level Indicator: DO, WO, MO, PDH/PDL, PWH/PWL, PMH/PML
The indicator for fast and precise work with the market’s key levels:
Automatically plots the most important levels: day/week/month opens and previous day, week, and month highs/lows.
Displays ranges: shows not only the levels themselves, but also the range size (Δ) and its percentage (%).
Customizable calculation method: previous week/month high/low can be plotted by candle wicks or candle bodies (close/open) — set with a single click.
Auto-hides on higher timeframes: levels never clutter your chart.
Flexible customization: choose your own colors, styles, and label formatting.
Works on all markets: crypto, stocks, forex, futures.
Perfect for scalpers, intraday, and swing traders!
WaveSurfer StrategyThis is a quant trading strategy that can be used to automate your trading. The first thing you will see in the settings popup is blocks where text can be entered. You can enter your automated trading messages here that will be sent to your exchange or third party application. Check with them to identify exactly how the buy and sell text should be configured. Put this {{strategy.order.alert_message}} in the alert message box and it will pull the buy and sell text from these settings boxes.
This trading strategy is designed to trade cryptocurrencies on the 1 hour timeframe. Other timeframes can be used but this is where I have found success. It uses a fairly complex algorithm to determine Long Buy and Sell opportunities. Each assets settings need to be optimized using back testing due to differences in volatility, volume, and risk. I provide optimized settings for the coins I trade here . As with any trading strategy, no amount of gains can be guaranteed. There is always risk of taking losses. Do not trade more than you are willing to lose.
The backbone of the strategy uses Bollinger Bands to measure the market trend. Bollinger Band Width(BBW) moves in waves. Waves over 0.2 are considered strong movements. Bollinger Band Percent(BB%) is used to determine wave direction, Bullish or Bearish. The strategy calculates BBW Slope and it is critical in determining status of the Bullish or Bearish wave. For example, if a strong Bullish wave is above 0.2 and slope is positive, this means to hold as the wave continues to accumulate gains. When slope turns negative, it is a signal that the wave is ending and opens more opportunities for the strategy to sell. Under certain conditions the waves can be considered neutral, especially when BBW is under 0.2.
BBW waves are given a score -5 through 5. These scores are used throughout the strategy to determine which Buy and Sell limits to use. Here is what the scores mean:
0 = Neutral, 1->3 = Beginning of Bullish wave, 4 = Strong Bullish wave, 5 = End of Bullish wave
0 = Neutral, -1->-3 = Beginning of Bearish wave, -4 = Strong Bearish wave, -5 = End of Bearish wave
During each of these trends the strategy offers different buy and sell opportunities that can be configured in settings. Hull moving averages are used for determining Buy/Sell crossovers and the Phase of the trade. The Phase of a trade if telling the strategy which Sell limits to use to determine when to sell. Phase 1 represents Bearish trend sell limits, Phase 2 represents Neutral trend sell limits, and Phase 3 represents Bullish trend sell limits. For example, if a Buy is triggered during a Bear trend, the trade will start in Phase 1. As the price moves up to Neutral within the Bollinger Bands it will move to Phase 2 and sell limits will move up. If price continues to rise into Bullish BBW trend it will change to Phase 3 and use Sell limits that will allow price to grow while the wave remains bullish.
Bearish Buys: Bearish Buys are designed to buy at a low peak. It uses Bollinger Band Mid line slope(Generally below -0.3), BB% very low(Generally below 0.0), and the trigger is RSI crossing up around 25-30. There are three different types of Bear Buys but they are all slight variations of this same technique. Again, all these settings need to be optimized using back testing. A more volatile coin will drop lower and with more intensity than a more stable coin. All Bear Buys will start in phase 1 with tight stop loss limits to protect against further drops. If prices does not recover quickly and moves sideways the sell limit will adjust(typically moving up) with each low pivot(assuming it is still above the original low that triggered the buy). There are also emergency sell options that can be configured.
Neutral Buys: Neutral Buys trigger when the Hull Moving Average crosses above the Bollinger Bands mid-point, generally want to use around 0.6. There is an option to buy only when BBW is below 0.2, meaning weak trend/Neutral. Neutral Buys will start with Phase 3 Sell limits.
Bullish Buys: There are a few different Bullish Buy options but these can be risky due to false breakouts which can result in higher losses if price reverses and drops quickly. All Bullish Buys start with Phase 3 Sell limits. One type of Bullish Buy is Level breakout. The recent high is always calculated using the pivot function and is displayed on the screen with the thick red dotted line. If you are using the Level buy option it will buy when the price breaks above this high level for consecutive candles. But the best bullish Buy option is Cycle Buy Late. This will buy when cycle crosses above 2, into Bull trend 3 or 4.
These examples shows the gold sell line adjust during the pivot and the Phase changes. It maintains decent gain even as price fails to move up in Phase 3. The thin yellow line is a Cycle Sell option that sells during cycles 5(Wave ending) and 0(Neutral). All these limits can be adjusted in settings:
This example shows Phase 3 sell limits allowing price to grow. The thin yellow line is an additional sell line that is higher than standard sell in this example but only triggers when Cycle is 5(wave ending) or 0(Wave Neutral):
Turtle Trading System + ATR Trailing StopIndicator Description: Turtle ATR Trailing Stop
The **Turtle ATR Trailing Stop** is a technical indicator designed to enhance the classic Turtle Trading System by incorporating a dynamic trailing stop based on the Average True Range (ATR). This indicator is ideal for traders seeking to manage risk and lock in profits on both long and short positions in trending markets.
Key Features:
- Turtle Trading Levels: Calculates the 20-day highest high and lowest low to identify potential breakout points, a core principle of the Turtle Trading System.
- ATR-Based Trailing Stop: Utilizes a trailing stop that adjusts dynamically based on a multiple of the ATR (default multiplier: 2.0), providing a volatility-adjusted exit mechanism.
- Position Flexibility: Supports both long and short positions, with the trailing stop positioned below the highest price for long trades and above the lowest price for short trades.
- Smooth Updates: The trailing stop updates on each bar, ensuring a more responsive adjustment to price movements, rather than only on new highs or lows.
- Reset Mechanism: Automatically resets the trailing stop when the price deviates significantly (configurable threshold, default 0.1%), adapting to major trend reversals.
- Alerts: Includes customizable alerts that trigger when the price reaches the trailing stop level, notifying traders of potential exit points.
- Debugging Tools: Features an on-chart debug table displaying ATR, Close, Highest Price, Lowest Price, Potential Stop, and Trailing Stop values for real-time analysis.
How It Works:
- For **Long Positions**: The trailing stop starts below the initial close price (minus 2*ATR) and moves up as the highest price increases, locking in profits while trailing at a fixed ATR distance.
- For **Short Positions**: The trailing stop starts above the initial close price (plus 2*ATR) and moves down as the lowest price decreases, protecting against upward price movements.
- The stop resets if the price falls (for long) or rises (for short) beyond the set threshold, ensuring adaptability to new market conditions.
Customization:
- Period Settings: Adjust the length for highs/lows (default 20) and ATR period (default 14).
- ATR Multiplier: Modify the distance of the trailing stop (default 2.0).
- Reset Threshold: Fine-tune the percentage at which the stop resets (default 0.1%).
- Position Type: Switch between "Long" and "Short" modes via input settings.
Usage:
Apply this indicator to any chart in TradingView, set your preferred parameters, and monitor the trailing stop line (yellow) alongside the Turtle highs (red) and lows (blue). Use the debug table to validate calculations and set alerts to stay informed of stop triggers.
This indicator combines the trend-following strength of the Turtle System with a flexible, ATR-based stop-loss strategy, making it a powerful tool for both manual and automated trading strategies.
TrustFX Sniper Zones – SMC Based📌 TrustFX SINIPER ZOZE SMC – Precision Smart Money Concept Tool
Unlock sniper-level precision in your trading with the TrustFX SINIPER ZOZE SMC indicator. Designed for both intraday and swing traders, this tool auto-detects Break of Structure (BOS), CHoCH, Order Blocks, Premium & Discount Zones, and delivers clean, real-time market structure analysis.
✅ Smart Money Concept (SMC) Based
✅ Break of Structure (BOS) & Change of Character (CHoCH)
✅ Automatic Order Block Detection
✅ Liquidity Zones & Mitigation Levels
✅ Entry/Exit Optimization Zones
✅ Perfect for Scalping, Day Trading & Swing Strategies
This is your edge to stay one step ahead of the market – spot institutional footprints, avoid retail traps, and execute with confidence.
🔍 Built for precision. Designed for results. Powered by TrustFX.
Bollinger Bands with One-Time Buy/Sell Signals + 27 EMA Ribbonthe indicator is based on price action. For FNO, better to short PE/CE (preferably of 2 weeks late expiry if one has habit of holding losses) as per the signal generated. Cut the position if price closes below the low of recent Swing low. target will be price reaching opposite BB or for 1 hr after entry.
ORB ALL TFs London A range is formed from the first 9:00 AM candle London Time.
Session opening is visualized with a background color.
The ORB (Opening Range Breakout) automatically adjusts to the current timeframe.
The indicator only displays the current session.
VWAP is displayed and resets/re-anchors at market open.
Gray lines mark pivot levels, showing where the ORB range doubles (1x, 2x, 3x).
Purpose: To identify 1:1 to 1:3 risk-reward zones for securing/taking profits on positions.
Key Features:
ORB based on London Open
Dynamic Timeframe Adjustment
Session-Specific Visualization
Auto-Resetting VWAP
Pivot Levels for Profit Targets (1x, 2x, 3x ORB Range)
RSI + Fibonacci Bollinger BandsIn the current context of the cryptocurrency market, the search for effective trading strategies has become an imperative for investors. In this regard, developing completely new and innovative scripts in TradingView, with a high probability of profit, represents a stimulating challenge. The following is a proposed strategy that, while it may integrate existing elements of the TradingView ecosystem, establishes a distinctive and avant-garde approach to analyzing the price of Bitcoin against Tether (USDT).
The essence of this script lies in the combination of analytical tools that are not usually joined in common practice. One can start from traditional indicators, such as Bollinger Bands and the Relative Strength Index (RSI), but their implementation must be revisited to obtain an unprecedented result. Instead of using these indicators conventionally, it is suggested to create an adaptive divergence indicator that not only detects overbought or oversold conditions, but also adjusts its parameters based on the recent volatility of the market.
The proposal focuses on a system that uses a 50-period exponential moving average as a baseline, combined with Bollinger Bands to establish support and resistance levels. However, instead of simply observing the breaking of these bands, buy and sell signals would be implemented based on corroborations from the volatility-adjusted RSI. This approach would allow capturing trend changes more efficiently and with minimal delay in the execution of orders.
In addition, an alert system could be included that notifies the trader of divergences between the price and the RSI, which could increase the chances of anticipating crucial movements in the market. The implementation of this functionality would be carried out through the use of Pine Script version 6, which would guarantee optimized and modern code.
In conclusion, the creation of an innovative script for analyzing the price of Bitcoin against USDT in TradingView should focus on the development of synergistic strategies that transcend conventional methods. The combination of well-established indicators, adapted to the dynamic conditions of the market, can offer traders a valuable tool in their arsenal. Innovation, in this area, is essential to adapt to a constantly changing environment and maximize profit opportunities.
Previous Day OHLC + Open MarkerPrevious Day OHLC + Open Marker
This indicator is designed to help traders quickly identify the most important price levels from the previous trading session and today’s open. It provides a clean and configurable overlay of the previous day’s OHLC (Open, High, Low, Close) along with the current day's opening price, making it easy to spot price reactions, liquidity sweeps, and confluence zones.
📌 Key Features
✅ Previous Day OHLC Lines
Plots horizontal lines for High (H), Low (L), Open (O), and Close (C) from the previous session
Each line is independently toggleable
Fully customizable in color, transparency, and thickness
✅ Today's Session Open (DO)
Marks the current day's opening price
Helps identify directional bias, trend/momentum shifts, or mean-reversion points
✅ Minimalist Labels for Clarity
Text-only labels like H, L, O, C, and DO — no bulky label boxes
Color-matched to each line for visual simplicity
Optional display to keep charts clean
✅ Session-Based Highlight Zone
Optionally highlights the area between the previous day’s High and Low with a shaded box
Useful for identifying the day’s value area or range breakouts
✅ Smart Alerts
Receive alerts when price crosses any of the levels: PDH, PDL, PDO, PDC, or Today’s Open
Helps you catch key interactions without watching the chart constantly
🧠 Ideal For
Intraday traders using VWAP, order blocks, or liquidity concepts
Swing traders who want to see how current price relates to prior structure
Scalpers looking for clean levels to enter fades, reversals, or breakouts
Anyone applying institutional trading concepts (PDH/PDL sweeps, FVGs, BPRs, etc.)
⚙️ Customization Options
Toggle each level (H/L/O/C/DO) individually
Show or hide labels and highlight zone
Customize color, line thickness, and transparency
Clean layout — no line extensions across the entire chart
🧼 Design Philosophy
This script was created for clarity, speed, and minimalism. It avoids clutter while preserving all the crucial context price action traders need. Labels are informative but unobtrusive, and alerts help automate level tracking.
🛠 Built with Pine Script v5
🔔 Alerts Included
📊 Optimized for both intraday and swing trading
📦 Lightweight and modular by design
Custom Multiple SMAsThe Custom Breakout Indicator provides visual guidance for identifying entry and exit signals within the BreakoutCatcher strategy. It consists of a fan of multiple Simple Moving Averages (SMAs) that make current market conditions visually accessible:
Flat, tightly clustered fan → Market is consolidating
First candle closing outside the fan → Potential entry signal (breakout)
Wide, rapidly expanding fan → Market is overheated, avoid entries
Additionally, the indicator displays a yellow trendline (EMA 100) as an overarching trend filter:
Price above EMA 100 → Consider only long signals
Price below EMA 100 → Consider only short signals
🔗 Part of the BreakoutCatcher strategy – available at: www.twn-trading.com
✔️ Fully functional on all timeframes
Scalping Intraday Hariss 369This indicator is very useful in 1 or 3 min chart for scalping. However, it can be used in higher time frame also.
The main indicator used here is cross over of 9 and 21 EMA. 21 VWMA is working as dynamic buy and sell stop loss. However, PSAR can also be used as SL.
Buy signal is displayed when all criteria are fulfilled. Same is for sell. KAMA is used to analyze the market trend. Avoid taking trade while KAMA is flat. Sell when KAMA is down trend and buy when KAMA is uptrend.
Best works in scalping, especially for NIFTY option trading.
You can add Super trend indicator to enhance trend direction. Super trend has not been considered to take trade. Use Hekin Ashi candles for better visualization.
HuntXHuntX is a comprehensive visual tool designed to support decision-making for intraday and swing traders. Built to simplify complex market data into actionable insights, this tool brings together multiple technical signals in a clean and easy-to-read format.
The core logic uses a combination of market structure, momentum detection, trend-following principles, and price confirmation triggers. Every component is built to reduce clutter and eliminate unnecessary noise found in traditional indicators.
Whats included:
Buy/Sell Signals
Real-time, color-coded signals based on momentum, trend alignment, and confirmation logic.
Dynamic Trend Bands
Visually track price direction and volatility zones using adaptive upper and lower fibonacci bands.
Auto Trendlines
Automatically draws relevant diagonal trendlines based on recent price structure and breakout potential.
Trend Direction System
Built-in engine to detect and filter trades based on macro direction — avoids choppy zones and whipsaws.
Institutional Volume Zones
Highlights areas where large volume may indicate smart money activity.
Wave Overlay System
Visualizes trending vs ranging environments using subtle wave patterns to guide entries/exits.
Support/Resistance Zones
Automatically detects and plots key levels where price has historically reacted.
Multi-Timeframe Awareness
Optional filters based on higher timeframe trends to align with broader market context.
Alerts Ready
Supports custom TradingView alerts for buy, sell, or other internal logic triggers.
Opening Range Breakout (ORB)
It contains a customizable ORB with suggested SL and TP
Clean UI and Customization
Easily toggle components on or off, adjust colors, and tailor the visual look to your chart style.
This script is invite-only and not visible by default. Access is only granted upon request.
EMA Reclaim Alert - FVG StrategyThis script identifies momentum-based trend reclaims using two Exponential Moving Averages (EMAs), and plots entry, stop-loss, and take-profit levels for trade signals. It also highlights potential fakeouts.
SMA Fecho na Máxima, Mínima e NormalLarry Williams' Strategy - Short Moving Average Channel
✅ Indicators used:
High SMA: 3 periods
Low SMA: 3 periods
30-period Closing SMA: used as a trend filter