Persian expert traderWhat does this indicator provide me with?
Calculation of the average daily range over the past X days
Display of the total size of the previous day's candle
Percentage of the current candle’s size relative to the average range of the past X days
Display of how much the market has moved during the day
Comparison of daily movement to the average movement over the past X days
Display of the Exponential Moving Average (EMA) and its slope to detect ranging or trending conditions
Identification of candles with strong bodies and good closes, whose size falls within an acceptable range relative to the average daily range
این اندیکاتور چه امکاناتی را در اختیار من قرار میدهد؟
محاسبه میانگین رنج روزانه طی X روز گذشته
نمایش اندازه کامل کندل روز گذشته
محاسبه درصد اندازه کندل نسبت به میانگین رنج X روز گذشته
نمایش میزان حرکت بازار در طول روز
مقایسه حرکت روزانه با میانگین حرکت در X روز گذشته
نمایش میانگین متحرک نمایی (EMA) و شیب آن برای تشخیص حالت رنج یا ترند
شناسایی کندلهایی با بدنه قوی و کلوز مناسب، که اندازه آنها نسبت به میانگین رنج روزانه در محدوده قابل قبول قرار دارد
Ciclos
Shan Alerts v6This indicator appears to be a volatility-based trailing stop system that generates buy and sell signals. It uses ATR (Average True Range) to determine stop levels and can work with either regular price data or Heikin-Ashi candles.
Strengths
ATR-Based Stops: The use of ATR makes the stops adaptive to market volatility, which is generally better than fixed percentage stops.
Heikin-Ashi Option: The ability to use Heikin-Ashi candles can help filter out some market noise, potentially reducing false signals.
Visual Clarity: The indicator provides clear visual signals with colored bars and buy/sell labels.
Alert Functionality: The built-in alert conditions make it practical for real-world trading.
Sahid Strategy v2This script identifies potential buy/sell signals using:
Pivot Points - Detects swing highs/lows (price reversals)
Confirmation Filters - Reduces false signals using:
RSI (momentum)
Moving Average (trend direction)
Optional MACD (trend confirmation)
Key Features
Signal Type Trigger Conditions
BUY - Price makes a swing low (pivot)
Copy
- RSI ≤ 30 (oversold)
- Price above trend MA
- MACD bullish (optional) |
| SELL | - Price makes a swing high (pivot)
- RSI ≥ 70 (overbought)
- Price below trend MA
- MACD bearish (optional) |
Visual Signals
Green "BUY" labels below price bars
Red "SELL" labels above price bars
Purple trend line (20-period EMA/SMA)
Orange/blue circles showing raw pivot points
Optional Tools
Debug Table (top-right): Shows real-time:
RSI value
Price vs MA position
MACD status
Alerts - Triggers audible/visual notifications
Customization
Adjust in settings:
Pivot sensitivity (left/right bars)
RSI levels (30/70 by default)
MA type/length (20-period EMA/SMA)
Toggle MACD filter on/off
Best For: Swing trading in trending markets (1H-4H timeframes). Signals appear faster than classic pivot strategies but still require confirmation from other analysis tools.
Omid's BPAWhat does this indicator provide me with?
Candle count
Exponential Moving Average (EMA)
Breakout from structure
Gaps between candles
Display of order blocks (not effective for price action)
Opening gap of the day
Key daily, weekly, and monthly levels
Inside bars and outside bars
این اندیکاتور چه امکاناتی را در اختیار من قرار میدهد؟
شمارش کندلها
میانگین متحرک نمایی (EMA)
تشخیص بریکاوت از ساختار
شناسایی گپها بین کندلها
نمایش اردربلاکها (بدون کارایی برای پرایس اکشن)
گپ ابتدای روز
نمایش سطوح کلیدی روزانه، هفتگی و ماهانه
شناسایی کندلهای اینساید بار و اوتساید بار
J Weighted Average Price📘 How to Use the OBV VWAP Reentry Signal Effectively
This indicator plots a VWAP based on OBV (On-Balance Volume), along with dynamic bands to identify overbought and oversold conditions in volume flow.
🔺 Red Triangle Up: Appears when OBV crosses back below the upper band → Potential reversal from overbought → Watch for short opportunities.
🔻 Blue Triangle Down: Appears when OBV crosses back above the lower band → Potential reversal from oversold → Watch for long opportunities.
📌 Tip: Use these signals in confluence with price action or trend confirmation to filter false signals. For example:
Enter short after a reentry from upper band and a lower high in price.
Enter long after a reentry from lower band and a bullish candle structure.
This setup helps you catch mean reversion moves based on volume flow, not just price.
Bullish/Bearish Reversal Bars Indicator [ik]To address the issue where the labels (BULL and BEAR) were not appearing, the following corrections and improvements have been made to the Pine Script code:
Corrected the Money Flow Index (MFI) Calculation: The original MFI calculation was incorrect. It has been replaced with the standard MFI formula using the typical price and Wilder's moving average (RMA).
Fixed AO Conditions: The conditions involving the Awesome Oscillator (AO) were reversed. Bullish reversal now requires AO to be rising (diff > 0), and bearish reversal requires AO to be falling (diff < 0).
Adjusted Label Management: Ensured labels are only removed when invalidation conditions are met, preventing premature deletion.
Weekly Levels Prep (Smart Weekly Candle)This script draws key weekly levels based on the most recent completed weekly candle (Monday–Friday). It automatically calculates and plots:
✅ Weekly High & Low
✅ Midpoint (50% level)
✅ Extension levels above and below
All levels are dynamically updated every new week and are visually marked with clean color-coded horizontal lines. Price values are shown near the price axis for clear visibility across all timeframes.
Great for:
Weekly preparation
Swing trading setups
Mean reversion and range breakouts
🔄 Works on all timeframes
🔍 Lightweight and non-intrusive
Built by a trader, for traders. 💼📈
19 hours ago
Release Notes
📊 Weekly Levels Prep (Smart Weekly Candle)
This indicator highlights key weekly levels to help you prepare for the upcoming trading week with clarity and structure.
✅ Features:
Draws the most recent completed weekly candle's High, Low, Mid (50%), and two extension levels (Top & Down).
Adds a second set of levels (dotted gray lines) from the previous week's candle, helping you track historical reactions.
All levels are clearly labeled and positioned dynamically to stay readable.
New York trading session is visually highlighted with optional background shading and label.
Perfect for swing traders, intraday setups, and weekly analysis.
Adapted for any timeframe and includes weekend logic for accurate preparation.
[icreature] Various types of MA with Auto-coloured and LabelsHi all,
This MA includes multiple types for you to choose from, with automatic color changes to indicate bullish or bearish trends. It also comes with labels, so you won’t have to remember which MA periods or timeframe you’ve set. Enjoy!
XLevel% PULL BACKThis is simple pull back indicator plotted to your chart . 10% - 70% and it will alert you when price is crossing from those levels.
JACK Pivot Breakout StrategyThis script is quite robust and includes comprehensive logic for pivot breakouts, EMA analysis, and support/resistance breaks.
Apply this script to TradingView or similar charting platforms to visualize pivot points, EMAs, and support/resistance lines.
Adjust the parameters (slPips, tpPips, etc.) to suit your trading style and risk tolerance.
Monitor the generated alerts for actionable trading opportunities.
Daily Open Levels (Custom Pips)Daily Open Levels Indicator
Overview: The Daily Open Levels indicator is a simple but powerful tool designed for intraday traders who focus on the daily open price and pip-based levels for decision-making. This indicator helps you visualize key price levels based on the daily opening price, with configurable upper and lower levels calculated in pips. It is especially useful for tracking price movements relative to the previous day’s open and can help traders identify breakout zones, potential support/resistance, and key entry/exit points.
eatures:
Daily Open Price: The indicator automatically calculates and plots the daily open of the current trading day.
Upper and Lower Levels: Configurable upper and lower levels based on a user-defined pip interval. These levels can act as potential resistance or support zones.
Adjustable Pip Interval: You can customize the pip distance for the upper and lower levels to suit different trading styles and volatility.
Works for All Pairs: Option to automatically detect JPY pairs with a different pip value (0.1), or you can manually select your pair setting.
Color Customization: You can choose different colors for the daily open line, upper levels, and lower levels for easy visualization.
Immediate Visual Feedback: The indicator immediately draws the lines on the chart when added, without waiting for any market data.
How It Works:
The daily open price is retrieved from the current trading day, and horizontal lines are drawn at this price level, as well as at pip-based distances above and below it.
The pip distance is calculated using the Pip Interval setting and can be adjusted for any pair. For example, a 225-pip interval would create lines at 225 pips above and below the daily open.
The indicator dynamically updates every minute to reflect new daily opens and adjustments for each trading day.
Lines are drawn using the HLine (horizontal line) objects in MetaTrader 5, making them easy to spot and follow.
Parameters:
Pip Interval: Defines the pip distance for upper and lower levels (e.g., 225 pips). This affects how far above and below the daily open the levels are drawn.
Number of Levels: Sets how many upper and lower levels are drawn.
JPY Pairs: An option to adjust the pip value for JPY pairs (0.1 pip for JPY pairs vs. 0.01 pip for others).
Line Colors: Customize the colors for the daily open, upper levels, and lower levels.
Style & Width: Adjust the style (solid/dashed) and width of the lines to match your preferences.
MEG and Tom Fast Call/PutThis indicator is my go to for any market. It is based simply on EMA crosses, and works with momentum trades. Currently, the EMA crosses are set for short time periods, and can be adjusted for longer periods.
Previous Day Regression with Trading Setups (EUR/USD)Green Means long
Red Means Short
.........................
if the price cross the long signal and you took a SL then wait until the price pull back to the line and take another trade with the direction .
ETHBTC DCA StrategyA simple indicator to be alerted when HTF DCA is recommended in and out of the ETHBTC chart.
As ETHBTC oscillates depending on whether we are in risk on / risk off with fed monetary policy this is a safe if long term trade plan.
Intraday Macro & Flow Indicator# IntraMacroFlow Indicator
## Introduction
IntraMacroFlow is a volume and delta-based indicator that identifies significant price movements within trading sessions. It generates signals when volume spikes coincide with quality price movement, filtered by RSI to avoid overbought/oversold conditions.
> **Note:** This indicator provides multiple signals and should be combined with additional analysis methods such as support/resistance, trend direction, and price action patterns.
## Inputs
### Volume Settings
* **Volume Lookback Period** (14) - Number of bars for volume moving average calculation
* **Volume Threshold Multiplier** (1.5) - Required volume increase over average to generate signals
* **Delta Threshold** (0.3) - Required close-to-open movement relative to bar range (higher = stronger movement)
### Session Configuration
* **Use Dynamic Session Detection** (true) - Automatically determine session times
* **Highlight Market Open Period** (true) - Highlight first third of trading session
* **Highlight Mid-Session Period** (true) - Highlight middle portion of trading session
* **Detect Signals Throughout Whole Session** (true) - Find signals in entire session
* **Session Time** ("0930-1600") - Trading hours in HHMM-HHMM format
* **Session Type** ("Regular") - Select Regular, Extended, or Custom session
### Manual Session Settings
Used when dynamic detection is disabled:
* **Manual Session Open Hour** (9)
* **Manual Session Open Minute** (30)
* **Manual Session Open Duration** (60)
* **Manual Mid-Session Start Hour** (12)
* **Manual Mid-Session End Hour** (14)
## How It Works
The indicator analyzes each bar using three primary conditions:
1. **Volume Condition**: Current volume > Average volume × Threshold
2. **Delta Condition**: |Close-Open|/Range > Delta threshold
3. **Time Condition**: Bar falls within configured session times
When all conditions are met:
* Bullish signals appear when close > open and RSI < 70
* Bearish signals appear when close < open and RSI > 30
## Display Elements
### Shapes and Colors
* Green triangles below bars - Bullish signals
* Red triangles above bars - Bearish signals
* Blue background - Market open period
* Purple background - Mid-session period
* Bar coloring - Green (bullish), Red (bearish), or unchanged
### Information Panel
A dynamic label shows:
* Current volume relative to average (Vol)
* Delta value for current bar (Delta)
* RSI value (RSI)
* Session status (Active/Closed)
## Calculation Method
```
// Volume Condition
volumeMA = ta.sma(volume, lookbackPeriod)
volumeCondition = volume > volumeMA * volumeThreshold
// Delta Calculation (price movement quality)
priceRange = high - low
delta = math.abs(close - open) / priceRange
deltaCondition = delta > deltaThreshold
// Direction and RSI Filter
bullishBias = close > open and entrySignal and not (rsi > 70)
bearishBias = close < open and entrySignal and not (rsi < 30)
```
## Usage Recommendations
### Suitable Markets
* Equities during regular trading hours
* Futures markets
* Forex during active sessions
* Cryptocurrencies with defined volume patterns
### Recommended Timeframes
* 1-minute to 1-hour (optimal: 5 or 15-minute)
### Parameter Adjustments
* For fewer but stronger signals: increase Volume Threshold (2.0+) and Delta Threshold (0.4-0.6)
* For more signals: decrease Volume Threshold (1.2-1.5) and Delta Threshold (0.2-0.3)
### Usage Tips
* Combine with trend analysis for higher-probability entries
* Focus on signals occurring at session boundaries and mid-session
* Use opposite signals as potential exit points
* Configure alerts to receive notifications when signals occur
## Additional Notes
* RSI parameters are fixed at 14 periods with 70/30 thresholds
* The indicator handles overnight sessions correctly
* Fully compatible with TradingView alerts
* Customizable visual elements
## Release Notes
Initial release: This is a template indicator that should be customized to suit your specific trading strategies and preferences.
Previous Day Regression with Trading Setups (EUR/USD)Previous Day Regression with Trading Setups (EUR/USD)
This indicator is designed specifically for trading the EUR/USD pair during the London session only. It uses a regression line based on the previous day's price action to identify high-probability trade setups.
Core Strategy
The indicator executes only one trade per session — either long or short, not both.
If a trade is triggered and Stop Loss (SL) is hit, a reverse trade is triggered once price revisits the original entry level.
For example, if a long trade is stopped out, a short trade will be initiated once the price pulls back to the original long entry.
This reversal mechanism is designed to help recover from initial losses and potentially turn the session profitable.
Trade Management
Take Profit (TP): 130 points
Stop Loss (SL): 73 points
High and Low DayHigh and Low Day
This indicator automatically tracks and displays the daily high and low of the current trading session directly on your chart.
Each new day, it resets the levels and plots horizontal lines:
Green Line for the daily high
Red Line for the daily low
It also adds labels (“High Day” and “Low Day”) for easy visual reference.
The levels update in real time as new highs or lows are formed throughout the day.
You can toggle the visibility of these lines and labels using the "Mostrar Linhas do Dia Atual" (Show Current Day Lines) setting.
Perfect for intraday traders looking to keep track of key support and resistance levels during the trading day.
RSI (71/29) + Stoch RSI (90/10) IndicatorThis strategy uses a combination of RSI (Relative Strength Index) and Stochastic RSI to identify overbought and oversold conditions in the market, triggering potential buy or sell signals. A long entry is triggered when RSI is below 29 (oversold) and Stochastic RSI is below 15, indicating a potential upward price reversal. A short entry is triggered when RSI is above 71 (overbought) and Stochastic RSI is above 85, indicating a potential downward price reversal. The strategy sets a Take Profit (TP) of 30% and a Stop Loss (SL) of 10% for both long and short positions. Visual signals in the form of green triangles for long entries and red triangles for short entries are plotted on the chart, and alert conditions are defined to notify when the respective entry conditions are met.
Weekly Levels Prep (Smart Weekly Candle)This script draws key weekly levels based on the most recent completed weekly candle (Monday–Friday). It automatically calculates and plots:
✅ Weekly High & Low
✅ Midpoint (50% level)
✅ Extension levels above and below
All levels are dynamically updated every new week and are visually marked with clean color-coded horizontal lines. Price values are shown near the price axis for clear visibility across all timeframes.
Great for:
Weekly preparation
Swing trading setups
Mean reversion and range breakouts
🔄 Works on all timeframes
🔍 Lightweight and non-intrusive
Built by a trader, for traders. 💼📈
19 hours ago
Release Notes
📊 Weekly Levels Prep (Smart Weekly Candle)
This indicator highlights key weekly levels to help you prepare for the upcoming trading week with clarity and structure.
✅ Features:
Draws the most recent completed weekly candle's High, Low, Mid (50%), and two extension levels (Top & Down).
Adds a second set of levels (dotted gray lines) from the previous week's candle, helping you track historical reactions.
All levels are clearly labeled and positioned dynamically to stay readable.
New York trading session is visually highlighted with optional background shading and label.
Perfect for swing traders, intraday setups, and weekly analysis.
Adapted for any timeframe and includes weekend logic for accurate preparation.
XLevel%W52This is a simple yet very helpful indicator.
On the top fuchsia color is % change from 52 weeks low.
In the middle yellow line is %change from last year close. Year to date % change.
On the bottom aqua color is % pull back from 52 weeks high. Which I use for entries to trends.
Previous Day Regression with Trading Setups (EUR/USD)Previous Day Regression with Trading Setups (EUR/USD)
This indicator is designed specifically for trading the EUR/USD pair during the London session only. It uses a regression line based on the previous day's price action to identify high-probability trade setups.
Core Strategy
The indicator executes only one trade per session — either long or short, not both.
If a trade is triggered and Stop Loss (SL) is hit, a reverse trade is triggered once price revisits the original entry level.
For example, if a long trade is stopped out, a short trade will be initiated once the price pulls back to the original long entry.
This reversal mechanism is designed to help recover from initial losses and potentially turn the session profitable.
Trade Management
Take Profit (TP): 130 points
Stop Loss (SL): 73 points