[blackcat] L1 GMMA Long EntryLevel: 1
Background
The Guppy Multiple Moving Average (GMMA) is a technical indicator that identifies changing trends, breakouts, and trading opportunities in the price of an asset by combining two sets of moving averages (MA) with different time periods. There is a short term group of MAs and a long term group of MAs.
Function
L1 GMMA Long Entry classify short-mid term GMMA cluster and long term GMMA cluster with key Fibnocci numbers. Long entry signal is generated with GMMA cluster relationship.
Key Signal
Long entry 1~6 ---> Long entry signal generated with GMMA cluster relationship.
Pros and Cons
Pros:
1. easy observe price trend
2. it covers short, middle and long term trend analysis
Cons:
1. Only long entry signal is disclosed here
2. No complex trading strategy is used yet
Remarks
NA
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
Search in scripts for "entry"
[blackcat] L1 Banker Entry IndicatorLevel: 1
Background
@testtttt1111 inquired me how to model banker entry
Function
L1 Banker Entry Indicator demostrates a simple model of banker entry for long or short
Key Signal
bankerthreshold ---> customized input for threshold value for banker move identification
pumpdumpsoon ---> alerts for pump or dump start soon in green color
longshortentry ---> alerts for long or short entry in orange color
bankermove ---> alerts for banker move in yellow color
Pros and Cons
Pros:
1. indicating banker move and entries
2. simple classification of banker move alerts
Cons:
1. no direction can be identified
2. no volume information is utilized for big fund move
Remarks
A demo for banker entry inquired by @testtttt1111
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
Scalping Entry/Exit Indicator by DiGetImagine having a tool that not only spots high-probability entry signals but also visually marks them on your chart with color-coded cues and automated alerts. The Scalping Entry/Exit Indicator by DiGet does exactly that—by fusing a range of classic candlestick patterns (such as Bullish Hammers, Engulfing patterns, and Morning/Evening Stars) with dynamic risk management levels, this script empowers you to make swift and informed trading decisions. Whether you're an active trader or an algorithm enthusiast, this indicator offers both precision and clarity in identifying scalp opportunities, making your chart analysis more efficient and visually engaging.
Indicator Breakdown
Input Parameters:
The indicator accepts a customizable risk-reward ratio, an ATR period for volatility measurement, and a lookback period to scan for valid candlestick patterns.
ATR & Candle Calculations:
It computes the Average True Range (ATR) to dynamically set stop-loss and take-profit levels. Additionally, it determines the body and wick sizes of each candlestick to help identify key reversal patterns.
Pattern Detection:
Multiple bullish patterns (Hammer, Engulfing, Morning Star) and bearish patterns (Shooting Star, Engulfing, Evening Star) are detected. There’s also a simplified version of the Head & Shoulders pattern, offering further validation for reversal signals.
Signal Generation & Trade Levels:
The script consolidates the pattern signals into combined “buy” and “sell” triggers. It then calculates the respective stop-loss (SL) and take-profit (TP) levels based on the current price and ATR, providing a robust risk management framework.
Visual Aids & Alerts:
To enhance usability, the indicator changes the chart’s background color to green for buy signals and red for sell signals. It also draws labels, lines (representing SL and TP), and markers directly on the chart, along with alert conditions to notify traders of actionable signals.
This indicator is an excellent addition to your TradingView toolkit—ideal for scalpers and short-term traders seeking clarity, precision, and automated signal generation on their charts.
Enjoy trading with confidence and precision!
L1 Moving Average Fingerprint for Long EntryLevel: 1
Background
This script combines moving average processing with highest high and lowest low to disclose the "fingerprint" of a specific trading pair to describe its unique behavior.
Function
Moving Average Fingerprint for Long Entry is a Level 1 pine script. It utilize several moving average of inherent highest high and lowest low and combine them with customized fingerprint coefficients to depict the unique behavior of a specific trading pair across multiple markets for long entry point identification.
Key Signal
FingerPrint1~6 are basic-level fingerprints with moving average of highest high and lowest low.
FingerPrint7~8 are composite fingerprint definitions with coefficients/weights,where coefficients/weights need to be tuned to discover the inherent "fingerprint" of a specific trading pair.
FingerPrint10~12 are composite fingerprint calculation for long entry alerts
ReadytoLong is a long entry filter where long entry point may happen within it. By using crossover() function to a customized threshold value, you can define accurate long entries.
Pros and Cons
Pros:
1. Combine moving average and extreme points to disclose a trading pair behavior.
2. Smart to tune specific set of parameters to obtain unique fingerprints of trading pairs.
3. Smart position sizing scheme by adjusting the threshold values.
Cons:
1. Require tune input parameters for each trading pair in a specific period and time frame.
2. Only long entry was studied, no short entry and re-entry are available yet to form as a trading system.
3. "ReadytoLong" is an inaccurate range where multiple long entries may happen at improper points in chop market.
4. Complex input parameters to obtain a unique fingerprint set.
Remarks
Although I wrote pine script for more than two years, this is the first script published in the community. I will publish more with my works in this platform.
Hope the community can improve this concept and make it as a trading system.
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
NCTA Adaptive Entry SystemAdaptive Entry System (AES)
Price action of stocks, indexes, and futures consists of periods of trending action, retracements within the trend and then a resumption of the original trend. Trending patterns do not move straight up or straight down. They move in cycles which, when properly identified, can offer traders an opportunity to “follow the trend” while also recognizing the probability of a near term retracement before resuming movement in the direction of the trend. Experienced traders with advanced skills at interpreting wave patterns (Elliott Wave), Fibonacci retracements, Stochastics (overbought / oversold conditions), Momentum, and Moving Averages apply their advanced knowledge to trading and identifying these trend - retracement - continuation of trend cycles. These skills require an advanced knowledge of these complex indicators and can be difficult for traders without the same skill set to optimize their trading performance.
The Adaptive Entry System (AES) was created as a technical market metrics system to interpret a variety of advanced signals and present to the trader a “single actionable signal” displayed in an easy to recognize format for traders of most any skill level to benefit from.
AES is a “system” as opposed to a single indicator. It was designed with the goal of simplifying a traders ability to recognize an entry opportunity by summarizing the consensus of several key indicators and displaying a single entry / exit signal in a color highlighted, strategy labeled format. The work of comparing a variety of indicators and assessing the strength of alignment is performed for the trader by the Adaptive Entry System.
There are three possible entry signals displayed. A trader may trade all three or customize the settings to choose just a single signal to trade. It is important for any trader incorporating AES into their toolset that they trade in sim / virtual mode for a period of time to confirm they understand how price action responds to the signals and to personally track the performance of each. A good trading system still requires due diligence on the part of the trader to confirm understanding of how the system performs.
Entry Signal #1 Description:
Trend Bias Plus Signal is intended to provide traders with an early view of the probable directional bias of the stock, index, or futures being traded. Trend Bias was designed to recognize the probability of the early stages of the strongest segment of a wave pattern. Recognizing the probable bias of the trend at an early stage and also having an indication of when that trend may be ending offers traders an opportunity to enhance their ability to optimally benefit from the trend.
How to Read the Trend Bias Plus Signal:
The Trend Bias Plus Signal is displayed as a simple to recognize color coding of the price bars. Blue price bars indicate a probable rising price bias. Red price bars indicate a probable declining price bias. White bars indicate a neutral period with no clear directional bias.
How to Trade the Trend Bias Plus Signal:
The Trend Bias Plus Signal is simple to interpret. When a price bar closes blue and the next price bar opens blue, this signals to the trader to open an upward bias position. Buy-to-open a call option, buy the stock, or open a long futures position. When a price bar closes red and the next price bar opens red, this signals to the trader to open a downward bias position. Buy-to-open a put option, short the stock or close a long stock position, or open a short futures position.
When holding a short or long position based on the Trend Bias Plus, there are a variety of exit methods which a trader can use including stops, limit price orders with fixed profit targets, or trail stops. Regardless, the end of a Trend Bias Plus cycle is indicated when a new price bar opens white. This is evidence that the current rising or declining trend is shifting to a neutral state. A trend may also be viewed as having ended when an opposite color bar prints at the open of a new price bar.
Entry Signal #2 Description:
The Momentum Signal is a near term indication of a probable retracement of the current trend. It identifies a temporary reversal of an overarching trend in a stock's price. Retracements are short-term periods of movement against a trend, followed by a return to the previous trend. Momentum signals are usually counter-trend trades identifying that part of the wave sequence where price temporarily moves opposite the direction of the trend. The momentum signal can be an opportunity for traders to take advantage of the natural pattern of trend - retracements - continuation.
How to Read the Momentum Signal:
The Momentum signal is displayed as a vertical color highlight on the price bar with a “M” label inside a directional indicator box. A red vertical highlight with an arrow box and “M” label pointing lower is a signal that the near term price movement may be downward bias. For an upward bias price movement signal, the Momentum indicator will display a green highlight across the price bar with an arrow box and “M” label pointing higher.
How to Trade the Momentum Signal:
When the highlighted directional labeled box prints at the open of a new price bar, take the trade based on the directional bias displayed. Momentum signals are generally counter trend indicators so a downward bias red bar, prompting the trader to go short may print on a long bias blue Trend Bias Plus price bar. This should not be viewed as a conflict but instead as a probable indication of a short term retracement following the natural sequence of cycles in price movement.
Momentum signals may be traded using stocks, options, or futures.
Entry Signal #3 Description:
The Consensus Signal is an indication that price action may be resuming in the direction of the primary trend.
How to Read the Consensus Signal:
The Consensus Signal is displayed as a vertical color highlight on the price bar with a “C” label inside a directional indicator box. A red vertical highlight and an arrow box with a “C” label pointing lower is a signal that the price movement may be resuming a downward bias trend or strengthening a conviction to the current trend. For an upward bias price movement signal, the Consensus indicator will display a green highlight across the price bar and an arrow box with a “C” label pointing higher. This is a signal that the retracement off of the trend may be concluding and/or a strengthening of a conviction to the current trend.
How to Trade the Consensus Signal:
When the highlighted directional labeled box prints at the open of a new price bar, take the trade based on the directional bias displayed. Consensus signals are generally most productive when traded aligned with the trend, as displayed by the Trend Bias Plus price bar color or when a white bar indicates a neutral state of the price trend. Counter trend trades using the Consensus Signal are not advised and considered to be less productive / higher risk.
Consensus signals may be traded using stocks, options, or futures.
Some General Rules:
Trade signals are only considered valid when they display at the open of a new price bar.
The signals can be traded on different timeframe charts from short term 3 minute charts to longer timeframe daily charts.
The signals are designed to be a generic indication of probable price movement and as such, can be used effectively for trading futures, stocks, options on stocks, options on ETFs, and options on cash settled indexes.
AES offers traders an opportunity to optimize performance from the natural cycles of the market….trend - retracement - continuation.
AES offers an opportunity for traders to have a clear entry / exit criteria. However, it is still imperative that each trader understands the trading strategy they intend to use and the risks and opportunities associated with that strategy. It is highly advised, regardless of the system or strategies being used, that a trader validates their understanding of the system/strategy by trading in a simulated, paper account format to self test the system and personal ability to trade it successfully.
Next Bar Alert:
Included is an optional "Next Bar Alert" setting. Since many of these signals benefit from very prompt action at the beginning of a price bar, there is an additional option in Settings to set an arbitrary number of seconds to be alerted before the next price bar opens. Simply set this to a level you prefer, then set an alert in TradingView on the indicator using the "Next Bar Alert" alert parameter.
Summary:
The color highlight indicator allows the trader to be 100% certain that the rules/criteria for confirming a valid entry were met at the open of the price bar. This feature, along with the alert settings in Trading View, provide clear confirmation of the timing and print of the signal as either valid or not.
Adaptive Entry System has been designed to help traders of all skill levels to trade the natural sequence of patterns in price action using a simple to recognize, single signal entry/exit format. The natural cycle of trend (Trend Bias Plus), then retracement (Momentum), followed by a continuation of the original trend (Consensus) can be identified within this system and offers traders a simple signal to take advantage of each phase in the cycle. Stock investors, options traders, and futures traders can benefit from the simple design of the AES on a variety of time frames.
Trend Bias Plus signals on NASDAQ:TSLA Daily chart:
Trend Bias Plus signals on NASDAQ:AMZN Daily chart:
Flexta PVA Entry & Stop Loss V1Flexta PVA Entry Stop Loss V1
This indicator used together with result generated from Flexta PVA Scanner.
It is a guideline to decide entry or exit position based on Flexta PVA trading rules.
User will easily understand each stock trend based on PVA phases and it will help to improve the decision making before entry or exit.
How to Use :
1. Green Circle with number 1 (Above Candle)
- PVA Stage 2 Priority 1
2. Orange Circle with number 2 (Above Candle)
- PVA Stage 2 Priority 2
3. Red Circle with number 3 (Above Candle)
- PVA Stage 3
4. Blue Candle Color
- Top TPVA
5. Grey Background Pillar
- Momentum Detected
6. Red Circle (Below Candle)
- Stop Loss Suggestion
7. Red Line (Below Candle)
- Stop Loss trailing
8. Cyan circle with star (Below Candle)
- PVA + RSI Oversold
9. Blue Triangle (Below Candle)
- Entry Suggestion
10. Trading Guideline Panel
- Check list before making final decision to entry
GMP M5 Entry Execution Assistant (Educational)Purpose
This script is developed for educational use within the Gold Mind Precision (GMP) framework. It assists traders in refining entries on the M5 timeframe by highlighting structure shifts, retracement opportunities, and potential points of interest (POIs). The aim is to give traders a clear visual reference during their manual execution process without replacing personal judgment or risk management.
Core Features
1) M5 Structure Shift Alerts – Marks Break of Structure (BOS) or Change of Character (CHoCH) events for short-term momentum tracking.
2) POI Zone Highlighting – Identifies key retracement zones such as Order Blocks or Fair Value Gaps (FVGs).
3) Sniper Entry Reference – Highlights potential retracement entries when aligned with the trader’s higher timeframe bias.
4) Minimal Visual Clutter – Designed to be clean and easy to read during live market conditions.
How to Use
- Apply the indicator on an M5 chart after establishing your higher timeframe bias (H1 or H4).
- Wait for a structure shift (BOS or CHoCH) in alignment with your bias.
- Observe highlighted retracement zones for potential entries.
- Always confirm with your own rules and apply proper risk management before trading.
Notes
This tool is for educational charting purposes only — it does not predict future price movement.
POI and structure shift detection logic is based on widely known price action concepts, adapted for visual clarity in the GMP method.
Should be used alongside a complete trading plan, not in isolation.
Premium Fibonacci Entry Bands [Mark804 Pro]🚀 Premium Fibonacci Entry Bands Pro - Advanced Trading System for TradingView 🚀
Unlock Precision Trading with Smart Fibonacci Zones + Volume-Confirmed Signals!
🔥 Why This Indicator Stands Out:
✅ Multi-Layer Confirmation: Combines Fibonacci bands, trend analysis, and volume spikes for high-probability entries
✅ 3-Stage Signal System: Aggressive (A), Strong (S), and Exit signals for optimal risk management
✅ Institutional-Grade Filters: 200 EMA trend filter + volume confirmation reduces false signals
✅ Visual Hierarchy: Color-coded bands + distinct shapes (▲ ▼ ✖) for instant signal recognition
✅ Fully Customizable: Adjust sensitivity, toggle features, and adapt to any trading style
💡 Perfect For:
• Swing traders looking for mean-reversion opportunities
• Trend followers wanting confirmed breakouts
• Day traders needing clear entry/exit levels
• Risk-averse investors using the built-in exit system
📈 How It Works:
Fibonacci Bands identify overextended price levels
Trend Filter keeps you trading in the right direction
Volume Spikes confirm strong institutional participation
Smart Exits lock in profits before reversals
🔍 SEO-Optimized Keywords:
"Best Fibonacci Trading Indicator", "Smart Mean Reversion Strategy", "Volume Confirmed Trading Signals", "Professional TradingView Tools", "Trend Following System", "Low Risk Entry Points", "Institutional Trading Algorithm", "Swing Trading Indicator", "Day Trading Signals", "Price Action Confirmation"
✨ Why Traders Love It:
"Finally a Fibonacci indicator that combines math with market context! The volume confirmation makes all the difference." - Verified User
📲 Get an Edge in Any Market Condition!
👉 Install Now to transform how you trade with institution-grade confirmation logic 👈
🔗 Pro Tip: Pair with RSI or MACD for even higher accuracy in ranging markets!
EMA Pullback Entry SignalsEMA Pullback Entry Signals is a tool designed to help traders identify trend continuation opportunities by detecting price pullbacks toward a slow EMA (Exponential Moving Average) during trending conditions.
This indicator combines moving average crossovers, price interaction with EMAs, and optional filtering to improve the timing and quality of trend entries.
Core Features:
Golden Cross / Death Cross Detection
Golden Cross: Fast EMA crossing above Slow EMA
Death Cross: Fast EMA crossing below Slow EMA
Optional X-shaped markers for crossover visualization
Pullback Signal on Slow EMA
Green triangle: Price crosses up through the slow EMA during a bullish trend
Red triangle: Price crosses down through the slow EMA during a bearish trend
Designed to capture continuation entries after a trend pullback
Optional Fast EMA Signals
Green arrow: Price crosses above fast EMA in a bull trend
Red arrow: Price crosses below fast EMA in a bear trend
Helps confirm minor retracements or short-term momentum shifts
Sideways Market Filter
Suppresses signals when the fast and slow EMAs are too close
Prevents entries during low-trend or choppy price action
Cooldown Timer
Enforces a minimum bar interval between signals to reduce overtrading
Helps avoid multiple entries from clustered signals
Custom Alerts
Alerts available for all signal types
Include ticker and timeframe in each alert message
Configurable Settings:
Fast and slow EMA lengths1
Toggle individual signal types (pullbacks, fast EMA crosses, crossovers)
Enable/disable cooldown logic and set bar duration
Sideways market detection sensitivity (EMA proximity threshold)
Primary Use Case
This script is most useful for trend-following traders seeking to enter pullbacks after a trend is established. When the price retraces to the slow EMA and then resumes in the trend direction, it can offer high-quality continuation setups. Works well across timeframes and markets.
Returns Since Entry DateThis indicator shows the returns and max returns since entry date in a nice tabular format.
Multi-Signal Entry V1Multi‑Signal Entry v1 – (clean, versioned for tracking changes)
SQQQ Entry Scanner – (specific to your use case)
TQQQ/SQQQ Buy Alert – (clear that it’s for both sides if you add short logic later)
VWAP RSI ATR Vol Spike – (great if you want a technical name showing what’s used)
Fast Entry Signal Bot – (if you want a simple, trading-friendly name)
Liquidity Grab Entry Signals [Daily Enhanced]Liquidity Grab Entry Signals is a powerful tool designed to detect intraday reversal opportunities around daily high/low liquidity zones.
Core features: – Plots current daily high/low levels
– Identifies price interaction with these key zones
– Confirms rejection via strong engulfing candles
– Plots real-time long/short entry signals directly on chart
– Includes alerts for both long and short setups
This script is ideal for scalpers and intraday traders looking to exploit stop hunts, liquidity sweeps, and false breakouts.
Optimized for instruments like US30, NAS100, Gold, BTC and more.
Customize the sensitivity buffer to suit your asset and timeframe.
Use this in combination with VWAP, FVG or Smart Money concepts for enhanced confirmation.
---
Built for: 1s–15m charts
Includes: Alerts + Custom Settings
Type: Non-repainting
Trade with clarity around the most manipulated price levels of the day.
Buy Sell Sniper Entry Background (based on EP Script by RedK)
Is this one of the most precise Buy Sell Indicators?
Only you can tell!
Based on the EP script by RedK EVEREX this indicator will color your background directly in your chart. Clean, easy, simple.
I did not alter any of their logic, nothing.
Looking for an even more precise entry option?
How about combining it with my first Background Indicator based on Williams Alligator.
The Candle coloring is based on this TUE ADX script
Happy Sniper Trading!
RSI Zones - Directional Entry Strict RSI Zones – Directional Entry Tool (Modified RSI)
This is a simple modification of the standard RSI indicator. I’ve added two custom horizontal lines at the 60–65 and 35–40 zones to help spot momentum shifts and potential reversal points.
60–65 zone: When RSI returns here from above 65, it often signals weakening bullish momentum — useful for spotting short opportunities.
35–40 zone: When RSI returns here from below 35, it can indicate momentum loss on the downside — good for potential long setups.
This version helps traders filter out weak signals and avoid chasing extreme moves.
It works best when combined with price action, structure, or divergence.
Only 2 lines were added to the default RSI for better zone awareness. Everything else remains unchanged.
Stop Order Entry with Filters and Line📌 名称: Stop Order Entry with Filters (挂单入场辅助工具)
🧠 作者: Kuixi Zhu
🛠️ 功能简介:
本指标用于识别高质量的 Bull/Bear bar,并在其上方(或下方)自动绘制挂单入场线,帮助你基于 Price Action 策略设置 **buy stop / sell stop** 挂单。
✅ 特性:
- Bull bar:收盘靠近 high,且 bar 波动大于平均(ABR) → 在 high+1tick 画绿线(buy stop)
- Bear bar:收盘靠近 low,且 bar 波动大于平均 → 在 low-1tick 画红线(sell stop)
- 支持自定义线条长度、ABR周期、强度过滤标准
🔍 核心逻辑:
- `(close - low) / (high - low)` 衡量收盘靠近 high 的程度
- `barRange > avg(barRange)` 控制有效波动性
- 使用 `line.new` 动态画出可视化入场价格
📊 应用场景:
- 趋势交易中的顺势挂单策略
- price action 高质量 bar 的识别辅助
- 多头突破、空头反转结构的自动提示
⚙️ 参数可调:
- 最低收盘位置比例(default: 0.9)
- 最小 bar 波动倍数(相对 ABR)
- 横线绘制长度(default: 5 bars)
---
FVGs with Entry & SLThe indicator allows identifying the FVG zone, thereby creating a strategy for entering trades.
Test version 1.0 by VC
Ayman Entry Signal – With HTF + Pin Bar
A professional and versatile trading indicator combining classic technical analysis with Smart Money Concepts to detect high-probability entry points.
Designed especially for scalping gold and forex pairs on lower timeframes. Fully customizable to suit any trading style.
✅ Key Features:
EMA Trend Confirmation
Break of Structure (BoS) Detection
Order Block Zone Recognition
Fair Value Gap (FVG) Confirmation
Liquidity Sweep Detection
Pin Bar Candlestick Confirmation
Higher Timeframe Confirmation (HTF EMA + HTF BoS)
🎯 Smart Risk Management:
Automatically calculates Stop Loss (SL) and Take Profit (TP) based on the selected timeframe.
Dynamically adjusts lot size based on account capital and risk percentage.
📈 How It Works:
The indicator triggers a Buy or Sell signal only when a selected set of conditions are met, including:
Trend direction (EMA crossover)
Break of structure
Presence within strong supply/demand zones
Confirmation from higher timeframe
Reversal Pin Bar pattern
🛎 Alerts:
Built-in alert system notifies you instantly when a valid Buy or Sell signal is triggered.
⚙️ Customizable Settings:
Risk Percentage
Capital Size
HTF timeframe
Enable/Disable individual filters (EMA, BoS, OB, FVG, Liquidity, Pin Bar, HTF)
📌 Best Timeframes:
1-min, 5-min, and 15-min – especially during high-volume sessions like London or New York.
🔸 Note:
This is not financial advice. Always backtest and use manual confirmations before live trading.
JXMJXRS - Retest Entry ZonesThis indicator identifies directional breakout retest zones based on structural price levels. It is built for traders who look for secondary entry opportunities after breakouts—often referred to as "retest entries." It is particularly suited to crypto markets and other volatile assets where breakout-retest behavior is frequent and tradable.
The indicator monitors recent price structure and identifies breakouts above or below key levels using a configurable lookback window. When a breakout occurs, it automatically plots a colored zone in the direction of the move:
Green zones are plotted after bullish breakouts (potential long retest areas).
Red zones are plotted after bearish breakouts (potential short retest areas).
Each zone persists on the chart for a defined number of bars before being removed to maintain visual clarity.
Settings
Range Lookback:
Defines how many bars are used to determine recent highs and lows. This controls the structural levels the script uses to detect a breakout. Higher values filter out minor breakouts and only react to more significant price moves.
Zone Height (%):
Sets the vertical size of the retest zone as a percentage of the breakout candle's close. A larger value produces wider zones and increases the chance of price re-entering the zone.
Zone Duration (bars):
Determines how long each zone remains visible after the breakout. After the specified number of bars, the zone is automatically removed. This helps prevent clutter and keeps focus on recent, actionable retest opportunities.
The indicator works across all timeframes and does not repaint. It is best used in trending environments or during volatile market phases where breakouts are likely to lead to continuation.
The Great Anchors: Dual AVWAP Powered by RSI
The Great Anchors
*Dual Anchored Volume Weighted Average Price Powered by RSI*
---
📌 Overview
The Great Anchors is a dual AVWAP-based indicator that resets dynamically using RSI extremes — either from the current asset or a master symbol (e.g., BTCUSDT). It identifies meaningful shifts in price structure and momentum using these "anchored" levels.
It’s designed to help traders spot trend continuations, momentum inflection points, and entry signals aligned with overbought/oversold conditions — but only when the market confirms through volume-weighted price direction.
---
🛠 Core Logic
• AVWAP 1 (favwap): Anchored when RSI reaches overbought levels (top anchor)
• AVWAP 2 (savwap): Anchored when RSI reaches oversold levels (bottom anchor)
• AVWAPs are recalculated each time a new OB/OS condition is triggered — acting like "fresh anchors" at key market turning points.
---
⚙️ Key Features
🔁 Auto or Manual RSI Thresholds
→ Automatically determines dynamic RSI OB/OS levels based on past peaks and troughs, or lets you set fixed levels.
🧠 Master Symbol Control
→ Use the RSI of a separate asset (like BTCUSDT, ETHUSDT, SOLUSDT, BNBUSDT, SUPRAUSDT) or indices (like TOTAL, TOTAL2, BFR) to control resets — ideal for tracking how BTC/major coins impacts altcoins/others.
🔍 Trend-Filtering Signal Logic
→ Signals are filtered for less noise and are triggered when:
- Both AVWAPs are rising (bullish) or falling (bearish)
- Price action confirms the structure
🎯 Visual Markers & Alerts
→ "💥" for bullish signals and "🔥" for bearish ones. Alerts included for automation or push notifications.
---
🎯 How to Use It
1. Add the indicator to your chart.
2. Choose whether to use RSI from the current symbol or a master symbol (e.g., BTC).
3. Select auto-adjusted or manual OB/OS levels.
4. Watch for:
- AVWAP(s) making a significant change (at this point it's one of the AVWAPs resetting)
- Check if price flip it upwards or downwards
- If price goes above both AVWAPs thats a likely bullish trend
- If price can't go above both AVWAPs up and fall bellow both that's a likely bearish trend
- Price retesting upper AVWAP and bounce
- likely bullish continuation
- Price retesting lower AVWAP and dip
- likely bearish continuation
- Signal icons on chart ("💥 - Bullish" or "🔥- Bearish")
Best suited for:
• Swing traders
• Momentum traders
• Traders timing altcoin entries using BTC/Major asset's RSI
---
🔔 Signal Explanation
💥 Bullish Signal =
• Both AVWAPs rising
• Higher lows in price structure
• Bullish candle close
• Triggered from overbought RSI reset
🔥 Bearish Signal =
• Both AVWAPs falling
• Lower highs in price structure
• Bearish candle close
• Triggered from oversold RSI reset
Signals reset by opposite signals to prevent noise or overfitting.
---
⚠️ Tips & Notes
• Use AVWAPs as dynamic support/resistance, even without signal triggers
• Pair with volume or divergence tools for stronger confirmation
---
🧩 Credits & Philosophy
This tool is built with a simple philosophy:
"Anchor your trades to meaningful moments in price — not arbitrary time."
The dual AVWAP concept helps you see how price reacts after momentum peaks, giving you a cleaner bias and more precise trade setups.
---
Trade Insight Entry Check List📌 Trade Insight™ Entry Checklist Indicator
This indicator is designed for Smart Money Concepts (SMC) and Price Action traders who prioritize precision, patience, and psychological discipline.
It helps you validate your trade setup across four essential categories before execution:
🔍 Technical Criteria
✅ Higher Time Frame (HTF) Key Level respected
✅ 4H Candle Closure Confirmation
✅ Trendline 3rd Touch Validation
✅ Liquidity Sweep or Shift (price fails to break HH/LL)
✅ Lower Time Frame (LTF) Order Flow Shift Confirmed
💰 Risk Management
✅ Risk-to-Reward Ratio ≥ 1:2
✅ Risk Amount Fully Affordable (Capital Preservation mindset)
🧠 Psychological Readiness
✅ No F.O.M.O (Fear of Missing Out)
✅ No FEAR-based decisions
✅ No GREED influence
✅ No REVENGE trading
Fibonacci Entry Bands [AlgoAlpha]OVERVIEW
This script plots Fibonacci Entry Bands, a trend-following and mean-reversion hybrid system built around dynamic volatility-adjusted bands scaled using key Fibonacci levels. It calculates a smoothed basis line and overlays multiple bands at fixed Fibonacci multipliers of either ATR or standard deviation. Depending on the trend direction, specific upper or lower bands become active, offering a clear framework for entry timing, trend identification, and profit-taking zones.
CONCEPTS
The core idea is to use Fibonacci levels—0.618, 1.0, 1.618, and 2.618—as multipliers on a volatility measure to form layered price bands around a trend-following moving average. Trends are defined by whether the basis is rising or falling. The trend determines which side of the bands is emphasized: upper bands for downtrends, lower bands for uptrends. This approach captures both directional bias and extreme price extensions. Take-profit logic is built in via crossovers relative to the outermost bands, scaled by user-selected aggressiveness.
FEATURES
Basis Line – A double EMA smoothing of the source defines trend direction and acts as the central mean.
Volatility Bands – Four levels per side (based on selected ATR or stdev) mark the Fibonacci bands. These become visible only when trend direction matches the side (e.g., only lower bands plot in an uptrend).
Bar Coloring – Bars are shaded with adjustable transparency depending on distance from the basis, with color intensity helping gauge overextension.
Entry Arrows – A trend shift triggers either a long or short signal, with a marker at the outermost band with ▲/▼ signs.
Take-Profit Crosses – If price rejects near the outer band (based on aggressiveness setting), a cross appears marking potential profit-taking.
Bounce Signals – Minor pullbacks that respect the basis line are marked with triangle arrows, hinting at continuation setups.
Customization – Users can toggle bar coloring, signal markers, and select between ATR/stdev as well as take-profit aggressiveness.
Alerts – All major signals, including entries, take-profits, and bounces, are available as alert conditions.
USAGE
To use this tool, load it on your chart, adjust the inputs for volatility method and aggressiveness, and wait for entries to form on trend changes. Use TP crosses and bounce arrows as potential exit or scale-in signals.
Inside 4+ Candles Box (Entry + Target + SMA Stop Logic)🔍 What This Script Does
This indicator detects price compression areas using 4 or more consecutive inside candles, then draws a breakout box to visually highlight the range.
Once price closes above the box, a long entry marker is plotted, along with:
🎯 Target line at 1x box size above the breakout.
❌ Stop-loss at the box low or at a dynamic SMA-based level if the box is too large.
🧠 Why It’s Unique
This script combines inside bar compression, breakout logic, risk control, and visual clarity — all in one tool.
It also cancels the setup entirely if price closes below the box low before breakout, avoiding late or false entries.
⚙️ Customizable Settings
Minimum inside candles (default = 4)
SMA length (used as stop if box is large)
Box size % threshold to activate smart stop
Entry, Target, and Stop marker colors
📌 Notes
For long setups only (no short signals).
Use on any asset or timeframe (ideal on 4H/1D).
This is not financial advice. Use with proper risk management.
Backtest thoroughly before live use.
Built with ❤️ by using Pine Script v6.
🇸🇦 وصف مختصر باللغة العربية:
هذا المؤشر يكتشف مناطق تماسك السعر من خلال 4 شموع داخلية أو أكثر، ثم يرسم مربعًا يحدد منطقة الاختراق المحتملة.
عند الإغلاق أعلى المربع، يتم عرض إشارة دخول وسطر هدف بنسبة 100% من حجم المربع.
كما يتم احتساب وقف الخسارة تلقائيًا إما عند قاع المربع أو عند متوسط متحرك ذكي (SMA) إذا كان حجم المربع كبيرًا.
الميزة الإضافية: إذا تم كسر قاع المربع قبل الاختراق، يتم إلغاء الصفقة تلقائيًا لتجنب الدخول المتأخر.
🧪 للاستفادة التعليمية والتحليل فقط. لا يُعتبر توصية مالية.
ian_Trado v15 Trend Entry Filter# 📈 ian_Trado v15 Trend Entry Filter (Pine Script v6)
The **ian_Trado v15** is a multi-factor **trend confirmation filter** for NASDAQ (NAS100), Dow Jones (DJ30), Gold (XAU), DAX, and USDJPY.
It combines **EMA structure**, **Donchian channel breakout**, **MACD histogram momentum**, **Volume confirmation**, and a **Range Compression Filter** to avoid entering during choppy or sideways markets.
✅ Designed for **bot deployment** (e.g., grid bots, long/short breakout bots) or **manual trading**.
---
## 🔍 How This Filter Works:
1. **EMA Trend Confirmation**
- Long Trend: EMA(1) > EMA(5) > EMA(60)
- Short Trend: EMA(1) < EMA(5) < EMA(60)
2. **Donchian Channel Width Expansion**
- Only allows trades when the **breakout width** exceeds a minimum threshold.
3. **MACD Histogram Slope Filter (Optional)**
- Confirms momentum building in the direction of the trend.
- Strict Mode: MACD histogram must consistently rise or fall over 3 bars.
4. **Volume Filter (Optional)**
- Ensures volume supports the move (filters out weak conditions).
5. **Range Compression Filter (Optional)**
- Avoids entries during sideways chop.
6. **Cooldown Control**
- Limits overtrading by requiring spacing between entries.
7. **Exit Conditions**
- Gray dot appears when trending conditions are no longer valid.
---
## ⚙️ Settings Explained:
| Setting | Description |
|:--------|:------------|
| **Cooldown Bars** | Minimum bars between consecutive entries |
| **Profit Target (%)** | Visual profit marker for exit tracking |
| **Donchian Channel Length** | Lookback period for detecting breakout width |
| **Minimum Donchian Width** | Threshold to confirm meaningful breakouts |
| **Volume Lookback Period** | Average volume validation window |
| **Box Range (Range Compression)** | Max allowed price range over lookback bars |
| **Range Compression Bars** | Number of bars to check for range compression |
| **Strict MACD Filter** | Use stricter MACD slope checks |
---
## 📊 Recommended Settings by Instrument (1H Chart):
| Asset | Min Donchian Width | Range Compression | Profit Target |
|:------|:-------------------|:------------------|:--------------|
| **NAS100** (Nasdaq) | 300–450 pts | 400 pts / 40 bars | 1.5% |
| **DJ30** (Dow Jones) | 400–600 pts | 500 pts / 40 bars | 1.0–1.5% |
| **XAU/USD** (Gold) | 10–15 pts | 8 pts / 30 bars | 0.8–1.2% |
| **DAX40** (Germany) | 200–300 pts | 250 pts / 40 bars | 1.0% |
| **USD/JPY** (Forex) | 0.5–0.8 pts | 0.4 pts / 40 bars | 0.5–0.8% |
---
## 🔔 Alerts Available:
- Long Entry
- Short Entry
- Exit Zone
> **Note:** Volume filter may be disabled if volume is unreliable (e.g., some forex pairs).
---
## 📅 Version:
- **ian_Trado v15** — April 2025
- Built with **Pine Script v6** for maximum stability
- Clean toggling and plotting logic (no `na` errors)
Mingo Smart Entry Master 1H-15M - HTF BOS Zones + TP/SL📛 Script Title:
Smart Entry Master 1H–15M – HTF BOS Zones + TP/SL + Dashboard
🧠 What This Script Does:
This script is a higher-timeframe smart entry strategy designed to:
Detect Break of Structure (BOS) on the 1-hour timeframe
Draw Buy/Sell zones automatically on the chart
Provide clear SL & TP lines for trades
Use optional Smart Sell Detection to improve signal quality
Show a dashboard with live signal status
Keep the chart clean by removing old zones and labels
Ideal for intraday swing traders and confirmation-based scalpers looking to trade based on HTF structure + clean zone visualization.
📊 How the Strategy Works:
1. 🧱 Break of Structure (BOS) Detection (1H)
Script uses 1-hour swing highs/lows (swingLen) to define structure
If the 1H candle closes above a swing high → Buy Setup
If the 1H candle closes below a swing low → Sell Setup
🧠 Optional: Smart Sell Detection
Adds a buffer: compares close to lowest low in a lookback window (to reduce fake sells)
🔥 How to Use This Script in Real Trading:
Use on 15M chart to trade, but zones are based on 1H structure
When a Buy or Sell zone appears, check:
Is price tapping into the zone?
Did a clean BOS occur?
SL/TP lines give a ready-made trade plan
Wait for confirmation (price reaction, candle pattern, volume spike)
Set your alert for auto-trading or manual entry