MFI + EMA3/VWMA21 + Sweep Buy/SellIn the buying order when EMA 3 cut to VWMA 21 and then there is a bottom scan that EMA 3 is still on VWMA 21, selling is the opposite
Cycles
Pi Cycle Bitcoin BottomThe Pi Cycle Bottom is an on-chain indicator designed to pinpoint Bitcoin market cycle lows. It uses two moving averages: the 471-day Simple Moving Average (SMA) and 150 times the 350-day Exponential Moving Average (EMA). Historically, when these two lines cross, it has accurately signaled the bottom of major Bitcoin bear markets — often within just a few days.
Core Idea: It measures extreme downside market exhaustion by combining price and time factors to highlight periods of maximum capitulation.
Important: Like any indicator, it’s not a guarantee — just a tool. Strong historical performance, but no promises for the future.
Alpha Pulse Intraday AI - Full Risk Mgmtpublic script for intraday trading idk what to say just let me publish this because i have an aniother tw account in my phone for getting signal
GStrategy Sol 4hThis is a 4-hour chart strategy for cryptocurrency trading, combining RSI-based divergence signals and trend filters. The script identifies bullish and bearish divergences, and executes long and short entries based on RSI levels. It limits holding time per trade, controls risk with stop-loss and take-profit levels, and provides visual markers for entries and exits. The strategy is designed for intraday to swing trading, aiming for consistent small gains with minimal losses.
Time HighlightHow This Works:
Time Conversion: The script converts the current time to HHMM format (e.g., 9:16 becomes 916) for easy comparison.
Timeframe Detection: It checks the current chart's timeframe:
For 1-minute charts: Exactly matches the target times
For 5-minute charts: Checks if the target time falls within the 5-minute window
For 15-minute charts: Checks if the target time falls within the 15-minute window
Highlighting: When the condition is met, it highlights the candle with a semi-transparent yellow color.
Note:
The script will work on 1-minute, 5-minute, and 15-minute timeframes only
The highlight appears on the candle that contains the specified time
The transparency is set to 70% so you can still see the candle through the highlight
You can adjust the transparency level by changing the transp parameter (0 = fully opaque, 100 = fully transparent).
make a pine script which change the color of the candle in yellow color in 1,5,15 timeframe at the time of 9:16, 9:31, 9:46
Simple Monthly SeasonalityThis script helps traders quickly visualize how an asset performs month by month over a customizable historical period.
🔍 What it does:
• Calculates average monthly returns over the past N years (default: 15).
• Highlights the current month for quick context.
• Displays results in a clean 2-column table (Month | Avg % Return).
💡 Features:
• Works on any timeframe – internally pulls monthly data.
• Color-coded performance (green for positive, red for negative).
• Dynamic highlights – the current month is softly emphasized.
• Fully customizable lookback period (1–50 years).
📈 Use cases:
• Spot seasonal market trends.
• Time entries/exits based on recurring historical strength/weakness.
• Build the foundation for more advanced seasonality or macro scripts.
Just load it on any chart and see which months historically outshine the rest.
⸻
23/35 SR Channels (Hitchhikers Guide To Goldbach)This indicator highlights potential short-term support and resistance zones based on the 23rd and 35th minute of each hour. At each of these time points, it draws a zone from the high to the low of the candle, extending it forward for a fixed number of bars.
Key features:
🔸 Orange zones mark the 23-minute candle
🔹 Blue zones mark the 35-minute candle
📏 Zones extend for a customizable number of bars (channelLength)
🔄 Existing zones are removed if they overlap significantly with a new one
🏷️ Optional labels show when a 23 or 35 zone is created
This tool is ideal for traders looking to identify time-based micro-structures and intraday reaction zones.
Session Time MarkersIndicator that plots vertical lines based upon market open, close, and high volume periods
IST Time Zone Marker For Indian Forex Traders
IST time-based indicator to:
✅ Show a green arrow at 12:00 PM IST (6:30 AM UTC)
✅ Show a red arrow at 12:00 AM IST (6:30 PM UTC)
✅ Shade background from 12:00 AM to 12:00 PM IST
✅ Blue arrow at 6:00 PM IST (12:30 PM UTC)
LinReg Candles with 15min & 3min Signal Arrows (2x Confirmed)If the most recent 15-minute closed LinReg candle is red and the latest 3-minute closed candle (on a 3-minute chart) is red, then a Sell signal (red arrow) is generated for the next 3-minute candle.
Range Filter StrategyThe Range Filter Strategy, based on @DonovanWall Range Filter indicator, is a trend-following trading system designed for TradingView. It identifies price trends by filtering market noise using a dynamic range based on user-defined metrics.
Functionality
Core Mechanism: The strategy calculates a central filter line (filt) with upper (h_band) and lower (l_band) bands, determined by price range and smoothing parameters, to detect trend direction.
Trend Signals:
Uptrend: Initiates a long entry when the filter line rises (filt > filt ).
Downtrend: Initiates a short entry when the filter line falls (filt < filt ).
Range Calculation: The range size is configurable using metrics such as ATR, Standard Deviation, or Percentage of Price, scaled by a user-defined quantity (rng_qty).
Smoothing: Optional EMA-based smoothing (smooth_range) refines the range to reduce false signals.
Entry/Exit Rules:
Entries: Long or short positions are opened when the trend direction changes.
Exits: Stop-loss and take-profit levels are set using the filter range, scaled by multipliers (sl_multiplier, tp_multiplier).
Position Sizing: Risks a fixed percentage of equity (default 1%) per trade, calculated based on stop-loss distance.
Commission: Incorporates trading costs (default 0.1% per trade), adjustable to match broker fees.
Key Features
Inputs:
Filter Type: Select between Type 1 (basic range filter) or Type 2 (step-based filter).
Movement Source: Choose wicks (high/low) or close prices.
Range Scale: Options include Pips, Points, Ticks, % of Price, ATR, Average Change, or Standard Deviation.
Smoothing: Enable/disable range smoothing and set period.
Risk Management: Configure risk per trade, stop-loss, and take-profit multipliers.
Visuals: Plots the filter line (green for uptrend, red for downtrend) and bands (transparent green/red). Fills between bands enhance visibility.
Output: Provides trend signals (fdir) for external use.
Usage Instructions
Setup: Apply to any chart (e.g., forex, stocks, crypto) and timeframe. Adjust inputs such as rng_qty, rng_per, sl_multiplier, and tp_multiplier to optimize for specific markets.
Trading: Enter long positions on green filter line uptrends and short positions on red filter line downtrends. Exits are automated via stop-loss and take-profit.
Backtesting: Use TradingView's strategy tester to evaluate performance and refine parameters for profitability.
Commission: Set commission_value to align with your broker’s fees for accurate net profit calculations.
Disclaimer
The Range Filter Strategy is provided for educational and informational purposes only and does not constitute financial advice. Trading carries significant risks, including potential loss of capital, and is not suitable for all investors. Past performance is not indicative of future results. Users are solely responsible for their trading decisions and should conduct thorough backtesting and validation on TradingView before deploying real capital. Adjust parameters and commission settings to reflect your broker and market conditions. Consult a qualified financial advisor prior to trading. The developers and associated parties are not liable for any losses incurred.
📅 Candle Highlight: Weekly / Monthly / Yearly Open📝 Description:
This minimalist indicator highlights the exact candles where a new week, month, or year begins.
No lines, no labels — just subtle background coloring directly on the candles, making it easy to spot period transitions without cluttering the chart.
⚙️ Features:
✅ Highlights weekly open candles (green)
✅ Highlights monthly open candles (orange)
✅ Highlights yearly open candles (red)
✅ Clean and non-intrusive design
✅ Fully customizable toggles for each type
Perfect for traders using time-based strategies, liquidity timing, or weekly/monthly open reference points.
Monthly Session Divider (Alt Background) | Chart_BullyEasily visualize monthly transitions with alternating background shading. Designed for traders who like to spot macro trends, monthly opens, and institutional order flow.
✅ Alternates background color each month
✅ Auto-detects new months using live date logic
✅ Great for RTH or ETH intraday and swing strategies
✅ Clean gray overlay with low opacity
✅ Works on intraday, daily, and weekly charts
✅ Built for clarity, not clutter
Use this tool to:
Identify monthly pivots or volume rotations
Anchor monthly VWAPs or FVGs with visual context
Frame long-term setups with clean visual breaks
Weekly Session Divider (Alt Background) | Chart_BullyThis tool adds subtle alternating background shading for each new week, helping you visually distinguish trading sessions at a glance.
✅ Alternates background by weekly session
✅ Works great on intraday and daily timeframes
✅ Ideal for traders who rely on weekly pivots, volume profiles, or macro structure
✅ Compatible with both RTH and ETH charts
✅ Clean design for easy chart integration
Use it to improve your session awareness, spot emerging weekly trends, and avoid mental fatigue when reading extended charts.
Alternate Day Divider Background | Chart_BullyThis free utility shades every other trading day on your chart, helping you visually separate sessions and spot daily rhythm or pattern shifts more easily.
✅ Automatically alternates background shading by day
✅ Works on both Regular Trading Hours (RTH) and Extended Trading Hours (ETH)
✅ Especially useful on intraday and daily timeframes
✅ Helps identify breakout setups, trend shifts, or volume cycles by session
Great for scalpers, day traders, and anyone who wants a subtle visual edge without chart clutter.
Golden SMA 50 200Two simple moving averages (short-term vs long-term), e.g. 50-day and 200-day SMA.
Signal: Enter long (bullish) when the short MA crosses above the long MA (a Golden Cross); exit (or go short) when it crosses below (a Death Cross). This classic trend-following combo keeps you in bull markets and gets you out during prolonged downtrends. In Bitcoin, using a MA crossover on daily charts filters out noise and catches the big trend reversals.
AI Trend Strategy (Fast/Slow Line with Alternate Signals)just trial. iam usin a ema strategy a very basic one. just buy when buy signal appears and sell when it says sell
Day Separator with Day LabelsAdjustable day separator that paints vertical lines through the start of day. Default set to GMT however totally customisable.
Has the day of week ladled also which is also optional in position.
there is a check box for a light chart background chart but default is dark background.
Vertical lines are customisable regarding thickness and colour.
Pretty new to it all so welcome feedback and amendment ideas.
Slow EMA# Slow EMA Indicator
## What Is This Indicator?
The **Slow EMA** is an **Exponential Moving Average** that reacts slowly to price changes. Think of it as a smooth line that shows the **big picture trend** without getting confused by daily price jumps.
## Why "Slow"?
- **Regular EMA** (like 10 or 20 periods) = Reacts quickly, more signals, more noise
- **Slow EMA** (50+ periods) = Reacts slowly, fewer signals, clearer trends
It's like comparing a nervous person who reacts to everything vs. a calm person who only reacts to important things.
## What You See on Your Chart
### The Main Line (Blue/Colored):
- **Blue Line**: Normal trend
- **Green Line**: Strong uptrend (getting stronger)
- **Red Line**: Strong downtrend (getting weaker)
### Signal Arrows:
- **Green Triangle ▲**: Price crossed above EMA = Bullish signal
- **Red Triangle ▼**: Price crossed below EMA = Bearish signal
### Background Colors (Optional):
- **Light Green**: Price is above EMA (bullish zone)
- **Light Red**: Price is below EMA (bearish zone)
### Filled Area:
- **Green Fill**: Space between price and EMA when price is higher
- **Red Fill**: Space between price and EMA when price is lower
## How to Read the Signals
### Simple Trend Rules:
1. **Price ABOVE the line** = **Uptrend** (consider buying)
2. **Price BELOW the line** = **Downtrend** (consider selling)
3. **Line going UP** = **Bull market**
4. **Line going DOWN** = **Bear market**
### Entry/Exit Signals:
- **Green triangle** = Potential **BUY** signal
- **Red triangle** = Potential **SELL** signal
- **Wait for confirmation** - don't rush on every signal
## Settings You Can Change
### EMA Length (Default: 50):
- **Lower numbers** (20-30) = Faster, more signals
- **Higher numbers** (100-200) = Slower, fewer signals
- **50 is the sweet spot** for most traders
### Other Options:
- **Source**: What price to use (usually keep as "close")
- **Show Signals**: Turn triangles on/off
- **Background Color**: Turn trend coloring on/off
## When to Use This Indicator
### Perfect For:
- **Swing Trading** (holding for days/weeks)
- **Long-term investing**
- **Filtering out market noise**
- **Confirming other indicators**
### Not Great For:
- **Day trading** (too slow)
- **Scalping** (too few signals)
- **Choppy/sideways markets**
## Pro Tips for Using Slow EMA
### 1. **Trend Following**:
- Only buy when price is above the line
- Only sell when price is below the line
- Stay out when price keeps crossing back and forth
### 2. **Support & Resistance**:
- In uptrends, the EMA often acts as **support**
- In downtrends, the EMA often acts as **resistance**
- Watch for price to bounce off the line
### 3. **Combine with Other Tools**:
- Use with volume indicators
- Add RSI for momentum confirmation
- Check higher timeframes for bigger picture
## Common Mistakes to Avoid
❌ **Don't chase every signal** - wait for clear trends
❌ **Don't use alone** - combine with other analysis
❌ **Don't expect perfection** - no indicator is 100% accurate
❌ **Don't ignore the trend** - fighting the EMA usually loses
## The Bottom Line
The Slow EMA is like having a **wise advisor** who ignores daily market panic and focuses on what really matters - the **big trend**. It won't catch every move, but it will help you stay on the right side of major trends while avoiding most of the noise.
**Remember**: Slow and steady wins the race! 🐢
Fibonacci Moving Average (Non-Repainting)# Fibonacci Moving Average Indicator
## What Does This Indicator Do?
This indicator creates a **special moving average** that combines traditional moving averages with Fibonacci ratios to help identify support and resistance levels.
## How It Works (In Simple Terms)
### 1. **Gets Yesterday's Close Price**
- Takes the closing price from the previous day
- This ensures the indicator **never repaints** (won't change its past values)
### 2. **Calculates a Base Moving Average**
- Uses yesterday's close to create a moving average (you can choose SMA, EMA, or WMA)
- This becomes the "center line" of our Fibonacci levels
### 3. **Creates Fibonacci Levels**
- Measures the distance between current price and the base moving average
- Uses famous Fibonacci percentages (23.6%, 38.2%, 50%, 61.8%, 78.6%) to create levels above and below the base line
- These levels often act as **support and resistance**
### 4. **Main Fibonacci MA**
- Combines the most important levels (61.8% upper, base, 61.8% lower) into one main line
- This blue line is your primary signal
## What You See on Your Chart
### Visual Elements:
- **Blue Line**: Main Fibonacci Moving Average (your key signal)
- **Colored Lines**: Individual Fibonacci levels (if enabled)
- **Background Color**:
- Light green = uptrend
- Light red = downtrend
- **Info Table**: Shows current values in top-right corner
## How to Use It
### Trading Signals:
1. **Price above blue line** = Bullish bias
2. **Price below blue line** = Bearish bias
3. **Blue line trending up** = Overall uptrend
4. **Blue line trending down** = Overall downtrend
### Support & Resistance:
- Fibonacci level lines often act as support when price is rising
- Same lines act as resistance when price is falling
- Watch for price reactions at these levels
## Key Settings You Can Adjust
- **Fibonacci Length**: How many periods to use (default: 21)
- **MA Type**: Choose SMA, EMA, or WMA for the base calculation
- **Show Levels**: Turn Fibonacci level lines on/off
## Why This Is Better Than Regular Moving Averages
1. **No Repainting**: Uses fixed historical data, so signals won't disappear
2. **Multiple Levels**: Gives you several potential support/resistance zones
3. **Fibonacci Magic**: Uses ratios that markets naturally respect
4. **Trend Confirmation**: Background color helps confirm overall direction
## Perfect For:
- Swing trading
- Identifying key levels
- Trend following
- Entry and exit timing