週期
Asian Range x MNOR STDV°This script is an enhanced version of the "Fridays Asian Range" indicator, originally created by Toodegrees, with additional features inspired by ICT (Inner Circle Trader) concepts. It is designed to help traders identify key price levels and visualize building the daily power of three during the main trading sessions, incorporating quadrant levels to divide the range into meaningful zones for better decision-making.
Key Features
Asian and Midnight Opening Ranges:
Plots the high and low of the Asian session (7:00 PM - 12:00 AM EST) and Midnight Opening Range (12:00 AM - 12:30 AM EST).
Displays the range as a box on the chart, with customizable colors and styles.
Standard Deviation Levels:
Extends the range by plotting standard deviation levels above and below the high and low of the range.
These levels help identify potential support and resistance zones beyond the range.
Quadrant Levels (0.25, 0.50, 0.75):
Divides the range into four equal parts using horizontal lines at the 0.25, 0.50, and 0.75 levels.
These levels are inspired by ICT's concept of balance and imbalance, helping traders identify areas of value within the range.
Fully customizable: Users can choose the line color, style (Dashed, Dotted, Solid), and thickness (1-4).
Historical Sessions:
Allows users to display historical ranges for up to 20 sessions, providing context for price action over multiple days.
Timeframe Restriction:
Ensures the indicator is used on timeframes of 15 minutes or lower for optimal accuracy.
Daily (Gann Pivot)Daily Gann Pivot Indicator - Description
The **Daily (Gann Pivot) Indicator** is a custom **Pine Script** tool designed to calculate and display **Gann-based pivot levels** on a price chart. It utilizes past **high, low, and close** values to determine key support and resistance levels that traders can use for potential price movement analysis.
**Features & Functionality**
1. **Customizable Inputs:**
- Select **source type** (default: `open` price).
- Adjust **lookback period** (`Days Back` setting).
- Choose from various **timeframes** (D, 2D, 3D, weekly, monthly, etc.).
2. **Pivot & Support/Resistance Levels:**
- **Main Pivot Level** (calculated as the average of previous period's HLC).
- **Standard Support & Resistance Levels (S1, S2, S3, S4, R1, R2, R3, R4)**.
- **Intermediate Levels** based on Gann calculations (`TR1`, `TS1`, `TR2`, `TS2`).
3. **Custom Display Settings:**
- Toggle visibility for **Pivot, Support, and Resistance Levels**.
- Enable **labels** for different pivot levels with adjustable text sizes.
- Choose **line style** (Solid, Dashed, Dotted) and extension direction (Left, Right, Both, None).
4. **Dynamic Updates & Auto-Plotting:**
- Automatically updates pivot levels **daily**.
- Adjusts lines when new trading periods begin.
- Labels key price levels with **Gann angles** (e.g., 90º, 180º, 270º, 360º).
---
### **How It Works**
- The script calculates the pivot point and price range from the **previous period**.
- It derives **support and resistance levels** using Gann’s pivot theory.
- If enabled, the script **plots lines and labels** for visual clarity.
- It updates dynamically with **new bars** and adjusts lines accordingly.
---
### **Who Can Use It?**
- **Day Traders & Swing Traders** looking for precise support/resistance levels.
- **Technical Analysts** applying Gann’s methodology.
- **Price Action Traders** who use pivots for trade setups.
---
This indicator helps traders **identify critical price levels** and potential turning points in the market based on **Gann’s pivot calculations**. 🚀
TestMA-STATEOverview:
This Pine Script (version 6) is designed to generate trading events based on moving average (MA) behavior and dynamically calculated percentiles. It leverages a custom state machine library (version 7) from decrypt_capital to track and manage state transitions related to MA conditions, and it triggers alerts (and optionally, chart labels) when specific state transitions occur.
Key Components:
License & Metadata:
The script is distributed under the Mozilla Public License 2.0.
It carries copyright by decrypt_capital.
The title ("TestMA-STATE") and short title ("MA-STATE") are defined, and the script runs on an overlay with extended backtracking and drawing limits.
State Machine Integration:
The script imports the lib_statemachine_modified library (version 7) using the alias modSM.
A persistent state machine instance (MovingAverageDirection_SM) is created to manage various MA-related states.
Several state constants are defined to represent different market conditions, such as:
MA_SHORT_ABOVE_OVERBOUGHT: When the short MA low is above the overbought threshold.
MA_SHORT_CROSSUNDER_MID & MA_SHORT_CROSSUNDER_BIG: Conditions for bearish crossunders.
MA_SHORT_BELOW_OVERSOLD: When the short MA high is below the oversold threshold.
MA_SHORT_CROSSOVER_MID & MA_SHORT_CROSSOVER_BIG: Conditions for bullish crossovers.
Inputs & MA Calculation:
Users can choose the type of moving average (EMA, SMA, WMA, VWMA) and adjust lengths for short, mid, and big MAs.
Additional inputs include lookback length for percentile calculations and percentile thresholds for determining overbought and oversold boundaries.
The script computes:
Short MA Low and High: Based on the low and high series.
Mid MA and Big MA: Based on the average price (ohlc4).
Dynamic Percentile Boundaries:
Two functions (f_getPercentile() and f_getPercentileArr()) calculate dynamic percentile values from the MA data.
These functions determine the oversold and overbought boundaries used in the state transition conditions.
Timestamp & Alert Header Formatting:
A helper function (f_formatTimestamp()) formats timestamps into a human-readable form (e.g., "Tue 12 Mar 16:30").
This formatted time, along with ticker information and other details, is used to build an alert header.
State Transitions & Alerts:
The script calls the state machine’s step() method multiple times with conditions based on the relationship between MA values and the percentile boundaries.
For example:
A bullish condition is triggered when the short MA low moves above the overbought threshold.
A bearish condition is triggered when the short MA high falls below the oversold boundary.
Transitions are further refined by checking if the MA is rising or falling.
When specific state transitions occur (e.g., MA_SHORT_CROSSOVER_MID after MA_SHORT_BELOW_OVERSOLD), the script:
Checks that the transition is recent (using the barsSinceState() method).
Optionally creates a label on the chart.
Triggers an alert with a descriptive message.
Chart Plotting:
The script plots the calculated moving averages (short, mid, and optionally big) on the chart.
It also plots the dynamic percentile boundaries for visual reference.
Purpose & Usage:
Trading Signal Generation:
The primary goal is to monitor key MA conditions and trigger alerts when significant crossovers or crossunders occur. These events—such as bullish crossovers when the market recovers from oversold conditions or bearish crossunders when the market retracts from overbought conditions—can be used as trading signals.
Visualization:
Users have options to display the various moving averages and percentile boundaries directly on the chart, as well as optional labels that mark when an alert is generated.
Alerting:
When specific state transitions are detected, the script constructs and sends an alert message with a timestamp, ticker, and descriptive text, aiding traders in making timely decisions.
Ichimoku Cloud SmoothedThis smoothed version of the Ichimoku Cloud uses exponential moving averages (EMAs) of the HL2 price (average of high and low) for calculations rather than the traditional high-low calculation method. This simple modification creates a smoother, more responsive Ichimoku Cloud that reduces noise while enhancing trend identification.
ADX + RSI with Buy/Sell SignalsADX Calculation:
Measures trend strength.
If ADX > 25, it indicates a strong trend.
RSI Calculation:
Determines overbought/oversold conditions.
Buy signal: RSI crosses above 30 (exiting oversold) & ADX > 25.
Sell signal: RSI crosses below 70 (exiting overbought) & ADX > 25.
Visualization:
ADX (red line) and RSI (blue line) are plotted.
Thresholds at 25 (ADX), 30 (RSI oversold), and 70 (RSI overbought).
Background colors indicate overbought (red) and oversold (green) RSI zones.
Alerts & Buy/Sell Markers:
"B" appears when a buy condition is met.
"S" appears when a sell condition is met.
Alerts notify users of potential trade opportunities.
Hamilton's PrinciplePrinciple of Least Action (Hamilton's Principle) explains why cycloid patterns always seem to appear when building to major market moves.
Cryptogenik's Inflation-Adjusted Candles v2025Inflation-Adjusted Price Indicator by Cryptogenik
This indicator adjusts price data for inflation, allowing you to visualize how stock/asset prices would look with constant purchasing power. By using Consumer Price Index (CPI) data from FRED, it transforms nominal prices into inflation-adjusted values that reflect real-world purchasing power.
What This Indicator Does
The Inflation-Adjusted Price indicator converts traditional price charts to show what prices would be if the purchasing power of currency remained constant. This is essential for long-term analysis, as it removes the distortion caused by inflation when comparing prices across different time periods.
Key Features
Displays inflation-adjusted price candles alongside original prices
Uses official CPI data from the Federal Reserve (FRED:CPIAUCSL)
Allows easy comparison between nominal and real prices
Helps identify true price movements by filtering out the effects of inflation
Perfect for long-term investors and macroeconomic analysis
How To Use It
Apply the indicator to any chart
Green/red candles show the inflation-adjusted prices
Gray line shows the original unadjusted price
The information label displays the current CPI value
This indicator is particularly valuable for analyzing stocks, commodities, and other assets over periods of 5+ years, where inflation effects become significant. It helps answer the question: "Has this asset truly increased in value, or is the price increase just reflecting inflation?"
Technical Details
The indicator calculates adjusted prices using the formula: (price / CPI) * 100, which effectively shows prices as a percentage of current purchasing power. This approach normalizes all prices to a consistent standard, making historical comparisons more meaningful.
Cryptogenik's Inflation-Adjusted Candles v2025
Landry Proper OrderLandry Proper Order Indicator
The Landry Proper Order indicator visualizes the positioning of three moving averages (MAs) to indicate the current trend. The indicator is highly customizable, allowing users to select different types of MAs (Simple Moving Average or Exponential Moving Average) and adjust their lengths. The indicator works on the principle that when the MAs are in a specific order, it indicates a strong trend in the market.
Key Features:
Customizable Moving Averages: Users can select the type of moving averages (SMA or EMA) and set custom lengths for each of the three MAs:
MA1 (default: 10)
MA2 (default: 20)
MA3 (default: 30)
Landry Proper Order Conditions:
Uptrend (Landry Up): When the MAs are ordered in an ascending manner: MA1 > MA2 > MA3.
Downtrend (Landry Down): When the MAs are ordered in a descending manner: MA3 > MA2 > MA1.
Visual Representation:
Background Color: The background color changes based on the trend:
Green when the MAs are in an uptrend.
Red when the MAs are in a downtrend.
Yellow when there is no clear order.
MA Colors: The moving averages are color-coded based on the trend:
Fuchsia for MA1 (when in trend).
Lime for MA2 (when in trend).
Red for MA3 (when in trend).
Gray for neutral or no trend.
Cumulative Trend Counters:
Displays the cumulative number of days the trend has been active in either an uptrend or downtrend.
Shows the percentage change from the start price in either trend.
Screener Functionality:
Alerts for the new formation of uptrends or downtrends, signaling a shift in the market's structure.
Users can receive an alert when the "Landry Proper Order" is active in either direction.
Alerts:
Alerts for the detection of a new "Landry Proper Order Up" or "Landry Proper Order Down" condition.
Alerts when the "Landry Proper Order" is active in either an up or downtrend.
Vishal Strategy🔹 Summary of Strategy Logic
✅ Long Entry (Buy)
Supertrend must be Green (Bullish)
MACD Line must be Above Signal Line
Candle must Close Above SAR
The sequence does NOT matter – The trade enters as soon as all three conditions are met.
Uses 100% of capital for entry.
❌ Long Exit (Sell)
Exit only when 2 consecutive candles close below SAR (Prevents premature exits).
✅ Short Entry (Sell)
Supertrend must be Red (Bearish)
MACD Line must be Below Signal Line
Candle must Close Below SAR
The sequence does NOT matter – The trade enters as soon as all three conditions are met.
Uses 100% of capital for entry.
❌ Short Exit (Buy Cover)
Exit only when 2 consecutive candles close above SAR (Prevents false exits).
🔥 Why This Version is the Best
✅ Trade Entry Happens as Soon as All 3 Conditions Are Met, Regardless of Order.
✅ No Pyramiding – Uses Full Equity on Each Trade.
✅ Exit Logic Ensures That We Hold Winners Longer.
✅ Works in Both Bullish & Bearish Markets with Equal Logic.
50 EMA Bulls Trader Pk OfficialSimpal 50 EMA Lines to find and
follow trends easily.
Exponential Moving Average (EMA)
Polynomial Multiplication using CRTMultiplies two polynomials under different moduli
Uses modular arithmetic to store intermediate results
Applies the Chinese Remainder Theorem (CRT) to reconstruct the final polynomial product
Displays the computed value on the TradingView chart
WLI Swing High/Low advnc indicatorfor Class members
else
label.set_xy(lowMsg, bar_index, close)
label.set_text(lowMsg, "making New Low")
label.set_color(lowMsg, newSwingLowColor)
label.set_textcolor(lowMsg, color.white)
else
if not na(lowMsg)
label.delete(lowMsg)
lowMsg := na
Bux Butler IndykejtorThe indicator highlights moments when two SMMA averages intersect. A red sphere usually signals a shift in market sentiment, sometimes leading to a cyclical bear market, while in other cases indicating sideways movement and periods of low volatility. Conversely, a buy signal frequently anticipates a resurgence of optimism in the crypto market. The indicator can be utilized for building long-term BTC trading strategies based on sentiment.
VWAP - Bearish MomentumConditions in the Current Code:
Weekly Chart Conditions:
MACD Downtick → MACD line is lower than the previous bar.
RSI Below 60 → RSI on the weekly chart is below 60.
(Both conditions must be met for the hourly conditions to be checked.)
Hourly Chart Conditions for Red Signal (Bearish Signal):
Price Below VWAP → Price is closing below the VWAP.
Price Below 50 EMA → Price is closing below the 50 EMA.
-DI above +DI → Ensures a negative trend.
RSI Below 60 → RSI must be below 60.
Price Crossing Below 50 EMA & VWAP from Above → Ensures red signal when price moves below these levels.
✔ A new red signal appears when all conditions are met, but only once per trend.
✔ No intermediate red signals between a red-green signal pair.
Green Signal (Trend Reversal) on Hourly Chart:
HA Candle is Green → Heikin-Ashi candle must be green.
HA Candle Closes Above VWAP → The green Heikin-Ashi candle must close above VWAP.
✔ Green signal appears only after a red signal has been triggered.
✔ No new red signals appear between a red-green signal pair.
TTM Squeeze Pro Pine ScreenerThis script is extension of TTM Squeeze Pro originally published by Beardy_Fred to scan conditions of TTM Squeeze and moving averages alignment on pine screener.
Overview:
This indicator combines the classic TTM Squeeze methodology with a robust set of Exponential Moving Averages (EMAs) and advanced scanning capabilities. Designed for traders who want to monitor momentum, squeeze conditions, and trend alignments simultaneously, it provides a comprehensive toolkit for technical analysis.
Key Features:
1. **TTM Squeeze Logic**:
- Uses Bollinger Bands and Keltner Channels to identify four squeeze states: No Squeeze (Green), Low Squeeze (Black), Mid Squeeze (Red), and High Squeeze (Orange).
- Plots squeeze dots and a momentum histogram in a lower pane for easy visualization.
2. **Exponential Moving Averages (EMAs)**:
- Overlays 7 EMAs on the price chart: 8, 21, 34, 55, 89, 144, and 233.
- Trend-based coloring: Rising EMAs in bright shades (e.g., Lime, Yellow, Fuchsia), falling in darker shades (e.g., Green, Orange, Red).
3. **Scan Alerts**:
- Transition Alerts: Squeeze Started, High Squeeze Started, Squeeze Fired, High Squeeze Fired, plus individual Low/Mid/No Squeeze Fired events.
- EMA Alignment Alerts: EMA 8>21, EMA 34>55>89, and EMA 89>144>233 for spotting bullish trends.
- State Alerts: Current squeeze condition (No, Low, Mid, High).
4. **Scan Columns (Data Window)**:
- Days since last No, Low, Mid, High Squeeze, and High Squeeze Fired.
- Percentage distance from the 52-week low (% From 52wk Low).
Usage:
- **Chart**: Apply to any symbol to see squeeze states, momentum, and EMAs in action.
- **Alerts**: Set up alerts for squeeze transitions, firings, or EMA alignments to catch key moments.
- **Watchlist**: Use scan columns in a watchlist (Premium feature) to monitor multiple symbols.
- **Customization**: Adjust squeeze length and multipliers via inputs to suit your trading style.
Inputs:
- TTM Squeeze Length (default: 20)
- Bollinger Band STD Multiplier (default: 2.0)
- Keltner Channel Multipliers: High (1.0), Mid (1.5), Low (2.0)
- Alert Toggles: Price Action Squeeze, Squeeze Firing
Notes:
- Optimized for daily charts (252 bars ≈ 52 weeks), but works on any timeframe—interpret "days" as bars.
- Colors are TradingView-standard and distinct for clarity.
Enjoy trading with this all-in-one squeeze and trend tool!
12AM & 12PM Markers Nigeria Time (500 bars)
Features:
✔️ Marks 12 AM (midnight) with a black dotted line for daily cycle tracking.
✔️ Marks 12 PM (noon) with a red dotted line for mid-day liquidity shifts.
✔️ Auto-adjusts to Nigeria Time (UTC+1) regardless of broker time.
✔️ Keeps lines on the chart for a set number of bars before auto-cleaning.
Use Cases:
✅ Helps traders track daily open-close cycles.
✅ Useful for analyzing liquidity grabs and time-based market structure shifts.
✅ Ideal for traders using time-based models in forex, stocks, and crypto.
Hourly Cycle High/Low by Brijqug [ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocbocqug[ubuocboc
Open & Close PriceShows open and closing price; controls for extensions. Toggles for visibility.
Shades opening day gap, controls for extensions. Toggles for visibility.
Does not work for hourly or above as opening price is set to 9:30 am eastern which does not appear on the axis for hourly or above. And I'm not a coder.
But for sub hourly charts - it's an easy tool I've been looking for for a while just for myself.
It's imperfect; but sharing for anyone that was looking for something similar.
VWAP - Bearish MomentumConditions in the Current Code:
Weekly Chart Conditions:
MACD Downtick → MACD line is lower than the previous bar.
RSI Below 60 → RSI on the weekly chart is below 60.
(Both conditions must be met for the hourly conditions to be checked.)
Hourly Chart Conditions for Red Signal (Bearish Signal):
Price Below VWAP → Price is closing below the VWAP.
Price Below 50 EMA → Price is closing below the 50 EMA.
-DI above +DI → Ensures a negative trend.
RSI Below 60 → RSI must be below 60.
Price Crossing Below 50 EMA & VWAP from Above → Ensures red signal when price moves below these levels.
✔ A new red signal appears when all conditions are met, but only once per trend.
✔ No intermediate red signals between a red-green signal pair.
Green Signal (Trend Reversal) on Hourly Chart:
HA Candle is Green → Heikin-Ashi candle must be green.
HA Candle Closes Above VWAP → The green Heikin-Ashi candle must close above VWAP.
✔ Green signal appears only after a red signal has been triggered.
✔ No new red signals appear between a red-green signal pair.
Trend Following H4 + Pullback M15suivre trand de 4h et attendre pullback vers cette tendance en 15 minutes
ICT CCI ABC Signals EnhancedLa estrategia "ICT CCI ABC Signals Enhanced" es un indicador técnico diseñado para TradingView que combina conceptos inspirados en el enfoque ICT (Inner Circle Trader) con herramientas clásicas como el CCI (Commodity Channel Index) y un patrón correctivo ABC. Utiliza una media móvil exponencial (EMA) como filtro de tendencia para identificar oportunidades de compra y venta en el mercado. Este indicador está optimizado para Pine Script v6 y busca capturar reversiones o continuaciones de tendencia en puntos clave del precio.