Anchored VWAP - RTH + ON + Previous VWAPRegular Trading Hours Anchored VWAP, Overnight Anchored VWAP, Prior Day's VWAP as Price Level
지표 및 전략
Anchored VWAP - RTH + ON + Previous VWAPCash Session Anchored VWAP, Overnight Anchored VWAP, and Prior Day VWAP as a price level
Volume Range Profile with Fair Value (SWAROOPRAM29)This indicator overlays a custom volume profile across two dynamic price zones (upper and lower) within a defined lookback range. It highlights the Point of Control (POC) for each zone — the price level with the highest traded volume — and tracks its movement over time to help identify fair value areas.
🔍 Features:
Dynamic Volume Zones: Automatically calculates upper/lower zones based on a % of the high-low range.
Granular Volume Distribution: Visualizes buy/sell volume using histogram bins inside each zone.
Point of Control (POC): Shows the most active volume bin with optional percentage breakdown (Buy %, Sell %, Total).
Fair Value Drift Line: Plots a moving average of POC to track fair value shifts.
Total Volume Labels: Optionally display total buy/sell volume in each zone.
Trade Entry Logic (Strategy):
Entry on POC touch or midline level.
Supports long, short, or both directions.
Customizable take profit and stop loss levels.
This tool helps traders spot high-volume price acceptance areas, potential reversals, and trend continuations based on volume-weighted logic — ideal for scalping, swing, and volume-based strategies.
brings Smart Money Concept (ICT) session logic to life by plotting key global trading sessions with volume and delta analytics. It not only highlights session ranges but also tracks their midpoints — which often act as intraday support/resistance levels.
KEY FEATURES
Visual session boxes: Plots boxes for Tokyo, London, New York, and Sydney sessions based on user-defined UTC+0 time ranges.
Volume & delta metrics: Displays total volume and delta volume (buy–sell difference) within each session.
Mid, High & Low Range Extension: Once a session ends, the high, low, and midpoint levels automatically extend — ideal for detecting SR zones.
Session labels: Each box includes a label with session name, time, volume, and delta for quick reference.
Custom session control: Enable or disable sessions individually and configure start/end times.
Clean aesthetics: Transparent shaded boxes with subtle borders make it easy to overlay without clutter.
Sessions Dashboard: Shows the time range of each session and tells you whether the session is currently active.
🔵 USAGE
Enable the sessions you want to monitor (e.g., New York or Tokyo) from the settings.
Use session volume and delta values to gauge the strength and direction of institutional activity.
Watch for price interaction with the extended range — it often acts as dynamic support/resistance after the session ends.
Overlay it with liquidity tools or breaker blocks for intraday strategy alignment.
🔵 EXAMPLES
Extended Future Range acted as resistance/support.
RSI Entry/Exit Text Markers//@version=6
indicator("RSI Entry/Exit Text Markers", overlay=true)
rsi = ta.rsi(close, 14)
longCond = rsi < 25
shortCond = rsi > 75
plotshape(longCond, title="Long", location=location.belowbar, color=color.green, style=shape.labelup, text="Long", textcolor=color.white, size=size.small)
plotshape(shortCond, title="Short", location=location.abovebar, color=color.red, style=shape.labeldown, text="Short", textcolor=color.white, size=size.small)
Long and Short by volume, adx and dmi Jav What does the “Long and Short by Volume, ADX and DMI – Jav” script do?
This is a multi-functional institutional-grade trading tool that combines Smart Money Concepts (SMC), volume anomalies, structure, and momentum into one script. Below is the full explanation:
⸻
🟢 1. Entry Signals: Long & Short
The indicator generates Long and Short entries based on:
• Volume anomalies (spikes in volume)
• Reversal and Continuation logic using:
• ADX and DMI (DI+ / DI-)
• Local trend based on EMA50 vs EMA200
• Customizable entry logic modes:
• One active at a time
• One per direction (Long/Short)
• All that meet conditions
Visual markers show:
• ☕ Long Entry
• ☕ Short Entry
⸻
⚡ 2. Aggressive Smart Money Entries (ChoCH + Mitigation)
Includes advanced Smart Money Concepts:
• ChoCH (Change of Character) detection
• Volume anomaly + ADX confirmation
• Mitigation zones
• Optional RSI-based reaction check
Visual markers:
• ⚡ Aggressive Long
• ⚡ Aggressive Short
⸻
📊 3. Smart Volume Filtering
Volume filters include:
• Detection of abnormal volume
• Option to compare against volume moving average
• Hardcoded minimum volume thresholds per asset and timeframe (BTC / ETH)
📊 Symbol appears when abnormal volume is detected.
⸻
🔁 4. Risk Management & Trailing Stop Logic
Includes:
• ATR-based SL/TP
• Trailing Stop Loss (TSL) with custom multiplier
• Configurable SL % limit
• TSL activates only after a % gain
Handles:
• Exit type: SL, TP, or TSL
• All data is stored and managed per position
⸻
🧱 5. Market Structure Detection (HH, LL, HL, LH)
Automatically detects and draws market structure swings:
• HH = Higher High
• LL = Lower Low
• HL = Higher Low
• LH = Lower High
Each label:
• Is offset from price
• Uses customizable color and text size
⸻
⛔ 6. Volume-Based Entry Blocking System
Prevents entries when volume is dangerously high.
Includes:
• Blocking logic by timeframe and asset
• Timeout countdown to prevent premature entries
• ⛔ Labels showing blocked bars
• Start/End labels for visual tracking
⸻
🧭 7. Multi-Timeframe Trend Table
On-chart table that shows EMA-based trend for:
• 15m
• 1H
• 4H
• Daily
Also paints the chart background based on 4H trend.
⸻
📐 8. Daily and Weekly Fibonacci Levels
Automatically draws Fibonacci levels:
• Daily: based on previous day’s range
• Weekly: based on previous week’s range
You can:
• Enable/disable each level
• Customize colors and labels
• Adjust font size and direction
⸻
📈 9. Custom EMAs (1–4)
Up to 4 moving averages, fully customizable:
• EMA or SMA
• Select which timeframes they display on (5m, 15m, 1H, etc.)
• Independent colors and periods
⸻
📉 10. VWAP (Session and Weekly)
• Session VWAP and Weekly VWAP plotted
• Dynamic labels that change color depending on price position
• Custom styling and visibility per timeframe
⸻
🔔 11. Built-in Alerts
It includes:
• Entry alerts per asset and timeframe
• Exit alerts (SL, TP, TSL)
• Aggressive entry alerts (⚡ ChoCH + Mitigation)
Compatible with TradingView alert system and can be used for bots or automation.
⸻
⚙️ Technical Extras
• All sections can be toggled on/off
• Auto adapts based on asset (ETH or BTC)
• Full multi-timeframe support
• Custom time-based filters and conditional execution
⸻
✅ Summary
This indicator combines:
✔️ Volume
✔️ Structure
✔️ Smart Money Logic
✔️ Risk Management
✔️ Visual Clarity
✔️ Institutional Tools
Perfect for:
• Scalping
• Intraday trading
• Breakout + mitigation strategies
• Avoiding traps with real volume-based filters
ALEX trader📈 MACD Indicator (Moving Average Convergence Divergence)
1. Function:
MACD is a momentum and trend-following indicator that helps traders identify the direction, strength, and potential reversals of a price trend.
2. Key Components:
MACD Line: The difference between the 12-period EMA and the 26-period EMA.
Signal Line: A 9-period EMA of the MACD line.
Histogram: The difference between the MACD line and the Signal line, displayed as vertical bars.
3. How It Works:
When the MACD line crosses above the Signal line, it generates a bullish (buy) signal.
When the MACD line crosses below the Signal line, it generates a bearish (sell) signal.
When the histogram shifts from negative to positive, it suggests increasing bullish momentum, and vice versa.
4. Practical Use:
Identify entry and exit points.
Confirm trends and reversals.
Combine with other tools like RSI, Moving Averages, or support/resistance levels for higher accuracy.
5. Pros & Cons:
✅ Pros: Easy to use, widely available, effective in trending markets.
❌ Cons: Can give late or false signals in sideways/ranging ma
t-1hVol-4This is a proprietary trading strategy built on the combination of SSL Hybrid, MACD, and Volume Explosiveness Detection. It is specially tailored for high-volume breakout conditions in the cryptocurrency market and performs optimally on timeframes such as 15m, 30m, 1h, 2h, and 4h.
🔧 Core Concept & Logic
SSL Hybrid: Detects trend direction using a smoothed price crossover system. It acts as the primary trend filter.
MACD: Used to confirm momentum shifts and identify trend continuation or potential reversals. It enhances entry precision by filtering false signals.
Volume Breakout Detection: A custom-built volume filter checks for sudden spikes in volume, ensuring the strategy engages only during explosive or highly active conditions.
Only when all three elements align (trend confirmation from SSL, momentum confirmation from MACD, and volume breakout), a trade is triggered. This ensures high-probability entries while reducing noise in sideways markets.
⚙️ Strategy Settings & Default Configuration
Initial Capital: $100
Order Size: Fixed at $100 per trade
Position Sizing Option: Selectable in parameters (default: Fixed, optional: 100% Equity)
Position Type: Long & Short depending on signal confirmation
Commission & Slippage: Applied reasonably to simulate realistic trading (adjustable)
The strategy uses K-line Amplifier (Candlestick Multiplier) to simulate market behavior more accurately in backtests, offering a result that is closer to live trading experience.
📈 Suitable Markets & Timeframes
Designed for multiple cryptocurrency pairs
Optimal timeframes: 15m, 30m, 1h, 2h, 4h
For other coins, feel free to fine-tune the settings as responsiveness varies based on asset behavior
📊 Backtest Integrity
Over 100 trades tested to ensure statistical significance
Conservative risk management built in — no trade exceeds 100% of account equity (when using fixed size)
Strategy avoids overfitting and is not based on repainting indicators
Does not send alert-only signals; all signals are part of a live-executable strategy
Use this tool as part of a broader trading system. Always apply proper risk management and conduct your own testing before using in live markets.
中文
这是一个基于 SSL Hybrid 指标、MACD 动量指标 和 成交量爆发检测 的原创交易策略,专为加密货币市场中的高成交量爆发行情设计,适用于 15分钟、30分钟、1小时、2小时和4小时 等多种周期。
🔧 核心逻辑与原理
SSL Hybrid:利用平滑价格的交叉系统检测趋势方向,是主要趋势过滤器。
MACD:用于确认动量变化,识别趋势延续或潜在反转,进一步提高入场信号的准确性。
成交量爆发检测:通过自定义逻辑监测成交量的突然放大,仅在活跃或爆发市场中参与交易,提升胜率。
仅当三者信号共振时(趋势确认 + 动量确认 + 成交量爆发),策略才会触发进场信号,从而有效避免震荡市的噪音信号。
⚙️ 策略参数与默认设置
初始资金:100 美元
每单投入:固定 100 美元
仓位设置:参数中可选,默认固定仓位,可选择 100% 权益
交易方向:多空双向,根据信号自动执行
佣金与滑点:设定合理,以模拟真实交易环境(可手动调整)
策略启用了 K线放大器(Candlestick Amplifier),可更真实地模拟市场价格波动,提升回测数据的参考价值。
📈 适用市场与周期
支持多币种加密货币市场
推荐使用周期为 15m、30m、1h、2h、4h
不同币种可能适用的最佳周期不同,可根据币种活跃度自行调试
📊 回测说明
已测试超过 100 笔交易,具备统计意义
内建保守风控机制,固定仓位不超过总资金(当选择固定每单 100U 时)
策略非重绘,避免过拟合
本策略非警报型脚本,所有信号均可直接用于实盘测试
本策略适合作为完整交易系统的一部分使用,请配合严格的风控与自主测试后应用于实盘操作。
거미줄 자동매매 250227Okay, let's break down this TradingView Pine Script code, '거미줄 자동매매 250227' (Spiderweb Auto-Trading 250227).
This script implements a grid trading strategy for long positions in the USDT market. The core idea is to place a series of buy limit orders at progressively lower prices below an initial entry point, aiming to lower the average entry price as the price drops. It then aims to exit the entire position when the price rises a certain percentage above the average entry price.
Here's a detailed breakdown:
1. Strategy Setup (`strategy` function):
`'거미줄 자동매매 250227'`: The name of the strategy.
`overlay = true`: Draws plots and labels directly on the main price chart.
`pyramiding = 15`: Allows up to 15 entries in the same direction (long). This is essential for grid trading, as it needs to open multiple buy orders.
`initial_capital = 600`: Sets the starting capital for backtesting to 600 USDT.
`currency = currency.USDT`: Specifies the account currency as USDT.
`margin_long/short = 0`: Doesn't define specific margin requirements (might imply spot trading logic or rely on exchange defaults if used live).
`calc_on_order_fills = false`: Strategy calculations happen on each bar's close, not just when orders fill.
2. Inputs (`input`):
Core Settings:
`lev`: Leverage (default 10x). Used to calculate position sizes.
`per1`: Percentage of total capital to allocate to the initial grid (default 80%).
`per2`: Percentage of the *remaining* capital (100 - `per1`) to use for the "semifinal" entry (default 50%). The rest goes to the "final" entry.
`len`: Lookback period (default 4 bars) to determine the initial `maxPrice`.
`range1`: The total percentage range downwards from `maxPrice` where the grid orders will be placed (default -10%, meaning 10% down).
`tp`: Take profit percentage above the average entry price (default 0.45%).
`semifinal`: Percentage drop from `maxPrice` to trigger the "semifinal" larger entry (default 12%).
`final`: Percentage drop from `maxPrice` to trigger the "final" larger entry (default 15%).
Trading Mechanics:
`trail`: Boolean (true/false) to enable an ATR-based trailing stop only if just the first grid order ("Buy 1") has filled (default true).
`atrPeriod`, `atrMult`: Settings for the ATR calculation if `trail` is true.
Rounding & Display:
`roundprice`, `round`: Decimal places for rounding price and quantity calculations.
`texts`, `label_style`: User interface preferences for text size and label appearance on the chart.
Time Filter:
`startTime`, `endTime`: Defines the date range for the backtest.
3. Calculations & Grid Setup:
`maxPrice`: The highest price point for the grid setup. Calculated as the lowest low of the previous `len` bars only if no trades are open . If trades are open, it uses the entry price of the very first order placed in the current sequence (`strategy.opentrades.entry_price(0)`).
`minPrice`: The lowest price point for the grid, calculated based on `maxPrice` and `range1`.
`totalCapital`: The amount of capital (considering leverage and `per1`) allocated for the main grid orders.
`coinRatios`: An array ` `. This defines the *relative* size ratio for each of the 11 grid orders. Later orders (at lower prices) will be progressively larger.
`totalRatio`: The sum of all ratios (66).
`positionSizes`: An array calculated based on `totalCapital` and `coinRatios`. It determines the actual quantity (size) for each of the 11 grid orders.
4. Order Placement Logic (`strategy.entry`):
Initial Grid Orders:
Runs only if within the specified time range and no position is currently open (`strategy.opentrades == 0`).
A loop places 11 limit buy orders (`Buy 1` to `Buy 11`).
Prices are calculated linearly between `maxPrice` and `minPrice`.
Order sizes are taken from the `positionSizes` array.
Semifinal & Final Entries:
Two additional, larger limit buy orders are placed simultaneously with the grid orders:
`semifinal entry`: At `maxPrice * (1 - semifinal / 100)`. Size is based on `per2`% of the capital *not* used by the main grid (`1 - per1`).
`final entry`: At `maxPrice * (1 - final / 100)`. Size is based on the remaining capital (`1 - per2`% of the unused portion).
5. Visualization (`line.new`, `label.new`, `plot`, `plotshape`, `plotchar`):
Grid Lines & Labels:
When a position is open (`strategy.opentrades > 0`), horizontal lines and labels are drawn for each of the 11 grid order prices and the "final" entry price.
Lines extend from the bar where the *first* entry occurred.
Labels show the price and planned size for each level.
Dynamic Coloring: If the price drops below a grid level, the corresponding line turns green, and the label color changes, visually indicating that the level has been reached or filled.
Plotted Lines:
`maxPrice` (initial high point for the grid).
`strategy.position_avg_price` (current average entry price of the open position, shown in red).
Target Profit Price (`strategy.position_avg_price * (1 + tp / 100)`, shown in green).
Markers:
A flag marks the `startTime`.
A rocket icon (`🚀`) appears below the bar where the `final entry` triggers.
A stop icon (`🛑`) appears below the bar where the `semifinal entry` triggers.
6. Exit Logic (`strategy.exit`, `strategy.entry` with `qty=0`):
Main Take Profit (`Full Exit`):
Uses `strategy.entry('Full Exit', strategy.short, qty = 0, limit = target2)`. This places a limit order to close the entire position (`qty=0`) at the calculated take profit level (`target2 = avgPrice * (1 + tp / 100)`). Note: Using `strategy.entry` with `strategy.short` and `qty=0` is a way to close a long position, though `strategy.exit` is often clearer. This exit seems intended to apply whenever any part of the grid position is open.
First Order Trailing Stop (`1st order Full Exit`):
Conditional : Only active if `trail` input is true AND the *last* order filled was "Buy 1" (meaning only the very first grid level was entered).
Uses `strategy.exit` with `trail_points` and `trail_offset` based on ATR values to implement a trailing stop loss/profit mechanism for this specific scenario.
This trailing stop order is cancelled (`strategy.cancel`) if any subsequent grid orders ("Buy 2", etc.) are filled.
Final/Semifinal Take Profit (`final Full Exit`):
Conditional : Only active if more than 11 entries have occurred (meaning either the "semifinal" or "final" entry must have triggered).
Uses `strategy.exit` to place a limit order to close the entire position at the take profit level (`target3 = avgPrice * (1 + tp / 100)`).
7. Information Display (Tables & UI Label):
`statsTable` (Top Right):
A comprehensive table displaying grouped information:
Market Info (Entry Point, Current Price)
Position Info (Avg Price, Target Price, Unrealized PNL $, Unrealized PNL %, Position Size, Position Value)
Strategy Performance (Realized PNL $, Realized PNL %, Initial/Total Balance, MDD, APY, Daily Profit %)
Trade Statistics (Trade Count, Wins/Losses, Win Rate, Cumulative Profit)
`buyAvgTable` (Bottom Left):
* Shows the *theoretical* entry price and average position price if trades were filled sequentially up to each `buy` level (buy1 to buy10). It uses hardcoded percentage drops (`buyper`, `avgper`) based on the initial `maxPrice` and `coinRatios`, not the dynamically changing actual average price.
`uiLabel` (Floating Label on Last Bar):
Updates only on the most recent bar (`barstate.islast`).
Provides real-time context when a position is open: Size, Avg Price, Current Price, Open PNL ($ and %), estimated % drop needed for the *next* theoretical buy (based on `ui_gridStep` input), % rise needed to hit TP, and estimated USDT profit at TP.
Shows "No Position" and basic balance/trade info otherwise.
In Summary:
This is a sophisticated long-only grid trading strategy. It aims to:
1. Define an entry range based on recent lows (`maxPrice`).
2. Place 11 scaled-in limit buy orders within a percentage range below `maxPrice`.
3. Place two additional, larger buy orders at deeper percentage drops (`semifinal`, `final`).
4. Calculate the average entry price as orders fill.
5. Exit the entire position for a small take profit (`tp`) above the average entry price.
6. Offer a conditional ATR trailing stop if only the first order fills.
7. Provide extensive visual feedback through lines, labels, icons, and detailed information tables/UI elements.
Keep in mind that grid strategies can perform well in ranging or slowly trending markets but can incur significant drawdowns if the price trends strongly against the position without sufficient retracements to hit the take profit. The leverage (`lev`) input significantly amplifies both potential profits and losses.
PG MA Crossover and Direction based Strategy### PG MA Crossover and Direction-Based Strategy: How It Works
The **PG MA Crossover and Direction-Based Strategy** is a versatile trading algorithm designed to capitalize on market trends and momentum using dynamic moving averages (MA). It combines MA crossover signals, trend direction analysis, and customizable exit conditions to execute long and short trades efficiently.
#### Key Features:
1. **Dynamic Moving Average (MA)**:
- The strategy supports multiple types of moving averages: Simple Moving Average (SMA), Exponential Moving Average (EMA), and Volume Weighted Moving Average (VWMA).
- Users can select the type of MA and the calculation basis (e.g., close price, average of OHLC prices).
2. **Color-Coded Trend Detection**:
- The moving average dynamically switches colors:
- **Green** for rising trends, indicating bullish momentum.
- **Red** for declining trends, signaling bearish momentum.
- Trend direction is determined by comparing the MA against a customizable reversal threshold.
3. **Long Trade Logic**:
- Entry Conditions:
- The MA must be green (rising) **or** the price must positively cross above the MA.
- Re-Entry Logic:
- After a long trade exits, re-entry occurs if the price dips below the MA and recovers above it with a positive crossover.
- Exit Conditions:
- Exit when the price exceeds the MA by **2.5%** (customizable).
- Stop-loss triggered if the MA turns red or if the price crosses below the MA.
4. **Short Trade Logic**:
- Entry Conditions:
- The MA must be red (declining) **and** the price must negatively cross below the MA.
- Exit Conditions:
- Exit when the price falls **1.5%** below the MA (customizable).
- Stop-loss triggered if the price crosses back above the MA.
5. **Back-Test Period Customization**:
- The strategy allows users to define a specific range for back-testing using start and end dates.
- Trades are executed only within the selected testing period.
#### Visualization:
- The moving average is plotted on the chart, dynamically changing color to represent market trends and trade signals.
- Buy and sell orders are highlighted, enabling easy tracking of trade performance.
#### Benefits:
- Flexibility: Customizable inputs for MA type, calculation basis, periods, and thresholds.
- Clarity: The strategy visualizes market trends and trading signals using color-coded moving averages.
- Efficiency: Combines trend-following and crossover logic to execute trades at optimal points.
PLUSEBOARD – ORDER BOOK Ax (Delta Edition)PLUSEBOARD – ORDER BOOK **Ax** (Delta Edition)
**Timeframe: 1m / 5m / 10m / 15m / 30m**
This is the **lower timeframe version** of the PLUSEBOARD ORDER BOOK, built for scalpers and short-term intraday traders. It delivers **real-time volume pressure data** in a clean, responsive table format — ideal for spotting fast market shifts early.
━━━━━━━━━━━━━━━━━━
🎯 Key Features:
Displays confluence across 5 lower timeframes using:
• CMF – Chaikin Money Flow
• OBV – On-Balance Volume
• VWMA – Volume-Weighted Moving Average
• MFI – Money Flow Index
• A/D Line – Accumulation/Distribution
• VOL SPIKE – Instant volume burst
• DELTA – Volume flow difference
• DOM (🔴/🟢) – Market domination signal
━━━━━━━━━━━━━━━━━━
⚡ Special Highlights:
• ⚡ = Real-time volume spike
• 🟢 / 🔴 / ⚪ = Delta direction change
• DOM = Summary of buy/sell pressure across volume indicators
• 1m Delta Alert = Warning when delta reverses direction
━━━━━━━━━━━━━━━━━━
👤 Recommended For:
• Scalpers needing multi-TF volume confirmation
• Intraday traders relying on volume-based setups
• Mobile users wanting a lightweight, fast dashboard
📌 NOTE:
This is the **Ax version**, focused on **lower timeframes (1m–30m)**.
Use **Bx version** for higher timeframes (45m–1D) if you're trading swing or longer setups.
PLUSEBOARD - TREND 18042025PLUSEBOARD - TREND 18042025
📊 Multi-Indicator Trend Dashboard (Stable Version)
Description
This script creates a clean and minimal *trend dashboard* powered by multiple core indicators, including:
- ✅ **RSI & MACD**
- ✅ **EMA50/EMA200 Crossover**
- ✅ **Ichimoku Cloud (Senkou A & B)**
- ✅ **Supertrend**
- ✅ **Donchian Midline**
- ✅ **Bollinger Bands (BB Mid)**
- ✅ **ADX Strength**
- ✅ **EMA50 Slope (Trend Angle)**
All data is displayed in a compact **visual table**, which can be repositioned to any corner of the chart. You can also **label the market note** as *NEWS*, *BANK HOLIDAY*, or *NORMAL* directly from the settings.
At the bottom of the dashboard, you’ll find a quick summary of the current trend in simple words:
👉 **BUYER / SELLER / NEUTRAL**
This signal is based on a scoring system that combines 6 major trend signals into one unified decision – perfect for fast trading decisions.
### 🔧 Highlights:
- Clean, mobile-friendly layout
- Perfect for morning analysis or **#1Bullet1Shot** strategies
- Easy-to-understand visual summary
📌 Extra Note:
This tool is designed for traders who want a quick overview of market direction without opening multiple indicators. Works well across all symbols and timeframes.
RSI The BosThe Relative Strength Index (RSI) is one of the most widely used technical indicators in the market, designed to measure the strength and momentum of price movements.
This script was developed specifically for students, former students, and members of the The Bos community, as a support tool for studying and applying market structure and smart money concepts.
While originally created for internal use, it’s publicly available — and any trader interested in a clean, objective, and functional RSI can benefit from this version.
🔍 Phat hien Spring Wyckoff (hien thi sau 1 nen)//@version=5
indicator("🔍 Phat hien Spring Wyckoff (hien thi sau 1 nen)", overlay=true)
// === Tham so nguoi dung ===
lookbackSupport = input.int(50, "Tim ho tro trong X nen", minval=5)
volumeLookback = input.int(20, "So nen tinh volume trung binh", minval=1)
volMultiplier = input.float(1.5, "Nguong volume cao bat thuong", step=0.1)
showSupportLine = input.bool(true, "Hien thi duong ho tro")
// === Tim day gan nhat lam ho tro ===
lowestLow = ta.lowest(low, lookbackSupport)
// === Tinh volume trung binh ===
avgVol = ta.sma(volume, volumeLookback)
// === Dieu kien Spring (o cay nen hien tai) ===
isSpringNow = low < lowestLow and close > lowestLow and volume > avgVol * volMultiplier
// === Tri hoan tin hieu 1 nen de hien thi chu o cay ke tiep ===
isSpringPrev = isSpringNow
// === Hien thi chu "Spring" o cay nen ke tiep ===
plotshape(isSpringPrev, style=shape.labelup, location=location.belowbar, color=color.green, size=size.small, text="Spring", textcolor=color.white)
// === Ve duong ho tro mau tim, dam ===
plot(showSupportLine ? lowestLow : na, title="Ho tro", color=color.purple, linewidth=2, style=plot.style_line)
PRO Strategy 3TP (v2.1)**PRO Strategy 3TP (v2.1) - TradingView Strategy Guide**
**ENG | **
---
### **Strategy Overview**
The **PRO Strategy 3TP** combines multi-timeframe analysis, trend filters, and dynamic risk management to capture trends with precision. It uses EMA/HMA/SMA crossovers, CCI for overbought/oversold conditions, ADX for trend strength, and ATR-based stops/take-profits. The strategy’s uniqueness lies in its **three-tier profit-taking system**, adaptive multi-timeframe logic, and automatic stop-loss movement to breakeven after TP1.
---
### **Key Features**
1. **Multi-Timeframe Analysis**: Uses higher timeframe (e.g., 1H, 4H) indicators to filter entries on your chart’s timeframe.
2. **Trend Filters**: Combines EMA, HMA, and SMA to confirm trend direction.
3. **CCI + ADX Filters**: Avoids false signals by requiring momentum (CCI) and trend strength (ADX > threshold).
4. **ATR Volatility Adjustments**: Stop-loss (SL) and take-profits (TP1/TP2/TP3) adapt to market volatility.
5. **Breakeven Stop**: SL moves to entry price after TP1 is hit, locking in profits.
---
### **Setup & Configuration**
1. **Input Parameters**:
- **Trading Mode**: Choose LONG, SHORT, or BOTH.
- **Indicator Timeframe**: Select a higher timeframe (e.g., "60" for 1H).
- **EMA/HMA/SMA**: Toggle on/off and set lengths (default: 100, 50, 200).
- **CCI**: Set length (default: 4), overbought (+100), oversold (-100).
- **ADX**: Set length (default: 14) and threshold (default: 26).
- **ATR**: Period (default: 19), SL/TP multipliers (default: SL=5x, TP1=1x, TP2=1.3x, TP3=1.7x).
2. **Position Sizing**:
- **Always specify size in contracts**, not percentages. Calculate contracts based on your risk per trade (e.g., 1-2% of capital).
3. **Multi-Timeframe Logic**:
- Example: If your chart is 15M, set the indicator timeframe to 1H. Entries trigger when the 15M price aligns with the 1H trend.
---
### **How It Works**
- **Entry Conditions**:
- **Long**: Price > EMA/HMA/SMA + CCI < -100 (oversold) + ADX > 26 (strong trend).
- **Short**: Price < EMA/HMA/SMA + CCI > +100 (overbought) + ADX > 26.
- **Exits**:
- **SL**: 5x ATR from entry.
- **TP1**: 1x ATR profit. After TP1 hits, SL moves to breakeven.
- **TP2/TP3**: 1.3x and 1.7x ATR profit.
---
### **Example Configurations**
1. **Scalping (1-15M Chart)**:
- EMA=50, HMA=20, SMA=OFF, CCI=3, ATR=14, SL=3x, TP1=0.8x.
- Indicator TF: 5M.
2. **Swing Trading (1H-4H Chart)**:
- EMA=100, HMA=50, SMA=200, ADX=20, SL=5x, TP1=1x.
- Indicator TF: 1D.
3. **Trend Following (Daily Chart)**:
- SMA=200, ADX=25, CCI=OFF, SL=6x, TP3=2x.
---
### **ADX Explanation**
The ADX (Average Directional Index) measures trend strength. Values above 25 indicate a strong trend. The strategy uses ADX to avoid trading in sideways markets.
---
### **Risk Management**
- **Past results do NOT guarantee future performance**.
- **No universal settings**: Optimize for each asset (BTC vs. alts behave differently).
- Test settings in a demo account before live trading.
- Never risk more than 1-5% per trade.
---
### **FAQ**
**Q: Why specify position size in contracts?**
A: Contracts let you precisely control risk. For example, if your SL is 50 points and you risk $100, size = 100 / (SL distance * contract value).
**Q: How does the breakeven stop work?**
A: After TP1 (33% position closed), the SL moves to entry price, eliminating risk for the remaining position.
**Q: Can I use this on stocks/forex?**
A: Yes, but re-optimize ATR/SL/TP settings for each market’s volatility.
---
**ПРО Стратегия 3TP (v2.1) - Руководство для TradingView**
---
### **Описание стратегии**
**PRO Strategy 3TP** сочетает мультитаймфрейм-анализ, фильтры тренда и динамическое управление рисками. Уникальность: **три уровня тейк-профита**, адаптивные настройки под разные таймфреймы, автоматический перевод стопа в безубыток после TP1.
---
### **Особенности**
1. **Мультитаймфрейм**: Индикаторы строятся на старшем ТФ (например, 1H) для фильтрации сигналов.
2. **Тренд**: Комбинация EMA, HMA, SMA.
3. **CCI + ADX**: CCI определяет перекупленность/перепроданность, ADX — силу тренда.
4. **ATR**: Стопы и тейки адаптируются к волатильности.
5. **Стоп в безубыток**: После TP1 стоп двигается к цене входа.
---
### **Настройка**
1. **Параметры**:
- **Режим**: LONG, SHORT или LONG/SHORT.
- **Таймфрейм индикаторов**: Выберите старший ТФ (например, 1H).
- **EMA/HMA/SMA**: Длины (по умолчанию: 100, 50, 200).
- **CCI**: Уровни перекупленности (+100)/перепроданности (-100).
- **ADX**: Порог силы тренда (26).
- **ATR**: Период (19), множители SL/TP.
2. **Объем позиции**:
- Указывайте в **контрактах**, а не в процентах. Рассчитывайте на основе риска на сделку.
3. **Мультитаймфрейм**:
- Пример: На 15-минутном графике используйте индикаторы с 1H.
---
### **Логика работы**
- **Вход**:
- **Лонг**: Цена выше EMA/HMA/SMA + CCI < -100 + ADX > 26.
- **Шорт**: Цена ниже EMA/HMA/SMA + CCI > +100 + ADX > 26.
- **Выход**:
- **SL**: 5x ATR от цены входа.
- **TP1**: 1x ATR. После TP1 стоп двигается в безубыток.
- **TP2/TP3**: 1.3x и 1.7x ATR.
---
### **Примеры настроек**
1. **Скальпинг (1-15M)**:
- EMA=50, HMA=20, CCI=3, SL=3x, TP1=0.8x.
2. **Свинг (1H-4H)**:
- SMA=200, ADX=20, SL=5x.
3. **Тренд (Daily)**:
- ADX=25, SL=6x, TP3=2x.
---
### **Как работает ADX**
ADX измеряет силу тренда. Значения выше 25 сигнализируют о сильном тренде. Стратегия избегает входов при ADX < 26.
---
### **Риски**
- **Исторические результаты не гарантируют будущие**.
- **Нет универсальных настроек**: Оптимизируйте под каждый актив (BTC vs. альты).
- Тестируйте на демо-счете.
- Рискуйте не более 1-5% на сделку.
---
### **FAQ**
**В: Почему объем в контрактах?**
О: Чтобы точно контролировать риск. Пример: если стоп = 50 пунктов, а риск = $100, объем = 100 / (стоп * стоимость контракта).
**В: Как работает стоп в безубыток?**
О: После закрытия 33% позиции (TP1), стоп переносится на цену входа, защищая оставшуюся позицию.
**В: Подходит для акций/форекс?**
О: Да, но перенастройте ATR/SL/TP под волатильность рынка.
---
**⚠️ Warning / Предупреждение**: Trading involves high risk. Always backtest and optimize strategies. Use stop-losses. / Торговля связана с риском. Всегда тестируйте стратегии. Используйте стоп-лоссы.
alademy-target-stoploss
## 🟩 **اسم المؤشر: الأديمي – Al-Ademy Indicator**
### 📌 **وصف المؤشر:**
مؤشر **"الأديمي"** هو أداة فنية ذكية مستلهمة من منهجية **فيبوناتشي**، تم تطويرها خصيصًا لتحديد **مناطق الدعم والمقاومة بدقة عالية**، مع إضافة منطق مخصص لتفاعل الشموع مع تلك المناطق.
يتميز المؤشر بكونه:
- ✅ يعمل بشكل **تلقائي بالكامل** في رسم خطوط الأهداف والتعزيزات ووقف الخسارة.
- ✅ مُصمَّم ليعمل بكفاءة أعلى عند استخدام **شموع Heikin Ashi** (لا يُنصح باستخدام الشموع العادية).
- ✅ يناسب جميع الفريمات والزمنيات (من الدقيقة حتى الشهري).
---
### 🔍 **طريقة عمل المؤشر:**
- يرسم المؤشر:
- **6 خطوط أهداف صعودية** (تظهر باللون الأخضر تدريجيًا).
- **6 خطوط تعزيز/وقف خسارة** للهبوط (تظهر باللون الأحمر أو حسب الإعدادات).
- يعتمد على تحليل سلوك **الانعكاس الحقيقي** للسعر، لتحديد توقيت رسم الخطوط بدقة.
---
### 🎯 **آلية الدخول والخروج:**
#### ✅ للدخول في صفقة شراء:
- انتظر **إغلاق شمعة Heikin Ashi فوق الخط الأول** من خطوط الأهداف.
- يعتبر ذلك إشارة صعود قوية.
#### 🎯 الأهداف:
1. الخط الثاني = الهدف الأول.
2. الخط الثالث = الهدف الثاني.
3. الخط الرابع (أخضر غامق) = الهدف الثالث والمقاومة الأقوى.
4. الخط الخامس = "منطقة التشبع"، احذر من الانعكاس.
#### ❌ للهبوط:
- يبدأ الهبوط عند **إغلاق شمعة Heikin Ashi حمراء تحت خط التعزيز الأول**.
- يتم اعتبار كل خط لاحق كمنطقة تعزيز واحتمال انعكاس إلى الأسفل.
---
### ⚙️ **مميزات المؤشر:**
- 🔁 يرسم الخطوط تلقائيًا حسب حركة الشموع والانكاسات.
- 🎨 قابل للتخصيص:
- تغيير الألوان.
- تعريض الخطوط.
- تحريك الخطوط يمينًا ويسارًا.
- 🔔 يدعم التنبيهات عند تجاوز أي خط (طلوع أو نزول).
- 🟢 يظهر **أسهم خضراء** عند اختراقات صاعدة، و🔴 **أسهم حمراء** عند الاختراقات الهابطة.
- 💯 يتكامل بسهولة مع مؤشرات مثل RSI لتأكيد نقاط الدخول والخروج.
---
### 📞 **التجربة والاشتراك:**
للاشتراك في المؤشر والحصول على تجربة مجانية:
📲 **تواصل عبر واتساب**
🧑💻 الاسم: **أسامة الأديمي**
📱 الرقم: `00967781924379`
---
### ✨ ملاحظة:
> المؤشر لا يقدم إشارات مضمونة 100%، لكن يعتمد على منطق فني مدروس بدقة عالية. ننصح باستخدام أدوات تحليل إضافية لتعزيز القرار.
---
## 🟩 **Indicator Name: Al-Ademy Indicator**
### 📌 **Overview:**
The **Al-Ademy Indicator** is a powerful technical tool inspired by the concept of **Fibonacci-based support and resistance levels**, but with several key enhancements.
Unlike traditional methods, this indicator:
- ✅ Automatically draws all relevant levels based on **real-time candle movement**.
- ✅ Works **best with Heikin Ashi candles** for cleaner signals (not recommended with standard candles).
- ✅ Is compatible with **all timeframes**, from 1-minute to monthly.
---
### 🔍 **How It Works:**
The indicator dynamically plots:
- **6 Target Lines** (uptrend targets – usually green).
- **6 Support/Stop Lines** (used for downtrend support or stop-loss zones).
It tracks price action to detect **true trend reversals**, placing lines only when a shift in direction is confirmed.
---
### 🎯 **Trade Signals – Entry & Exit:**
#### ✅ **For Long Entries:**
- Wait for a **Heikin Ashi candle to close above the first target line**.
- This is considered a strong bullish confirmation.
#### 🎯 **Target Levels:**
1. **2nd Line** = First Take Profit.
2. **3rd Line** = Second Take Profit.
3. **4th Line (Dark Green)** = Final Target / Major Resistance.
4. Above the final line = Caution Zone (high chance of pullback).
#### ❌ **For Short Entries:**
- Watch for a **Heikin Ashi red candle to close below the first support line**.
- This often signals the beginning of a bearish trend.
- The following support lines serve as re-entry or stop-loss zones.
---
### ⚙️ **Key Features:**
- 🔁 **Auto-leveling** based on market structure and reversal detection.
- 🎨 **Full customization**:
- Change colors.
- Adjust line thickness.
- Shift lines left/right via settings.
- 🔔 **Alert support** for line breakouts (both up and down).
- 🟢 Green arrows for bullish breaks / 🔴 Red arrows for bearish breaks.
- 📊 Designed to work well with **RSI** and other oscillators for signal confirmation.
---
### 📞 **Trial & Subscription:**
Want to try it out?
📲 Contact via **WhatsApp** for a free trial and subscription details:
👤 Name: **Osama Al-Ademy**
📞 Number: `+967781924379`
---
### ⚠️ **Disclaimer:**
> The Al-Ademy Indicator provides highly reliable signals, but no strategy is 100% accurate. Use it in combination with other technical tools and sound risk management.
---
&thejuice.™️ Session MarkersHighlights live session zones for Asia, Frankfurt, London, and New York directly on your chart. Tracks evolving highs and lows in real time with clean visual boxes. Built for intraday and liquidity-focused traders who need clarity on session structure.
Previous Candle High/LowPrior candle high and low are good targets depending upon bullish or bearish markets
ballenas by Ernesto What does this indicator do?
High Volume:
Calculates the average volume of the last n candles (configurable).
Marks candles with volume greater than the average multiplied by a factor (adjustable).
Candle Body:
Marks candles with a large body compared to their range (adjustable ratio).
Direction:
Green circle (buy): When the candle is bullish (close > open) and meets high volume and a large body.
Red circle (sell): When the candle is bearish (close < open) with high volume and a large body.
Automatic alerts: You will receive an alert when an institutional buy or sell is detected.
📊 How to use it?
Open the Pine Editor in TradingView.
Copy and paste this code.
Click Save and then Add to Chart.
Configure alerts according to your needs.
Liquidity Grab by ernesto[Crypto] ¿ What happens by default?
Liquidity Grabs Flux Charts usually:
Detect the liquidity grab when the price breaks a recent high or low.
Confirm the volume after the candle closes, to ensure it was a real grab.
⏳ This creates a small delay (1 candle or less).
✅ What can you do to keep the alert as live as possible?
Option 1: Activate real-time alerts
Right-click on the chart.
Choose "Add alert."
Under condition, look for something like:
Liquidity grab detected
Volume Spike (if the script allows it)
Enable the "Only once per forming bar" option.
🎯 This causes the alert to trigger as soon as the event begins to form, without waiting for the candle to close.
vusalfx v3 Nzd/Usd 1m(RR 1:3)Indicator Description (for NZD/USD 1-Minute Chart)
This indicator is designed for scalping on the NZD/USD currency pair using a 1-minute timeframe. It combines exponential moving averages and the Relative Strength Index (RSI) to generate potential trade signals with a defined risk-to-reward ratio.
Risk/Reward Ratio: 1:3 (Risking 1% to gain 3%)
Stop Loss: 1%
Take Profit: 3%
EMA 9 (Fast EMA): Displayed in orange
EMA 21 (Slow EMA): Displayed in blue
RSI: 14-period RSI for momentum confirmation
The strategy looks for trend continuation and momentum setups based on EMA crossovers and RSI confirmation, with strict risk management.
Silver Strat |PRO| v1.0 [AgJ]Silver Strat |PRO by SilverJROM
Strategy for multiple assets on cryptocurrencies | PRO
The Silver Strat PRO is the enhanced version of the strategy, offering advanced features including optional supplementary logic, a pro-level trend strength indicator with gray and orange colors to signal weakening trends (red/green), and a ranging market detection for identifying weakened overall trends. It also includes expanded on-chart metrics with the option to toggle between Long-only, Short-only, or Long & Short metrics.
The Silver Strategy is a trading approach primarily developed for a wide range of cryptocurrencies, with Bitcoin (BTC) and Solana (SOL) serving as the main assets for testing and refinement. Its effectiveness in the cryptocurrency market stems from two key characteristics of these assets: (1) their prices tend to exhibit strong trends, either upward or downward, and (2) over the long term, their value generally increases. The strategy is designed to capitalize on these traits, and it may not perform well if applied to assets that lack these behaviors.
Additionally, the Silver Strategy is built for simplicity and flexibility. It features a core trading logic that handles the primary buy and sell decisions, complemented by optional auxiliary logic that users can enable or disable as needed. To support decision-making, the strategy incorporates trend and momentum calculations, which are visually represented through bar colors indicating trend strength. It also includes performance metrics, making it easy for users to evaluate the strategy’s results on a specific asset.
🧩 Key Features
8 Indicators
The strategy combines 8 unique indicators to analyze market trends, momentum, and conditions, generating precise buy and sell signals across various cryptocurrencies:
Oscillators : Detect overbought/oversold levels to pinpoint entry and exit opportunities, particularly in range-bound markets.
Trend Following : Monitor price direction and persistence to align with sustained bullish or bearish trends.
Momentum & Strength : Evaluate the speed and force of price movements to identify strong, actionable trends versus weaker signals.
Adaptive Calculations : Dynamically adjust to volatility and asset-specific factors, ensuring reliable performance.
By integrating these indicator classes, the strategy delivers a cohesive, adaptable system for confident trading decisions.
Customizability
The strategy has a core trading logic for long and short positions, with optional supplementary logic users can toggle to adjust its behavior for specific assets. This simple design skips complex tweaks, letting users easily adapt it to various cryptocurrencies or trading styles, like momentum or trend-following, while keeping it user-friendly and flexible.
Full access to all supplementary logic
Trend Strength
The strategy uses bar color for trend strength to reflect price trends and momentum based on its 8 indicators. Green bars signal a strong upward trend with bullish momentum, while red bars indicate a downward trend or crash. This color-coding helps traders quickly identify market conditions for better entry and exit decisions. Note that the bar color is a lagged indicator, reflecting past price movements rather than real-time shifts.
New trend strength colors available:
GRAY - When downtrend starts to weaken and reverse
ORANGE - When uptrend starts to weaken and reverse
STRAT on BTC ~2024 (ADV1 metrics)
STRAT on SOL ~2024 (ADV1 metrics)
Ranging Market
A ranging market occurs when the price oscillates within a stable range rather than trending up. The strategy identifies these conditions by analyzing price patterns and highlights them on the chart by coloring the background gray, making it easy for users to spot non-trending phases at a glance.
STRAT ranging market on BTC ~2024
Metrics
The Silver Strategy offers user-friendly metrics integrated into TradingView, displaying the strategy’s performance directly on the time series screen. These metrics provide a clear summary of historical results, enabling users to assess and customize the strategy for each asset based on its past performance. Key features include:
Equity Max DD : Measures the largest equity drawdown.
Sortino Ratio : Evaluates risk-adjusted returns, focusing on downside risk.
Sharpe Ratio : Assesses overall return per unit of risk.
Profitability : Shows the trade success rate.
Trades : Counts total trades executed.
Omega Ratio : Compares potential upside gains to downside losses.
Net Profit : Displays total gains over time.
Class Rating : Reflects overall performance quality.
etc
By analyzing these metrics, users can make data-driven decisions when adjusting the strategy’s logic flags—such as toggling Logic1 or Logic9—to optimize its behavior for different cryptocurrencies or market conditions, ensuring better alignment with their trading objectives.
Enables ADV1 and ADV2 for additional metrics
Long-only and Short-only trade statistics, enhancing analysis flexibility.
STRAT on BTC ~2020-21 (ADV2 view)
STRAT on SUI ~2024-25 (Long-Only on ADV1)
STRAT on PONKE ~2024-25 (Long-Only on ADV1)
🔵 Usage
Tailor and Test : Create a customized strategy for any cryptocurrency by toggling logic flags (e.g., Logic1 for trend focus, Logic9 for momentum filters) to suit your trading style. Use the provided metrics to test historical performance—evaluating risk-adjusted returns, win rate, and overall gains—and refine your setup before deploying the strategy in live markets.
Risk Management : Implement robust risk controls by setting appropriate position sizes, using stop-loss orders, and adjusting trade frequency based on market volatility. This ensures the strategy aligns with your risk tolerance and financial goals, especially in the unpredictable crypto market.
Market Status
This feature activates logic to determine whether the market is trending or ranging, providing users with clear insights to guide their trading decisions. By analyzing price behavior, it identifies trending markets (strong upward or downward movements) and ranging markets (stable, oscillating price patterns), often visualized with background coloring—like gray for ranging phases. This helps users decide when to apply trend-following tactics or adjust for sideways markets, enhancing strategy precision.
Disclaimer : Past results, as reflected in the metrics, do not guarantee future performance. Market conditions, volatility, and asset behavior can change, so always trade with caution and adapt to current trends.
Silver Strategy PRO is a specific tool to help managing a portfolio for cryptocurrencies and other similar assets.