Scalping RSI Mejorado (1m y 5m con ATR y EMA)Actualizacion de Indicador de compra y Venta Con temporalidad De 1min & 5Min
-Julio- Mr Everything
Candlestick analysis
ATH & 52 Wk High (Dem)All Time High & 52 week High indicator.
Simple script to indicate if a stock is at a 52 week high (yellow square)
or at an All Time High (yellow diamond)
Indicates based on the closing price of the current candle.
Multi-Indicator Strategykkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
dgdsfg
fgdf
gfgfg
fgf
g
fgfgfg
SCCThis script combines Trendlines, Vector Candles and EMAs with specific alerts for when Vectors and the 50EMA cross.
Cumulative daily candle size in %Dieses Skript gibt die kumulierte Volatilität an. Es ist geeignet für Range trading.
OHLC 0.5 @SplintsThis indicator provides a dynamic visualization of OHLC levels, allowing traders to analyze price action across multiple candles with enhanced clarity. It features customizable options for timeframe selection, candle count, and mid-level calculations (High/Low 50% and Open/Close 50%). The script utilizes gradient-based coloring for a clear distinction between levels and supports dynamic extension for better visibility.
Key Features:
Displays Open, High, Low, and Close levels with adjustable extension lengths
Supports mid-level calculations for enhanced trade decision-making
Gradient coloring for improved visual clarity across multiple candles
Configurable labels for quick reference to key price points
Efficient object management using arrays for optimized performance
Perfect for traders seeking structured insights into candle dynamics and session-based analysis.
GCM Centre Line Candle MarkerGCM Centre Line Candle Marker (GCM-CLCM) - Descriptive Notes
Indicator Overview:
The "GCM Centre Line Candle Marker" is a versatile TradingView overlay indicator designed to enhance chart analysis by drawing short horizontal lines at user-defined "centre" points of candles. These lines provide a quick visual reference to key price levels within each candle, such as midpoints, open, close, or typical prices. The indicator offers extensive customization for line appearance, positioning, and conditional display, including an option to highlight only bullish engulfing patterns.
Key Features:
1. Customizable Line Position:
o Users can choose from various methods to calculate the "centre" price for the line:
(High + Low) / 2 (Default)
(Open + Close) / 2
Close
Open
(Open + High + Low + Close) / 4 (HLCO/4)
(Open + High + Close) / 3 (Typical Price HLC/3 variation)
(Open + Close + Low) / 3 (Typical Price OCL/3 variation)
2. Line Appearance Customization:
o Visibility: Toggle lines on/off.
o Style: Solid, dotted, or dashed lines.
o Width: Adjustable line thickness (1 to 5).
o Length: Defines how many candles forward the line extends (1 to 10).
o Color: Lines are colored based on candle type (bullish/bearish), with user-selectable base colors.
o Dynamic Opacity: Line opacity is dynamically adjusted based on the candle's size relative to recent candles. Larger candles produce more opaque lines (up to the user-defined maximum opacity), while smaller candles result in more transparent lines. This helps significant candles stand out.
3. Price Labels:
o Show Labels: Option to display price labels at the end of each center line.
o Label Background Color: Customizable.
o Dynamic Text Color: Label text color can change based on the movement of the center price:
Green: Current center price is higher than the previous.
Red: Current center price is lower than the previous.
Gray: No change or first label.
o Static Text Color: Alternatively, a fixed color can be used for all labels.
4. Conditional Drawing - Bullish Engulfing Filter:
o Users can enable an option to Only Show Bullish Engulfing Candles. When active, center lines will only be drawn for candles that meet bullish engulfing criteria (current bull candle's body engulfs the previous bear candle's body).
5. Performance Management:
o Max Lines to Show: Limits the number of historical lines displayed on the chart to maintain clarity and performance. Older lines are automatically removed as new ones are drawn.
6. Alert Condition:
o Includes a built-in alert: Big Bullish Candle. This alert triggers when a bullish candle's range (high - low) is greater than the 20-period simple moving average (SMA) of candle ranges.
How It Works:
• For each new candle, the script calculates the "center" price based on the user's Line Position selection.
• If showLines is enabled and (if applicable) the bullish engulfing condition is met, a new line is drawn from the current candle's bar_index at the calculated _center price, extending lineLength candles forward.
• The line's color is determined by whether the candle is bullish (close > open) or bearish (close < open).
• Opacity is calculated dynamically: scaledOpacity = int((100 - maxUserOpacity) * (1 - dynamicFactor) + maxUserOpacity), where dynamicFactor is candleSize / maxSize (current candle size relative to the max size in the last 20 candles). This means maxUserOpacity is the least transparent the line will be (for the largest candles), and smaller candles will have lines approaching full transparency.
• Optional price labels are added at the end of these lines.
• The script manages an array of drawn lines, removing the oldest ones if the maxLines limit is exceeded.
Potential Use Cases:
• Visualizing Intra-Candle Levels: Quickly see midpoints or other key price points without manual drawing.
• Short-Term Reference Points: The extended lines can act as very short-term dynamic support/resistance or points of interest.
• Pattern Recognition: Highlight bullish engulfing patterns or simply emphasize candles based on their calculated center.
• Volatility Indication: The dynamic opacity can subtly indicate periods of larger or smaller candle ranges.
• Confirmation Tool: Use in conjunction with other indicators or trading strategies.
User Input Groups:
• Line Settings: Controls all aspects of the line's appearance and calculation.
• Label Settings: Manages the display and appearance of price labels.
• Other Settings: Contains options for line management and conditional filtering (like Bullish Engulfing).
This indicator provides a clean and customizable way to mark significant price levels within candles, aiding traders in their technical analysis.
multi-tf standard devs [keypoems]Multi-Timeframe Standard Deviations Levels
A visual map of “how far is too far” across any three higher time-frames.
1. What it does
This script plots dynamic price “rails” built from standard deviation (StDev)—the same math that underpins the bell curve—on up to three higher-time-frames (HTFs) at once.
• It measures the volatility of intraday open-to-close increments, reaching back as far as 5000 bars (≈ 20 years on daily data).
• Each HTF can be extended to the next session or truncated at session close for tidy dashboards.
• Lines can be mirrored so you see symmetric positive/negative bands, and optional background fills shade the “probability cone.”
Because ≈ 68 % of moves live inside ±1 StDev, ≈ 95 % inside ±2, and ≈ 99.7 % inside ±3, the plot instantly shows when price is statistically stretched or compressed.
3. Key settings
Higher Time-Frame #1-3 Turn each HTF on/off, pick the interval (anything from 1 min to 1 year), and decide whether lines should extend into the next period.
Show levels for last X days Keep your chart clean by limiting how many historical sessions are displayed (1-50).
Based on last X periods Length of the StDev sample. Long look-backs (e.g. 5 000) iron-out day-to-day noise; short look-backs make the bands flex with recent volatility.
Fib Settings Toggle each multiple, line thickness/style/colour, label size, whether to print the numeric level, the live price, the HTF label, and whether to tint the background (choose your own opacity).
4. Under-the-hood notes
StDev is calculated on (close – open) / open rather than absolute prices, making the band width scale-agnostic.
Watch for tests of ±1:
Momentum traders ride the breakout with a target at the next band.
Mean-reversion traders wait for the first stall candle and trade back to zero line or VWAP.
Bottom line: Multi-Timeframe Standard-Deviations turns raw volatility math into an intuitive “price terrain map,” helping you instantly judge whether a move is ordinary, stretched, or extreme—across the time-frames that matter to you.
Original code by fadizeidan and stats by NQStats's ProbableChris.
Swing High/Low by %REnglish Description
Swing High/Low by %R
This indicator identifies potential swing high and swing low points by combining William %R overbought/oversold turning points with classic swing price structures.
Swing High: Detected when William %R turns down from overbought territory and the price forms a local high (higher than both neighboring bars).
Swing Low: Detected when William %R turns up from oversold territory and the price forms a local low (lower than both neighboring bars).
This tool is designed to help traders spot possible market reversals and better time their entries and exits.
Customizable parameters:
Williams %R period
Overbought & Oversold thresholds
The indicator plots clear signals above/below price bars for easy visualization.
For educational purposes. Please use with proper risk management!
คำอธิบายภาษาไทย
Swing High/Low by %R
อินดิเคเตอร์นี้ใช้ระบุจุด Swing High และ Swing Low ที่มีโอกาสเป็นจุดกลับตัวของตลาด โดยอาศัยสัญญาณจาก William %R ที่พลิกกลับตัวบริเวณ overbought/oversold ร่วมกับโครงสร้างราคาแบบ swing
Swing High: เกิดเมื่อ William %R พลิกกลับลงจากเขต Overbought และราคาแท่งกลางสูงกว่าทั้งสองแท่งข้างเคียง
Swing Low: เกิดเมื่อ William %R พลิกกลับขึ้นจากเขต Oversold และราคาแท่งกลางต่ำกว่าทั้งสองแท่งข้างเคียง
ช่วยให้เทรดเดอร์สามารถมองเห็นโอกาสในการกลับตัวของราคา และใช้ประกอบการวางแผนจังหวะเข้าหรือออกจากตลาดได้อย่างแม่นยำมากขึ้น
ตั้งค่าได้:
ระยะเวลา Williams %R
ค่าขอบเขต Overbought & Oversold
อินดิเคเตอร์จะแสดงสัญลักษณ์อย่างชัดเจนบนกราฟเพื่อความสะดวกในการใช้งาน
ควรใช้ร่วมกับการบริหารความเสี่ยง
1-Hour VWAP (Custom)If you're using a 5-minute chart, 1-hour VWAP = last 12 bars.
On a 1-minute chart, set barsInHour = 60.
Scalping RSI 1 Min con TP/SL y Salidasescalping con temporalidad de 1 minuto creada por Mr everything
Largest Bullish/Bearish Candle with Fibonacci (Single)Prints largest candle over lookback period with fibs and boxes out
Color Candle StrategyI provided. This strategy is color-based and is designed for momentum trading across any timeframe, especially the 1-minute, 5-minute, and 15-minute charts.
🧠 Strategy Overview: “Color Candle Strategy”
This is a visual, momentum-based price action system that uses color-coded candles to identify short-term directional trades. The core logic relies on specific color transitions, primarily:
Yellow candles act as signal candles
Green or Red candles act as entry confirmations
Blue candles serve as early exit warnings
📈 Core Strategy Rules
✅ BUY ENTRY
Enter a long (BUY) position when:
A Green candle closes immediately after a Yellow candle
This implies bullish continuation after a neutral/consolidation candle
📌 SELL ENTRY
Enter a short (SELL) position when:
A Red candle closes immediately after a Yellow candle
This implies bearish continuation after a pause
🎯 TARGET / EXIT
Exit the trade (full close) when:
A Yellow candle or an opposite-colored candle appears and closes
For BUY: exit on Yellow or Red close
For SELL: exit on Yellow or Green close
🏃♂️ EARLY EXIT (Optional)
If enabled via input checkbox:
Exit early if a Blue candle closes
Used to protect gains or avoid reversals
🛡️ STOP LOSS
Stop-loss is placed based on the recent candle structure:
For BUY: SL is below the lower of Yellow or Green candle
For SELL: SL is above the higher of Yellow or Red candle
🧩 Indicator Logic (in the Script)
The script simulates colored candles using placeholder logic:
Candle Simulated Condition Purpose
Yellow Close > Open and previous close < open Signal candle (pause or setup)
Green Close > Open and close > previous high Bullish entry confirmation
Red Close < Open and close < previous low Bearish entry confirmation
Blue Close < Open and volume spike Early exit or reversal warning
You can replace these conditions with actual values from a custom indicator if you're using a proprietary candle coloring system.
WESTER 9.0Best Version to date (5/2025)
Homemade indicator that tracks price action the way I see it.
When price is in the “zone” look for continuation in that zone.
Color Crosses lead to same color diamonds.
Bars are colored to indicate zone.
GLTA
Breakout Liquidez + Volume + Candle ForçaThe day trading strategy is primarily based on the concept of liquidity breakout with flow confirmation, which is a widely used approach by institutional traders, prop traders, and automated algorithms in the financial market. The focus is on identifying points on the chart where there is a concentration of orders—called liquidity zones—which generally correspond to previous highs and lows, relevant levels such as VWAP, and structures like order blocks.
The trader waits for the breakout of these liquidity zones, that is, when the price surpasses these important levels, signaling a possible continuation of the movement. However, a simple breakout is not enough for entry, as it can generate many false signals. Therefore, confirmation of the strength of the movement is done through traded volume, looking for volume above average or a positive delta (more buying than selling), which indicates that institutional participants are effectively supporting the move.
After volume confirmation, the strategy provides for entry into the trade, which can be immediate or after a retest of the broken level, serving as an additional validation of the breakout's strength. The stop loss is always placed close to the entry point, generally below the broken zone in case of a buy, or above it in case of a sell, to limit losses and protect capital. The trade target is defined based on a minimum risk-reward ratio of 1:2 or higher, aiming for the expected profit to be at least twice the assumed risk.
To improve accuracy, the strategy may incorporate additional filters, such as analyzing the medium-term trend (for example, a 200-period exponential moving average), to preferably trade in the direction of the dominant trend, reducing exposure to counter-trend moves which tend to have a higher chance of failure. It is also possible to adjust volume criteria, requiring the confirmation candle's volume to be significantly higher than average to reinforce the validity of the signal.
Additionally, the use of complementary indicators such as strength candles (engulfing, marubozu) and fair value gaps helps to identify points where the market may be absorbing opposing orders or where there is an imbalance between supply and demand, enhancing entry and exit points.
Overall, this strategy focuses on trading assets with good liquidity and works across various markets such as mini index and dollar contracts, liquid stocks, and even cryptocurrencies. It favors a visual and statistical approach based on the real behavior of major market players, and is easily automatable on platforms like TradingView, allowing the generation of alerts, entry and exit arrows, and automatic calculation of stop loss and targets.
In short, the strategy aims to maximize the profit factor by combining careful and confirmed entries, strict risk management, and preferential trading in the direction of the trend, seeking a balance between a high win rate and protection against excessive losses.
NOTE: Use this strategy on the WDO asset with a 1-minute timeframe and on WIN with a 2-minute timeframe.
Multi-Indicator Strategy with Entry & ExitYour **Multi-Indicator Strategy** is designed to identify **optimal entry and exit points** using multiple technical indicators. Here’s a breakdown of how it works:
### **Strategy Components**
1. **Trend Identification**
- Uses **Exponential Moving Averages (EMA 5 & EMA 20)** to detect bullish or bearish trends.
- A **bullish crossover** (EMA 5 crossing above EMA 20) signals a buying opportunity.
- A **bearish crossunder** (EMA 5 crossing below EMA 20) indicates a selling opportunity.
2. **Momentum & Strength Confirmation**
- **Relative Strength Index (RSI)** ensures price is above **50** for buy signals and below **50** for sell signals.
- **MACD (Moving Average Convergence Divergence)** confirms momentum direction when MACD crosses above the signal line for buys and below for sells.
3. **Volatility & Price Range Analysis**
- **Bollinger Bands** help identify support and resistance zones. Buy when price is near the **lower band**, and sell when price is near the **upper band**.
- **Supertrend Indicator** confirms the general trend direction (**1 for bullish, -1 for bearish**).
4. **Fair Value & Market Sentiment**
- **VWAP (Volume Weighted Average Price)** tracks institutional activity to ensure entries align with market strength.
### **Entry & Exit Rules**
- **Buy Condition:**
✔ EMA 5 crosses above EMA 20
✔ RSI > 50
✔ MACD is bullish
✔ Price near **Bollinger Lower Band**
✔ Supertrend confirms uptrend
- **Sell Condition:**
✔ EMA 5 crosses below EMA 20
✔ RSI < 50
✔ MACD is bearish
✔ Price near **Bollinger Upper Band**
✔ Supertrend confirms downtrend
### **Risk Management**
- **Stop Loss** at **0.5%** below entry price to limit risk.
- **Take Profit** at **1%** above entry price for controlled gains.
This strategy aims for **high probability trades** by combining **trend, momentum, volatility, and institutional activity** into one framework.
Would you like help refining the settings for a specific asset or timeframe? 🚀
Reversal Momentum Bot FIXED - 10% Equitythe one its a reversal trend indicator best on 30 mins has a trailing stop uses yesterdays high low for liquidity
15-Min ORB Strategy with TP/SL
🔧 How It Works
Opening Range Defined
At market open, it tracks the first 15-minute candle.
The high and low of that candle form the Opening Range.
Breakout Detection
A Buy Signal is triggered when price closes above the ORB high (with confirmation).
A Sell Signal is triggered when price closes below the ORB low.
Trade Management
On a confirmed breakout, the script:
Records the entry price.
Calculates Take Profit (TP) and Stop Loss (SL) using user-defined multipliers of the ORB range.
Positions are exited when either TP or SL is hit.
State Tracking
It tracks whether you're in a trade and whether it’s a long or short.
Once exited, the trade resets and waits for a new signal the next session.
📌 Visual Elements
Green line: ORB High
Red line: ORB Low
Blue line: Active Take Profit (if in trade)
Orange line: Active Stop Loss (if in trade)
Buy/Sell Labels: Signal markers below/above candles for clear entry visibility
⚙️ Customizable Inputs
Take Profit Multiplier (default 1.5× ORB range)
Stop Loss Multiplier (default 1.0× ORB range)
Session Start/End time for ORB definition
✅ Ideal For:
Traders who want clean, rule-based signals with no indicators
Quick intraday setups using price action only
Adaptation to almost any liquid market (just adjust session times)
Sniper SweepsPurpose
Detect when price sweeps above recent highs (buy-side liquidity) or below recent lows (sell-side liquidity), but closes back inside the range. This is often interpreted as a stop-hunt or liquidity grab by institutional traders.
Core Concepts
Liquidity Sweep: When price briefly breaks a recent swing high/low (potentially triggering stop losses), but then closes back within the previous range.
Buy-side Sweep: Price breaks a previous high, but closes below it.
Sell-side Sweep: Price breaks a previous low, but closes above it.
Summary
This indicator is useful for:
Identifying potential stop-hunts or liquidity grabs.
Recognizing SMC trade setups around swept highs/lows.
Getting alerted when significant liquidity levels are manipulated.
Consecutive Candle CounterConsecutive Condition Counter is a versatile indicator that tracks and visualizes consecutive candles based on user-defined market conditions. It helps traders quickly identify streaks of bullish or bearish signals by counting how many bars in a row satisfy the selected condition.
🔍 Features:
Three selectable conditions via a dropdown:
Up & Down Days: Counts consecutive up or down candles. Each up candle adds +1, each down candle subtracts -1. The counter resets when direction changes.
RSI Signal: Counts how many consecutive bars RSI remains above 70 (+1 per bar) or below 30 (-1 per bar). Resets when RSI moves back to the neutral zone.
SMA Positioning: Counts consecutive bars where price stays above (+1) or below (-1) a Simple Moving Average (SMA). SMA period is user-defined.
📊 Visualization:
Positive streaks are shown in green, negative streaks in red, and neutral values in gray.
Displayed as a histogram below the chart for quick pattern recognition.
⚙️ Inputs:
Choose condition logic from the dropdown.
Configure the RSI period and SMA period as needed.
This tool can be helpful for identifying momentum streaks, overbought/oversold trends, or trend-following behavior in a visually intuitive way.
Rollover Candles 23:00-00:00 UTC+1This indicator highlights the Forex Market Rollover candles during which the spreads get very high and some 'fake price action' occurs. By marking them orange you always know you are dealing with a rollover candle and these wicks/candles usually get taken out later on because there are no orders in these candles.
Optimal settings: The rollover takes only 1 hour, so put the visibility of the indicator on the 1 hour time frame and below (or just the 1h).