[Autoview][BackTest]Dual MA Ribbons R0.12 by JustUncleLThis is an implementation of a strategy based on two MA Ribbons, a Fast Ribbon and a Slow Ribbon. This strategy can be used on Normal candlestick charts or Renko charts (if you are familiar with them).
The strategy revolves around a pair of scripts: One to generate alerts signals for Autoview and one for Backtesting, to tune your settings.
The risk management options are performed within the script to set SL(StopLoss), TP(TargetProfit), TSL(Trailing Stop Loss) and TTP (Trailing Target Profit). The only requirement for Autoview is to Buy and Sell as directed by this script, no complicated syntax is required.
The Dual Ribbons are designed to capture the inferred behavior of traders and investors by using two groups of averages:
> Traders MA Ribbon: Lower MA and Upper MA (Aqua=Uptrend, Blue=downtrend, Gray=Neutral), with center line Avg MA (Orange dotted line).
> Investors MAs Ribbon: Lower MA and Upper MA (Green=Uptrend, Red=downtrend, Gray=Neutral), with center line Avg MA (Fuchsia dotted line).
> Anchor time frame (0=current). This is the time frame that the MAs are calculated for. This way 60m MA Ribbons can be viewed on a 15 min chart to establish tighter Stop Loss conditions.
Trade Management options:
Option to specify Backtest start and end time.
Trailing Stop, with Activate Level (as % of price) and Trailing Stop (as % of price)
Target Profit Level, (as % of price)
Stop Loss Level, (as % of price)
BUY green triangles and SELL dark red triangles
Trade Order closed colour coded Label:
>> Dark Red = Stop Loss Hit
>> Green = Target Profit Hit
>> Purple = Trailing Stop Hit
>> Orange = Opposite (Sell) Order Close
Trade Management Indication:
Trailing Stop Activate Price = Blue dotted line
Trailing Stop Price = Fuschia solid stepping line
Target Profit Price = Lime '+' line
Stop Loss Price = Red '+' line
Dealing With Renko Charts:
If you choose to use Renko charts, make sure you have enabled the "IS This a RENKO Chart" option, (I have not so far found a way to Detect the type of chart that is running).
If you want non-repainting Renko charts you MUST use TRADITIONAL Renko Bricks. This type of brick is fixed and will not change size.
Also use Renko bricks with WICKS DISABLED. Wicks are not part of Renko, the whole idea of using Renko bricks is not to see the wick noise.
Set you chart Time Frame to the lowest possible one that will build enough bricks to give a reasonable history, start at 1min TimeFrame. Renko bricks are not dependent on time, they represent a movement in price. But the chart candlestick data is used to create the bricks, so lower TF gives more accurate Brick creation.
You want to size your bricks to 2/1000 of the pair price, so for ETHBTC the price is say 0.0805 then your Renko Brick size should be about 2*0.0805/1000 = 0.0002 (round up).
You may find there is some slippage in value, but this can be accounted for in the Backtest by setting your commission a bit higher, for Binance for example I use 0.2%
Special thanks goes to @CryptoRox for providing the initial Risk management Framework in his "How to automate this strategy for free using a chrome extension" example.
Cari skrip untuk "Trailing stop"
EMA StrategyThis strategy is in testing and development.
**USE AT YOUR OWN RISK. **
This defaults to a 13/48 EMA using the closing price. When the fast EMA crosses above the slow it triggers a buy. When it crosses below the slow EMA it triggers a sell and potentially a short, but that is not implemented. Stops, trailing stops, and pyramiding to be added. The purpose of this strategy is to signal recommended entry and exit point and back test whether the strategy works. It is not intended to be an automated buy/sell script.
* stop loss added. Not yet configurable from the settings panel. Defaults to 8% from the entry price.
TODO:
Add the ability to configure the stop-loss level in the settings panel
Add trailing stop functionality
Add profit taking, likely configurable sell targets (2:1 risk to reward gain for example)
Add another signal or two to help improve odds of making a winning trade.
Minervini VCP Pattern -Indian ContextThis script implements Mark Minervini's Trend Template and VCP (Volatility Contraction Pattern) pattern, specifically adapted for Indian stock markets (NSE). It helps identify stocks that are in strong uptrends and ready to break out.
Core Concepts Explained
1. What is the Minervini Trend Template?
Mark Minervini's method identifies stocks in Stage 2 uptrends - the sweet spot where institutional money is accumulating and stocks show the strongest momentum. Think of it as finding stocks that are "leaders" rather than "laggards."
2. What is VCP (Volatility Contraction Pattern)?
A VCP occurs when:
Stock price consolidates (moves sideways) after an uptrend
Price swings get tighter and tighter (like a coiled spring)
Volume dries up (fewer people trading)
Then it breaks out with force.
You can customize the strategy settings without editing code.
Key Settings:
Minimum Price (โน50): Filters out penny stocks that are too volatile
Min Distance from 52W Low (30%): Stock should be at least 30% above its yearly low
Max Distance from 52W High (25%): Stock should be within 25% of its yearly high (showing strength)
Moving Average Periods: 10, 50, 150, 200 days (industry standard)
Minimum Volume (100,000 shares): Ensures the stock is liquid enough to trade
Indian Market Adaptation: The default values (โน50 minimum, volume thresholds) are adjusted for NSE stocks, which behave differently than US markets.
The script pulls weekly chart data even when you're viewing daily charts.
Why it matters: Weekly trends are more reliable than daily noise. Professional traders use weekly charts to confirm the bigger picture.
What are Moving Averages (MAs)?
Simple averages of closing prices over X days
They smooth out price action to show trends
Think of them as the "average cost" of buyers over different time periods
The 4 Key MAs:
10 MA (Fast): Very short-term trend
50 MA: Short to medium-term trend
150 MA: Medium to long-term trend
200 MA: Long-term trend (the "grandfather" of all MAs)
Why Weekly MAs?
The script also calculates 10 and 50 MAs on weekly data for additional confirmation of the bigger trend.
The script Finds the highest and lowest prices over the past 52 weeks (1 year).
Why it matters:
Stocks near 52-week highs are showing strength (institutions buying)
Stocks far from 52-week lows have "room to run" upward
This is a psychological level that influences trader behaviour.
What is Volume here ?
The number of shares traded each day
High volume = many traders interested (conviction)
Low volume = lack of interest (weakness or consolidation)
Volume in VCP:
During consolidation (sideways movement), volume should dry up - this shows sellers are exhausted and buyers are holding. When volume spikes on a breakout, it confirms the move.
NSE Context: Indian stocks often have different volume patterns than US stocks, so the 50-day average is used as a baseline.
Relative Strength vs Nifty:
Example:
If your stock is up 20% and Nifty is up 10%, your stock has strong RS
If your stock is up 5% and Nifty is up 15%, your stock has weak RS (avoid it!)
Why it matters: The best performing stocks almost always have strong relative strength before major moves.
The 13 Minervini Conditions:-
Condition 1: Price > 50/150/200 MA
Meaning: Current price must be above ALL three major moving averages.
Why: This confirms the stock is in a clear uptrend. If price is below these MAs, the stock is weak or in a downtrend.
Condition 2: MA 50 > 150 > 200
Meaning: The moving averages themselves must be in proper order.
Analogy: Think of this like layers in a cake - short-term on top, long-term at bottom. If they're tangled, the trend is unclear.
Condition 3: 200 MA Rising (1 Month)
Meaning: The 200 MA today must be higher than it was 20 days ago.
Why: This confirms the long-term trend is UP, not flat or down. The means "20 bars ago."
Condition 4: 50 MA Rising
Meaning: The 50 MA today must be higher than 5 days ago.
Why: Confirms short-term momentum is accelerating upward.
Condition 5: Within 25% of 52-Week High
Meaning: Current price should be within 25% of its 1-year high.
Example:
52-week high = โน1000
Current price must be above โน750 (within 25%)
Why: Strong stocks stay near their highs. Weak stocks fall far from highs.
Condition 6: 30%+ Above 52-Week Low (OPTIONAL)
Meaning: Stock should be at least 30% above its yearly low.
Note: The script marks this as "SECONDARY - Optional" because the other conditions are more important. However, it's still a good confirmation.
Condition 7: Price > 10 MA
Meaning: Very short-term strength - price above the 10-day moving average.
Why: Ensures the stock hasn't just rolled over in the immediate term.
Condition 8: Price >= โน50
Meaning: Filters out stocks below โน50.
Why: In Indian markets, stocks below โน50 tend to be penny stocks with poor liquidity and higher manipulation risk.
Condition 9: Weekly Uptrend
Meaning: On the weekly chart, price must be above both weekly MAs, and they must be properly aligned.
Why: Confirms the bigger picture trend, not just daily fluctuations.
Condition 10: 150 MA Rising
Meaning: The 150 MA is trending upward over the past 10 days.
Why: Another confirmation of medium-term trend health.
Condition 11: Sufficient Volume
Meaning: Average volume must exceed 100,000 shares (or your custom setting).
Why: Ensures you can actually buy/sell the stock without moving the price too much (liquidity).
Condition 12: RS vs Nifty Strong
Meaning: The stock's relative strength vs Nifty must be improving.
Why: You want stocks that are outperforming the market, not underperforming.
Condition 13: Nifty in Uptrend
Meaning: The Nifty 50 index itself must be above its 50 MA.
Why: "A rising tide lifts all boats." It's easier to make money in individual stocks when the overall market is bullish.
VCP Requirements:
Volatility Contracting: Price swings getting tighter (coiling spring)
Volume Drying Up: Fewer shares trading + trending lower
The Setup: When volatility contracts and volume dries up WHILE all 13 trend conditions are met, you have a VCP setup ready to explode.
What You See on Chart:
Colored Lines: 10 MA (green), 50 MA (blue), 150 MA (orange), 200 MA (red)
Blue Background: Trend template conditions met (watch zone)
Green Background: Full VCP setup detected (buy zone)
โ Symbol Below Price: New VCP buy signal just triggered
Information Table:
What it does: Creates a checklist table on your chart showing the status of all conditions.
Table Structure:
Column 1: Condition name
Column 2: Status (โ green = met, โ red = not met)
Final Row: Shows "BUY" (green) or "WAIT" (red) based on full VCP setup status.
Dos:
Example:
Account size: โน5,00,000
Risk per trade: 1% = โน5,000
Entry: โน1000
Stop loss: โน920 (8% below)
Distance to stop: โน80
Shares to buy: โน5,000 / โน80 = 62 shares
Exit Strategy:
Sell 1/3 at +20% profit
Sell another 1/3 at +40% profit
Let the final 1/3 run with a trailing stop
Always exit if price closes below 10 MA on heavy volume
What This Script Does NOT Do:
Guarantee profits - No strategy works 100% of the time
Account for news events - Earnings, regulatory changes, etc.
Consider fundamentals - Company financials, debt, management quality
Adapt to market crashes - Works best in bull markets
Best Market Conditions:
โ
Nifty in uptrend (above 50 MA)
โ
Market breadth positive (more stocks advancing)
โ
Sector rotation happening
โ Avoid in bear markets or high volatility periods
References:
Trade Like a Stock Market Wizard by Mark Minervini
Think & Trade Like a Champion by Mark Minervini
Chart attached: AU Small Finance Bank as on EoD dated 28/11/25
This script is a powerful tool for educational purpose only, remember: It's a tool, not a crystal ball. Use it to find high-probability setups, then apply proper risk management and patience. Good luck!
CSS_LFU_v0.1Overview:
A multi-factor, market-adaptive swing strategy designed for intraday and short-term crypto trading. It synthesizes momentum, volatility, and trend signals into a unified composite score over a configurable lookback window. The strategy leverages a modular, signal-weighted approach to ensure robust entry timing while remaining compatible with human-in-the-loop validation and algorithmic execution.
Core Modules:
AJFFRSI (RSX-based Momentum): Measures smoothed price momentum with noise-reduction filters to detect crossovers relative to the QQE trailing stop.
QQE (Quantitative Qualitative Easing RSI): A modified RSI with a dynamic trailing stop that adapts to short-term volatility, identifying exhaustion and potential reversal points.
Keltner Channel Zones: Determines overextension relative to trend, providing buy/sell zones based on ATR-banded EMA.
WaveTrend Oscillator: Confirms short-term swings and market direction through smoothed oscillator cross signals.
Rolling Composite Score: Aggregates module signals over a unified lookback (e.g., 144 bars) to normalize noise and capture consistent trends.
Signal Logic:
Each module outputs a discrete score (+1 / 0 / -1).
The rolling composite score sums all module scores over the lookback period.
Long positions trigger when the rolling score meets or exceeds the long threshold.
Short positions trigger when the rolling score meets or falls below the short threshold.
Multi-dimensional signal aggregation reduces false positives from single indicators.
Rolling lookback ensures score normalization across different volatility regimes.
Highly modular: easy to adapt modules or weights to different instruments or timeframes.
Fully compatible with automated execution pipelines, including custom exchange screener bots.
Use Case:
Ideal for quant-driven altcoin or multi-asset strategies where high-frequency validation is critical and sequential module weighting enhances trend flip detection.
The Strat Lite [rdjxyz]โ OVERVIEW
The Strat Lite is a stripped down version of the Strat Assistant indicator by rickyzcarrollโfocusing on visual simplicity and script performance. If you're new to The Strat, you may prefer the Strat Assistant as a learning aid.
โ FEATURES REMOVED FROM THE ORIGINAL SCRIPT
Candle Numbering & Up/Down Arrows
Previous Week High & Low Lines
Previous Day High & Low Lines
Action Wick Percentage
Actionable Signals Plot
Strat Combo Plots
Extensive Alerts
โ FEATURES KEPT FROM THE ORIGINAL SCRIPT
Full Timeframe Continuity
Candle Coloring
โ FEATURES ADDED TO THE ORIGINAL SCRIPT
Failed 2 Down Classification
Failed 2 Up Classification
โ DETAILS
The Strat is a trading methodology developed by Rob Smith that offers an objective approach to trading by focusing on the 3 universal scenarios regarding candle behavior:
SCENARIO ONE
The 1 Bar - Inside Bar: A candle that doesn't take out the highs or the lows of the previous candle; aka consolidation.
These are shown as gray candles by default.
SCENARIO TWO
The 2 Bar - Directional Bar: A candle that takes out one side of the previous candle; aka trending (or at least attempting to trend).
SCENARIO THREE
The 3 Bar - Outside Bar: A candle that takes out both sides of the previous candle; aka broadening formation.
In addition to Rob's 3 universal scenarios, this indicator identifies two variations of 2 bars:
Failed 2 up: A candle that takes out the high of the previous candle but closes bearish.
Failed 2 down: A candle that takes out the low of the previous candle but closes bullish.
โ SETTINGS
โ INPUTS
FTC (FULL TIMEFRAME CONTINUITY)
Show/hide FTC plots
Offset FTC plots from current bar
โ STYLE
STRAT COLORS
Color 0 (Failed 2 Up) - Default is fuchsia
Color 1 (Failed 2 Down) - Default is teal
Color 2 (Inside 1) - Default is gray
Color 3 (Outside 3) - Default is dark purple
Color 4 (2 up) - Default is aqua
Color 5 (2 down) - Default is white
โ USAGE
It's recommended to use The Strat Lite with a top down analysis so you can find lower timeframe positions with higher timeframe context.
โ TOP DOWN ANALYSIS
MONTHLY LEVELS
Starting on a monthly chart, the previous month's high and low are manually plotted.
WEEKLY LEVELS
Dropping down to a weekly chart, the previous week's high and low are manually plotted.
DAILY LEVELS
Dropping down to a daily chart, the previous day's high and low are manually plotted.
12H LEVELS
Dropping down to a 12h chart, the previous 12h's high and low are manually plotted.
ANALYSIS
The monthly low was broken, creating a lower low (aka a broadening formation), signalling potential exhaustion risk, which can be a catalyst for reversals. The daily candle that tested the monthly low closed as a Failed 2 Downโpotentially an early sign of a reversal. With these 2 confluences, it's reasonable to expect the next daily candle to be a 2 Up. Now it's time to look for a lower timeframe entry.
โ LOWER TIMEFRAME POSITION
HOURLY PRICE ACTION
Dropping down to an hourly chart, we're anticipating a 2 Up on the daily timeframe, so we're looking for a bullish pattern to enter a position long. I personally like the 6:00 AM UTC-5 hourly candle, as it's the midpoint of the day (for futures).
In this specific example, we see the opening gap was filled and there's a potential 2-1-2 bullish reversal set up.
At this point, price can either do one of 5 things:
Form another 1 (inside) candle
Form a 2 up (directional) candle
Form a 2 down (directional) candle
Form a 2 up, fail, and potentially flip to form a bearish 3 (outside) candle
Form a 2 down, fail, and potentially flip to form a bullish 3 (outside) candle
Knowing the finite potential outcomes helps us set up our positions, manage them accordingly, and flip bias if needed.
POSITION SETUP
Here we can set up a position long AND short. To go long, we set a buy stop at the 1h high and stop loss just below the 50% level of the inside candle; to go short, we set a sell stop at 1h low and stop loss just above the 50% level of the inside candle.
If the short gets triggered first, we can wait for price to move in our favor before cancelling the buy order. If the short becomes a failed 2 down, potentially reversing to become a bullish 3, we can either wait for the stop loss to trigger and for the long position to trigger OR we can move the buy stop to our short stop loss and move the long stop loss to the low of the 1h candle.
POSITION REFINEMENT
For an even tighter risk-to-reward, we can drop to a lower timeframe and look for setups that would be an early trigger of the 1h entry. Just know, the lower you go the more noise there isโincreasing risk of getting stopped out before the 1h trigger.
Above are 30m refined entries.
In this example, the long buy stop was triggered. It closed bullish, so the sell stop order can be cancelled.
โ TARGETS & POSITION MANAGEMENT
TARGETS
These depend on whether you intend to scalp, day trade, or swing trade, but targets are typically the highs of previous candles (when bullish) and lows of previous candles (when bearish). It's advised to be cautious of swing pivots as there's a risk of exhaustion and reversal at these levels.
In this example, the nearest target was the previous 12h high and the next target was the previous day high; if you're a swing trader, you could target previous week's high and previous month's high.
POSITION MANAGEMENT
This largely depends on your risk tolerance, but it's common to either:
Move stop loss slightly into profit
Trail stop loss behind higher highs (bullish) or lower lows (bearish)
Scale out of positions at potential pivot points, leaving a runner
Scale into positions on pullbacks on the way to target
โ WRAP UP
As demonstrated, The Strat Lite offers a stripped down version of the Strat Assistantโmaking it visually simple for more experienced Strat traders. By following a top-down approach with The Strat methodology, you can find high probability setups and manage risk with relative ease.
โ DISCLAIMER
This indicator is a tool for visual analysis and is intended to assist traders who follow The Strat methodology. As with any trading methodology, there's no guarantee of profits; trading involves a high degree of risk and you could lose all of your invested capital. The example shown is of past performance and is not indicative of future results and does not constitute and should not be construed as investment advice. All trading decisions and investments made by you are at your own discretion and risk. Under no circumstances shall the author be liable for any direct, indirect, or incidental damages. You should only risk capital you can afford to lose.
Scout Regiment - KSI# Scout Regiment - KSI Indicator
## English Documentation
### Overview
Scout Regiment - KSI (Key Stochastic Indicators) is a comprehensive momentum oscillator that combines three powerful technical indicators - RSI, CCI, and Williams %R - into a single, unified display. This multi-indicator approach provides traders with diverse perspectives on market momentum, overbought/oversold conditions, and potential reversal points through advanced divergence detection.
### What is KSI?
KSI stands for "Key Stochastic Indicators" - a composite momentum indicator that:
- Displays multiple oscillators normalized to a 0-100 scale
- Uses standardized bands (20/50/80) for consistent interpretation
- Combines RSI for trend, CCI for cycle, and Williams %R for reversal detection
- Provides enhanced divergence detection specifically for RSI
### Key Features
#### 1. **Triple Oscillator System**
**โ RSI (Relative Strength Index)** - Primary Indicator
- **Purpose**: Measures momentum and identifies overbought/oversold conditions
- **Default Length**: 22 periods
- **Display**: Blue line (2px)
- **Key Levels**:
- Above 50: Bullish momentum
- Below 50: Bearish momentum
- Above 80: Overbought
- Below 20: Oversold
- **Special Features**:
- Background color indication (green/red)
- Crossover labels at 50 level
- Full divergence detection (4 types)
**โก CCI (Commodity Channel Index)** - Dual Period
- **Purpose**: Identifies cyclical trends and extreme conditions
- **Dual Display**:
- CCI(33): Short-term cycle - Green line (1px)
- CCI(77): Medium-term cycle - Orange line (1px)
- **Default Source**: HLC3 (typical price)
- **Normalized Scale**: Mapped from ยฑ100 to 0-100 for consistency
- **Interpretation**:
- Above 80: Strong upward momentum
- Below 20: Strong downward momentum
- 50 level: Neutral
- Divergence between periods: Trend change warning
**โข Williams %R** - Optional
- **Purpose**: Identifies overbought/oversold extremes
- **Default Length**: 28 periods
- **Display**: Magenta line (2px)
- **Scale**: Inverted and normalized to 0-100
- **Best For**: Short-term reversal signals
- **Default**: Disabled (enable when needed for extra confirmation)
#### 2. **Standardized Band System**
**Three-Level Structure:**
- **Upper Band (80)**: Overbought zone
- Strong momentum area
- Watch for reversal signals
- Divergences here are most reliable
- **Middle Line (50)**: Equilibrium
- Separates bullish/bearish zones
- Crossovers indicate momentum shifts
- Key decision level
- **Lower Band (20)**: Oversold zone
- Weak momentum area
- Look for bounce signals
- Divergences here signal potential reversals
**Band Fill**: Dark background between 20-80 for visual clarity
#### 3. **RSI Visual Enhancements**
**Background Color Indication**
- Green background: RSI above 50 (bullish bias)
- Red background: RSI below 50 (bearish bias)
- Optional display for cleaner charts
- Helps identify overall momentum direction
**Crossover Labels**
- "็ช็ ด" (Breakout): RSI crosses above 50
- "่ท็ ด" (Breakdown): RSI crosses below 50
- Marks momentum shift points
- Can be toggled on/off
#### 4. **Advanced RSI Divergence Detection**
The indicator includes comprehensive divergence detection for RSI only (most reliable oscillator):
**Regular Bullish Divergence (Yellow)**
- **Price**: Lower lows
- **RSI**: Higher lows
- **Signal**: Potential upward reversal
- **Label**: "ๆถจ" (Up)
- **Most Common**: Near oversold levels (below 30)
**Regular Bearish Divergence (Blue)**
- **Price**: Higher highs
- **RSI**: Lower highs
- **Signal**: Potential downward reversal
- **Label**: "่ท" (Down)
- **Most Common**: Near overbought levels (above 70)
**Hidden Bullish Divergence (Light Yellow)**
- **Price**: Higher lows
- **RSI**: Lower lows
- **Signal**: Uptrend continuation
- **Label**: "้ๆถจ" (Hidden Up)
- **Use**: Add to existing longs
**Hidden Bearish Divergence (Light Blue)**
- **Price**: Lower highs
- **RSI**: Higher highs
- **Signal**: Downtrend continuation
- **Label**: "้่ท" (Hidden Down)
- **Use**: Add to existing shorts
**Divergence Parameters** (Fully Customizable):
- **Right Lookback**: Bars to right of pivot (default: 5)
- **Left Lookback**: Bars to left of pivot (default: 5)
- **Max Range**: Maximum bars between pivots (default: 60)
- **Min Range**: Minimum bars between pivots (default: 5)
### Configuration Settings
#### KSI Display Settings
- **Show RSI**: Toggle RSI indicator
- **Show CCI**: Toggle both CCI lines
- **Show Williams %R**: Toggle Williams %R (optional)
#### RSI Settings
- **RSI Length**: Period for calculation (default: 22)
- **Data Source**: Price source (default: close)
- **Show Background**: Toggle green/red background
- **Show Cross Labels**: Toggle 50-level crossover labels
#### RSI Divergence Settings
- **Right Lookback**: Pivot detection right side
- **Left Lookback**: Pivot detection left side
- **Max Range**: Maximum lookback distance
- **Min Range**: Minimum lookback distance
- **Show Regular Divergence**: Enable regular divergence lines
- **Show Regular Labels**: Enable regular divergence labels
- **Show Hidden Divergence**: Enable hidden divergence lines
- **Show Hidden Labels**: Enable hidden divergence labels
#### CCI Settings
- **CCI Length**: Short-term period (default: 33)
- **CCI Mid Length**: Medium-term period (default: 77)
- **Data Source**: Price calculation (default: HLC3)
- **Show CCI(33)**: Toggle short-term CCI
- **Show CCI(77)**: Toggle medium-term CCI
#### Williams %R Settings
- **Length**: Calculation period (default: 28)
- **Data Source**: Price source (default: close)
### How to Use
#### For Basic Momentum Trading
1. **Enable RSI Only** (primary indicator)
- Focus on 50-level crossovers
- Enable crossover labels for signals
2. **Identify Momentum Direction**
- RSI > 50 = Bullish momentum
- RSI < 50 = Bearish momentum
- Background color confirms direction
3. **Look for Extremes**
- RSI > 80 = Overbought (consider selling)
- RSI < 20 = Oversold (consider buying)
4. **Trade Setup**
- Enter long when RSI crosses above 50 from oversold
- Enter short when RSI crosses below 50 from overbought
#### For Divergence Trading
1. **Enable RSI with Divergence Detection**
- Turn on regular divergence
- Optionally add hidden divergence
2. **Wait for Divergence Signal**
- Yellow label = Bullish divergence
- Blue label = Bearish divergence
3. **Confirm with Price Structure**
- Wait for support/resistance break
- Look for candlestick patterns
- Check volume confirmation
4. **Enter Position**
- Enter after confirmation
- Stop beyond divergence pivot
- Target next key level
#### For Multi-Oscillator Confirmation
1. **Enable All Three Indicators**
- RSI (momentum)
- CCI dual (cycle analysis)
- Williams %R (extremes)
2. **Look for Alignment**
- All above 50 = Strong bullish
- All below 50 = Strong bearish
- Mixed signals = Consolidation
3. **Identify Extremes**
- All indicators > 80 = Extreme overbought
- All indicators < 20 = Extreme oversold
4. **Trade Reversals**
- Enter counter-trend when all aligned at extremes
- Confirm with divergence if available
- Use tight stops
#### For CCI Dual-Period Analysis
1. **Enable Both CCI Lines**
- CCI(33) = Short-term
- CCI(77) = Medium-term
2. **Watch for Crossovers**
- Green crosses above orange = Bullish acceleration
- Green crosses below orange = Bearish acceleration
3. **Analyze Divergence Between Periods**
- Short-term rising, medium falling = Potential reversal
- Both rising together = Strong trend
4. **Trade Accordingly**
- Follow crossover direction
- Exit when lines converge
### Trading Strategies
#### Strategy 1: RSI 50-Level Crossover
**Setup:**
- Enable RSI with background and labels
- Wait for clear trend
- Look for retracement to 50 level
**Entry:**
- Long: "็ช็ ด" label appears after pullback
- Short: "่ท็ ด" label appears after bounce
**Stop Loss:**
- Long: Below recent swing low
- Short: Above recent swing high
**Exit:**
- Opposite crossover label
- Or predetermined target (2:1 risk-reward)
**Best For:** Trend following, clear markets
#### Strategy 2: RSI Divergence Reversal
**Setup:**
- Enable RSI with regular divergence
- Wait for extreme levels (>70 or <30)
- Look for divergence signal
**Entry:**
- Long: Yellow "ๆถจ" label at oversold level
- Short: Blue "่ท" label at overbought level
**Confirmation:**
- Wait for price to break structure
- Check for volume increase
- Look for candlestick reversal pattern
**Stop Loss:**
- Beyond divergence pivot point
**Exit:**
- Take partial profit at 50 level
- Exit remainder at opposite extreme or divergence
**Best For:** Swing trading, range-bound markets
#### Strategy 3: Triple Oscillator Confluence
**Setup:**
- Enable all three indicators
- Wait for all to reach extreme (>80 or <20)
- Look for alignment
**Entry:**
- Long: All three below 20, first one crosses above 20
- Short: All three above 80, first one crosses below 80
**Confirmation:**
- All indicators must align
- Price at support/resistance
- Volume spike helps
**Stop Loss:**
- Fixed percentage or ATR-based
**Exit:**
- When any indicator crosses 50 level
- Or at predetermined target
**Best For:** High-probability reversals, volatile markets
#### Strategy 4: CCI Dual-Period System
**Setup:**
- Enable both CCI lines only
- Disable RSI and Williams %R for clarity
- Watch for crossovers
**Entry:**
- Long: CCI(33) crosses above CCI(77) below 50 line
- Short: CCI(33) crosses below CCI(77) above 50 line
**Confirmation:**
- Both should be moving in entry direction
- Price breaking key level helps
**Stop Loss:**
- When CCIs cross back in opposite direction
**Exit:**
- Both CCIs enter opposite extreme zone
- Or trailing stop
**Best For:** Catching trend continuations, momentum trading
#### Strategy 5: Hidden Divergence Continuation
**Setup:**
- Enable RSI with hidden divergence
- Confirm existing trend
- Wait for pullback
**Entry:**
- Uptrend: "้ๆถจ" label during pullback
- Downtrend: "้่ท" label during bounce
**Confirmation:**
- Price holds key moving average
- Trend structure intact
**Stop Loss:**
- Beyond pullback extreme
**Exit:**
- Regular divergence appears (reversal warning)
- Or trend structure breaks
**Best For:** Adding to positions, trend trading
### Best Practices
#### Choosing Which Indicators to Display
**For Beginners:**
- Use RSI only
- Enable background color and labels
- Focus on 50-level crossovers
- Simple and effective
**For Intermediate Traders:**
- RSI + Regular Divergence
- Add CCI for confirmation
- Use dual perspectives
- Better accuracy
**For Advanced Traders:**
- All three indicators
- Full divergence detection
- Multi-timeframe analysis
- Maximum information
#### Oscillator Priority
**Primary**: RSI (22)
- Most reliable
- Best divergence detection
- Good for all timeframes
- Use this as your main decision maker
**Secondary**: CCI (33/77)
- Adds cycle analysis
- Great for confirmation
- Dual-period crossovers valuable
- Use to confirm RSI signals
**Tertiary**: Williams %R (28)
- Extreme readings useful
- More volatile
- Best for short-term
- Use sparingly for extra confirmation
#### Timeframe Considerations
**Lower Timeframes (1m-15m):**
- More signals, less reliable
- Use tight divergence parameters
- Focus on RSI crossovers
- Quick entries and exits
**Medium Timeframes (30m-4H):**
- Balanced signal frequency
- Default settings work well
- Best for divergence trading
- Swing trading optimal
**Higher Timeframes (Daily+):**
- Fewer but stronger signals
- Widen divergence ranges
- All indicators more reliable
- Position trading best
#### Divergence Trading Tips
1. **Wait for Confirmation**
- Divergence alone isn't enough
- Need price structure break
- Volume helps validate
2. **Best at Extremes**
- Divergences near 80/20 levels most reliable
- Mid-level divergences often fail
- Combine with support/resistance
3. **Multiple Divergences**
- Second divergence stronger than first
- Third divergence extremely powerful
- Watch for "triple divergence"
4. **Timeframe Alignment**
- Check higher timeframe for direction
- Trade divergences in direction of larger trend
- Counter-trend divergences riskier
### Indicator Combinations
**With Moving Averages:**
- Use EMAs (21/55/144) for trend
- KSI for entry timing
- Enter when both align
**With Volume:**
- Volume confirms breakouts
- Divergence + volume divergence = Stronger
- Low volume at extremes = Reversal likely
**With Support/Resistance:**
- Price levels for targets
- KSI for entry timing
- Divergences at levels = Highest probability
**With Bias Indicator:**
- Bias shows price deviation
- KSI shows momentum
- Both diverging = Strong reversal signal
**With OBV Indicator:**
- OBV shows volume trend
- KSI shows price momentum
- Volume/momentum divergence powerful
### Common Patterns
1. **Bullish Reversal**: All oscillators oversold + RSI bullish divergence
2. **Bearish Reversal**: All oscillators overbought + RSI bearish divergence
3. **Trend Acceleration**: RSI > 50, both CCIs rising, Williams %R not extreme
4. **Weakening Trend**: RSI declining while price rising (pre-divergence warning)
5. **Strong Trend**: All oscillators stay above/below 50 for extended period
6. **Consolidation**: Oscillators crossing 50 frequently without extremes
7. **Exhaustion**: Multiple oscillators at extreme + hidden divergence failure
### Performance Tips
- Start simple: RSI only
- Add indicators gradually as you learn
- Disable unused features for cleaner charts
- Use labels strategically (not always on)
- Test different RSI lengths for your market
- Adjust divergence parameters based on volatility
### Alert Conditions
The indicator includes alerts for:
- RSI crossing above 50
- RSI crossing below 50
- RSI regular bullish divergence
- RSI regular bearish divergence
- RSI hidden bullish divergence
- RSI hidden bearish divergence
---
## ไธญๆ่ฏดๆๆๆกฃ
### ๆฆ่ฟฐ
Scout Regiment - KSI๏ผๅ
ณ้ฎ้ๆบๆๆ ๏ผๆฏไธไธช็ปผๅๆงๅจ้ๆฏ่กๅจ๏ผๅฐไธไธชๅผบๅคง็ๆๆฏๆๆ - RSIใCCIๅๅจๅปๆๆ - ็ปๅๅฐไธไธช็ปไธ็ๆพ็คบไธญใ่ฟ็งๅคๆๆ ๆนๆณไธบไบคๆ่
ๆไพไบๅธๅบๅจ้ใ่ถ
ไนฐ่ถ
ๅ็ถๅตๅ้่ฟ้ซ็บง่็ฆปๆฃๆตๅ็ฐๆฝๅจๅ่ฝฌ็น็ๅคๅ
่ง่งใ
### ไปไนๆฏKSI๏ผ
KSIไปฃ่กจ"ๅ
ณ้ฎ้ๆบๆๆ " - ไธไธช็ปผๅๅจ้ๆๆ ๏ผ
- ๆพ็คบๅคไธชๆฏ่กๅจ๏ผๆ ๅๅๅฐ0-100ๅปๅบฆ
- ไฝฟ็จๆ ๅๅๆณขๆฎต๏ผ20/50/80๏ผไพฟไบไธ่ด่งฃ่ฏป
- ็ปๅRSI็จไบ่ถๅฟใCCI็จไบๅจๆใๅจๅปๆๆ ็จไบๅ่ฝฌๆฃๆต
- ไธ้จไธบRSIๆไพๅขๅผบ็่็ฆปๆฃๆต
### ๆ ธๅฟๅ่ฝ
#### 1. **ไธ้ๆฏ่กๅจ็ณป็ป**
**โ RSI๏ผ็ธๅฏนๅผบๅผฑๆๆฐ๏ผ** - ไธป่ฆๆๆ
- **็จ้**๏ผๆต้ๅจ้ๅนถ่ฏๅซ่ถ
ไนฐ่ถ
ๅ็ถๅต
- **้ป่ฎค้ฟๅบฆ**๏ผ22ๅจๆ
- **ๆพ็คบ**๏ผ่่ฒ็บฟ๏ผ2ๅ็ด ๏ผ
- **ๅ
ณ้ฎๆฐดๅนณ**๏ผ
- 50ไปฅไธ๏ผ็ๆถจๅจ้
- 50ไปฅไธ๏ผ็่ทๅจ้
- 80ไปฅไธ๏ผ่ถ
ไนฐ
- 20ไปฅไธ๏ผ่ถ
ๅ
- **็นๆฎๅ่ฝ**๏ผ
- ่ๆฏ้ข่ฒๆ็คบ๏ผ็ปฟ่ฒ/็บข่ฒ๏ผ
- 50ๆฐดๅนณ็ฉฟ่ถๆ ็ญพ
- ๅฎๆด่็ฆปๆฃๆต๏ผ4็ง็ฑปๅ๏ผ
**โก CCI๏ผ้กบๅฟๆๆ ๏ผ** - ๅๅจๆ
- **็จ้**๏ผ่ฏๅซๅจๆๆง่ถๅฟๅๆ็ซฏ็ถๅต
- **ๅ้ๆพ็คบ**๏ผ
- CCI(33)๏ผ็ญๆๅจๆ - ็ปฟ่ฒ็บฟ๏ผ1ๅ็ด ๏ผ
- CCI(77)๏ผไธญๆๅจๆ - ๆฉ่ฒ็บฟ๏ผ1ๅ็ด ๏ผ
- **้ป่ฎคๆฐๆฎๆบ**๏ผHLC3๏ผๅ
ธๅไปทๆ ผ๏ผ
- **ๆ ๅๅๅปๅบฆ**๏ผไปยฑ100ๆ ๅฐๅฐ0-100ไปฅไฟๆไธ่ดๆง
- **่งฃ่ฏป**๏ผ
- 80ไปฅไธ๏ผๅผบๅฒไธๅๅจ้
- 20ไปฅไธ๏ผๅผบๅฒไธ้ๅจ้
- 50ๆฐดๅนณ๏ผไธญๆง
- ๅจๆ้ด่็ฆป๏ผ่ถๅฟๅๅ่ญฆๅ
**โข ๅจๅปๆๆ %R** - ๅฏ้
- **็จ้**๏ผ่ฏๅซ่ถ
ไนฐ่ถ
ๅๆๅผ
- **้ป่ฎค้ฟๅบฆ**๏ผ28ๅจๆ
- **ๆพ็คบ**๏ผๆด็บข่ฒ็บฟ๏ผ2ๅ็ด ๏ผ
- **ๅปๅบฆ**๏ผๅ่ฝฌๅนถๆ ๅๅๅฐ0-100
- **ๆ้ๅ**๏ผ็ญๆๅ่ฝฌไฟกๅท
- **้ป่ฎค**๏ผ็ฆ็จ๏ผ้่ฆ้ขๅค็กฎ่ฎคๆถๅฏ็จ๏ผ
#### 2. **ๆ ๅๅๆณขๆฎต็ณป็ป**
**ไธๅฑ็ปๆ๏ผ**
- **ไธ่ฝจ๏ผ80๏ผ**๏ผ่ถ
ไนฐๅบๅ
- ๅผบๅจ้ๅบๅ
- ๆณจๆๅ่ฝฌไฟกๅท
- ๆญคๅค็่็ฆปๆๅฏ้
- **ไธญ็บฟ๏ผ50๏ผ**๏ผๅ่กก็บฟ
- ๅ้็ๆถจ/็่ทๅบๅ
- ็ฉฟ่ถ่กจ็คบๅจ้่ฝฌๅ
- ๅ
ณ้ฎๅณ็ญๆฐดๅนณ
- **ไธ่ฝจ๏ผ20๏ผ**๏ผ่ถ
ๅๅบๅ
- ๅผฑๅจ้ๅบๅ
- ๅฏปๆพๅๅผนไฟกๅท
- ๆญคๅค็่็ฆป้ข็คบๆฝๅจๅ่ฝฌ
**ๆณขๆฎตๅกซๅ
**๏ผ20-80ไน้ด็ๆทฑ่ฒ่ๆฏ๏ผๅขๅผบ่ง่งๆธ
ๆฐๅบฆ
#### 3. **RSI่ง่งๅขๅผบ**
**่ๆฏ้ข่ฒๆ็คบ**
- ็ปฟ่ฒ่ๆฏ๏ผRSIๅจ50ไปฅไธ๏ผ็ๆถจๅๅ๏ผ
- ็บข่ฒ่ๆฏ๏ผRSIๅจ50ไปฅไธ๏ผ็่ทๅๅ๏ผ
- ๅฏ้ๆพ็คบ๏ผๅพ่กจๆดๆธ
็ฝ
- ๅธฎๅฉ่ฏๅซๆดไฝๅจ้ๆนๅ
**็ฉฟ่ถๆ ็ญพ**
- "็ช็ ด"๏ผRSIๅไธ็ฉฟ่ถ50
- "่ท็ ด"๏ผRSIๅไธ็ฉฟ่ถ50
- ๆ ่ฎฐๅจ้่ฝฌๅ็น
- ๅฏๅผๅ
ณ
#### 4. **้ซ็บงRSI่็ฆปๆฃๆต**
ๆๆ ไป
ไธบRSI๏ผๆๅฏ้ ็ๆฏ่กๅจ๏ผๆไพๅ
จ้ข่็ฆปๆฃๆต๏ผ
**ๅธธ่ง็ๆถจ่็ฆป๏ผ้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆดไฝ็ไฝ็น
- **RSI**๏ผๆด้ซ็ไฝ็น
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆ ็ญพ**๏ผ"ๆถจ"
- **ๆๅธธ่ง**๏ผๅจ่ถ
ๅๆฐดๅนณ้่ฟ๏ผ30ไปฅไธ๏ผ
**ๅธธ่ง็่ท่็ฆป๏ผ่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆด้ซ็้ซ็น
- **RSI**๏ผๆดไฝ็้ซ็น
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆ ็ญพ**๏ผ"่ท"
- **ๆๅธธ่ง**๏ผๅจ่ถ
ไนฐๆฐดๅนณ้่ฟ๏ผ70ไปฅไธ๏ผ
**้่็ๆถจ่็ฆป๏ผๆต
้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆด้ซ็ไฝ็น
- **RSI**๏ผๆดไฝ็ไฝ็น
- **ไฟกๅท**๏ผไธๅ่ถๅฟๅปถ็ปญ
- **ๆ ็ญพ**๏ผ"้ๆถจ"
- **็จ้**๏ผๅ ไป็ฐๆๅคๅคด
**้่็่ท่็ฆป๏ผๆต
่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆดไฝ็้ซ็น
- **RSI**๏ผๆด้ซ็้ซ็น
- **ไฟกๅท**๏ผไธ้่ถๅฟๅปถ็ปญ
- **ๆ ็ญพ**๏ผ"้่ท"
- **็จ้**๏ผๅ ไป็ฐๆ็ฉบๅคด
**่็ฆปๅๆฐ**๏ผๅฎๅ
จๅฏ่ชๅฎไน๏ผ๏ผ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝด็นๅณไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝด็นๅทฆไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆๅคง่ๅด**๏ผๆข่ฝด็นไน้ดๆๅคงK็บฟๆฐ๏ผ้ป่ฎค๏ผ60๏ผ
- **ๆๅฐ่ๅด**๏ผๆข่ฝด็นไน้ดๆๅฐK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
### ้
็ฝฎ่ฎพ็ฝฎ
#### KSIๆพ็คบ่ฎพ็ฝฎ
- **ๆพ็คบRSI**๏ผๅๆขRSIๆๆ
- **ๆพ็คบCCI**๏ผๅๆขไธคๆกCCI็บฟ
- **ๆพ็คบๅจๅปๆๆ %R**๏ผๅๆขๅจๅปๆๆ ๏ผๅฏ้๏ผ
#### RSI่ฎพ็ฝฎ
- **RSI้ฟๅบฆ**๏ผ่ฎก็ฎๅจๆ๏ผ้ป่ฎค๏ผ22๏ผ
- **ๆฐๆฎๆบ**๏ผไปทๆ ผๆบ๏ผ้ป่ฎค๏ผๆถ็ไปท๏ผ
- **ๆพ็คบ่ๆฏ**๏ผๅๆข็ปฟ่ฒ/็บข่ฒ่ๆฏ
- **ๆพ็คบ็ฉฟ่ถๆ ็ญพ**๏ผๅๆข50ๆฐดๅนณ็ฉฟ่ถๆ ็ญพ
#### RSI่็ฆป่ฎพ็ฝฎ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅณไพง
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅทฆไพง
- **ๅๆบฏ่ๅดๆๅคงๅผ**๏ผๆๅคงๅๆบฏ่ท็ฆป
- **ๅๆบฏ่ๅดๆๅฐๅผ**๏ผๆๅฐๅๆบฏ่ท็ฆป
- **ๆพ็คบๅธธ่ง่็ฆป**๏ผๅฏ็จๅธธ่ง่็ฆป็บฟ
- **ๆพ็คบๅธธ่ง่็ฆปๆ ็ญพ**๏ผๅฏ็จๅธธ่ง่็ฆปๆ ็ญพ
- **ๆพ็คบ้่่็ฆป**๏ผๅฏ็จ้่่็ฆป็บฟ
- **ๆพ็คบ้่่็ฆปๆ ็ญพ**๏ผๅฏ็จ้่่็ฆปๆ ็ญพ
#### CCI่ฎพ็ฝฎ
- **CCI้ฟๅบฆ**๏ผ็ญๆๅจๆ๏ผ้ป่ฎค๏ผ33๏ผ
- **CCIไธญๆ้ฟๅบฆ**๏ผไธญๆๅจๆ๏ผ้ป่ฎค๏ผ77๏ผ
- **ๆฐๆฎๆบ**๏ผไปทๆ ผ่ฎก็ฎ๏ผ้ป่ฎค๏ผHLC3๏ผ
- **ๆพ็คบCCI(33)**๏ผๅๆข็ญๆCCI
- **ๆพ็คบCCI(77)**๏ผๅๆขไธญๆCCI
#### ๅจๅปๆๆ %R ่ฎพ็ฝฎ
- **้ฟๅบฆ**๏ผ่ฎก็ฎๅจๆ๏ผ้ป่ฎค๏ผ28๏ผ
- **ๆฐๆฎๆบ**๏ผไปทๆ ผๆบ๏ผ้ป่ฎค๏ผๆถ็ไปท๏ผ
### ไฝฟ็จๆนๆณ
#### ๅบ็กๅจ้ไบคๆ
1. **ไป
ๅฏ็จRSI**๏ผไธป่ฆๆๆ ๏ผ
- ๅ
ณๆณจ50ๆฐดๅนณ็ฉฟ่ถ
- ๅฏ็จ็ฉฟ่ถๆ ็ญพ่ทๅไฟกๅท
2. **่ฏๅซๅจ้ๆนๅ**
- RSI > 50 = ็ๆถจๅจ้
- RSI < 50 = ็่ทๅจ้
- ่ๆฏ้ข่ฒ็กฎ่ฎคๆนๅ
3. **ๅฏปๆพๆๅผ**
- RSI > 80 = ่ถ
ไนฐ๏ผ่่ๅๅบ๏ผ
- RSI < 20 = ่ถ
ๅ๏ผ่่ไนฐๅ
ฅ๏ผ
4. **ไบคๆ่ฎพ็ฝฎ**
- RSIไป่ถ
ๅๅบๅไธ็ฉฟ่ถ50ๆถๅๅค
- RSIไป่ถ
ไนฐๅบๅไธ็ฉฟ่ถ50ๆถๅ็ฉบ
#### ่็ฆปไบคๆ
1. **ๅฏ็จRSIๅ่็ฆปๆฃๆต**
- ๆๅผๅธธ่ง่็ฆป
- ๅฏ้ๆทปๅ ้่่็ฆป
2. **็ญๅพ
่็ฆปไฟกๅท**
- ้ป่ฒๆ ็ญพ = ็ๆถจ่็ฆป
- ่่ฒๆ ็ญพ = ็่ท่็ฆป
3. **็จไปทๆ ผ็ปๆ็กฎ่ฎค**
- ็ญๅพ
ๆฏๆ/้ปๅ็ช็ ด
- ๅฏปๆพK็บฟๅฝขๆ
- ๆฃๆฅๆไบค้็กฎ่ฎค
4. **่ฟๅ
ฅไปไฝ**
- ็กฎ่ฎคๅ่ฟๅ
ฅ
- ๆญขๆ่ฎพๅจ่็ฆปๆข่ฝด็นไนๅค
- ็ฎๆ ไธไธไธชๅ
ณ้ฎๆฐดๅนณ
#### ๅคๆฏ่กๅจ็กฎ่ฎค
1. **ๅฏ็จๅ
จ้จไธไธชๆๆ **
- RSI๏ผๅจ้๏ผ
- CCIๅๅจๆ๏ผๅจๆๅๆ๏ผ
- ๅจๅปๆๆ %R๏ผๆๅผ๏ผ
2. **ๅฏปๆพไธ่ดๆง**
- ๅ
จ้จๅจ50ไปฅไธ = ๅผบๅฒ็ๆถจ
- ๅ
จ้จๅจ50ไปฅไธ = ๅผบๅฒ็่ท
- ไฟกๅทๆททๅ = ็ๆด
3. **่ฏๅซๆๅผ**
- ๆๆๆๆ > 80 = ๆๅบฆ่ถ
ไนฐ
- ๆๆๆๆ < 20 = ๆๅบฆ่ถ
ๅ
4. **ไบคๆๅ่ฝฌ**
- ๆๆๆๆ ๅจๆๅผไธ่ดๆถ้ๅฟ่ฟๅ
ฅ
- ๅฏ่ฝ็่ฏ็จ่็ฆป็กฎ่ฎค
- ไฝฟ็จ็ดงๅฏๆญขๆ
#### CCIๅๅจๆๅๆ
1. **ๅฏ็จไธคๆกCCI็บฟ**
- CCI(33) = ็ญๆ
- CCI(77) = ไธญๆ
2. **่งๅฏ็ฉฟ่ถ**
- ็ปฟ่ฒ็บฟ็ฉฟ่ถๆฉ่ฒ็บฟๅไธ = ็ๆถจๅ ้
- ็ปฟ่ฒ็บฟ็ฉฟ่ถๆฉ่ฒ็บฟๅไธ = ็่ทๅ ้
3. **ๅๆๅจๆ้ด่็ฆป**
- ็ญๆไธๅ๏ผไธญๆไธ้ = ๆฝๅจๅ่ฝฌ
- ไธค่
ๅๆถไธๅ = ๅผบ่ถๅฟ
4. **็ธๅบไบคๆ**
- ่ท้็ฉฟ่ถๆนๅ
- ็บฟๆกๆฑๅๆถ้ๅบ
### ไบคๆ็ญ็ฅ
#### ็ญ็ฅ1๏ผRSI 50ๆฐดๅนณ็ฉฟ่ถ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จRSIๅ่ๆฏๅๆ ็ญพ
- ็ญๅพ
ๆ็กฎ่ถๅฟ
- ๅฏปๆพๅ่ฐ่ณ50ๆฐดๅนณ
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผๅ่ฐๅๅบ็ฐ"็ช็ ด"ๆ ็ญพ
- ็ฉบๅคด๏ผๅๅผนๅๅบ็ฐ"่ท็ ด"ๆ ็ญพ
**ๆญขๆ๏ผ**
- ๅคๅคด๏ผ่ฟๆๆณขๅจไฝ็นไนไธ
- ็ฉบๅคด๏ผ่ฟๆๆณขๅจ้ซ็นไนไธ
**็ฆปๅบ๏ผ**
- ๅบ็ฐ็ธๅ็ฉฟ่ถๆ ็ญพ
- ๆ้ขๅฎ็ฎๆ ๏ผ2:1้ฃ้ฉๆถ็ๆฏ๏ผ
**้ๅ๏ผ**่ถๅฟ่ท้ใๆ็กฎๅธๅบ
#### ็ญ็ฅ2๏ผRSI่็ฆปๅ่ฝฌ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จRSIๅๅธธ่ง่็ฆป
- ็ญๅพ
ๆ็ซฏๆฐดๅนณ๏ผ>70ๆ<30๏ผ
- ๅฏปๆพ่็ฆปไฟกๅท
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผ่ถ
ๅๆฐดๅนณๅบ็ฐ้ป่ฒ"ๆถจ"ๆ ็ญพ
- ็ฉบๅคด๏ผ่ถ
ไนฐๆฐดๅนณๅบ็ฐ่่ฒ"่ท"ๆ ็ญพ
**็กฎ่ฎค๏ผ**
- ็ญๅพ
ไปทๆ ผ็ช็ ด็ปๆ
- ๆฃๆฅๆไบค้ๅขๅ
- ๅฏปๆพK็บฟๅ่ฝฌๅฝขๆ
**ๆญขๆ๏ผ**
- ่็ฆปๆข่ฝด็นไนๅค
**็ฆปๅบ๏ผ**
- ๅจ50ๆฐดๅนณ้จๅ่ทๅฉ
- ๅ
ถไฝๅจ็ธๅๆๅผๆ่็ฆปๅค็ฆปๅบ
**้ๅ๏ผ**ๆณขๆฎตไบคๆใ้่กๅธๅบ
#### ็ญ็ฅ3๏ผไธ้ๆฏ่กๅจๆฑๅ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จๅ
จ้จไธไธชๆๆ
- ็ญๅพ
ๅ
จ้จ่พพๅฐๆๅผ๏ผ>80ๆ<20๏ผ
- ๅฏปๆพไธ่ดๆง
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผไธไธชๅ
จ้จไฝไบ20๏ผ็ฌฌไธไธชๅไธ็ฉฟ่ถ20
- ็ฉบๅคด๏ผไธไธชๅ
จ้จ้ซไบ80๏ผ็ฌฌไธไธชๅไธ็ฉฟ่ถ80
**็กฎ่ฎค๏ผ**
- ๆๆๆๆ ๅฟ
้กปไธ่ด
- ไปทๆ ผๅจๆฏๆ/้ปๅไฝ
- ๆไบค้ๆฟๅขๆๅธฎๅฉ
**ๆญขๆ๏ผ**
- ๅบๅฎ็พๅๆฏๆๅบไบATR
**็ฆปๅบ๏ผ**
- ไปปไธๆๆ ็ฉฟ่ถ50ๆฐดๅนณๆถ
- ๆๅจ้ขๅฎ็ฎๆ
**้ๅ๏ผ**้ซๆฆ็ๅ่ฝฌใๆณขๅจๅธๅบ
#### ็ญ็ฅ4๏ผCCIๅๅจๆ็ณป็ป
**่ฎพ็ฝฎ๏ผ**
- ไป
ๅฏ็จไธคๆกCCI็บฟ
- ็ฆ็จRSIๅๅจๅปๆๆ ไปฅไฟๆๆธ
ๆฐ
- ่งๅฏ็ฉฟ่ถ
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผCCI(33)ๅจ50็บฟไธๆนๅไธ็ฉฟ่ถCCI(77)
- ็ฉบๅคด๏ผCCI(33)ๅจ50็บฟไธๆนๅไธ็ฉฟ่ถCCI(77)
**็กฎ่ฎค๏ผ**
- ไธค่
้ฝๅบๆๅ
ฅๅบๆนๅ็งปๅจ
- ไปทๆ ผ็ช็ ดๅ
ณ้ฎๆฐดๅนณๆๅธฎๅฉ
**ๆญขๆ๏ผ**
- CCIๅๅ็ฉฟ่ถๆถ
**็ฆปๅบ๏ผ**
- ไธคๆกCCI่ฟๅ
ฅ็ธๅๆๅผๅบๅ
- ๆ็งปๅจๆญขๆ
**้ๅ๏ผ**ๆๆ่ถๅฟๅปถ็ปญใๅจ้ไบคๆ
#### ็ญ็ฅ5๏ผ้่่็ฆปๅปถ็ปญ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จRSIๅ้่่็ฆป
- ็กฎ่ฎค็ฐๆ่ถๅฟ
- ็ญๅพ
ๅ่ฐ
**ๅ
ฅๅบ๏ผ**
- ไธๅ่ถๅฟ๏ผๅ่ฐๆ้ดๅบ็ฐ"้ๆถจ"ๆ ็ญพ
- ไธ้่ถๅฟ๏ผๅๅผนๆ้ดๅบ็ฐ"้่ท"ๆ ็ญพ
**็กฎ่ฎค๏ผ**
- ไปทๆ ผๅฎไฝๅ
ณ้ฎ็งปๅจๅนณๅ็บฟ
- ่ถๅฟ็ปๆๅฎๆด
**ๆญขๆ๏ผ**
- ๅ่ฐๆๅผไนๅค
**็ฆปๅบ๏ผ**
- ๅบ็ฐๅธธ่ง่็ฆป๏ผๅ่ฝฌ่ญฆๅ๏ผ
- ๆ่ถๅฟ็ปๆ็ ดๅ
**้ๅ๏ผ**ๅ ไปใ่ถๅฟไบคๆ
### ๆไฝณๅฎ่ทต
#### ้ๆฉๆพ็คบๅชไบๆๆ
**ๆฐๆ๏ผ**
- ไป
ไฝฟ็จRSI
- ๅฏ็จ่ๆฏ้ข่ฒๅๆ ็ญพ
- ๅ
ณๆณจ50ๆฐดๅนณ็ฉฟ่ถ
- ็ฎๅๆๆ
**ไธญ็บงไบคๆ่
๏ผ**
- RSI + ๅธธ่ง่็ฆป
- ๆทปๅ CCI็กฎ่ฎค
- ไฝฟ็จๅ้่ง่ง
- ๆด้ซๅ็กฎๅบฆ
**้ซ็บงไบคๆ่
๏ผ**
- ๅ
จ้จไธไธชๆๆ
- ๅฎๆด่็ฆปๆฃๆต
- ๅคๆถ้ดๆกๆถๅๆ
- ไฟกๆฏๆๅคงๅ
#### ๆฏ่กๅจไผๅ
็บง
**ไธป่ฆ**๏ผRSI (22)
- ๆๅฏ้
- ๆไฝณ่็ฆปๆฃๆต
- ้็จๆๆๆถ้ดๆกๆถ
- ็จไฝไธป่ฆๅณ็ญไพๆฎ
**ๆฌก่ฆ**๏ผCCI (33/77)
- ๆทปๅ ๅจๆๅๆ
- ็กฎ่ฎคๆๆๅฅฝ
- ๅๅจๆ็ฉฟ่ถๆไปทๅผ
- ็จไบ็กฎ่ฎคRSIไฟกๅท
**็ฌฌไธ**๏ผๅจๅปๆๆ %R (28)
- ๆๅผ่ฏปๆฐๆ็จ
- ๆดๆณขๅจ
- ๆ้ๅ็ญๆ
- ่ฐจๆ
ไฝฟ็จไปฅ่ท้ขๅค็กฎ่ฎค
#### ๆถ้ดๆกๆถ่่
**ไฝๆถ้ดๆกๆถ๏ผ1ๅ้-15ๅ้๏ผ๏ผ**
- ๆดๅคไฟกๅท๏ผๅฏ้ ๆง่พไฝ
- ไฝฟ็จ็ดงๅฏ่็ฆปๅๆฐ
- ๅ
ณๆณจRSI็ฉฟ่ถ
- ๅฟซ้่ฟๅบ
**ไธญ็ญๆถ้ดๆกๆถ๏ผ30ๅ้-4ๅฐๆถ๏ผ๏ผ**
- ไฟกๅท้ข็ๅนณ่กก
- ้ป่ฎค่ฎพ็ฝฎๆๆๅฅฝ
- ๆ้ๅ่็ฆปไบคๆ
- ๆณขๆฎตไบคๆๆไผ
**้ซๆถ้ดๆกๆถ๏ผๆฅ็บฟ+๏ผ๏ผ**
- ไฟกๅท่พๅฐไฝๆดๅผบ
- ๆฉๅคง่็ฆป่ๅด
- ๆๆๆๆ ๆดๅฏ้
- ๆ้ๅไปไฝไบคๆ
#### ่็ฆปไบคๆๆๅทง
1. **็ญๅพ
็กฎ่ฎค**
- ไป
่็ฆปไธๅค
- ้่ฆไปทๆ ผ็ปๆ็ช็ ด
- ๆไบค้ๅธฎๅฉ้ช่ฏ
2. **ๆๅผๅคๆไฝณ**
- 80/20ๆฐดๅนณ้่ฟ็่็ฆปๆๅฏ้
- ไธญ้ดๆฐดๅนณ่็ฆปๅธธๅคฑ่ดฅ
- ็ปๅๆฏๆ/้ปๅ
3. **ๅค้่็ฆป**
- ็ฌฌไบๆฌก่็ฆปๅผบไบ็ฌฌไธๆฌก
- ็ฌฌไธๆฌก่็ฆปๆๅ
ถๅผบๅคง
- ๆณจๆ"ไธ้่็ฆป"
4. **ๆถ้ดๆกๆถๅฏน้ฝ**
- ๆฃๆฅๆด้ซๆถ้ดๆกๆถๆนๅ
- ้กบๅคง่ถๅฟๆนๅไบคๆ่็ฆป
- ้ๅฟ่็ฆป้ฃ้ฉๆดๅคง
### ๆๆ ็ปๅ
**ไธ็งปๅจๅนณๅ็บฟ้
ๅ๏ผ**
- ไฝฟ็จEMA๏ผ21/55/144๏ผ็กฎๅฎ่ถๅฟ
- KSI็จไบๅ
ฅๅบๆถๆบ
- ไธค่
ไธ่ดๆถ่ฟๅ
ฅ
**ไธๆไบค้้
ๅ๏ผ**
- ๆไบค้็กฎ่ฎค็ช็ ด
- ่็ฆป + ๆไบค้่็ฆป = ๆดๅผบ
- ๆๅผๅคไฝๆไบค้ = ๅฏ่ฝๅ่ฝฌ
**ไธๆฏๆ/้ปๅ้
ๅ๏ผ**
- ไปทๆ ผๆฐดๅนณไฝไธบ็ฎๆ
- KSI็จไบๅ
ฅๅบๆถๆบ
- ๆฐดๅนณๅค็่็ฆป = ๆ้ซๆฆ็
**ไธBiasๆๆ ้
ๅ๏ผ**
- Biasๆพ็คบไปทๆ ผๅ็ฆป
- KSIๆพ็คบๅจ้
- ไธค่
้ฝ่็ฆป = ๅผบๅ่ฝฌไฟกๅท
**ไธOBVๆๆ ้
ๅ๏ผ**
- OBVๆพ็คบๆไบค้่ถๅฟ
- KSIๆพ็คบไปทๆ ผๅจ้
- ๆไบค้/ๅจ้่็ฆปๅผบๅคง
### ๅธธ่งๅฝขๆ
1. **็ๆถจๅ่ฝฌ**๏ผๆๆๆฏ่กๅจ่ถ
ๅ + RSI็ๆถจ่็ฆป
2. **็่ทๅ่ฝฌ**๏ผๆๆๆฏ่กๅจ่ถ
ไนฐ + RSI็่ท่็ฆป
3. **่ถๅฟๅ ้**๏ผRSI > 50๏ผไธคๆกCCIไธๅ๏ผๅจๅปๆๆ ไธๆ็ซฏ
4. **่ถๅฟๅๅผฑ**๏ผไปทๆ ผไธๅๆถRSIไธ้๏ผ่็ฆปๅ่ญฆๅ๏ผ
5. **ๅผบ่ถๅฟ**๏ผๆๆๆฏ่กๅจ้ฟๆถ้ดไฟๆๅจ50ไธๆน/ไธๆน
6. **็ๆด**๏ผๆฏ่กๅจ้ข็น็ฉฟ่ถ50ๆ ๆๅผ
7. **่กฐ็ซญ**๏ผๅคไธชๆฏ่กๅจๅจๆๅผ + ้่่็ฆปๅคฑ่ดฅ
### ๆง่ฝๆ็คบ
- ไป็ฎๅๅผๅง๏ผไป
RSI
- ๅญฆไน ๆถ้ๆธๆทปๅ ๆๆ
- ็ฆ็จๆชไฝฟ็จๅ่ฝไปฅไฟๆๅพ่กจๆธ
ๆฐ
- ็ญ็ฅๆงไฝฟ็จๆ ็ญพ๏ผไธๆปๆฏๅผๅฏ๏ผ
- ไธบๆจ็ๅธๅบๆต่ฏไธๅRSI้ฟๅบฆ
- ๆ นๆฎๆณขๅจๆง่ฐๆด่็ฆปๅๆฐ
### ่ญฆๆฅๆกไปถ
ๆๆ ๅ
ๅซไปฅไธ่ญฆๆฅ๏ผ
- RSIๅไธ็ฉฟ่ถ50
- RSIๅไธ็ฉฟ่ถ50
- RSIๅธธ่ง็ๆถจ่็ฆป
- RSIๅธธ่ง็่ท่็ฆป
- RSI้่็ๆถจ่็ฆป
- RSI้่็่ท่็ฆป
---
## Technical Support
For questions or issues, please refer to the TradingView community or contact the indicator creator.
## ๆๆฏๆฏๆ
ๅฆๆ้ฎ้ข๏ผ่ฏทๅ่TradingView็คพๅบๆ่็ณปๆๆ ๅๅปบ่
ใ
Scout Regiment - OBV# Scout Regiment - OBV Indicator
## English Documentation
### Overview
Scout Regiment - OBV (On-Balance Volume) is an advanced momentum indicator that combines volume and price movement to identify the strength of buying and selling pressure. This indicator features an oscillator-based approach with divergence detection to help traders spot potential trend reversals and confirm price movements.
### What is OBV?
On-Balance Volume (OBV) is a cumulative volume indicator that adds volume on up days and subtracts volume on down days:
- **Rising OBV**: Accumulation (buying pressure)
- **Falling OBV**: Distribution (selling pressure)
- **OBV Oscillator**: The difference between OBV and its smoothed moving average, making divergences easier to spot
### Key Features
#### 1. **OBV Oscillator Display**
Instead of displaying raw OBV values, this indicator shows the oscillator (difference between OBV and its smoothed line):
**Benefits:**
- Easier to identify divergences
- Clearer trend changes
- More sensitive to momentum shifts
- Zero line as reference point
**Visual Elements:**
- **Step Line**: Main OBV oscillator line
- Green: Positive oscillator (accumulation)
- Red: Negative oscillator (distribution)
- **Histogram**: Visual representation of oscillator strength
- Green bars: Above zero line
- Red bars: Below zero line
- **Zero Line**: White dotted horizontal line as reference
#### 2. **Smoothing Options**
Choose from multiple moving average types to smooth the OBV:
- **None**: Raw OBV (most sensitive)
- **SMA**: Simple Moving Average (equal weight)
- **EMA**: Exponential Moving Average (recent price emphasis) - Default
- **SMMA (RMA)**: Smoothed Moving Average (very smooth)
- **WMA**: Weighted Moving Average (linear weight)
- **VWMA**: Volume Weighted Moving Average (volume emphasis)
**Default Settings:**
- Type: EMA
- Length: 21 periods
- Best for: Most market conditions
#### 3. **Multi-Timeframe Analysis**
- Calculate OBV on any timeframe
- View higher timeframe momentum on lower timeframe charts
- Align trades with larger timeframe volume trends
- Empty field = Current chart timeframe
#### 4. **Visual Enhancements**
**Background Color**
- Light green: Positive oscillator (bullish volume pressure)
- Light red: Negative oscillator (bearish volume pressure)
- Optional display for cleaner charts
**Crossover Labels**
- "็ช็ ด" (Breakout): When oscillator crosses above zero
- "่ท็ ด" (Breakdown): When oscillator crosses below zero
- Indicates potential trend changes
- Can be toggled on/off
#### 5. **Comprehensive Divergence Detection**
The indicator automatically detects four types of divergences:
**Regular Bullish Divergence (Yellow)**
- **Price**: Makes lower lows
- **OBV**: Makes higher lows
- **Signal**: Potential upward reversal
- **Label**: "็ๆถจ" (Bullish)
- **Use**: Enter long positions
**Regular Bearish Divergence (Blue)**
- **Price**: Makes higher highs
- **OBV**: Makes lower highs
- **Signal**: Potential downward reversal
- **Label**: "็่ท" (Bearish)
- **Use**: Enter short positions or exit longs
**Hidden Bullish Divergence (Light Yellow)**
- **Price**: Makes higher lows
- **OBV**: Makes lower lows
- **Signal**: Trend continuation (uptrend)
- **Label**: "้่็ๆถจ" (Hidden Bullish)
- **Use**: Add to long positions
**Hidden Bearish Divergence (Light Blue)**
- **Price**: Makes lower highs
- **OBV**: Makes higher highs
- **Signal**: Trend continuation (downtrend)
- **Label**: "้่็่ท" (Hidden Bearish)
- **Use**: Add to short positions
#### 6. **Customizable Divergence Detection**
**Pivot Lookback Settings:**
- **Left Lookback**: Bars to the left of pivot (default: 5)
- **Right Lookback**: Bars to the right of pivot (default: 5)
- Determines how "extreme" a point must be to qualify as a pivot
**Range Settings:**
- **Maximum Range**: Maximum bars between pivots (default: 60)
- **Minimum Range**: Minimum bars between pivots (default: 5)
- Filters out too-close or too-distant divergences
**Display Options:**
- Toggle regular divergences on/off
- Toggle hidden divergences on/off
- Toggle divergence labels on/off
- Show only the divergences you need
### Configuration Settings
#### Smoothing Settings
- **Smoothing Type**: Choose MA type (None/SMA/EMA/SMMA/WMA/VWMA)
- **Smoothing Length**: Number of periods for smoothing (default: 21)
#### Calculation Settings
- **Timeframe**: Select calculation timeframe (empty = current chart)
#### Display Settings
- **Show OBV Line**: Toggle step line display
- **Show OBV Histogram**: Toggle histogram display
- **Show Background Color**: Toggle background coloring
- **Show Crossover Labels**: Toggle breakout/breakdown labels
#### Divergence Settings
- **Pivot Right Lookback**: Right bars for pivot detection (default: 5)
- **Pivot Left Lookback**: Left bars for pivot detection (default: 5)
- **Range Maximum**: Max bars between divergences (default: 60)
- **Range Minimum**: Min bars between divergences (default: 5)
- **Show Regular Divergences**: Enable/disable regular divergences
- **Show Regular Labels**: Enable/disable regular divergence labels
- **Show Hidden Divergences**: Enable/disable hidden divergences
- **Show Hidden Labels**: Enable/disable hidden divergence labels
### How to Use
#### For Trend Confirmation
1. **Identify Trend with Price**
- Uptrend: Higher highs and higher lows
- Downtrend: Lower highs and lower lows
2. **Confirm with OBV Oscillator**
- Strong uptrend: OBV oscillator staying positive
- Strong downtrend: OBV oscillator staying negative
- Weak trend: OBV oscillator frequently crossing zero
3. **Volume Confirmation**
- Trend with increasing OBV = Strong trend
- Trend with decreasing OBV = Weak trend (watch for reversal)
#### For Divergence Trading
1. **Enable Divergence Detection**
- Start with regular divergences only
- Add hidden divergences for trend continuation
2. **Wait for Divergence Signal**
- Yellow label = Potential bullish reversal
- Blue label = Potential bearish reversal
3. **Confirm with Price Action**
- Wait for support/resistance break
- Look for candlestick confirmation
- Check higher timeframe alignment
4. **Enter Trade**
- Enter after confirmation
- Set stop loss beyond recent swing
- Target based on previous swing or support/resistance
#### For Breakout Trading
1. **Enable Crossover Labels**
- Identify when oscillator crosses zero line
2. **Confirm Volume Strength**
- Strong breakouts have large oscillator moves
- Weak breakouts barely cross zero
3. **Trade Direction**
- "็ช็ ด" label = Enter long
- "่ท็ ด" label = Enter short
4. **Manage Position**
- Exit when oscillator crosses back
- Use price structure for stops
#### For Multi-Timeframe Analysis
1. **Set Higher Timeframe**
- Example: On 15min chart, set timeframe to 1H or 4H
2. **Identify Higher Timeframe Trend**
- Positive oscillator = Uptrend bias
- Negative oscillator = Downtrend bias
3. **Trade with the Trend**
- Only take long signals in uptrend
- Only take short signals in downtrend
4. **Time Entries**
- Use current timeframe for precise entry
- Confirm with higher timeframe direction
### Trading Strategies
#### Strategy 1: Regular Divergence Reversal
**Setup:**
1. Price in strong trend (up or down)
2. Regular divergence appears
3. Price reaches support/resistance level
**Entry:**
- Bullish: After "็ๆถจ" label, when price breaks above recent high
- Bearish: After "็่ท" label, when price breaks below recent low
**Stop Loss:**
- Bullish: Below divergence low
- Bearish: Above divergence high
**Exit:**
- Take profit at next major support/resistance
- Or when opposite divergence appears
**Best For:** Swing trading, reversal trading
#### Strategy 2: Hidden Divergence Continuation
**Setup:**
1. Clear trend established
2. Price pulls back (retracement)
3. Hidden divergence appears
**Entry:**
- Bullish: After "้่็ๆถจ" label, when price resumes uptrend
- Bearish: After "้่็่ท" label, when price resumes downtrend
**Stop Loss:**
- Behind the pullback swing point
**Exit:**
- Trail stop as trend continues
- Exit on regular divergence (reversal signal)
**Best For:** Trend following, adding to positions
#### Strategy 3: Zero Line Crossover
**Setup:**
1. Enable crossover labels
2. Oscillator crosses zero line
3. Confirm with price structure break
**Entry:**
- "็ช็ ด" label = Buy signal
- "่ท็ ด" label = Sell signal
**Stop Loss:**
- Below/above recent swing
**Exit:**
- When oscillator crosses back over zero
- Or at predetermined target
**Best For:** Momentum trading, quick trades
#### Strategy 4: Multi-Timeframe Confluence
**Setup:**
1. Set indicator to higher timeframe (e.g., 4H on 1H chart)
2. Wait for higher TF oscillator to be positive (uptrend) or negative (downtrend)
3. Look for entries on current timeframe aligned with higher TF
**Entry:**
- Long: When both timeframes show positive oscillator or bullish divergence
- Short: When both timeframes show negative oscillator or bearish divergence
**Stop Loss:**
- Based on current timeframe structure
**Exit:**
- When higher timeframe oscillator turns negative (for longs) or positive (for shorts)
**Best For:** Swing trading, high-probability setups
### Best Practices
#### Volume Analysis
1. **Strong Moves Need Volume**
- Price increase + Rising OBV = Healthy uptrend
- Price increase + Falling OBV = Weak uptrend (warning)
2. **Watch for Confirmation**
- New highs with new OBV highs = Confirmed
- New highs without new OBV highs = Potential divergence
3. **Consider Context**
- Low volume periods (Asian session, holidays) = Less reliable
- High volume periods (News, London/NY overlap) = More reliable
#### Divergence Trading Tips
1. **Not All Divergences Work**
- Wait for price confirmation
- Stronger in oversold/overbought areas
- Better at support/resistance levels
2. **Multiple Divergences**
- Multiple divergences on same trend = Stronger signal
- Quick divergence failures = Ignore and wait for next
3. **Timeframe Matters**
- Higher timeframe divergences = More reliable
- Lower timeframe divergences = More frequent, less reliable
#### Smoothing Selection
1. **No Smoothing (None)**
- Most sensitive, more signals
- More noise, more false signals
- Best for: Scalping, very active trading
2. **EMA (Default)**
- Balanced approach
- Good for most strategies
- Best for: Swing trading, day trading
3. **SMMA (RMA)**
- Very smooth, fewer signals
- Less responsive to sudden changes
- Best for: Position trading, longer timeframes
### Indicator Combinations
**With Moving Averages:**
- Use EMAs for trend direction
- OBV for volume confirmation
- Enter when both align
**With RSI:**
- RSI for overbought/oversold
- OBV for volume confirmation
- Divergences on both = Stronger signal
**With Price Action:**
- Support/resistance for levels
- OBV for strength confirmation
- Breakouts with positive OBV = More likely to succeed
**With Bias Indicator:**
- Bias for price deviation
- OBV for volume confirmation
- Both showing divergence = High probability reversal
### Common Patterns
1. **Accumulation**: OBV rising while price consolidates (breakout likely)
2. **Distribution**: OBV falling while price consolidates (breakdown likely)
3. **Confirmation**: OBV and price both making new highs/lows (trend strong)
4. **Divergence**: OBV and price moving opposite directions (reversal warning)
5. **False Breakout**: Price breaks but OBV doesn't confirm (likely to fail)
### Performance Tips
- Disable unused display features for faster loading
- Start with regular divergences only, add hidden later
- Use histogram for quick visual reference
- Enable crossover labels for clear entry signals
- Test different smoothing lengths for your market
### Alert Conditions
The indicator includes alerts for:
- Regular bullish divergence detected
- Regular bearish divergence detected
- Hidden bullish divergence detected
- Hidden bearish divergence detected
**How to Set Alerts:**
1. Click on the indicator name
2. Select "Add Alert"
3. Choose condition
4. Configure notification method
---
## ไธญๆ่ฏดๆๆๆกฃ
### ๆฆ่ฟฐ
Scout Regiment - OBV๏ผ่ฝ้ๆฝฎ๏ผๆฏไธไธช้ซ็บงๅจ้ๆๆ ๏ผ็ปๅๆไบค้ๅไปทๆ ผๅๅจๆฅ่ฏๅซไนฐๅๅๅ็ๅผบๅบฆใ่ฏฅๆๆ ้็จๆฏ่กๅจๆนๆณๅนถๅ
ทๆ่็ฆปๆฃๆตๅ่ฝ๏ผๅธฎๅฉไบคๆ่
ๅ็ฐๆฝๅจ็่ถๅฟๅ่ฝฌๅนถ็กฎ่ฎคไปทๆ ผ่ตฐๅฟใ
### ไปไนๆฏOBV๏ผ
่ฝ้ๆฝฎ๏ผOBV๏ผๆฏไธไธช็ดฏ็งฏๆไบค้ๆๆ ๏ผๅจไธๆถจๆฅ็ดฏๅ ๆไบค้๏ผๅจไธ่ทๆฅๅๅปๆไบค้๏ผ
- **ไธๅ็OBV**๏ผ็งฏ็ดฏ๏ผไนฐๅ
ฅๅๅ๏ผ
- **ไธ้็OBV**๏ผๆดพๅ๏ผๅๅบๅๅ๏ผ
- **OBVๆฏ่กๅจ**๏ผOBVไธๅ
ถๅนณๆป็งปๅจๅนณๅ็บฟไน้ด็ๅทฎๅผ๏ผไฝฟ่็ฆปๆดๅฎนๆ่ฏๅซ
### ๆ ธๅฟๅ่ฝ
#### 1. **OBVๆฏ่กๅจๆพ็คบ**
่ฏฅๆๆ ไธๆพ็คบๅๅงOBVๅผ๏ผ่ๆฏๆพ็คบๆฏ่กๅจ๏ผOBVไธๅ
ถๅนณๆป็บฟไน้ด็ๅทฎๅผ๏ผ๏ผ
**ไผๅฟ๏ผ**
- ๆดๅฎนๆ่ฏๅซ่็ฆป
- ่ถๅฟๅๅๆดๆธ
ๆฐ
- ๅฏนๅจ้ๅๅๆดๆๆ
- ้ถ็บฟไฝไธบๅ่็น
**่ง่งๅ
็ด ๏ผ**
- **้ถๆขฏ็บฟ**๏ผไธปOBVๆฏ่กๅจ็บฟ
- ็ปฟ่ฒ๏ผๆญฃๆฏ่กๅจ๏ผ็งฏ็ดฏ๏ผ
- ็บข่ฒ๏ผ่ดๆฏ่กๅจ๏ผๆดพๅ๏ผ
- **ๆฑ็ถๅพ**๏ผๆฏ่กๅจๅผบๅบฆ็ๅฏ่งๅ่กจ็คบ
- ็ปฟ่ฒๆฑ๏ผ้ถ็บฟไปฅไธ
- ็บข่ฒๆฑ๏ผ้ถ็บฟไปฅไธ
- **้ถ็บฟ**๏ผ็ฝ่ฒ่็บฟไฝไธบๅ่
#### 2. **ๅนณๆป้้กน**
้ๆฉๅค็ง็งปๅจๅนณๅ็ฑปๅๆฅๅนณๆปOBV๏ผ
- **None**๏ผๅๅงOBV๏ผๆๆๆ๏ผ
- **SMA**๏ผ็ฎๅ็งปๅจๅนณๅ๏ผ็ญๆ้๏ผ
- **EMA**๏ผๆๆฐ็งปๅจๅนณๅ๏ผๅผบ่ฐ่ฟๆไปทๆ ผ๏ผ- ้ป่ฎค
- **SMMA (RMA)**๏ผๅนณๆป็งปๅจๅนณๅ๏ผ้ๅธธๅนณๆป๏ผ
- **WMA**๏ผๅ ๆ็งปๅจๅนณๅ๏ผ็บฟๆงๆ้๏ผ
- **VWMA**๏ผๆไบค้ๅ ๆ็งปๅจๅนณๅ๏ผๅผบ่ฐๆไบค้๏ผ
**้ป่ฎค่ฎพ็ฝฎ๏ผ**
- ็ฑปๅ๏ผEMA
- ้ฟๅบฆ๏ผ21ๅจๆ
- ้ๅ๏ผๅคงๅคๆฐๅธๅบ็ถๅต
#### 3. **ๅคๆถ้ดๆกๆถๅๆ**
- ๅจไปปไฝๆถ้ดๆกๆถไธ่ฎก็ฎOBV
- ๅจไฝๆถ้ดๆกๆถๅพ่กจไธๆฅ็้ซๆถ้ดๆกๆถๅจ้
- ไฝฟไบคๆไธๆดๅคงๆถ้ดๆกๆถ็ๆไบค้่ถๅฟไฟๆไธ่ด
- ็ฉบๅญๆฎต = ๅฝๅๅพ่กจๆถ้ดๆกๆถ
#### 4. **่ง่งๅขๅผบ**
**่ๆฏ้ข่ฒ**
- ๆต
็ปฟ่ฒ๏ผๆญฃๆฏ่กๅจ๏ผ็ๆถจๆไบค้ๅๅ๏ผ
- ๆต
็บข่ฒ๏ผ่ดๆฏ่กๅจ๏ผ็่ทๆไบค้ๅๅ๏ผ
- ๅฏ้ๆพ็คบ๏ผๅพ่กจๆดๆธ
็ฝ
**็ฉฟ่ถๆ ็ญพ**
- "็ช็ ด"๏ผๆฏ่กๅจๅไธ็ฉฟ่ถ้ถ็บฟ
- "่ท็ ด"๏ผๆฏ่กๅจๅไธ็ฉฟ่ถ้ถ็บฟ
- ๆ็คบๆฝๅจ่ถๅฟๅๅ
- ๅฏๅผๅ
ณ
#### 5. **ๅ
จ้ข็่็ฆปๆฃๆต**
ๆๆ ่ชๅจๆฃๆตๅ็ง็ฑปๅ็่็ฆป๏ผ
**ๅธธ่ง็ๆถจ่็ฆป๏ผ้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๅๆฐไฝ
- **OBV**๏ผๅๆด้ซ็ไฝ็น
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆ ็ญพ**๏ผ"็ๆถจ"
- **็จ้**๏ผ่ฟๅ
ฅๅคๅคดไปไฝ
**ๅธธ่ง็่ท่็ฆป๏ผ่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๅๆฐ้ซ
- **OBV**๏ผๅๆดไฝ็้ซ็น
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆ ็ญพ**๏ผ"็่ท"
- **็จ้**๏ผ่ฟๅ
ฅ็ฉบๅคดไปไฝๆ้ๅบๅคๅคด
**้่็ๆถจ่็ฆป๏ผๆต
้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๅๆด้ซ็ไฝ็น
- **OBV**๏ผๅๆดไฝ็ไฝ็น
- **ไฟกๅท**๏ผ่ถๅฟๅปถ็ปญ๏ผไธๅ่ถๅฟ๏ผ
- **ๆ ็ญพ**๏ผ"้่็ๆถจ"
- **็จ้**๏ผๅ ไปๅคๅคด
**้่็่ท่็ฆป๏ผๆต
่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๅๆดไฝ็้ซ็น
- **OBV**๏ผๅๆด้ซ็้ซ็น
- **ไฟกๅท**๏ผ่ถๅฟๅปถ็ปญ๏ผไธ้่ถๅฟ๏ผ
- **ๆ ็ญพ**๏ผ"้่็่ท"
- **็จ้**๏ผๅ ไป็ฉบๅคด
#### 6. **ๅฏ่ชๅฎไน็่็ฆปๆฃๆต**
**ๆข่ฝดๅๆบฏ่ฎพ็ฝฎ๏ผ**
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝด็นๅทฆไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝด็นๅณไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- ๅณๅฎไธไธช็น่ฆๅค"ๆ็ซฏ"ๆ่ฝๆไธบๆข่ฝด็น
**่ๅด่ฎพ็ฝฎ๏ผ**
- **ๆๅคง่ๅด**๏ผๆข่ฝด็นไน้ดๆๅคงK็บฟๆฐ๏ผ้ป่ฎค๏ผ60๏ผ
- **ๆๅฐ่ๅด**๏ผๆข่ฝด็นไน้ดๆๅฐK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- ่ฟๆปคๅคช่ฟๆๅคช่ฟ็่็ฆป
**ๆพ็คบ้้กน๏ผ**
- ๅผๅ
ณๅธธ่ง่็ฆป
- ๅผๅ
ณ้่่็ฆป
- ๅผๅ
ณ่็ฆปๆ ็ญพ
- ๅชๆพ็คบ้่ฆ็่็ฆป
### ้
็ฝฎ่ฎพ็ฝฎ
#### ๅนณๆป่ฎพ็ฝฎ
- **ๅนณๆป็ฑปๅ**๏ผ้ๆฉMA็ฑปๅ๏ผNone/SMA/EMA/SMMA/WMA/VWMA๏ผ
- **ๅนณๆป้ฟๅบฆ**๏ผๅนณๆปๅจๆๆฐ๏ผ้ป่ฎค๏ผ21๏ผ
#### ่ฎก็ฎ่ฎพ็ฝฎ
- **ๆถ้ดๅจๆ**๏ผ้ๆฉ่ฎก็ฎๆถ้ดๆกๆถ๏ผ็ฉบ = ๅฝๅๅพ่กจ๏ผ
#### ๆพ็คบ่ฎพ็ฝฎ
- **ๆพ็คบOBV็น็บฟ**๏ผๅๆข้ถๆขฏ็บฟๆพ็คบ
- **ๆพ็คบOBVๆฑ็ถๅพ**๏ผๅๆขๆฑ็ถๅพๆพ็คบ
- **ๆพ็คบ่ๆฏ้ข่ฒ**๏ผๅๆข่ๆฏ็่ฒ
- **ๆพ็คบ็ช็ ดๆ ็ญพ**๏ผๅๆข็ช็ ด/่ท็ ดๆ ็ญพ
#### ่็ฆป่ฎพ็ฝฎ
- **ๆข่ฝดๅณไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅณไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆข่ฝดๅทฆไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅทฆไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๅ็่ๅดๆๅคงๅผ**๏ผ่็ฆปไน้ดๆๅคงK็บฟๆฐ๏ผ้ป่ฎค๏ผ60๏ผ
- **ๅ็่ๅดๆๅฐๅผ**๏ผ่็ฆปไน้ดๆๅฐK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆพ็คบๅธธ่ง่็ฆป**๏ผๅฏ็จ/็ฆ็จๅธธ่ง่็ฆป
- **ๆพ็คบๅธธ่ง่็ฆปๆ ็ญพ**๏ผๅฏ็จ/็ฆ็จๅธธ่ง่็ฆปๆ ็ญพ
- **ๆพ็คบ้่่็ฆป**๏ผๅฏ็จ/็ฆ็จ้่่็ฆป
- **ๆพ็คบ้่่็ฆปๆ ็ญพ**๏ผๅฏ็จ/็ฆ็จ้่่็ฆปๆ ็ญพ
### ไฝฟ็จๆนๆณ
#### ่ถๅฟ็กฎ่ฎค
1. **็จไปทๆ ผ่ฏๅซ่ถๅฟ**
- ไธๅ่ถๅฟ๏ผๆด้ซ็้ซ็นๅๆด้ซ็ไฝ็น
- ไธ้่ถๅฟ๏ผๆดไฝ็้ซ็นๅๆดไฝ็ไฝ็น
2. **็จOBVๆฏ่กๅจ็กฎ่ฎค**
- ๅผบๅฒไธๅ่ถๅฟ๏ผOBVๆฏ่กๅจไฟๆๆญฃๅผ
- ๅผบๅฒไธ้่ถๅฟ๏ผOBVๆฏ่กๅจไฟๆ่ดๅผ
- ๅผฑๅฟ่ถๅฟ๏ผOBVๆฏ่กๅจ้ข็น็ฉฟ่ถ้ถ็บฟ
3. **ๆไบค้็กฎ่ฎค**
- ่ถๅฟไผด้ไธๅ็OBV = ๅผบ่ถๅฟ
- ่ถๅฟไผด้ไธ้็OBV = ๅผฑ่ถๅฟ๏ผๆณจๆๅ่ฝฌ๏ผ
#### ่็ฆปไบคๆ
1. **ๅฏ็จ่็ฆปๆฃๆต**
- ๅ
ไปๅธธ่ง่็ฆปๅผๅง
- ๆทปๅ ้่่็ฆป็จไบ่ถๅฟๅปถ็ปญ
2. **็ญๅพ
่็ฆปไฟกๅท**
- ้ป่ฒๆ ็ญพ = ๆฝๅจ็ๆถจๅ่ฝฌ
- ่่ฒๆ ็ญพ = ๆฝๅจ็่ทๅ่ฝฌ
3. **็จไปทๆ ผ่กไธบ็กฎ่ฎค**
- ็ญๅพ
ๆฏๆ/้ปๅ็ช็ ด
- ๅฏปๆพK็บฟ็กฎ่ฎค
- ๆฃๆฅๆด้ซๆถ้ดๆกๆถๅฏน้ฝ
4. **่ฟๅ
ฅไบคๆ**
- ็กฎ่ฎคๅ่ฟๅ
ฅ
- ๅจ่ฟๆๆณขๅจไนๅค่ฎพ็ฝฎๆญขๆ
- ๅบไบๅไธๆณขๅจๆๆฏๆ/้ปๅ่ฎพๅฎ็ฎๆ
#### ็ช็ ดไบคๆ
1. **ๅฏ็จ็ฉฟ่ถๆ ็ญพ**
- ่ฏๅซๆฏ่กๅจไฝๆถ็ฉฟ่ถ้ถ็บฟ
2. **็กฎ่ฎคๆไบค้ๅผบๅบฆ**
- ๅผบ็ช็ ดๆๅคงๆฏ่กๅจ็งปๅจ
- ๅผฑ็ช็ ดๅๅผบ็ฉฟ่ถ้ถ็บฟ
3. **ไบคๆๆนๅ**
- "็ช็ ด"ๆ ็ญพ = ่ฟๅ
ฅๅคๅคด
- "่ท็ ด"ๆ ็ญพ = ่ฟๅ
ฅ็ฉบๅคด
4. **็ฎก็ไปไฝ**
- ๆฏ่กๅจๅๅ็ฉฟ่ถๆถ้ๅบ
- ไฝฟ็จไปทๆ ผ็ปๆ่ฎพ็ฝฎๆญขๆ
#### ๅคๆถ้ดๆกๆถๅๆ
1. **่ฎพ็ฝฎๆด้ซๆถ้ดๆกๆถ**
- ไพๅฆ๏ผๅจ15ๅ้ๅพไธ๏ผ่ฎพ็ฝฎๆถ้ดๆกๆถไธบ1Hๆ4H
2. **่ฏๅซๆด้ซๆถ้ดๆกๆถ่ถๅฟ**
- ๆญฃๆฏ่กๅจ = ไธๅ่ถๅฟๅๅ
- ่ดๆฏ่กๅจ = ไธ้่ถๅฟๅๅ
3. **้กบ่ถๅฟไบคๆ**
- ไป
ๅจไธๅ่ถๅฟไธญๆฅๅๅคๅคดไฟกๅท
- ไป
ๅจไธ้่ถๅฟไธญๆฅๅ็ฉบๅคดไฟกๅท
4. **ๆๆกๅ
ฅๅบๆถๆบ**
- ไฝฟ็จๅฝๅๆถ้ดๆกๆถ่ฟ่ก็ฒพ็กฎ่ฟๅ
ฅ
- ็จๆด้ซๆถ้ดๆกๆถๆนๅ็กฎ่ฎค
### ไบคๆ็ญ็ฅ
#### ็ญ็ฅ1๏ผๅธธ่ง่็ฆปๅ่ฝฌ
**่ฎพ็ฝฎ๏ผ**
1. ไปทๆ ผๅคไบๅผบ่ถๅฟ๏ผไธๆถจๆไธ่ท๏ผ
2. ๅบ็ฐๅธธ่ง่็ฆป
3. ไปทๆ ผๅฐ่พพๆฏๆ/้ปๅๆฐดๅนณ
**ๅ
ฅๅบ๏ผ**
- ็ๆถจ๏ผๅจ"็ๆถจ"ๆ ็ญพๅ๏ผไปทๆ ผ็ช็ ด่ฟๆ้ซ็นๆถ
- ็่ท๏ผๅจ"็่ท"ๆ ็ญพๅ๏ผไปทๆ ผ่ท็ ด่ฟๆไฝ็นๆถ
**ๆญขๆ๏ผ**
- ็ๆถจ๏ผ่็ฆปไฝ็นไนไธ
- ็่ท๏ผ่็ฆป้ซ็นไนไธ
**้ๅบ๏ผ**
- ๅจไธไธไธชไธป่ฆๆฏๆ/้ปๅ่ทๅฉ
- ๆๅบ็ฐ็ธๅ่็ฆปๆถ
**้ๅ๏ผ**ๆณขๆฎตไบคๆใๅ่ฝฌไบคๆ
#### ็ญ็ฅ2๏ผ้่่็ฆปๅปถ็ปญ
**่ฎพ็ฝฎ๏ผ**
1. ๅปบ็ซๆ็กฎ่ถๅฟ
2. ไปทๆ ผๅ่ฐ๏ผๅๆค๏ผ
3. ๅบ็ฐ้่่็ฆป
**ๅ
ฅๅบ๏ผ**
- ็ๆถจ๏ผๅจ"้่็ๆถจ"ๆ ็ญพๅ๏ผไปทๆ ผๆขๅคไธๅ่ถๅฟๆถ
- ็่ท๏ผๅจ"้่็่ท"ๆ ็ญพๅ๏ผไปทๆ ผๆขๅคไธ้่ถๅฟๆถ
**ๆญขๆ๏ผ**
- ๅจๅ่ฐๆณขๅจ็นไนๅ
**้ๅบ๏ผ**
- ้็่ถๅฟๅปถ็ปญ็งปๅจๆญขๆ
- ๅบ็ฐๅธธ่ง่็ฆป๏ผๅ่ฝฌไฟกๅท๏ผๆถ้ๅบ
**้ๅ๏ผ**่ถๅฟ่ท้ใๅ ไป
#### ็ญ็ฅ3๏ผ้ถ็บฟ็ฉฟ่ถ
**่ฎพ็ฝฎ๏ผ**
1. ๅฏ็จ็ฉฟ่ถๆ ็ญพ
2. ๆฏ่กๅจ็ฉฟ่ถ้ถ็บฟ
3. ็จไปทๆ ผ็ปๆ็ช็ ด็กฎ่ฎค
**ๅ
ฅๅบ๏ผ**
- "็ช็ ด"ๆ ็ญพ = ไนฐๅ
ฅไฟกๅท
- "่ท็ ด"ๆ ็ญพ = ๅๅบไฟกๅท
**ๆญขๆ๏ผ**
- ่ฟๆๆณขๅจไนไธ/ไนไธ
**้ๅบ๏ผ**
- ๆฏ่กๅจๅๅ็ฉฟ่ถ้ถ็บฟๆถ
- ๆๅจ้ขๅฎ็ฎๆ
**้ๅ๏ผ**ๅจ้ไบคๆใๅฟซ้ไบคๆ
#### ็ญ็ฅ4๏ผๅคๆถ้ดๆกๆถๆฑๅ
**่ฎพ็ฝฎ๏ผ**
1. ่ฎพ็ฝฎๆๆ ๅฐๆด้ซๆถ้ดๆกๆถ๏ผไพๅฆ๏ผๅจ1Hๅพไธ่ฎพ็ฝฎ4H๏ผ
2. ็ญๅพ
ๆด้ซTFๆฏ่กๅจไธบๆญฃ๏ผไธๅ่ถๅฟ๏ผๆ่ด๏ผไธ้่ถๅฟ๏ผ
3. ๅจๅฝๅๆถ้ดๆกๆถไธๅฏปๆพไธๆด้ซTFไธ่ด็ๅ
ฅๅบๆบไผ
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผไธคไธชๆถ้ดๆกๆถ้ฝๆพ็คบๆญฃๆฏ่กๅจๆ็ๆถจ่็ฆปๆถ
- ็ฉบๅคด๏ผไธคไธชๆถ้ดๆกๆถ้ฝๆพ็คบ่ดๆฏ่กๅจๆ็่ท่็ฆปๆถ
**ๆญขๆ๏ผ**
- ๅบไบๅฝๅๆถ้ดๆกๆถ็ปๆ
**้ๅบ๏ผ**
- ๆด้ซๆถ้ดๆกๆถๆฏ่กๅจๅไธบ่ด๏ผๅคๅคด๏ผๆๆญฃ๏ผ็ฉบๅคด๏ผๆถ
**้ๅ๏ผ**ๆณขๆฎตไบคๆใ้ซๆฆ็่ฎพ็ฝฎ
### ๆไฝณๅฎ่ทต
#### ๆไบค้ๅๆ
1. **ๅผบๅฟๆณขๅจ้่ฆๆไบค้**
- ไปทๆ ผไธๆถจ + ไธๅ็OBV = ๅฅๅบทไธๅ่ถๅฟ
- ไปทๆ ผไธๆถจ + ไธ้็OBV = ๅผฑไธๅ่ถๅฟ๏ผ่ญฆๅ๏ผ
2. **ๆณจๆ็กฎ่ฎค**
- ๆฐ้ซไผด้ๆฐOBV้ซ็น = ๅทฒ็กฎ่ฎค
- ๆฐ้ซๆฒกๆๆฐOBV้ซ็น = ๆฝๅจ่็ฆป
3. **่่่ๆฏ**
- ไฝๆไบค้ๆ๏ผไบๆดฒๆถๆฎตใๅๆ๏ผ= ๅฏ้ ๆง่พไฝ
- ้ซๆไบค้ๆ๏ผๆฐ้ปใไผฆๆฆ/็บฝ็บฆ้ๅ ๏ผ= ๆดๅฏ้
#### ่็ฆปไบคๆๆๅทง
1. **ไธๆฏๆๆ่็ฆป้ฝๆๆ**
- ็ญๅพ
ไปทๆ ผ็กฎ่ฎค
- ๅจ่ถ
ๅ/่ถ
ไนฐๅบๅๆดๅผบ
- ๅจๆฏๆ/้ปๅๆฐดๅนณๆดๅฅฝ
2. **ๅค้่็ฆป**
- ๅไธ่ถๅฟไธๅคไธช่็ฆป = ๆดๅผบไฟกๅท
- ่็ฆปๅฟซ้ๅคฑ่ดฅ = ๅฟฝ็ฅๅนถ็ญๅพ
ไธไธไธช
3. **ๆถ้ดๆกๆถ้่ฆ**
- ๆด้ซๆถ้ดๆกๆถ่็ฆป = ๆดๅฏ้
- ๆดไฝๆถ้ดๆกๆถ่็ฆป = ๆด้ข็น๏ผๅฏ้ ๆง่พไฝ
#### ๅนณๆป้ๆฉ
1. **ๆ ๅนณๆป๏ผNone๏ผ**
- ๆๆๆ๏ผๆดๅคไฟกๅท
- ๆดๅคๅช้ณ๏ผๆดๅคๅไฟกๅท
- ้ๅ๏ผๅฅๅคด็ฎใ้ๅธธๆดป่ท็ไบคๆ
2. **EMA๏ผ้ป่ฎค๏ผ**
- ๅนณ่กกๆนๆณ
- ้ๅๅคงๅคๆฐ็ญ็ฅ
- ้ๅ๏ผๆณขๆฎตไบคๆใๆฅๅ
ไบคๆ
3. **SMMA (RMA)**
- ้ๅธธๅนณๆป๏ผๆดๅฐไฟกๅท
- ๅฏน็ช็ถๅๅๅๅบ่พๆ
ข
- ้ๅ๏ผไปไฝไบคๆใๆด้ฟๆถ้ดๆกๆถ
### ๆๆ ็ปๅ
**ไธ็งปๅจๅนณๅ็บฟ้
ๅ๏ผ**
- ไฝฟ็จEMA็กฎๅฎ่ถๅฟๆนๅ
- OBV็กฎ่ฎคๆไบค้
- ไธค่
ไธ่ดๆถ่ฟๅ
ฅ
**ไธRSI้
ๅ๏ผ**
- RSI็จไบ่ถ
ไนฐ่ถ
ๅ
- OBV็จไบๆไบค้็กฎ่ฎค
- ไธค่
้ฝ่็ฆป = ๆดๅผบไฟกๅท
**ไธไปทๆ ผ่กไธบ้
ๅ๏ผ**
- ๆฏๆ/้ปๅ็กฎๅฎๆฐดๅนณ
- OBV็กฎ่ฎคๅผบๅบฆ
- ๆญฃOBV็็ช็ ด = ๆดๅฏ่ฝๆๅ
**ไธBiasๆๆ ้
ๅ๏ผ**
- Bias็จไบไปทๆ ผๅ็ฆป
- OBV็จไบๆไบค้็กฎ่ฎค
- ไธค่
้ฝๆพ็คบ่็ฆป = ้ซๆฆ็ๅ่ฝฌ
### ๅธธ่งๅฝขๆ
1. **็งฏ็ดฏ**๏ผOBVไธๅ่ไปทๆ ผ็ๆด๏ผ็ช็ ดๅฏ่ฝ๏ผ
2. **ๆดพๅ**๏ผOBVไธ้่ไปทๆ ผ็ๆด๏ผ่ท็ ดๅฏ่ฝ๏ผ
3. **็กฎ่ฎค**๏ผOBVๅไปทๆ ผ้ฝๅๆฐ้ซ/ๆฐไฝ๏ผ่ถๅฟๅผบๅฒ๏ผ
4. **่็ฆป**๏ผOBVๅไปทๆ ผๅๅ็งปๅจ๏ผๅ่ฝฌ่ญฆๅ๏ผ
5. **ๅ็ช็ ด**๏ผไปทๆ ผ็ช็ ดไฝOBVไธ็กฎ่ฎค๏ผๅฏ่ฝๅคฑ่ดฅ๏ผ
### ๆง่ฝๆ็คบ
- ็ฆ็จๆชไฝฟ็จ็ๆพ็คบๅ่ฝไปฅๅ ๅฟซๅ ่ฝฝ
- ๅ
ไปๅธธ่ง่็ฆปๅผๅง๏ผ็จๅๆทปๅ ้่่็ฆป
- ไฝฟ็จๆฑ็ถๅพๅฟซ้่ง่งๅ่
- ๅฏ็จ็ฉฟ่ถๆ ็ญพไปฅ่ทๅพๆธ
ๆฐ็ๅ
ฅๅบไฟกๅท
- ไธบๆจ็ๅธๅบๆต่ฏไธๅ็ๅนณๆป้ฟๅบฆ
### ่ญฆๆฅๆกไปถ
ๆๆ ๅ
ๅซไปฅไธ่ญฆๆฅ๏ผ
- ๆฃๆตๅฐๅธธ่ง็ๆถจ่็ฆป
- ๆฃๆตๅฐๅธธ่ง็่ท่็ฆป
- ๆฃๆตๅฐ้่็ๆถจ่็ฆป
- ๆฃๆตๅฐ้่็่ท่็ฆป
**ๅฆไฝ่ฎพ็ฝฎ่ญฆๆฅ๏ผ**
1. ็นๅปๆๆ ๅ็งฐ
2. ้ๆฉ"ๆทปๅ ่ญฆๆฅ"
3. ้ๆฉๆกไปถ
4. ้
็ฝฎ้็ฅๆนๆณ
---
## Technical Support
For questions or issues, please refer to the TradingView community or contact the indicator creator.
## ๆๆฏๆฏๆ
ๅฆๆ้ฎ้ข๏ผ่ฏทๅ่TradingView็คพๅบๆ่็ณปๆๆ ๅๅปบ่
ใ
TMB Invest - Smart Money Concept StrategyEnglish:
**Quick Overview**
The "TMB_SMC_Strategy_v1.1.3" combines a classic trend filter using two EMAs with contrarian RSI entries and simple SMC elements (Fair Value Gaps & Order Blocks). Stop-loss and take-profit orders are volatility-adaptive and controlled via the ATR. An integrated dashboard displays the setup status, stop-loss/take-profit levels, entry reference, and trend, RSI, and ATR values.
---
## Operating Principle
1. **Trend Filter:** A fast EMA (default 50) is compared to a slow EMA (default 200). Trading occurs only in the direction of the trend: long in uptrends, short in downtrends.
2. **Timing via RSI:** Contrarian entries within the trend. Go long when the RSI is below a buy level (default 40); Short when the RSI is above a sell level (standard 60).
3. **Structure Check (SMC Proxy):** An "FVG Touch" serves as additional confirmation that an inefficient price zone has been tested. Order blocks are visualized for guidance but are not a direct entry trigger.
4. **Risk Management via ATR:** Stop-loss and take-profit levels are set as multipliers of the current ATR (e.g., SL = 1รATR, TP = 2รATR). This allows target and risk distances to adjust to market volatility.
5. **Simple Position Logic:** Only one position is held at a time (no pyramiding). After entry, stop and limit orders (bracket exit) are automatically placed.
---
## Input Values
* **EMA Fast / EMA Slow:** Lengths of the moving averages for the trend filter.
* **RSI Length / Levels:** Length of the RSI as well as buy and sell thresholds (contra signals within the trend direction).
* **Take Profit (RR) / Stop Loss (RR):** ATR multipliers for TP and SL.
* **Show FVGs & Order Blocks:** Toggles the visual SMC elements (zones/boxes) on or off.
--
## Signals & Execution
* **Long Setup:** Uptrend (fast EMA above slow EMA) **and** RSI below the buy level **and** a current FVG signal in a bullish direction.
* **Short Setup:** Downtrend (fast EMA below slow EMA) **and** RSI above the sell level **and** a current FVG touch in a bearish direction.
* **Entry & Exit:** If the setup is met, the market is entered; stop-loss/take-profit orders are placed immediately according to ATR multiples.
--
## Visualization
* **EMAs:** The fast and slow EMAs are plotted to illustrate the trend.
* **FVGs:** Fair Value Gaps are drawn as semi-transparent boxes in the trend color and projected slightly into the future.
* **Order Blocks:** Potential order block zones from the previous candle are visually highlighted (for informational purposes only).
---
## Integrated Dashboard
A compact table dashboard (bottom left) displays:
* Current **Setup Status** (Long/Short active, Long/Short ready, No Setup),
* **Stop-Loss**, **Take-Profit**, and **Entry Reference**,
* **Trend Status** (Bull/Bear/Sideways),
* **RSI Value**, and **ATR Value**.
Active long/short positions are highlighted in color (green/red).
--
## Practical Guide
1. **Place on Chart** and select the desired timeframe.
2. **Calibrate Parameters** (EMA lengths, RSI levels, ATR multipliers) to match the market and timeframe.
3. **Backtest** across different market phases; prioritize robustness over maximum curve fit.
4. **Fine-Tuning:**
* Shorter EMAs are often useful intraday (e.g., 20/100 or 34/144).
* Adjust RSI levels to market characteristics (45/55 for aggressive trading, 30/70 for conservative trading).
* Increase or decrease ATR multipliers depending on volatility/trading style.
--
## Notes, Limitations & Extensions
* **FVG Definition:** The FVG detection used here is intentionally simplified. Those who prefer a more rigorous approach can switch to a 3-candle definition and fill levels.
* **Order Blocks:** These primarily serve as a guide. Integration into entry/exit logic (e.g., retests) is possible as an extension.
* **Backtest Realism:** Fills may differ from the displayed closing price. For greater accuracy, intrabar backtests or an entry indicator based on the average position price are conceivable.
* **Alerts:** Currently, no alert conditions are defined; these can be added for long/short setups and status messages.
* **Position Management:** By default, no scaling is performed. Partial sales, trailing stops, or multiple entries can be added.
---
## Purpose & Benefits
The strategy offers a clear, modular framework: trend filter (direction), RSI contra timing (entry), SMC proxy via FVG Touch (structure), and ATR-based exits (risk adaptation). This makes it robust, easy to understand, and highly extensibleโboth for discretionary traders who appreciate visual SMC elements and for systematic testers who prefer a clean, parameterizable foundation.
Hidden Impulseโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
HIDDEN IMPULSE - Multi-Timeframe Momentum Detection System
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
OVERVIEW
Hidden Impulse is an advanced momentum oscillator that combines the Schaff Trend Cycle (STC) and Force Index into a comprehensive multi-timeframe trading system. Unlike standard implementations of these indicators, this script introduces three distinct trading setups with specific entry conditions, multi-timeframe confirmation, and trend filtering.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ORIGINALITY & KEY FEATURES
This indicator is original in the following ways:
1. DUAL-TIMEFRAME STC ANALYSIS
Standard STC implementations work on a single timeframe. This script
simultaneously analyzes STC on both your trading timeframe and a higher
timeframe, providing trend context and filtering out low-probability signals.
2. FORCE INDEX INTEGRATION
The script combines STC with Force Index (volume-weighted price momentum)
to confirm the strength behind price moves. This combination helps identify
when momentum shifts are backed by genuine buying/selling pressure.
3. THREE DISTINCT TRADING SETUPS
Rather than generic overbought/oversold signals, the indicator provides
three specific, rule-based setups:
- Setup A: Classic trend-following entries with multi-timeframe confirmation
- Setup B: Divergence-based reversal entries (highest probability)
- Setup C: Mean-reversion bounce trades at extreme levels
4. INTELLIGENT FILTERING
All signals are filtered through:
- 50 EMA trend direction (prevents counter-trend trades)
- Higher timeframe STC alignment (ensures macro trend agreement)
- Force Index confirmation (validates volume support)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
HOW IT WORKS - TECHNICAL EXPLANATION
SCHAFF TREND CYCLE (STC) CALCULATION:
The STC is a cyclical oscillator that combines MACD concepts with stochastic
smoothing to create earlier and smoother trend signals.
Step 1: Calculate MACD
- Fast MA = EMA(close, Length1) โ default 23
- Slow MA = EMA(close, Length2) โ default 50
- MACD Line = Fast MA - Slow MA
Step 2: First Stochastic Smoothing
- Apply stochastic calculation to MACD
- Stoch1 = 100 ร (MACD - Lowest(MACD, Smoothing)) / (Highest(MACD, Smoothing) - Lowest(MACD, Smoothing))
- Smooth result with EMA(Stoch1, Smoothing) โ default 10
Step 3: Second Stochastic Smoothing
- Apply stochastic calculation again to the smoothed stochastic
- This creates the final STC value between 0-100
The dual stochastic smoothing makes STC more responsive than MACD while
being smoother than traditional stochastics.
FORCE INDEX CALCULATION:
Force Index measures the power behind price movements by incorporating volume:
Force Raw = (Close - Close ) ร Volume
Force Index = EMA(Force Raw, Period) โ default 13
Interpretation:
- Positive Force Index = Buying pressure (bulls in control)
- Negative Force Index = Selling pressure (bears in control)
- Force Index crossing zero = Momentum shift
- Divergences with price = Weakening momentum (reversal signal)
TREND FILTER:
A 50-period EMA serves as the trend filter:
- Price above EMA50 = Uptrend โ Only LONG signals allowed
- Price below EMA50 = Downtrend โ Only SHORT signals allowed
This prevents counter-trend trading which accounts for most losing trades.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
THE THREE TRADING SETUPS - DETAILED
SETUP A: CLASSIC MOMENTUM ENTRY
Concept: Enter when STC exits oversold/overbought zones with trend confirmation
LONG CONDITIONS:
1. Higher timeframe STC > 25 (macro trend is up)
2. Primary timeframe STC crosses above 25 (momentum turning up)
3. Force Index crosses above 0 OR already positive (volume confirms)
4. Price above 50 EMA (local trend is up)
SHORT CONDITIONS:
1. Higher timeframe STC < 75 (macro trend is down)
2. Primary timeframe STC crosses below 75 (momentum turning down)
3. Force Index crosses below 0 OR already negative (volume confirms)
4. Price below 50 EMA (local trend is down)
Best for: Trending markets, continuation trades
Win rate: Moderate (60-65%)
Risk/Reward: 1:2 to 1:3
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
SETUP B: DIVERGENCE REVERSAL (HIGHEST PROBABILITY)
Concept: Identify exhaustion points where price makes new extremes but
momentum (Force Index) fails to confirm
BULLISH DIVERGENCE:
1. Price makes a lower low (LL) over 10 bars
2. Force Index makes a higher low (HL) โ refuses to follow price down
3. STC is below 25 (oversold condition)
Trigger: STC starts rising AND Force Index crosses above zero
BEARISH DIVERGENCE:
1. Price makes a higher high (HH) over 10 bars
2. Force Index makes a lower high (LH) โ refuses to follow price up
3. STC is above 75 (overbought condition)
Trigger: STC starts falling AND Force Index crosses below zero
Why this works: Divergences signal that the current trend is losing steam.
When volume (Force Index) doesn't confirm new price extremes, a reversal
is likely.
Best for: Reversal trading, range-bound markets
Win rate: High (70-75%)
Risk/Reward: 1:3 to 1:5
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
SETUP C: QUICK BOUNCE AT EXTREMES
Concept: Catch rapid mean-reversion moves when price touches EMA50 in
extreme STC zones
LONG CONDITIONS:
1. Price touches 50 EMA from above (pullback in uptrend)
2. STC < 15 (extreme oversold)
3. Force Index > 0 (buyers stepping in)
SHORT CONDITIONS:
1. Price touches 50 EMA from below (pullback in downtrend)
2. STC > 85 (extreme overbought)
3. Force Index < 0 (sellers stepping in)
Best for: Scalping, quick mean-reversion trades
Win rate: Moderate (55-60%)
Risk/Reward: 1:1 to 1:2
Note: Use tighter stops and quick profit-taking
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
HOW TO USE THE INDICATOR
STEP 1: CONFIGURE TIMEFRAMES
Primary Timeframe (STC - Primary Timeframe):
- Leave empty to use your current chart timeframe
- This is where you'll take trades
Higher Timeframe (STC - Higher Timeframe):
- Default: 30 minutes
- Recommended ratios:
* 5min chart โ 30min higher TF
* 15min chart โ 1H higher TF
* 1H chart โ 4H higher TF
* Daily chart โ Weekly higher TF
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
STEP 2: ADJUST STC PARAMETERS FOR YOUR MARKET
Default (23/50/10) works well for stocks and forex, but adjust for:
CRYPTO (volatile):
- Length 1: 15
- Length 2: 35
- Smoothing: 8
(Faster response for rapid price movements)
STOCKS (standard):
- Length 1: 23
- Length 2: 50
- Smoothing: 10
(Balanced settings)
FOREX MAJORS (slower):
- Length 1: 30
- Length 2: 60
- Smoothing: 12
(Filters out noise in 24/7 markets)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
STEP 3: ENABLE YOUR PREFERRED SETUPS
Toggle setups based on your trading style:
Conservative Trader:
โ Setup B (Divergence) โ highest win rate
โ Setup A (Classic) โ only in strong trends
โ Setup C (Bounce) โ too aggressive
Trend Trader:
โ Setup A (Classic) โ primary signals
โ Setup B (Divergence) โ for entries on pullbacks
โ Setup C (Bounce) โ not suitable for trending
Scalper:
โ Setup C (Bounce) โ quick in-and-out
โ Setup B (Divergence) โ high probability scalps
โ Setup A (Classic) โ too slow
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
STEP 4: READ THE SIGNALS
ON THE CHART:
Labels appear when conditions are met:
Green labels:
- "LONG A" โ Setup A long entry
- "LONG B DIV" โ Setup B divergence long (best signal)
- "LONG C" โ Setup C bounce long
Red labels:
- "SHORT A" โ Setup A short entry
- "SHORT B DIV" โ Setup B divergence short (best signal)
- "SHORT C" โ Setup C bounce short
IN THE INDICATOR PANEL (bottom):
- Blue line = Primary timeframe STC
- Orange dots = Higher timeframe STC (optional)
- Green/Red bars = Force Index histogram
- Dashed lines at 25/75 = Entry/Exit zones
- Background shading = Oversold (green) / Overbought (red)
INFO TABLE (top-right corner):
Shows real-time status:
- STC values for both timeframes
- Force Index direction
- Price position vs EMA
- Current trend direction
- Active signal type
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
TRADING STRATEGY & RISK MANAGEMENT
ENTRY RULES:
Priority ranking (best to worst):
1st: Setup B (Divergence) โ wait for these
2nd: Setup A (Classic) โ in confirmed trends only
3rd: Setup C (Bounce) โ scalping only
Confirmation checklist before entry:
โ Signal label appears on chart
โ TREND in info table matches signal direction
โ Higher timeframe STC aligned (check orange dots or table)
โ Force Index confirming (check histogram color)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
STOP LOSS PLACEMENT:
Setup A (Classic):
- LONG: Below recent swing low
- SHORT: Above recent swing high
- Typical: 1-2 ATR distance
Setup B (Divergence):
- LONG: Below the divergence low
- SHORT: Above the divergence high
- Typical: 0.5-1.5 ATR distance
Setup C (Bounce):
- LONG: 5-10 pips below EMA50
- SHORT: 5-10 pips above EMA50
- Typical: 0.3-0.8 ATR distance
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
TAKE PROFIT TARGETS:
Conservative approach:
- Exit when STC reaches opposite level
- LONG: Exit when STC > 75
- SHORT: Exit when STC < 25
Aggressive approach:
- Hold until opposite signal appears
- Trail stop as STC moves in your favor
Partial profits:
- Take 50% at 1:2 risk/reward
- Let remaining 50% run to target
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
WHAT TO AVOID:
โ Trading Setup A in sideways/choppy markets
โ Wait for clear trend or use Setup B only
โ Ignoring higher timeframe STC
โ Always check orange dots align with your direction
โ Taking signals against the major trend
โ If weekly trend is down, be cautious with longs
โ Overtrading Setup C
โ Maximum 2-3 bounce trades per session
โ Trading during low volume periods
โ Force Index becomes unreliable
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ALERTS CONFIGURATION
The indicator includes 8 alert types:
Individual setup alerts:
- "Setup A - LONG" / "Setup A - SHORT"
- "Setup B - DIV LONG" / "Setup B - DIV SHORT" โญ recommended
- "Setup C - BOUNCE LONG" / "Setup C - BOUNCE SHORT"
Combined alerts:
- "ANY LONG" โ fires on any long signal
- "ANY SHORT" โ fires on any short signal
Recommended alert setup:
- Create "Setup B - DIV LONG" and "Setup B - DIV SHORT" alerts
- These are the highest probability signals
- Set "Once Per Bar Close" to avoid false alerts
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
VISUALIZATION SETTINGS
Show Labels on Chart:
Toggle on/off the signal labels (green/red)
Disable for cleaner chart once you're familiar with the indicator
Show Higher TF STC:
Toggle the orange dots showing higher timeframe STC
Useful for visual confirmation of multi-timeframe alignment
Info Panel:
Cannot be disabled โ always shows current status
Positioned top-right to avoid chart interference
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
EXAMPLE TRADE WALKTHROUGH
SETUP B DIVERGENCE LONG EXAMPLE:
1. Market Context:
- Price in downtrend, below 50 EMA
- Multiple lower lows forming
- STC below 25 (oversold)
2. Divergence Formation:
- Price makes new low at $45.20
- Force Index refuses to make new low (higher low forms)
- This indicates selling pressure weakening
3. Signal Trigger:
- STC starts turning up
- Force Index crosses above zero
- Label appears: "LONG B DIV"
4. Trade Execution:
- Entry: $45.50 (current price at signal)
- Stop Loss: $44.80 (below divergence low)
- Target 1: $47.90 (STC reaches 75) โ risk/reward 1:3.4
- Target 2: Opposite signal or trail stop
5. Trade Management:
- Price rallies to $47.20
- STC reaches 68 (approaching target zone)
- Take 50% profit, move stop to breakeven
- Exit remaining at $48.10 when STC crosses 75
Result: 3.7R gain
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ADVANCED TIPS
1. MULTI-TIMEFRAME CONFLUENCE
For highest probability trades, wait for:
- Primary TF signal
- Higher TF STC aligned (>25 for longs, <75 for shorts)
- Even higher TF trend in same direction (manual check)
2. VOLUME CONFIRMATION
Watch the Force Index histogram:
- Increasing bar size = Strengthening momentum
- Decreasing bar size = Weakening momentum
- Use this to gauge signal strength
3. AVOID THESE MARKET CONDITIONS
- Major news events (Force Index becomes erratic)
- Market open first 30 minutes (volatility spikes)
- Low liquidity instruments (Force Index unreliable)
- Extreme trending days (wait for pullbacks)
4. COMBINE WITH SUPPORT/RESISTANCE
Best signals occur near:
- Key horizontal levels
- Fibonacci retracements
- Previous day's high/low
- Psychological round numbers
5. SESSION AWARENESS
- Asia session: Use lower timeframes, Setup C works well
- London session: Setup A and B both effective
- New York session: All setups work, highest volume
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
INDICATOR WINDOWS LAYOUT
MAIN CHART:
- Price action
- 50 EMA (green/red)
- Signal labels
- Info panel
INDICATOR WINDOW:
- STC oscillator (blue line, 0-100 scale)
- Higher TF STC (orange dots, optional)
- Force Index histogram (green/red bars)
- Reference levels (25, 50, 75)
- Background zones (green oversold, red overbought)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
PERFORMANCE OPTIMIZATION
For best results:
Backtesting:
- Test on your specific instrument and timeframe
- Adjust STC parameters if win rate < 55%
- Record which setup works best for your market
Position Sizing:
- Risk 1-2% per trade
- Setup B can use 2% risk (higher win rate)
- Setup C should use 1% risk (lower win rate)
Trade Frequency:
- Setup B: 2-5 signals per week (be patient)
- Setup A: 5-10 signals per week
- Setup C: 10+ signals per week (scalping)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
CREDITS & REFERENCES
This indicator builds upon established technical analysis concepts:
Schaff Trend Cycle:
- Developed by Doug Schaff (1996)
- Original concept published in Technical Analysis of Stocks & Commodities
- Implementation based on standard STC formula
Force Index:
- Developed by Dr. Alexander Elder
- Described in "Trading for a Living" (1993)
- Classic volume-momentum indicator
The multi-timeframe integration, three-setup system, and specific
entry conditions are original contributions of this indicator.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
DISCLAIMER
This indicator is a technical analysis tool and does not guarantee profits.
Past performance is not indicative of future results. Always:
- Use proper risk management
- Test on demo account first
- Combine with fundamental analysis
- Never risk more than you can afford to lose
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
SUPPORT & QUESTIONS
If you find this indicator helpful, please:
- Leave a like and comment
- Share your feedback and results
- Report any bugs or issues
For questions about usage or optimization for specific markets,
feel free to comment below.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Luxy Adaptive MA Cloud - Trend Strength & Signal Tracker V2Luxy Adaptive MA Cloud - Professional Trend Strength & Signal Tracker
Next-generation moving average cloud indicator combining ultra-smooth gradient visualization with intelligent momentum detection. Built for traders who demand clarity, precision, and actionable insights.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
WHAT MAKES THIS INDICATOR SPECIAL?
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Unlike traditional MA indicators that show static lines, Luxy Adaptive MA Cloud creates a living, breathing visualization of market momentum. Here's what sets it apart:
Exponential Gradient Technology
This isn't just a simple fill between two lines. It's a professionally engineered gradient system with 26 precision layers using exponential density distribution. The result? An organic, cloud-like appearance where the center is dramatically darker (15% transparency - where crossovers and price action occur), while edges fade gracefully (75% transparency). Think of it as a visual "heat map" of trend strength.
Dynamic Momentum Intelligence
Most MA clouds only show structure (which MA is on top). This indicator shows momentum strength in real-time through four intelligent states:
- ๐ข Bright Green = Explosive bullish momentum (both MAs rising strongly)
- ๐ต Blue = Weakening bullish (structure intact, but momentum fading)
- ๐ Orange = Caution zone (bearish structure forming, weak momentum)
- ๐ด Deep Red = Strong bearish momentum (both MAs falling)
The cloud literally tells you when trends are accelerating or losing steam.
Conditional Performance Architecture
Every calculation is optimized for speed. Disable a feature? It stops calculating entirelyโnot just hidden, but not computed . The 26-layer gradient only renders when enabled. Toggle signals off? Those crossover checks don't run. This makes it one of the most efficient cloud indicators available, even with its advanced visual system.
Zero Repaint Guarantee
All signals and momentum states are based on confirmed bar data only . What you see in historical data is exactly what you would have seen trading live. No lookahead bias. No repainting tricks. No signals that "magically" appear perfect in hindsight. If a signal shows in history, it would have triggered in real-time at that exact moment.
Educational by Design
Every single input includes comprehensive tooltips with:
- Clear explanations of what each parameter does
- Practical examples of when to use different settings
- Recommended configurations for scalping, day trading, and swing trading
- Real-world trading impact ("This affects entry timing" vs "This is visual only")
You're not just getting an indicatorโyou're learning how to use it effectively .
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
THE GRADIENT CLOUD - TECHNICAL DETAILS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Architecture:
26 precision layers for silk-smooth transitions
Exponential density curve - layers packed tightly near center (where crossovers happen), spread wider at edges
75%-15% transparency range - center is highly opaque (15%), edges fade gracefully (75%)
V-Gradient design - emphasizes the action zone between Fast and Medium MAs
The Four Momentum States:
๐ข GREEN - Strong Bullish
Fast MA above Medium MA
Both MAs rising with momentum > 0.02%
Action: Enter/hold LONG positions, strong uptrend confirmed
๐ต BLUE - Weak Bullish
Fast MA above Medium MA
Weak or flat momentum
Action: Caution - bullish structure but losing strength, consider trailing stops
๐ ORANGE - Weak Bearish
Medium MA above Fast MA
Weak or flat momentum
Action: Warning - bearish structure developing, consider exits
๐ด RED - Strong Bearish
Medium MA above Fast MA
Both MAs falling with momentum < -0.02%
Action: Enter/hold SHORT positions, strong downtrend confirmed
Smooth Transitions: The momentum score is smoothed using an 8-bar EMA to eliminate noise and prevent whipsaws. You see the true trend , not every minor fluctuation.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
FLEXIBLE MOVING AVERAGE SYSTEM
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Three Customizable MAs:
Fast MA (default: EMA 10) - Reacts quickly to price changes, defines short-term momentum
Medium MA (default: EMA 20) - Balances responsiveness with stability, core trend reference
Slow MA (default: SMA 200, optional) - Long-term trend filter, major support/resistance
Six MA Types Available:
EMA - Exponential; faster response, ideal for momentum and day trading
SMA - Simple; smooth and stable, best for swing trading and trend following
WMA - Weighted; middle ground between EMA and SMA
VWMA - Volume-weighted; reflects market participation, useful for liquid markets
RMA - Wilder's smoothing; used in RSI/ADX, excellent for trend filters
HMA - Hull; extremely responsive with minimal lag, aggressive option
Recommended Settings by Trading Style:
Scalping (1m-5m):
Fast: EMA(5-8)
Medium: EMA(10-15)
Slow: Not needed or EMA(50)
Day Trading (5m-1h):
Fast: EMA(10-12)
Medium: EMA(20-21)
Slow: SMA(200) for bias
Swing Trading (4h-1D):
Fast: EMA(10-20)
Medium: EMA(34-50)
Slow: SMA(200)
Pro Tip: Start with Fast < Medium < Slow lengths. The gradient works best when there's clear separation between Fast and Medium MAs.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
CROSSOVER SIGNALS - CLEAN & RELIABLE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Golden Cross โฌ LONG Signal
Fast MA crosses above Medium MA
Classic bullish reversal or trend continuation signal
Most reliable when accompanied by GREEN cloud (strong momentum)
Death Cross โฌ SHORT Signal
Fast MA crosses below Medium MA
Classic bearish reversal or trend continuation signal
Most reliable when accompanied by RED cloud (strong momentum)
Signal Intelligence:
Anti-spam filter - Minimum 5 bars between signals prevents noise
Clean labels - Placed precisely at crossover points
Alert-ready - Built-in ALERTS for automated trading systems
No repainting - Signals based on confirmed bars only
Signal Quality Assessment:
High-Quality Entry:
Golden Cross + GREEN cloud + Price above both MAs
= Strong bullish setup โ
Low-Quality Entry (skip or wait):
Golden Cross + ORANGE cloud + Choppy price action
= Weak bullish setup, likely whipsaw โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
REAL-TIME INFO PANEL
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
An at-a-glance dashboard showing:
Trend Strength Indicator:
Visual display of current momentum state
Color-coded header matching cloud color
Instant recognition of market bias
MA Distance Table:
Shows percentage distance of price from each enabled MA:
Green rows : Price ABOVE MA (bullish)
Red rows : Price BELOW MA (bearish)
Gray rows : Price AT MA (rare, decision point)
Distance Interpretation:
+2% to +5%: Healthy uptrend
+5% to +10%: Getting extended, caution
+10%+: Overextended, expect pullback
-2% to -5%: Testing support
-5% to -10%: Oversold zone
-10%+: Deep correction or downtrend
Customization:
4 corner positions
5 font sizes (Tiny to Huge)
Toggle visibility on/off
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
HOW TO USE - PRACTICAL TRADING GUIDE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
STRATEGY 1: Trend Following
Identify trend : Wait for GREEN (bullish) or RED (bearish) cloud
Enter on signal : Golden Cross in GREEN cloud = LONG, Death Cross in RED cloud = SHORT
Hold position : While cloud maintains color
Exit signals :
โข Cloud turns ORANGE/BLUE = momentum weakening, tighten stops
โข Opposite crossover = close position
โข Cloud turns opposite color = full reversal
STRATEGY 2: Pullback Entries
Confirm trend : GREEN cloud established (bullish bias)
Wait for pullback : Price touches or crosses below Fast MA
Enter when : Price rebounds back above Fast MA with cloud still GREEN
Stop loss : Below Medium MA or recent swing low
Target : Previous high or when cloud weakens
STRATEGY 3: Momentum Confirmation
Your setup triggers : (e.g., chart pattern, support/resistance)
Check cloud color :
โข GREEN = proceed with LONG
โข RED = proceed with SHORT
โข BLUE/ORANGE = skip or reduce size
Use gradient as confluence : Not as primary signal, but as momentum filter
Risk Management Tips:
Never enter against the cloud color (don't LONG in RED cloud)
Reduce position size during BLUE/ORANGE (transition periods)
Place stops beyond Medium MA for swing trades
Use Slow MA (200) as final trend filter - don't SHORT above it in uptrends
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
PERFORMANCE & OPTIMIZATION
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Tested On:
Crypto: BTC, ETH, major altcoins
Stocks: SPY, AAPL, TSLA, QQQ
Forex: EUR/USD, GBP/USD, USD/JPY
Indices: S&P 500, NASDAQ, DJI
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
TRANSPARENCY & RELIABILITY
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Educational Focus:
Detailed tooltips on every input
Clear documentation of methodology
Practical examples in descriptions
Teaches you why , not just what
Open Logic:
Momentum calculation: (Fast slope + Medium slope) / 2
Smoothing: 8-bar EMA to reduce noise
Thresholds: ยฑ0.02% for strong momentum classification
Everything is transparent and explainable
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
COMPLETE FEATURE LIST
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Visual Components:
26-layer exponential gradient cloud
3 customizable moving average lines
Golden Cross / Death Cross labels
Real-time info panel with trend strength
MA distance table
Calculation Features:
6 MA types (EMA, SMA, WMA, VWMA, RMA, HMA)
Momentum-based cloud coloring
Smoothed trend strength scoring
Conditional performance optimization
Customization Options:
All MA lengths adjustable
All colors customizable (when gradient disabled)
Panel position (4 corners)
Font sizes (5 options)
Toggle any feature on/off
Signal Features:
Anti-spam filter (configurable gap)
Clean, non-overlapping labels
Built-in alert conditions
No repainting guarantee
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
IMPORTANT DISCLAIMERS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
This indicator is for educational and informational purposes only
Not financial advice - always do your own research
Past performance does not guarantee future results
Use proper risk management - never risk more than you can afford to lose
Test on paper/demo accounts before using with real money
Combine with other analysis methods - no single indicator is perfect
Works best in trending markets; less effective in choppy/sideways conditions
Signals may perform differently in different timeframes and market conditions
The indicator uses historical data for MA calculations - allow sufficient lookback period
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
CREDITS & TECHNICAL INFO
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Version: 2.0
Release: October 2025
Special Thanks:
TradingView community for feedback and testing
Pine Script documentation for technical reference
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
SUPPORT & UPDATES
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Found a bug? Comment below with:
Ticker symbol
Timeframe
Screenshot if possible
Steps to reproduce
Feature requests? I'm always looking to improve! Share your ideas in the comments.
Questions? Check the tooltips first (hover over any input) - most answers are there. If still stuck, ask in comments.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Happy Trading!
Remember: The best indicator is the one you understand and use consistently. Take time to learn how the cloud behaves in different market conditions. Practice on paper before going live. Trade smart, manage risk, and may the trends be with you! ๐
AbdullahThis script is a **3-in-1 Combined Indicator** for Pine Script v6, merging three popular technical analysis tools into a single chart overlay. It's designed to provide a comprehensive view of trend direction, momentum, and volatility-based stops.
Here's a breakdown of the three components:
## 1. ZLSMA - Zero Lag LSMA (Zero Lag Least Squares Moving Average)
The ZLSMA is a fast-reacting moving average that aims to eliminate the lag typically associated with standard moving averages. It does this by calculating the difference between a standard **Least Squares Moving Average (LSMA)** and a smoothed version of that LSMA, then adding that difference back to the original LSMA.
* **Customizable Inputs:** Length, Offset, and Source Price.
* **Plot:** A thick yellow line indicating the zero-lag trend.
---
## 2. Chandelier Exit
The Chandelier Exit is a volatility-based tool that places a trailing stop either above the price (for a long trade exit) or below the price (for a short trade exit). It uses the **Average True Range (ATR)** to set the stop distance.
* **Key Function:** Identifies potential stop-loss levels and trend changes.
* **Customizable Inputs:** ATR Period, ATR Multiplier, and an option to use the Close price for extremum calculations.
* **Visuals:**
* Plots the **Long Stop (Green)** and **Short Stop (Red)** lines, which switch based on the current trend direction.
* Optional **Buy/Sell Labels** and **Highlighting** (shaded background) to clearly mark the current trend state (long or short).
---
## 3. Exponential Moving Average (EMA) with Optional Smoothing Bands
This section plots a standard **Exponential Moving Average (EMA)** and includes a unique feature to smooth the EMA's output using another moving average or Bollinger Bands.
* **EMA Plot:** A blue line representing the EMA, with customizable Length, Source, and Offset.
* **Optional Smoothing:** The EMA line itself can be smoothed by applying a secondary moving average (SMA, EMA, WMA, etc.) to the EMA's values.
* **Bollinger Bands Option:** If **SMA + Bollinger Bands** is selected for smoothing, it plots **Upper** and **Lower Bands** based on the standard deviation of the EMA, providing a visual envelope for volatility around the smoothed line.
Uptrick: Volatility Adjusted TrailIntroduction
The "Uptrick: Volatility Adjusted Trail" is a dynamic trailing band indicator. It adapts in real time to changing market conditions by adjusting both to volatility and trend consistency. Inspired by Supertrend-style logic, it enhances traditional approaches by introducing adaptive mechanisms for more context-sensitive behavior in both trending and consolidating environments.
Overview
This indicator combines an exponential moving average (EMA) as its basis with an Average True Range (ATR)-derived multiplier that adjusts dynamically. Unlike fixed-multiplier tools, this indicator modifies its band distances in real time according to volatility expansion and trend persistence. The result is a trailing system that adapts to the prevailing market regime, providing traders with clearer signals for trend bias, stop placement, and potential momentum shifts.
Originality
The scriptโs originality lies in its multi-layered approach to trail calculation. It introduces a real-time ATR multiplier adjustment driven by two factors: a volatility expansion ratio and a trend persistence model. The expansion ratio compares the current ATR to its moving average, making the indicator more sensitive during volatile conditions and less sensitive during quieter periods. The trend persistence model assesses directional consistency to widen the bands during sustained trends. This dual adjustment method creates a system that evolves with market behavior, making it more responsive and adaptive than static-band or fixed-multiplier alternatives.
Components & Inspiration
This indicator was designed with specific components that work together:
Exponential Moving Average (EMA): Chosen as the central baseline because it responds faster to recent price changes than a simple moving average, providing a more current reference for trailing bands.
Average True Range (ATR): Used as the volatility measure because it accounts for both intraday and gap movement, making it a robust and widely accepted standard for market volatility.
Dynamic Multiplier: The multiplier is adjusted by both volatility expansion and trend persistence to produce bands that tighten during low volatility and widen during consistent trends. This combination was chosen to give the indicator the ability to self-regulate across different market regimes.
Trend Persistence Model: Integrated to assess directional consistency, ensuring the bands expand during strong trends, which can prevent premature stop-outs.
Flip Confirmation Logic: Added to filter out noise by requiring multiple bar closes beyond a band before confirming a state change, reducing false reversals.
For inspiration, the indicator draws on the core idea behind Supertrendโusing a baseline and volatility-derived bands to define trailing stop levels. However, while Supertrend uses a fixed ATR multiplier, this indicator introduces a dynamic multiplier system and persistence weighting, making it more adaptive and suited for varying conditions.
Inputs and Parameters
Basis EMA Length
Defines the period for the EMA that serves as the core price reference.
ATR Length
Sets the lookback period for the Average True Range calculation used in band spacing.
Base ATR Mult
The base multiplier applied to ATR before adjustments. Forms the starting scale of the band offset.
Volatility Expansion Sensitivity
Controls how strongly the band spacing reacts to short-term volatility bursts. Higher values create more pronounced band expansions or contractions.
Trend Persistence Window
Determines how many bars are used to calculate directional trend consistency using a smoothed step function.
Persistence Impact
Scales how much influence the trend persistence has on band widening. Values range from 0 (no effect) to 1 (maximum effect).
Min Effective Mult
Sets the minimum value that the adjusted multiplier can reach. Prevents the bands from becoming too narrow.
Max Effective Mult
Sets the maximum value the adjusted multiplier can reach. Prevents the bands from over-expanding during high volatility.
Bars Above/Below to Confirm Flip
Number of consecutive bars required to close above or below the opposing trail before confirming a bullish or bearish flip. Helps reduce noise and false signals.
Show Flip Labels
Enables or disables the display of flip markers on the chart.
Label Size
Allows users to adjust the size of flip labels from Tiny to Huge.
Label ATR Offset
Adjusts the vertical placement of flip labels in relation to the trail using an ATR-based offset.
Features and Logic
EMA Basis: All calculations stem from an EMA that tracks the centerline of price action.
Dynamic ATR Multiplier: The ATR multiplier adjusts in real time based on volatility expansion and trend persistence.
Clamped Multiplier: The adjusted multiplier is limited between user-defined minimum and maximum values to keep the band scale practical.
Upper and Lower Bands: Bands are plotted above and below the EMA using the dynamic multiplier and ATR values.
Trailing Logic: The script uses Supertrend-style trailing logic, updating the active band in the current trend direction and resetting the opposite band.
Trend State Detection: A state variable tracks the current market regime (bullish, bearish, or neutral). Transitions are confirmed only after a user-specified number of bars close beyond the respective bands.
Visual Elements: Trail lines and fill zones are color-coded (bullish cyan, bearish magenta). Candlestick and bar colors match the trend state. Optional flip labels mark confirmed transitions.
Alerts: Built-in alert conditions allow users to receive real-time notifications for bullish or bearish flips.
Usage Guidelines
This indicator can be used for:
Defining context-aware dynamic stop levels that adjust with market behavior.
Identifying trend direction and reversal points based on adaptive logic.
Filtering entry or exit signals during trending vs. consolidating conditions.
Supplementing trade management strategies with responsive visual markers.
Entering long or short positions based on the appearance of flip labels and managing stop losses by following the adaptive trail.
Traders may tune the parameters to suit different trading styles or timeframes. For example, lower ATR and EMA values may suit intraday setups, while longer settings may benefit swing or positional trading.
Summary
The "Uptrick: Volatility Adjusted Trail" provides a flexible, adaptive trailing band system that accounts for both volatility and directional consistency. By combining an EMA baseline with a dynamic ATR multiplier influenced by volatility expansion and trend persistence, it creates a context-sensitive trailing system that aligns with changing market conditions. Customizable confirmation, flip labels, alerts, and dynamic visual cues make it a versatile tool for trend-following, breakout filtering, and trailing stop logic.
Disclaimer
This indicator is provided for educational and research purposes only. It does not constitute financial advice. Trading involves risk, and past performance does not guarantee future results. Always conduct your own analysis and risk management before making trading decisions.
Stochastic Enhanced [DCAUT]โ Stochastic Enhanced
๐ ORIGINALITY & INNOVATION
The Stochastic Enhanced indicator builds upon George Lane's classic momentum oscillator (developed in the late 1950s) by providing comprehensive smoothing algorithm flexibility. While traditional implementations limit users to Simple Moving Average (SMA) smoothing, this enhanced version offers 21 advanced smoothing algorithms, allowing traders to optimize the indicator's characteristics for different market conditions and trading styles.
Key Improvements:
Extended from single SMA smoothing to 21 professional-grade algorithms including adaptive filters (KAMA, FRAMA), zero-lag methods (ZLEMA, T3), and advanced digital filters (Kalman, Laguerre)
Maintains backward compatibility with traditional Stochastic calculations through SMA default setting
Unified smoothing algorithm applies to both %K and %D lines for consistent signal processing characteristics
Enhanced visual feedback with clear color distinction and background fill highlighting for intuitive signal recognition
Comprehensive alert system covering crossovers and zone entries for systematic trade management
Differentiation from Traditional Stochastic:
Traditional Stochastic indicators use fixed SMA smoothing, which introduces consistent lag regardless of market volatility. This enhanced version addresses the limitation by offering adaptive algorithms that adjust to market conditions (KAMA, FRAMA), reduce lag without sacrificing smoothness (ZLEMA, T3, HMA), or provide superior noise filtering (Kalman Filter, Laguerre filters). The flexibility helps traders balance responsiveness and stability according to their specific needs.
๐ MATHEMATICAL FOUNDATION
Core Stochastic Calculation:
The Stochastic Oscillator measures the position of the current close relative to the high-low range over a specified period:
Step 1: Raw %K Calculation
%K_raw = 100 ร (Close - Lowest Low) / (Highest High - Lowest Low)
Where:
Close = Current closing price
Lowest Low = Lowest low over the %K Length period
Highest High = Highest high over the %K Length period
Result ranges from 0 (close at period low) to 100 (close at period high)
Step 2: Smoothed %K Calculation
%K = MA(%K_raw, K Smoothing Period, MA Type)
Where:
MA = Selected moving average algorithm (SMA, EMA, etc.)
K Smoothing = 1 for Fast Stochastic, 3+ for Slow Stochastic
Traditional Fast Stochastic uses %K_raw directly without smoothing
Step 3: Signal Line %D Calculation
%D = MA(%K, D Smoothing Period, MA Type)
Where:
%D acts as a signal line and moving average of %K
D Smoothing typically set to 3 periods in traditional implementations
Both %K and %D use the same MA algorithm for consistent behavior
Available Smoothing Algorithms (21 Options):
Standard Moving Averages:
SMA (Simple): Equal-weighted average, traditional default, consistent lag characteristics
EMA (Exponential): Recent price emphasis, faster response to changes, exponential decay weighting
RMA (Rolling/Wilder's): Smoothed average used in RSI, less reactive than EMA
WMA (Weighted): Linear weighting favoring recent data, moderate responsiveness
VWMA (Volume-Weighted): Incorporates volume data, reflects market participation intensity
Advanced Moving Averages:
HMA (Hull): Reduced lag with smoothness, uses weighted moving averages and square root period
ALMA (Arnaud Legoux): Gaussian distribution weighting, minimal lag with good noise reduction
LSMA (Least Squares): Linear regression based, fits trend line to data points
DEMA (Double Exponential): Reduced lag compared to EMA, uses double smoothing technique
TEMA (Triple Exponential): Further lag reduction, triple smoothing with lag compensation
ZLEMA (Zero-Lag Exponential): Lag elimination attempt using error correction, very responsive
TMA (Triangular): Double-smoothed SMA, very smooth but slower response
Adaptive & Intelligent Filters:
T3 (Tilson T3): Six-pass exponential smoothing with volume factor adjustment, excellent smoothness
FRAMA (Fractal Adaptive): Adapts to market fractal dimension, faster in trends, slower in ranges
KAMA (Kaufman Adaptive): Efficiency ratio based adaptation, responds to volatility changes
McGinley Dynamic: Self-adjusting mechanism following price more accurately, reduced whipsaws
Kalman Filter: Optimal estimation algorithm from aerospace engineering, dynamic noise filtering
Advanced Digital Filters:
Ultimate Smoother: Advanced digital filter design, superior noise rejection with minimal lag
Laguerre Filter: Time-domain filter with N-order implementation, adjustable lag characteristics
Laguerre Binomial Filter: 6-pole Laguerre filter, extremely smooth output for long-term analysis
Super Smoother: Butterworth filter implementation, removes high-frequency noise effectively
๐ COMPREHENSIVE SIGNAL ANALYSIS
Absolute Level Interpretation (%K Line):
%K Above 80: Overbought condition, price near period high, potential reversal or pullback zone, caution for new long entries
%K in 70-80 Range: Strong upward momentum, bullish trend confirmation, uptrend likely continuing
%K in 50-70 Range: Moderate bullish momentum, neutral to positive outlook, consolidation or mild uptrend
%K in 30-50 Range: Moderate bearish momentum, neutral to negative outlook, consolidation or mild downtrend
%K in 20-30 Range: Strong downward momentum, bearish trend confirmation, downtrend likely continuing
%K Below 20: Oversold condition, price near period low, potential bounce or reversal zone, caution for new short entries
Crossover Signal Analysis:
%K Crosses Above %D (Bullish Cross): Momentum shifting bullish, faster line overtakes slower signal, consider long entry especially in oversold zone, strongest when occurring below 20 level
%K Crosses Below %D (Bearish Cross): Momentum shifting bearish, faster line falls below slower signal, consider short entry especially in overbought zone, strongest when occurring above 80 level
Crossover in Midrange (40-60): Less reliable signals, often in choppy sideways markets, require additional confirmation from trend or volume analysis
Multiple Failed Crosses: Indicates ranging market or choppy conditions, reduce position sizes or avoid trading until clear directional move
Advanced Divergence Patterns (%K Line vs Price):
Bullish Divergence: Price makes lower low while %K makes higher low, indicates weakening bearish momentum, potential trend reversal upward, more reliable when %K in oversold zone
Bearish Divergence: Price makes higher high while %K makes lower high, indicates weakening bullish momentum, potential trend reversal downward, more reliable when %K in overbought zone
Hidden Bullish Divergence: Price makes higher low while %K makes lower low, indicates trend continuation in uptrend, bullish trend strength confirmation
Hidden Bearish Divergence: Price makes lower high while %K makes higher high, indicates trend continuation in downtrend, bearish trend strength confirmation
Momentum Strength Analysis (%K Line Slope):
Steep %K Slope: Rapid momentum change, strong directional conviction, potential for extended moves but also increased reversal risk
Gradual %K Slope: Steady momentum development, sustainable trends more likely, lower probability of sharp reversals
Flat or Horizontal %K: Momentum stalling, potential reversal or consolidation ahead, wait for directional break before committing
%K Oscillation Within Range: Indicates ranging market, sideways price action, better suited for range-trading strategies than trend following
๐ฏ STRATEGIC APPLICATIONS
Mean Reversion Strategy (Range-Bound Markets):
Identify ranging market conditions using price action or Bollinger Bands
Wait for Stochastic to reach extreme zones (above 80 for overbought, below 20 for oversold)
Enter counter-trend position when %K crosses %D in extreme zone (sell on bearish cross above 80, buy on bullish cross below 20)
Set profit targets near opposite extreme or midline (50 level)
Use tight stop-loss above recent swing high/low to protect against breakout scenarios
Exit when Stochastic reaches opposite extreme or %K crosses %D in opposite direction
Trend Following with Momentum Confirmation:
Identify primary trend direction using higher timeframe analysis or moving averages
Wait for Stochastic pullback to oversold zone (<20) in uptrend or overbought zone (>80) in downtrend
Enter in trend direction when %K crosses %D confirming momentum shift (bullish cross in uptrend, bearish cross in downtrend)
Use wider stops to accommodate normal trend volatility
Add to position on subsequent pullbacks showing similar Stochastic pattern
Exit when Stochastic shows opposite extreme with failed cross or bearish/bullish divergence
Divergence-Based Reversal Strategy:
Scan for divergence between price and Stochastic at swing highs/lows
Confirm divergence with at least two price pivots showing divergent Stochastic readings
Wait for %K to cross %D in direction of anticipated reversal as entry trigger
Enter position in divergence direction with stop beyond recent swing extreme
Target profit at key support/resistance levels or Fibonacci retracements
Scale out as Stochastic reaches opposite extreme zone
Multi-Timeframe Momentum Alignment:
Analyze Stochastic on higher timeframe (4H or Daily) for primary trend bias
Switch to lower timeframe (1H or 15M) for precise entry timing
Only take trades where lower timeframe Stochastic signal aligns with higher timeframe momentum direction
Higher timeframe Stochastic in bullish zone (>50) = only take long entries on lower timeframe
Higher timeframe Stochastic in bearish zone (<50) = only take short entries on lower timeframe
Exit when lower timeframe shows counter-signal or higher timeframe momentum reverses
Zone Transition Strategy:
Monitor Stochastic for transitions between zones (oversold to neutral, neutral to overbought, etc.)
Enter long when Stochastic crosses above 20 (exiting oversold), signaling momentum shift from bearish to neutral/bullish
Enter short when Stochastic crosses below 80 (exiting overbought), signaling momentum shift from bullish to neutral/bearish
Use zone midpoint (50) as dynamic support/resistance for position management
Trail stops as Stochastic advances through favorable zones
Exit when Stochastic fails to maintain momentum and reverses back into prior zone
๐ DETAILED PARAMETER CONFIGURATION
%K Length (Default: 14):
Lower Values (5-9): Highly sensitive to price changes, generates more frequent signals, increased false signals in choppy markets, suitable for very short-term trading and scalping
Standard Values (10-14): Balanced sensitivity and reliability, traditional default (14) widely used,้ๅ swing trading and intraday strategies
Higher Values (15-21): Reduced sensitivity, smoother oscillations, fewer but potentially more reliable signals, better for position trading and lower timeframe noise reduction
Very High Values (21+): Slow response, long-term momentum measurement, fewer trading signals, suitable for weekly or monthly analysis
%K Smoothing (Default: 3):
Value 1: Fast Stochastic, uses raw %K calculation without additional smoothing, most responsive to price changes, generates earliest signals with higher noise
Value 3: Slow Stochastic (default), traditional smoothing level, reduces false signals while maintaining good responsiveness, widely accepted standard
Values 5-7: Very slow response, extremely smooth oscillations, significantly reduced whipsaws but delayed entry/exit timing
Recommendation: Default value 3 suits most trading scenarios, active short-term traders may use 1, conservative long-term positions use 5+
%D Smoothing (Default: 3):
Lower Values (1-2): Signal line closely follows %K, frequent crossover signals, useful for active trading but requires strict filtering
Standard Value (3): Traditional setting providing balanced signal line behavior, optimal for most trading applications
Higher Values (4-7): Smoother signal line, fewer crossover signals, reduced whipsaws but slower confirmation, better for trend trading
Very High Values (8+): Signal line becomes slow-moving reference, crossovers rare and highly significant, suitable for long-term position changes only
Smoothing Type Algorithm Selection:
For Trending Markets:
ZLEMA, DEMA, TEMA: Reduced lag for faster trend entry, quick response to momentum shifts, suitable for strong directional moves
HMA, ALMA: Good balance of smoothness and responsiveness, effective for clean trend following without excessive noise
EMA: Classic choice for trending markets, faster than SMA while maintaining reasonable stability
For Ranging/Choppy Markets:
Kalman Filter, Super Smoother: Superior noise filtering, reduces false signals in sideways action, helps identify genuine reversal points
Laguerre Filters: Smooth oscillations with adjustable lag, excellent for mean reversion strategies in ranges
T3, TMA: Very smooth output, filters out market noise effectively, clearer extreme zone identification
For Adaptive Market Conditions:
KAMA: Automatically adjusts to market efficiency, fast in trends and slow in congestion, reduces whipsaws during transitions
FRAMA: Adapts to fractal market structure, responsive during directional moves, conservative during uncertainty
McGinley Dynamic: Self-adjusting smoothing, follows price naturally, minimizes lag in trending markets while filtering noise in ranges
For Conservative Long-Term Analysis:
SMA: Traditional choice, predictable behavior, widely understood characteristics
RMA (Wilder's): Smooth oscillations, reduced sensitivity to outliers, consistent behavior across market conditions
Laguerre Binomial Filter: Extremely smooth output, ideal for weekly/monthly timeframe analysis, eliminates short-term noise completely
Source Selection:
Close (Default): Standard choice using closing prices, most common and widely tested
HLC3 or OHLC4: Incorporates more price information, reduces impact of sudden spikes or gaps, smoother oscillator behavior
HL2: Midpoint of high-low range, emphasizes intrabar volatility, useful for markets with wide intraday ranges
Custom Source: Can use other indicators as input (e.g., Heikin Ashi close, smoothed price), creates derivative momentum indicators
๐ PERFORMANCE ANALYSIS & COMPETITIVE ADVANTAGES
Responsiveness Characteristics:
Traditional SMA-Based Stochastic:
Fixed lag regardless of market conditions, consistent delay of approximately (K Smoothing + D Smoothing) / 2 periods
Equal treatment of trending and ranging markets, no adaptation to volatility changes
Predictable behavior but suboptimal in varying market regimes
Enhanced Version with Adaptive Algorithms:
KAMA and FRAMA reduce lag by up to 40-60% in strong trends compared to SMA while maintaining similar smoothness in ranges
ZLEMA and T3 provide near-zero lag characteristics for early entry signals with acceptable noise levels
Kalman Filter and Super Smoother offer superior noise rejection, reducing false signals in choppy conditions by estimations of 30-50% compared to SMA
Performance improvements vary by algorithm selection and market conditions
Signal Quality Improvements:
Adaptive algorithms help reduce whipsaw trades in ranging markets by adjusting sensitivity dynamically
Advanced filters (Kalman, Laguerre, Super Smoother) provide clearer extreme zone readings for mean reversion strategies
Zero-lag methods (ZLEMA, DEMA, TEMA) generate earlier crossover signals in trending markets for improved entry timing
Smoother algorithms (T3, Laguerre Binomial) reduce false extreme zone touches for more reliable overbought/oversold signals
Comparison with Standard Implementations:
Versus Basic Stochastic: Enhanced version offers 21 smoothing options versus single SMA, allowing optimization for specific market characteristics and trading styles
Versus RSI: Stochastic provides range-bound measurement (0-100) with clear extreme zones, RSI measures momentum speed, Stochastic offers clearer visual overbought/oversold identification
Versus MACD: Stochastic bounded oscillator suitable for mean reversion, MACD unbounded indicator better for trend strength, Stochastic excels in range-bound and oscillating markets
Versus CCI: Stochastic has fixed bounds (0-100) for consistent interpretation, CCI unbounded with variable extremes, Stochastic provides more standardized extreme readings across different instruments
Flexibility Advantages:
Single indicator adaptable to multiple strategies through algorithm selection rather than requiring different indicator variants
Ability to optimize smoothing characteristics for specific instruments (e.g., smoother for crypto volatility, faster for forex trends)
Multi-timeframe analysis with consistent algorithm across timeframes for coherent momentum picture
Backtesting capability with algorithm as optimization parameter for strategy development
Limitations and Considerations:
Increased complexity from multiple algorithm choices may lead to over-optimization if parameters are curve-fitted to historical data
Adaptive algorithms (KAMA, FRAMA) have adjustment periods during market regime changes where signals may be less reliable
Zero-lag algorithms sacrifice some smoothness for responsiveness, potentially increasing noise sensitivity in very choppy conditions
Performance characteristics vary significantly across algorithms, requiring understanding and testing before live implementation
Like all oscillators, Stochastic can remain in extreme zones for extended periods during strong trends, generating premature reversal signals
USAGE NOTES
This indicator is designed for technical analysis and educational purposes to provide traders with enhanced flexibility in momentum analysis. The Stochastic Oscillator has limitations and should not be used as the sole basis for trading decisions.
Important Considerations:
Algorithm performance varies with market conditions - no single smoothing method is optimal for all scenarios
Extreme zone signals (overbought/oversold) indicate potential reversal areas but not guaranteed turning points, especially in strong trends
Crossover signals may generate false entries during sideways choppy markets regardless of smoothing algorithm
Divergence patterns require confirmation from price action or additional indicators before trading
Past indicator characteristics and backtested results do not guarantee future performance
Always combine Stochastic analysis with proper risk management, position sizing, and multi-indicator confirmation
Test selected algorithm on historical data of specific instrument and timeframe before live trading
Market regime changes may require algorithm adjustment for optimal performance
The enhanced smoothing options are intended to provide tools for optimizing the indicator's behavior to match individual trading styles and market characteristics, not to create a perfect predictive tool. Responsible usage includes understanding the mathematical properties of selected algorithms and their appropriate application contexts.
RSI MA Cross + Divergence Signal (V2) Core Logic
RSI + Moving Average
The script calculates a standard RSI (default 14).
It then overlays a moving average (SMA/EMA/WMA, default 9).
When RSI crosses above its MA โ bullish momentum.
When RSI crosses below its MA โ bearish momentum.
Divergence Filter
Signals are only valid if thereโs confirmed divergence:
Bullish divergence: Price makes a lower low, RSI makes a higher low.
Bearish divergence: Price makes a higher high, RSI makes a lower high.
Overbought / Oversold Filter
Optional extra:
Bullish signals only valid if RSI โค 30 (oversold).
Bearish signals only valid if RSI โฅ 70 (overbought).
This ensures signals happen in โstretchedโ conditions.
Risk & Trade Management
Entries taken only when all conditions align.
Exits can be managed with ATR stops, partial take-profits, breakeven moves, and trailing stops (we coded these in the strategy version).
Cooldown, session filters, and daily loss guard to keep risk tight.
๐น Strengths
โ
High selectivity: Combining RSI cross + divergence + OB/OS means signals are rare but higher quality.
โ
Great at catching reversals: Divergence highlights where price may be running out of steam.
โ
Risk management baked in: ATR stops + partial exits smooth out equity curve.
โ
Works across markets: ES, FX, crypto โ anywhere RSI divergences are respected.
โ
Flexible: You can loosen/tighten filters depending on aggressiveness.
๐น Weaknesses
โ Lag from pivots: Divergence only confirms after a few bars โ you enter late sometimes.
โ Choppy in ranges: In sideways markets, RSI divergences appear often and whipsaw.
โ Filters reduce signals: With all filters ON (divergence + OB/OS + trend + session), signals can be very rare โ may under-trade.
โ Not standalone: Needs higher-timeframe context (trend, liquidity pools) to avoid counter-trend entries.
๐น Best Ways to Trade It
Use Higher Timeframe Bias
Run the strategy on 15m/1H, but only trade in direction of higher timeframe trend (e.g., 4H EMA).
Example: If daily is bullish โ only take bullish divergences.
Pair With Structure
Look for signals at key zones: HTF support/resistance, VWAP, or FVGs.
Divergence + RSI cross inside an FVG is a strong entry trigger.
Adjust OB/OS for Volatility
For crypto/FX: use 35/65 instead of 30/70 (markets trend harder).
For ES/S&P: 30/70 works fine.
Risk Management Is King
Use partial exits: take profit at 1R, trail rest.
Size by % of equity (we coded this into the strategy).
Avoid News Spikes
Divergences break down around CPI, NFP, Fed announcements โ stay flat.
๐น When It Shines
Trending markets that make extended pushes โ clean divergences.
Reversal zones (oversold โ bullish bounce, overbought โ bearish fade).
Swing trading (15mโ4H) โ less noise than 1m/5m scalping.
๐น When to Avoid
Low volatility chop โ lots of false divergences.
During high-impact news โ RSI swings wildly.
In strong one-way trends without pullbacks โ divergence keeps calling tops/bottoms too early.
โ
Summary:
This is a reversal-focused RSI divergence strategy with strict filters. Itโs powerful when combined with higher-timeframe bias + structure confluence, but weak if traded blindly in choppy or news-driven conditions. Best to treat it as a precision entry trigger, not a full system โ layer it on top of your FVG/ORB framework for maximum edge.
Moving Average Signals : Support ResistanceThis indicator plots a Simple Moving Average (default 50-period, adjustable) and highlights potential bounce or rejection signals when price interacts with the SMA.
It is designed to identify moments when price tests the moving average from one side and then continues in the prior direction, signaling a possible continuation trade.
๐ด Red Triangle (Bearish Rejection)
A red triangle is plotted above the bar when:
Price has been trading below the SMA.
Price tests the SMA from below (the high touches or pierces the SMA but closes back below it).
Price then continues lower on the next bar.
This suggests the SMA acted as resistance and the downtrend may resume.
๐ข Green Triangle (Bullish Rejection)
A green triangle is plotted below the bar when:
Price has been trading above the SMA.
Price tests the SMA from above (the low touches or pierces the SMA but closes back above it).
Price then continues higher on the next bar.
This suggests the SMA acted as support and the uptrend may resume.
โก HOW TO USE IN TRADING
Trend Confirmation
Use this indicator in trending markets (not choppy ranges).
A rising SMA suggests bullish trend bias; a falling SMA suggests bearish trend bias.
Signal Entry
Green Triangle: Consider long entries when the SMA supports price and a bullish continuation is signaled.
Red Triangle: Consider short entries when the SMA rejects price and a bearish continuation is signaled.
Stop-Loss Placement
Place stops just beyond the SMA or the rejection candleโs high/low.
Example: For a red signal, stop above the SMA or rejection candleโs high.
Take-Profit Ideas
Target prior swing highs/lows or use risk/reward multiples (e.g., 2R, 3R).
You can also trail stops behind the SMA in a strong trend.
Filters for Higher Accuracy (optional)
Confirm signals with volume, momentum indicators (e.g., RSI, MACD), or higher-timeframe trend.
Avoid trading signals against strong higher-timeframe bias.
Sniper Swing โ Short TF (Clean Signals) [v6]๐ How to Use the Sniper Swing Indicator
1. What It Does
It looks for short-term swing breaks in price.
It uses an oscillator (RSI/Stoch) and swing pivots to confirm moves.
It gives you 3 clear signals only:
BUY โ Enter long (expecting price to go up).
Gay bear โ Enter short (expecting price to go down).
EXIT โ Close your trade (long or short).
Candles also change color:
Green = in a BUY trade.
Red = in a Gay bear trade.
Neutral (gray/none) = no trade.
2. When to Use
Works best on short timeframes (1mโ5m) for scalping/intraday.
Use on liquid markets (MES/ES, NQ, SPY, BTC, ETH).
Avoid dead hours with no volume (like overnight futures lull or midday chop).
3. How to Trade With It
A. BUY trade
Wait for a BUY triangle below the candle.
Confirm:
Candle turned green.
Price broke a recent swing high.
Oscillator shows strength (indicator does this for you).
Enter long at the close of that candle.
Place your stop-loss:
At the yellow stop line (auto trailing stop), or
Just below the last swing low.
Stay in while candles are green.
Exit when:
An orange X appears, or
Price hits your stop.
B. Gay bear (short) trade
Wait for a Gay bear triangle above the candle.
Confirm:
Candle turned red.
Price broke a recent swing low.
Oscillator shows weakness.
Enter short at the close of that candle.
Place stop-loss:
At the yellow stop line, or
Just above the last swing high.
Stay in while candles are red.
Exit on an orange X or stop hit.
4. Pro Tips for New Traders
Only take one signal at a time โ donโt double dip.
Quality > Quantity: ignore weak, sideways markets. Best signals happen during trends.
Start small: trade micros (MES) or small position sizes.
Use alerts: set TradingView alerts for BUY/Gay bear/EXIT so you donโt miss setups.
Think of the indicator like a navigator: it tells you the likely path, but youโre the driver โ always manage risk.
5. Quick Mental Checklist
Signal? (BUY or Gay bear triangle)
Confirmed? (candle color + swing break)
Enter? (on close)
Stop? (yellow line or swing)
Exit? (orange X or stop)
Pivot Distance Strategy# Multi-Timeframe Pivot Distance Strategy
## Core Innovation & Originality
This strategy revolutionizes moving average crossover trading by applying MA logic to **pivot distance relationships** instead of raw price data. Unlike traditional MA crossovers that react to price changes, this system reacts to **structural momentum changes** in how current price relates to recent significant pivot levels, creating earlier signals with fewer false positives.
## Methodology & Mathematical Foundation
### Pivot Distance Oscillator
The strategy calculates:
- **High Pivot Percentage**: (Current Close / Last Pivot High) ร 100
- **Low Pivot Percentage**: (Last Pivot Low / Current Close) ร 100
- **Pivot Distance**: High Pivot Percentage - Low Pivot Percentage
This creates a standardized oscillator measuring market structure compression/expansion regardless of asset price or volatility.
### Multi-Timeframe Filter
Higher timeframe analysis provides directional bias:
- **HTF Long** โ Allow long entries, force short exits
- **HTF Short** โ Allow short entries, force long exits
- **HTF Squeeze** โ Block all entries, force all exits
## Signal Generation Methods
### Method 1: Dual MA Crossover (Primary/Default)
**Fast MA (14 EMA)** and **Slow MA (50 SMA)** applied to pivot distance values:
- **Long Signal**: Fast MA crosses above Slow MA (accelerating bullish pivot momentum)
- **Short Signal**: Fast MA crosses below Slow MA (accelerating bearish pivot momentum)
**Key Advantage**:
- Traditional: Fast MA(price) crosses Slow MA(price) - reacts to price changes
- This Strategy: Fast MA(pivot distance) crosses Slow MA(pivot distance) - reacts to structural changes
- Result: Earlier signals, better trend identification, fewer ranging market whipsaws
### Method 2: MA Cross Zero
- **Long**: Pivot Distance MA crosses above zero
- **Short**: Pivot Distance MA crosses below zero
### Method 3: Pivot Distance Breakout (Squeeze-Based)
Uses dynamic threshold envelopes to detect compression/expansion cycles:
- **Long**: Distance breaks above dynamic breakout threshold after squeeze
- **Short**: Distance breaks below negative breakout threshold after squeeze
**Note**: Only the Breakout method uses threshold envelopes; MA Cross modes operate without them for cleaner signals.
## Risk Management Integration
- **ATR-Based Stops**: Entry ยฑ (ATR ร Multiplier) for stops/targets
- **Trailing Stops**: Dynamic adjustment based on profit thresholds
- **Cooldown System**: Prevents overtrading after stop-loss exits
## How to Use
### Setup (Default: MA Cross MA)
1. **Strategy Logic**: "MA Cross MA" for structural momentum signals
2. **MA Settings**: 14 EMA (fast) / 50 SMA (slow) - both adjustable
3. **Multi-Timeframe**: Enable HTF for trend alignment
4. **Risk Management**: ATR stop loss, ATR take profit
### Signal Interpretation
- **Blue/Purple lines**: Fast/Slow MAs of pivot distance
- **Green/Red histogram**: Positive/negative pivot distance
- **Triangle markers**: MA crossover entry signals
- **HTF display**: Shows higher timeframe bias (top-left)
### Trade Management
- **Entry**: Clean MA crossover with HTF alignment
- **Exit**: Opposite crossover, HTF change, or risk management triggers
## Unique Advantages
1. **Structural vs Price Momentum**: Captures market structure changes rather than just price movement, naturally filtering noise
2. **Multi-Modal Flexibility**: Three signal methods for different market conditions or strategies
3. **Timeframe Alignment**: HTF filtering improves win rates by preventing counter-trend trades
Supertrend EMA Vol Strategy V5### Supertrend EMA Strategy V5
**Overview**
This is a trend-following strategy designed for cryptocurrency markets like BTC/USD on daily timeframes, combining the Supertrend indicator for dynamic trailing stops with an EMA filter for trend confirmation. It aims to capture strong uptrends while avoiding counter-trend trades, with optional volume filtering for high-conviction entries and ATR-based stop-loss to manage risk. Ideal for long-only setups in bullish assets, it visually highlights trends with green/red bands and fills for easy interpretation. Backtested on BTC from 2024-2025, it shows potential for outperforming buy-and-hold in trending markets, but always use with proper risk managementโpast performance isn't indicative of future results.
**Key Features**
- **Supertrend Core**: Uses ATR to plot adaptive uptrend (green) and downtrend (red) lines, flipping on closes beyond prior bands for buy/sell signals.
- **EMA Trend Filter**: Entries require price above the EMA (default 21-period) for longs, ensuring alignment with the broader trend.
- **Volume Confirmation**: Optional filter only allows entries when volume exceeds its EMA (default 20-period), reducing false signals in low-activity periods.
- **Risk Controls**: Built-in ATR-multiplier stop-loss (default 2x) to cap losses; exits on Supertrend flips for trailing profits.
- **Visuals**: Green/red lines and highlighter fills for up/down trends, plus buy/sell labels and circles for signals.
- **Customizable Inputs**: Tweak ATR period (default 10), multiplier (default 3), EMA length, start date, long/short toggles, SL, and volume filter.
- **Alerts**: Built-in for buy/sell and direction changes.
**How to Use**
1. Add to your TradingView chart (e.g., BTC/USD 1D).
2. Adjust inputs: Start with defaults for trend-following; increase multiplier for fewer trades/higher win rate. Enable volume filter for volatile assets.
3. Monitor signals: Green "Buy" for long entries (if close > EMA and conditions met); red "Sell" for exits.
4. Backtest in Strategy Tester: Focus on equity curve, win rate (~50-60% in tests), and drawdown (<15% with SL).
5. Live Trading: Use small position sizes (1-2% risk per trade); combine with your analysis. Shorts disabled by default for bull-biased markets.
Dubic EMA StrategyThe Dubic EMA Strategy is a trend-following and volatility-aware strategy that combines dual EMA filters with intelligent range and noise detection to provide clean, actionable entries. It's designed to avoid choppy markets, enhance trade precision, and adapt to different market conditions.
โ
Key Features:
Dual EMA Filter: Enters long when price is above both EMA High & EMA Low, and short when below both.
Range Filter: Avoids entries during tight consolidations or sideways markets.
Volatility Filter: Prevents trading in low-ATR conditions.
Dynamic Risk Management:
ATR-based or fixed % Stop Loss and Take Profit.
Optional Parabolic SAR trailing stop.
One Trade per Trend: Prevents re-entry until trend direction changes.
Unbroken Range Visualization: Detects and displays consolidation zones that can lead to breakouts.
Alerts & Labels: Clean BUY/SELL signals with alerts and chart labels.
๐งฉ Customization Options:
Adjustable EMA length
Toggle between ATR or % based SL/TP
Volatility threshold
Range detection sensitivity
Enable/disable SAR trailing stop
This strategy works best on trending assets and timeframes with volatility (e.g., crypto, forex, indices). Suitable for both manual trading and automation.
๐ ๏ธ Built for clarity, control, and precision.
๐ Backtest, optimize, and deploy with confidence.
Opening Range v3 (Dynamic)Opening Range Signals v3 (Dynamic) - Indicator Guide
Created by: MecarderoAurum
Why This Indicator Exists: An Overview
The "Opening Range Signals" indicator is a sophisticated tool designed for day traders who focus their strategy on the price action that unfolds during the Regular Trading Hours (RTH) of the New York session (09:30 - 16:00 ET). The opening period of the market, often called the "initial balance," is a critical time where institutions and traders establish the early high and low for the day. Trading the breakout of this range is a classic and effective strategy, but it's often plagued by false moves and "head fakes."
This indicator was built to solve that problem. It not only identifies the initial range but also incorporates a powerful dynamic expansion feature. This allows the indicator to intelligently adapt to early session volatility, filter out false breakouts, and establish more reliable support and resistance levels for the rest of the trading day. It provides a clear, visual framework for executing opening range strategies with more confidence.
Key Features & How to Use Them
1. Customizable Opening Range
This is the foundation of the indicator. It draws the high and low of the initial trading period on your chart.
What it does: Establishes the initial support and resistance levels for the day.
How to use it: In the settings under "Time Settings," you can set the "Opening Range Duration" from 1 to 30 minutes. A shorter duration (e.g., 5 minutes) will be more sensitive and give earlier signals, while a longer duration (e.g., 30 minutes) will establish a wider, more robust range.
2. Dynamic Range Expansion
This is the indicator's most powerful and unique feature. It helps you avoid getting trapped in false breakouts.
What it does: If the price breaks out of the initial range but then quickly closes back inside, the indicator will automatically expand the range to include the full wick of the failed breakout. This tells you the market is still establishing its true range.
How to use it: In the settings under "Dynamic Range," you can:
"Enable Dynamic Range Expansion": This is on by default.
"Expansion Time Limit (Min)": Set how long the indicator should look for these failed breakouts. After this time, the range will be locked for the day.
3. Clear Visual Trading Signals
The indicator provides three distinct signals to help you interpret the price action around the opening range.
Breakout Body (Yellow plotshape):
What it means: The first confirmation that the price has decisively moved outside the established range. It appears when a candle's body closes entirely above the high or below the low.
How to use it: This is your alert that a potential breakout is underway. Do not enter yet; wait for confirmation.
Continuation (Green plotshape):
What it means: This signal appears on the candle immediately following a breakout if it shows momentum in the same direction. It confirms that the breakout has strength.
How to use it: This is a potential entry trigger. A continuation signal suggests the breakout is valid and may continue.
Failure (Red plotshape):
What it means: This signal appears if, after a breakout and continuation, the price quickly reverses and closes back inside the range. It's a strong indication of a false breakout.
How to use it: If you are in a breakout trade, a failure signal is a clear sign to exit. It can also be used as a setup for a reversal trade in the opposite direction.
Sample Strategy: The Breakout-Continuation Trade
This strategy uses the indicator's signals to trade a classic opening range breakout with added confirmation.
Setup:
Set the "Opening Range Duration" to your preferred time (e.g., 5 or 15 minutes).
Ensure the "Dynamic Range Expansion" is enabled to filter out early noise.
Entry Trigger:
Wait for a Breakout signal (yellow) to appear. This puts you on high alert.
Wait for a Continuation signal (green) on the very next candle. This is your entry trigger. Enter a long trade on a bullish continuation or a short trade on a bearish continuation.
Stop-Loss:
For a bullish (long) trade, a common stop-loss placement is just below the low of the continuation candle or, for a more conservative stop, just inside the opening range high.
For a bearish (short) trade, place your stop-loss just above the high of the continuation candle or just inside the opening range low.
Trade Management:
If a Failure signal (red) appears after you've entered, it indicates the breakout has failed. This is a strong signal to exit your trade immediately to protect your capital.
If the trade moves in your favor, you can manage it by taking profits at key levels or using a trailing stop.
Drunken Bird Inspiration for the support and resistance plateau lines came from AnotherDAPTrader.
The TSL Drunken Bird is an enhanced technical analysis tool for swing traders on TradingView, based on the original Accurate Swing Trading System by ceyhun. It generates buy and sell signals when price crosses a dynamic Trailing Stop Loss (TSL) level derived from recent highs and lows. This version introduces plateau detection for support and resistance lines, dynamic label expiration to reduce clutter, customizable line styles and decay, and improved HTF confluence for trend-aligned trading. Visual elements include signal labels, horizontal lines, a colored TSL plot, and optional bar/background coloring. Alerts are available for buy/sell crossovers, making it suitable for assets like NASDAQ E-mini futures, stocks, forex, and more.
This script adapts and expands upon ceyhun's original codetradingview.com, adding significant features such as tolerance-based plateau identification for support/resistance, label management with timeframe-aware expiration (~7 days), cross-count decay for lines, and expanded customization options. Inspiration for the support and resistance plateau lines came from AnotherDAPTrader. Released under the Mozilla Public License 2.0.Key
Features
Swing Signals: "BUY" and "SELL" labels on price crossovers/crossunders of the TSL, with a user-defined lookback (default 3).
HTF Confluence: Filters signals based on higher timeframe trend (e.g., "EXIT LONG" instead of "SELL" if HTF is bullish); toggleable.
HTF Options: Select from 5m, 15m, 30m, 1h, 4h, Daily, Weekly, or Monthly.
Plateau Detection: Identifies flat highs/lows (with tolerance) for resistance/support lines, plotted as dotted/solid/dashed with customizable colors, thickness, and decay after crosses (default 2).
Horizontal Lines: Green (buy) and red (sell) lines at signal closes, extending right until crossed; toggle between short (no extension limit) or long visualization.
TSL Visualization: Colored line (green if close >= TSL, red otherwise) for dynamic levels.
Bar/Background Coloring: Optional green/red coloring based on price vs. TSL.
Label Expiration: All labels (signals and plateaus) auto-delete after ~7 days (timeframe-adjusted, default 1008 bars).
Alerts: Triggers for "Buy Signal" and "Sell Signal" on crossovers.
How to Use
Add to Chart: Paste the Pine Script into TradingView's editor and add to your chart.
Configure Settings:
Swing: Lookback for highs/lows (min 1).
Plateau Tolerance: Flatness allowance (default 0.0).
Use HTF Confluence: Enable for trend filtering.
Higher Time Frame: Choose timeframe string.
Barcolor/Bgcolor: Toggle coloring.
Show Plateau Lines: Enable support/resistance.
Line Styles/Colors/Thickness: Customize buy/sell and plateau visuals.
Plateau Line Decay: Crosses before stopping extension.
Label Expiration: Bars for auto-deletion (~7 days).
Interpret Elements:
Labels: "BUY"/"SELL" (green/red), "EXIT SHORT"/"EXIT LONG" (orange) on signals; "Res"/"Sup" on plateaus.
Lines: Extend right until conditions met (cross for buy/sell, decay threshold for plateaus).
TSL Plot: Monitors trend shifts.
Set Alerts: Use "Buy Signal" or "Sell Signal" conditions for notifications.
Testing: Apply to volatile assets; adjust Swing for signal frequency, tolerance for plateau sensitivity.
Ideal Use Cases
Swing trading on 1mโ1h charts for entries/exits aligned with HTF trends.
Identifying support/resistance in ranging markets via plateaus.
Scalping with short lookbacks or longer swings with HTF enabled.
Manual or alert-based trading on futures, stocks, or forex.
Why It's Valuable
This indicator builds on ceyhun's core TSL logic with practical enhancements for modern trading: clutter reduction via expiration/decay, visual customization, and plateau-based S/R for better context. It promotes disciplined, trend-aware decisions while maintaining simplicity.
Note: Optimized for any timeframe/asset; test in demo. Not financial adviceโuse with risk management.
Breakout Confirmation๐ Indicator Name: Breakout Confirmation (Body + Volume)
๐ Purpose:
This indicator is designed to detect high-probability breakout setups based on price structure and volume strength. It identifies moments when the market breaks through a key support or resistance level, confirmed by two consecutive strong candles with large real bodies and high volume.
โ๏ธ How It Works
1. Support and Resistance Detection
The indicator uses pivot points to identify potential horizontal support and resistance levels.
A pivot high or pivot low is considered valid if it stands out over a configurable number of candles (default: 50).
Only the most recent valid support and resistance levels are tracked and displayed as horizontal lines on the chart.
2. Breakout Setup
The breakout condition is defined as:
First Candle (Breakout Candle):
Large body (compared to the recent body average)
High volume (compared to the recent volume average)
Must close beyond a resistance or support level:
Close above resistance (bullish breakout)
Close below support (bearish breakout)
Second Candle (Confirmation Candle):
Also must have a large body and high volume
Must continue in the direction of the breakout (i.e., higher close in bullish breakouts, lower close in bearish ones)
3. Signal Plotting
If both candles meet the criteria, the indicator plots:
A green triangle below the candle for bullish breakouts
A red triangle above the candle for bearish breakouts
๐ How to Interpret the Signals
โ
Green triangle below a candle:
Indicates a confirmed bullish breakout.
The price has closed above a recent resistance level with strength.
The trend may continue higher โ possible entry for long positions.
๐ป Red triangle above a candle:
Indicates a confirmed bearish breakout.
The price has closed below a recent support level with strength.
Potential signal to enter short or exit long positions.
โ ๏ธ The plotted horizontal lines show the last key support and resistance levels. These are the zones being monitored for breakouts.
๐ How to Use It
Timeframe: Works best on higher timeframes (1H, 4H, Daily), but can be tested on any chart.
Entry: Consider entries after the second candle confirms the breakout.
Stop Loss:
For longs: Below the breakout candle or the broken resistance
For shorts: Above the breakout candle or broken support
Take Profit:
Based on previous structure, risk:reward ratios, or using trailing stops.
Filter with Trend or Other Indicators (optional):
You can combine this with moving averages, RSI, or market structure for confluence.
๐ ๏ธ Customization Parameters
lengthSR: How many candles to look back for identifying support/resistance pivots.
volLength: Length of the moving average for volume and body size comparison.
bodyMultiplier: Multiplier threshold to define a โlargeโ body.
volMultiplier: Multiplier threshold to define โhighโ volume.
โ
Ideal For:
Price action traders
Breakout traders
Traders who use volume analysis
Anyone looking to automate the detection of breakout + confirmation setups
BackTestLibLibrary "BackTestLib"
Allows backtesting indicator performance. Tracks typical metrics such as won/loss, profit factor, draw down, etc. Trading View strategy library provides similar (and more comprehensive)
functionality but only works with strategies. This libary was created to address performance tracking within indicators.
Two primary outputs are generated:
1. Summary Table: Displays overall performance metrics for the indicator over the chart's loaded timeframe and history
2. Details Table: Displays a table of individual trade entries and exits. This table can grow larger than the available chart space. It does have a max number of rows supported. I haven't
found a way to add scroll bars or scroll bar equivalents yet.
f_init(data, _defaultStopLoss, _defaultTakeProfit, _useTrailingStop, _useTraingStopToBreakEven, _trailingStopActivation, _trailingStopOffset)
โโf_init Initialize the backtest data type. Called prior to using the backtester functions
โโParameters:
โโโโ data (backtesterData) : backtesterData to initialize
โโโโ _defaultStopLoss (float) : Default trade stop loss to apply
โโโโ _defaultTakeProfit (float) : Default trade take profit to apply
โโโโ _useTrailingStop (bool) : Trailing stop enabled
โโโโ _useTraingStopToBreakEven (bool) : When trailing stop active, trailing stop will increase no further than the entry price
โโโโ _trailingStopActivation (int) : When trailing stop active, trailing will begin once price exceeds base stop loss by this number of points
โโโโ _trailingStopOffset (int) : When trailing stop active, it will trail the max price achieved by this number of points
โโReturns: Initialized data set
f_buildResultStr(_resultType, _price, _resultPoints, _numWins, _pointsWon, _numLoss, _pointsLost)
โโf_buildResultStr Helper function to construct a string of resutling data for exit tooltip labels
โโParameters:
โโโโ _resultType (string)
โโโโ _price (float)
โโโโ _resultPoints (float)
โโโโ _numWins (int)
โโโโ _pointsWon (float)
โโโโ _numLoss (int)
โโโโ _pointsLost (float)
f_buildResultLabel(data, labelVertical, labelOffset, long)
โโf_buildResultLabel Helper function to construct an Exit label for display on the chart
โโParameters:
โโโโ data (backtesterData)
โโโโ labelVertical (bool)
โโโโ labelOffset (int)
โโโโ long (bool)
f_updateTrailingStop(_entryPrice, _curPrice, _sl, _tp, trailingStopActivationInput, trailingStopOffsetInput, useTrailingStopToBreakEven)
โโf_updateTrailingStop Helper function to advance the trailing stop as price action dictates
โโParameters:
โโโโ _entryPrice (float)
โโโโ _curPrice (float)
โโโโ _sl (float)
โโโโ _tp (float)
โโโโ trailingStopActivationInput (float)
โโโโ trailingStopOffsetInput (float)
โโโโ useTrailingStopToBreakEven (bool)
โโReturns: Updated stop loss for current price action
f_enterShort(data, entryPrice, fixedStopLoss)
โโf_enterShort Helper function to enter a short and collect data necessary for tracking the trade entry
โโParameters:
โโโโ data (backtesterData)
โโโโ entryPrice (float)
โโโโ fixedStopLoss (float)
โโReturns: Updated backtest data
f_enterLong(data, entryPrice, fixedStopLoss)
โโf_enterLong Helper function to enter a long and collect data necessary for tracking the trade entry
โโParameters:
โโโโ data (backtesterData)
โโโโ entryPrice (float)
โโโโ fixedStopLoss (float)
โโReturns: Updated backtest data
f_exitTrade(data)
โโf_enterLong Helper function to exit a trade and update/reset tracking data
โโParameters:
โโโโ data (backtesterData)
โโReturns: Updated backtest data
f_checkTradeConditionForExit(data, condition, curPrice, enableRealTime)
โโf_checkTradeConditionForExit Helper function to determine if provided condition indicates an exit
โโParameters:
โโโโ data (backtesterData)
โโโโ condition (bool) : When true trade will exit
โโโโ curPrice (float)
โโโโ enableRealTime (bool) : When true trade will evaluate if barstate is relatime or barstate is confirmed; otherwise just checks on is confirmed
โโReturns: Updated backtest data
f_checkTrade(data, curPrice, curLow, curHigh, enableRealTime)
โโf_checkTrade Helper function to determine if current price action dictates stop loss or take profit exit
โโParameters:
โโโโ data (backtesterData)
โโโโ curPrice (float)
โโโโ curLow (float)
โโโโ curHigh (float)
โโโโ enableRealTime (bool) : When true trade will evaluate if barstate is relatime or barstate is confirmed; otherwise just checks on is confirmed
โโReturns: Updated backtest data
f_fillCell(_table, _column, _row, _title, _value, _bgcolor, _txtcolor, _text_size)
โโf_fillCell Helper function to construct result table cells
โโParameters:
โโโโ _table (table)
โโโโ _column (int)
โโโโ _row (int)
โโโโ _title (string)
โโโโ _value (string)
โโโโ _bgcolor (color)
โโโโ _txtcolor (color)
โโโโ _text_size (string)
โโReturns: Table cell
f_prepareStatsTable(data, drawTesterSummary, drawTesterDetails, summaryTableTextSize, detailsTableTextSize, displayRowZero, summaryTableLocation, detailsTableLocation)
โโf_fillCell Helper function to populate result table
โโParameters:
โโโโ data (backtesterData)
โโโโ drawTesterSummary (bool)
โโโโ drawTesterDetails (bool)
โโโโ summaryTableTextSize (string)
โโโโ detailsTableTextSize (string)
โโโโ displayRowZero (bool)
โโโโ summaryTableLocation (string)
โโโโ detailsTableLocation (string)
โโReturns: Updated backtest data
backtesterData
โโbacktesterData - container for backtest performance metrics
โโFields:
โโโโ tradesArray (array) : Array of strings with entries for each individual trade and its results
โโโโ pointsBalance (series float) : Running sum of backtest points won/loss results
โโโโ drawDown (series float) : Running sum of backtest total draw down points
โโโโ maxDrawDown (series float) : Running sum of backtest total draw down points
โโโโ maxRunup (series float) : Running sum of max points won over the backtest
โโโโ numWins (series int) : Number of wins of current backtes set
โโโโ numLoss (series int) : Number of losses of current backtes set
โโโโ pointsWon (series float) : Running sum of points won to date
โโโโ pointsLost (series float) : Running sum of points lost to date
โโโโ entrySide (series string) : Current entry long/short
โโโโ tradeActive (series bool) : Indicates if a trade is currently active
โโโโ tradeComplete (series bool) : Indicates if a trade just exited (due to stop loss or take profit)
โโโโ entryPrice (series float) : Current trade entry price
โโโโ entryTime (series int) : Current trade entry time
โโโโ sl (series float) : Current trade stop loss
โโโโ tp (series float) : Current trade take profit
โโโโ defaultStopLoss (series float) : Default trade stop loss to apply
โโโโ defaultTakeProfit (series float) : Default trade take profit to apply
โโโโ useTrailingStop (series bool) : Trailing stop enabled
โโโโ useTrailingStopToBreakEven (series bool) : When trailing stop active, trailing stop will increase no further than the entry price
โโโโ trailingStopActivation (series int) : When trailing stop active, trailing will begin once price exceeds base stop loss by this number of points
โโโโ trailingStopOffset (series int) : When trailing stop active, it will trail the max price achieved by this number of points
โโโโ resultType (series string) : Current trade won/lost
โโโโ exitPrice (series float) : Current trade exit price
โโโโ resultPoints (series float) : Current trade points won/lost
โโโโ summaryTable (series table) : Table to deisplay summary info
โโโโ tradesTable (series table) : Table to display per trade info






















