Trend Break + Fibonacci + RSI Filter//@version=5
indicator("Trend Break + Fibonacci + RSI Filter", overlay=true)
// === INPUTS ===
lookback = input.int(100, title="Lookback период для минимума/максимума")
rsiLen = input.int(14, title="RSI Length")
rsiShortLevel = input.int(55, title="RSI Min для Шорта (на ретесте)")
rsiLongLevel = input.int(45, title="RSI Max для Лонга (на ретесте)")
// === PRICE EXTREMES ===
var float hi = na
var float lo = na
hi := ta.highest(close, lookback)
lo := ta.lowest(close, lookback)
// === FIB LEVELS ===
fib0 = hi
fib1 = lo
fib0382 = fib1 + (fib0 - fib1) * 0.382
fib05 = fib1 + (fib0 - fib1) * 0.5
fib0618 = fib1 + (fib0 - fib1) * 0.618
// === RSI ===
rsi = ta.rsi(close, rsiLen)
// === EMA TREND (вместо трендовой линии как пример) ===
fastEMA = ta.ema(close, 8)
slowEMA = ta.ema(close, 21)
// === CONDITIONS ===
// Пробой EMA-линии (как замена отбойной трендовой)
breakDown = ta.crossunder(fastEMA, slowEMA)
breakUp = ta.crossover(fastEMA, slowEMA)
// Ретест фибо зоны (внутри 0.382–0.5)
inFibZoneShort = close < fib0382 and close > fib05
inFibZoneLong = close > fib0382 and close < fib05
// RSI фильтр
validRSI_short = rsi > rsiShortLevel
validRSI_long = rsi < rsiLongLevel
// === TRADING SIGNALS ===
shortSignal = breakDown and inFibZoneShort and validRSI_short
longSignal = breakUp and inFibZoneLong and validRSI_long
// === PLOTS ===
plotshape(shortSignal, location=location.abovebar, color=color.red, style=shape.labeldown, text="SHORT")
plotshape(longSignal, location=location.belowbar, color=color.green, style=shape.labelup, text="LONG")
plot(fib0, title="Fibo 0", color=color.gray)
plot(fib0382, title="Fibo 0.382", color=color.orange)
plot(fib05, title="Fibo 0.5", color=color.orange)
plot(fib0618, title="Fibo 0.618", color=color.orange)
plot(fib1, title="Fibo 1", color=color.gray)
// === ALERTS ===
alertcondition(shortSignal, title="Short Signal", message="💥 SHORT сигнал!")
alertcondition(longSignal, title="Long Signal", message="🚀 LONG сигнал!")
Penunjuk dan strategi
OBV with Customizable EMADescription:
This indicator plots the On-Balance Volume (OBV) and its Exponential Moving Average (EMA) to help identify volume-based trends and potential reversal points.
OBV (On-Balance Volume): A momentum indicator that uses volume flow to predict changes in stock price. It adds volume when the price closes higher than the previous close and subtracts volume when the price closes lower.
EMA on OBV: The script plots an Exponential Moving Average on OBV to smooth out fluctuations and better visualize the trend in volume momentum.
Customizable EMA Period: Users can modify the length of the EMA via the input setting (default is 100 periods).
Use Case:
Trend Confirmation: When OBV is above its EMA, it may signal buying pressure; when it's below, it could signal selling pressure.
Divergence Detection: Divergence between OBV and price can be used as an early reversal signal.
Plot Details:
OBV Line: Blue color, thick line
EMA Line: Red color, thick line
Not So Simple Donchian v1Not So Simple Donchian 3.0: Advanced trading system based on Donchian channels with intelligent risk management.
Complete strategy for automated trading with direct integration to 3Commas. Ideal for traders of all levels looking for a robust system, backtested and optimized for multiple pairs and timeframes.
KEY FEATURES:
- Based on powerful and effective Donchian channels to identify entry and exit points
- Configurable EMA filter with "yellow zone" detection to avoid trading during indecision periods
- Enhanced stop loss system with fixed percentage capital protection
- Pattern recognition including Donchian Base and Hammer patterns
- 16 preconfigured presets (or configure your own parameters)
- Dynamic drawdown protection with automatic risk reduction after consecutive losses
- Signal cooldown periods to prevent overtrading after wins/losses
- Independent capital allocation for long and short positions
- Configurable profit currency selection for both long and short positions
3COMMAS INTEGRATION:
Seamless integration with 3Commas through a simplified alert system that allows:
- Independent configuration of order currency for long/short positions
- Customizable capital allocation for different position types
- Clear visualization of signals through markers on the chart
- Alert messages with complete operation parameters
RISK MANAGEMENT:
- Different capital allocation for long vs short positions
- Limit maximum risk per trade with fixed percentage stop loss
- Intra-candle stop loss verification for immediate reaction
- Dynamic trailing stop system with updates based on R:R levels
- Automatic drawdown protection that reduces risk after losses
- Signal cooldown periods after wins or losses to avoid emotional trading
ADVANCED TECHNICAL FEATURES:
- Yellow EMA state detection to avoid trading during indecision periods
- Improved stop loss management for short positions
- Separate profit currency options for long and short positions
- Signal prevention during market indecision
ANALYSIS AND BACKTESTING:
This strategy has been extensively tested with years of data across multiple pairs and timeframes.
Version 3.0 incorporates all improvements and corrections based on extensive testing:
- Implementation of signal cooling periods to prevent overtrading
- Advanced EMA yellow state detection to avoid trading during uncertain market conditions
- Independent capital and profit currency management
- Enhanced visualization with status tables and dynamic labels
Includes complete user interface with trade visualization, trend lines, and informative labels.
NOTE: As with any strategy, perform your own backtesting before implementing with real capital.
Rick FVG (ND) V1✅ This FVG has the option to draw only from a certain timeframe and does not delete old FVGs, allowing you to visually verify if price later mitigated them in the chart history.
This script detects Fair Value Gaps (FVGs) based on price imbalances between candles and visualizes them on the chart using colored boxes and optional midlines. It supports both bullish and bearish FVGs and includes features for dynamic visualization and extended lines.
✅ Key Features:
• Detects FVGs based on traditional 3-candle logic.
• Option to select a specific timeframe for FVG detection (e.g., 1H gaps on a 5m chart).
• Visualizes gaps using boxes and dotted midlines.
• Custom styling, dynamic FVG mode, and age-based expiration.
• Dashboard to track total detected FVGs by type.
Profit Sniper: PrecisionSnipe profits with unmatched accuracy using Profit Sniper: Precision,
the TradingView indicator designed for scalpers and swing traders! With an 80-90% win rate, this fully adaptive tool delivers high-probability signals across crypto, stocks, and forex on any timeframe (30m to 4h).
Precision filters out market noise to identify clean breakouts, ensuring you catch fast, profitable moves while avoiding choppy setups. It’s your money-printing machine for disciplined traders! 🎯💰
How to Trade with Profit Sniper: Precision
Precision makes trading simple and effective:
Entry: When a breakout signal appears (marked on your chart), place a limit order at the entry price. Wait for a pullback to this level before the trade activates—this ensures you enter at an optimal price for maximum profitability.
Stop Loss: Precision automatically sets a tight stop-loss to minimize risk, keeping your losses small if the trade doesn’t work out.
Take Profit: The indicator provides two take-profit levels (TP1 and TP2) for each signal, allowing you to lock in quick profits. Exit at TP1 for a conservative scalp or hold for TP2 for a bigger move.
Timing: For crypto, disable trading between 11 PM and 2 AM UTC to avoid low-volume periods. For other markets, adjust the time filter to your preferred trading hours.
What Powers Precision
Profit Sniper: Precision uses a sophisticated set of tools working behind the scenes to ensure high-probability trades:
Tracks the market’s core price levels to anchor your trades.
Monitors fast-moving trends to catch momentum at the right moment.
Confirms the asset has enough strength to sustain the move.
Analyzes price direction to ensure it’s trending in your favor.
Evaluates market participation to validate trade conviction.
Filters out low-activity periods to avoid weak setups.
Calculates precise stop-loss and take-profit levels based on market range.
Assesses market volatility to keep trades within a safe, profitable zone.
Ensures the trend is stable and not erratic before signaling.
Avoids stagnant setups where momentum is lacking.
Restricts trading to your chosen hours for optimal conditions.
Identifies breakout triggers with high accuracy to signal entries.
These tools work together to deliver clean, reliable signals, with the breakout trigger, momentum filter, and stop/target calculator being the heavy hitters that drive Precision’s 80-90% win rate.
Customize Your Trading Experience
Profit Sniper: Precision offers flexible settings to tailor the indicator to your style:
Toggle a trend direction filter to ensure signals align with the market’s flow.
Adjust the market participation filter (strict, moderate, lenient) to match your risk tolerance.
Use the exchange’s time zone or set a custom one (e.g., UTC) for precise timing.
Define your trading hours to avoid low-activity periods, like late-night crypto sessions.
Set your Telegram chat ID for personalized alerts (Telegram only).
Choose your alert destination (Telegram or Discord) for seamless integration with trading bots.
Show or hide the dashboard, position it on your chart (top right, bottom right, bottom left), and adjust its text size (tiny, small, normal) for a clear view of your performance.
Why It Works
High Win Rate: Precision boasts an 80-90% win rate, targeting only the best setups for consistent gains.
Powerful Dashboard: Monitor your win rate, total profits, losses, and trade outcomes (TP1, TP2, SL hits) in real-time. See your performance at a glance and optimize for success.
Adaptable to Any Market: Profitable on any asset—simply adjust the timeframe or volume settings to match your market and risk profile.
User-Friendly: Automated TP/SL levels and Telegram/Discord alerts make it easy to trade hands-free, with seamless integration for Cornix or other bots.
When It Shines
Strong trends with clear breakouts and pullbacks.
Active markets with sufficient volume to support the move.
Volatility that’s balanced—not too wild, not too flat.
When to Avoid
Choppy, directionless markets with no clear trend.
Low-volume periods where momentum stalls.
Overly volatile conditions that trigger false breakouts.
Bottom Line
Profit Sniper: Precision is a trader’s dream—catch breakouts with confidence, ride quick moves, and exit with profits before the trend fades. Its high win rate, real-time dashboard, and easy setup make it the ultimate tool for fast, calculated wins.
TAOUSDT 30min
AVAXUSDT 30min
ORDIUSDT 30min
SUIUSDT 30min
BTCUSDT 30min
ETHUSDT 30min
EURUSD 15min
GBPJPY 15min
GER30 15min
BABA 5min
FSLR 5min
風險情緒儀表板Simple Risk Sentiment Indicator
Observe with the market index (such as S&P 500, Nikkei)
Make simple judgments by combining risk aversion and risk capital flows
Green : peace of mind
Red : Watch out for turbulence
Applicable period (1 day, 4 hours)
簡單的風險情緒指標
搭配大盤指數(例如 S&P 500、日經指數)觀察
搭配避險與風險資金流向來做簡單的判斷
綠色: 安心多方
紅色: 注意動盪
適用週期(1日、4小時)
Sylvain Zig-Zag [MyTradingCoder]a modified version of Sylvain Zig-Zag indicator that keeps the brokrn support & resistance levels on the chart visible even after the levels have been broken or become historic.
Cloud Chart w/ Previous RangeThis indicator is used to visualize three different timeframes at once. The current timeframe your chart is set to, a larger timeframe outline (cloud) updated in real-time on top of the timeframe your chart is set to, and a larger previous timeframe period that has already completed. Plus, it shows the larger timeframe outline of the current period as its forming in the period ahead. This is especially helpful to see where price is currently at when the next period opens (the flip).
The two timeframes which this indicator provides are called Bull/Bear Clouds for the real-time overlay, and Previous Range Cloud. You can select the timeframe you want and change color of each Cloud including the outline and the midline (50% level).
EMA + MA + Daily Pivot Levels + Supertrend
🔹 20 EMA – A fast-moving average to track short-term trend
🔹 100 & 200 SMA – Long-term trend indicators
🔹 Daily Pivot Levels – PDH, PDL, Pivot Point, R1, S1
🔹 Supertrend (10, 2) – Trend-following signal with color-coded direction
Custom NYSE Hourly Intervals (Gris Extra Claro/T)NYSE Custom Hourly Intervals (Background Shading)
Indicator Overview:
This TradingView indicator visually highlights specific hourly intervals during the NYSE trading session (9:30 AM - 4:00 PM ET) using background shading. Its purpose is to help traders easily identify these key periods while analyzing price action.
Features:
Hourly Segmentation: Clearly marks the following hourly blocks within the NYSE session:
9:30 - 10:00 ET
10:00 - 11:00 ET
11:00 - 12:00 ET
12:00 - 13:00 ET
13:00 - 14:00 ET
14:00 - 15:00 ET
15:00 - 16:00 ET
Alternating Background: Uses a subtle, alternating background pattern for visual distinction:
Transparent: Applied during the 9:30-10:00, 11:00-12:00, 13:00-14:00, and 15:00-16:00 intervals (shows your default chart background).
Very Light Gray: Applied during the 10:00-11:00, 12:00-13:00, and 14:00-15:00 intervals.
Timeframe Restriction: The background shading is active only on chart timeframes of 30 minutes or less (e.g., 30m, 15m, 5m, 1m). It will not appear on higher timeframes.
Session Restriction: Shading only occurs during the defined NYSE session hours (9:30 AM - 4:00 PM ET).
Customization: The color and transparency level of the "Very Light Gray" shading can be adjusted in the indicator's settings.
Purpose & Use Case:
This indicator is ideal for intraday traders who want a clean visual guide to track price movement within specific hourly segments of the NYSE trading day, without needing complex overlays.
BTC event contract 3.0Binance Event Contract Version 3.0
This time I looked at the chart myself. The green box is the trend area, the red box is the sideways area, plus the supertrend line and background color, the triangle buy and buy long signals inside will be repainted, so it is not credible ❌ dont use that signal for trade. It reminds you that the alert is not credible. If you are not sure whether it is effective, please test it yourself.
Generally speaking, the probability of buying in that direction is higher when the trend is high. For example, if you buy more in the dense area of BTC10m with many buy signals, the probability will be higher than range area.
Applicable to BTCUSDT.
币安事件合约3.0版本binance event contract
这次是自己看图绿色框是趋势区域,红色框是横盘区域,加上supertrend的线和背景颜色,里面的三角形买入买多信号会重复绘制(repainted)所以不可信❌。提示你alert不可信,不清楚有没有效请自行测试。
一般趋势的时候买那个方向的概率大点比如BTC10m很多买入信号的密集区你买多的话,概率会大点
适用于BTCUSDT。
ETHUSDT不适用自己可以测试,ETH10m的变化太小1h的不准确
因为要英文重复上传一遍
one of the indicator is from {Gunzo} Vertical Horizontal Filter (Trading ranges)
可以在币安联系我
Cyno1
ID: 66102371
MFFU Circuit Breaker Zones NQThis is an indicator for traders to understand the thresholds for prop trading. 5-7% is the zone on NQ that most firms prevent trading on. This indicator allows those traders to overlay on the chart the specific levels
Relative Strength IndexRSI means "Relative Strength Index". It’s a momentum indicator in trading that shows if an asset is overbought or oversold. It moves between 0 and 100—above 70 means maybe too high (overbought), below 30 maybe too low (oversold). Traders use it to spot possible reversals.
btc event contractsa tool to use for binance e event contracts. wait for the alert. choose one single per candlestick.Do not choose on close bar.would be too late.
Auto Buffer Prices (No Stairs)Shows where Topstep price limit goes into effect. 2% away up/down from 7% increase/decrease
Auto updates for everyday
Breakoutprop Daily Reset# Breakoutprop Daily Reset
This indicator helps Breakoutprop prop firm traders visualize daily reset times on their charts with precision. The indicator draws a vertical line at the exact reset time, making it easy to track when your daily profit/loss calculations will reset.
## What is this indicator for?
Breakoutprop and many other prop firms use a daily reset system where your trading metrics (like maximum drawdown) reset at a specific time each day. This indicator:
- Shows the exact daily reset time with a vertical line on your chart
- Helps you plan your trades around reset times
- Provides clear visual reference for when your daily trading metrics will reset
## Main Features
- **Daily Reset Visualization**: Clear vertical line showing when your daily metrics will reset
- **UTC Time Display**: Time label showing the exact reset time in UTC
- **Customizable Appearance**: Adjust colors, line styles, and transparency to match your chart setup
- **Advanced Customization**: Fully adjustable label positioning, sizes, and color settings
- **Additional Price Line**: Optional feature to mark significant price levels if needed (disabled by default)
## How to Use
### Basic Setup
1. Add the indicator to your chart
2. Set the reset hour and minute to match your Breakoutprop account's daily reset time (default is 00:30 UTC)
3. The indicator will automatically show a vertical line at the next reset time
### Appearance Customization
- Modify colors, line width, and style in the "Appearance Settings" group
- Adjust label settings in the "Label Settings" group
- Use "Compact Mode" to show only the time without additional text
### Additional Features (Optional)
- The indicator includes an optional price line feature that can be enabled if needed
- This is disabled by default but can be activated in the "Price Line Settings" section
## Tips for Breakoutprop Traders
- Set this indicator to match your account's specific reset time (check your Breakoutprop dashboard)
- Use the "Extend Lines" option to see the reset time projected across your entire chart
- Customize the label appearance and position to avoid overlapping with price action
- For night traders, the indicator automatically calculates the next reset time
This indicator is specifically designed for Breakoutprop traders but works with any prop firm that uses daily reset times for tracking trading performance.
Order Block Indicator | DTDHello trader comuunity!
I'm uploading a basic script that I felt necessary to make to help me with some gaps in my day trading. I personally am a visual trader that benefits greatly from automating some the ideas I have in my head. There are awesome builders out there and me creating this script isn't a knock on what's currently available to us, but something I wanted to be able to manage. I am opening up what I've found extremely helpful to my own trading to the community.
Here we have a very simple ATR-based order block (OB) finder. It's not anything original, but I do find consistent opportunities when combined with other tools I use to measure the market. It takes into consideration the previous 25 candles to determine if the OB is significant enough to mark. I use the average of 25 because I simply like it. I use the 25 EMA as part of my "trending" templates and find it to be a hybrid timeframe of sorts. You can find macro and micro trade locations by switching timeframes.
The main elements of the script are:
1. ATR based tracking | A bullish OB is defined as a down close candle that is eclipsed by an up-close candle that closes above its high and sustained for 2 consecutive candles. Inversely, a bearish OB is defined by an up-close candle immediately followed by a down-close candle that closes below the low of the up-close candle and sustains for 2 consecutive candles.
2. Coloring the OB | Though up-close and down-close define bearish and bullish levels, with this script I basically make OBs to switch colors based on where price is relative to the block. So a bullish block can become bearish and bearish can become bullish. Each block also has a dashed midpoint.
3. Order Block Mitigation | When price retests an OB by closing inside of it and retracing back out, that is considered mitigation. You will see price tap into it, but continues to track as a valid block, it's because it didn't close inside the block. This is subject to change in the future, but it's how the script functions for now.
______________
There are nuances to the script that you will see as you use it. Sometimes mitigated OBs act as levels to consider as well. When multiple blocks overlap I consider that a high traffic area. I would never suggest to use an indicator by itself for trade ideas, but blocks that align on multiple timeframes are good to consider.
At the end of the day it's a support and resistance measure. I'll comment an update with a snapshot of the indicator with another proprietary indicator I've made that provides ample intraday trading opportunities.
Cheers,
DTD
ICT First Presented FVG - PM Session [Davinci]ICT Concepts
First Presented FVG - PM Open
It will give you the first presented FVG for the PM session
币安事件合约3.0币安事件合约3.0版本binance event contract
这次是自己看图绿色框是趋势区域,红色框是横盘区域,加上supertrend的线和背景颜色,里面的三角形买入买多信号会重复绘制(repainted)所以不可信❌。提示你alert不可信,不清楚有没有效请自行测试。
一般趋势的时候买那个方向的概率大点比如BTC10m很多买入信号的密集区你买多的话,概率会大点
适用于BTCUSDT。
ETHUSDT不适用自己可以测试,ETH10m的变化太小1h的不准确
one of the indicator is from {Gunzo} Vertical Horizontal Filter (Trading ranges)
可以在币安联系我
Cyno1
ID: 66102371
Tradingview大号Kyle_Sunyan联系我
www.tradingview.com
ICT First Presented FVG - NY Open [Davinci]ICT Concepts
First Presented FVG - NY Open
It will give you the first presented FVG for the AM session
Trend Revenue Strategy Revenue StrategyThis trend-following strategy combines Bollinger Bands® with SMA trend confirmation. When price crosses the lower band during an uptrend (50-period SMA confirmation), it generates long signals. Conversely, when price crosses the upper band during a downtrend, short signals appear. The system includes adjustable stop-loss (0.5%-5%) and take-profit (1%-10%) parameters that calculate exit levels based on entry price. Visual alerts mark both entry signals (green up arrows for long, red down arrows for short) and exit events (white markers). The algorithm focuses on capturing trend continuations while managing risk through predefined exit thresholds.
该趋势跟踪策略结合了布林带®和SMA趋势确认机制。当价格在上升趋势(50周期SMA确认)中跌破布林带下轨时,生成多头信号;反之,当价格在下降趋势中突破布林带上轨时,触发空头信号。系统包含可调整的止损(0.5%-5%)和止盈(1%-10%)参数,根据入场价自动计算退出点位。视觉提示会标记入场信号(绿色↑箭头=多头,红色↓箭头=空头)和退出事件(白色标记)。该算法专注于捕捉趋势延续行情,同时通过预设的退出阈值管理风险。