P.F.Algo_V63 09051. Purpose & Original Edge
All-in-one pipeline combining:
6 independent entry logics (volatility breakout, fractals, Bollinger + SMA pullback, linear spread, Opening Range Breakout, Donchian + Chikou confirmation).
11 stackable filters (from short-term MA direction to macro relative-strength).
A parametric risk-management module (static / dynamic SL-TP, break-even, fractal trailing, losing-bar cutoff).
An MT5 connector (via PineConnector) that pushes every order with pre-calculated SL/TP from TradingView.
What makes V63 unique? Inter-market filters (ETF/ratio-based), ATR regime control, and dynamic Fibonacci windows—features not found in public scripts.
2. How It Works – source remains private
Block Logic Key Conditions (excerpt)
Entries • Delta: fixed limit around price.
• Fractal: break of N = 2 fractal.
• Boll + SMA: return to band / MA-50.
• Linear: Instrument / Benchmark spread & regression slope.
• ORB: breakout of first X minutes.
• Donchian + Chikou: channel break + Ichimoku validation. One trade per eligible signal.
“Allowed” Filter Sessions, dynamic Fib-265-day zones on HTF closes, ATR regime (EMA10 < EMA20), max signal age. Ensures a tradable context.
Technical Filters 1-11 MA direction, HTF PMax, adaptive QQE, price vs. “Red Line”, RSI > EMA, WMA/SMA cross on external asset, Macro RS on 10-20 instruments. Cuts noise & over-trading.
Risk Engine 3 SL modes, 4 TP modes, 4 BE/TSL modes, multi-TF fractal trailing, auto-stop after N losing bars. Protects capital and trader psychology.
MT5 Alerts Format: LicenseID,buy/sell,Symbol,sl=?,tp=?,risk=? Enables live execution without extra scripting.
3. Default Back-test Settings
Assumption Value
Starting balance € 10 000
Risk per trade 1 % (percent-of-equity)
Commission 0.05 %
Slippage 0.5 pip
Sample size 360 + trades over ~6 years (DAX40 & BTC presets)
These defaults suit an average retail trader. Adapt to your own market and cost structure.
4. Quick-Start Guide
Select “Entry Type” in Inputs, then enable/disable desired filters.
Confirm “Entry Allowed” label is 🟢 before arming alerts.
Configure Risk Management:
SL Mode: %, Red Line (PMax) or off.
TP Mode: fixed, ratio, or tied to Red Line.
Enter LicenseID & MT5 Symbol so the connector can receive orders.
Run a full back-test (200 + trades recommended), then switch to Paper before going live.
5. Limitations & Risk Warning
No guarantee of future performance. Historical results do not predict future returns.
Market conditions and transaction costs may differ from the assumptions above.
Educational use only; you remain fully responsible for any financial loss incurred.
No advertising, external links or solicitations included (complies with House Rule #2).
6. Changelog — V63 vs V62
New Feature Expected Impact
Dynamic Fibonacci Range Filter Blocks entries at extreme range edges.
ATR-EMA Regime Control Suspends trading in compressed volatility.
Losing-Bar Counter Prevents late-cycle entries; limits “late-entry bias”.
Enhanced MT5 Connector Adds risk parameter to each alert payload.
“One block at a time, one edge at a time.” – P.F.Algo V63
#AlgoTrading #TradingViewStrategy #PineScript #ClosedSource #RiskManagement #VolatilityBreakout #FractalTrading #DonchianChannel #OpeningRangeBreakout #IntermarketAnalysis #RelativeStrength #ATRRegime #Fibonacci #MT5Connector #Backtesting #Automation #QuantitativeTrading
Moving Averages
MA Ribbon 6 ALMAAdded moving averages to the basic Moving Average Ribbon indicator. This version includes ALMA, HMA, and VWMA.
EMA크로스The EMA Cross strategy is a popular technical analysis method used to identify trend reversals. It involves two Exponential Moving Averages (EMAs) – a short-term and a long-term EMA. A Buy signal is generated when the short-term EMA crosses above the long-term EMA, indicating upward momentum (also called a Golden Cross). A Sell signal occurs when the short-term EMA crosses below the long-term EMA, signaling a potential downtrend (Dead Cross). This crossover technique helps traders make entry and exit decisions, especially in trending markets, but it may generate false signals in sideways or choppy markets.
Livermore-Seykota Breakout StrategyStrategy Name: Livermore-Seykota Breakout Strategy
Objective: Execute breakout trades inspired by Jesse Livermore, filtered by trend confirmation (Ed Seykota) and risk-managed with ATR (Paul Tudor Jones style).
Entry Conditions:
Long Entry:
Close price breaks above recent pivot high.
Price is above main EMA (EMA50).
EMA20 > EMA200 (uptrend confirmation).
Current volume > 20-period SMA (volume confirmation).
Short Entry:
Close price breaks below recent pivot low.
Price is below main EMA (EMA50).
EMA20 < EMA200 (downtrend confirmation).
Current volume > 20-period SMA.
Exit Conditions:
Stop-loss: ATR × 3 from entry price.
Trailing stop: activated with offset of ATR × 2.
Strengths:
Trend-aligned entries with volume breakout confirmation.
Dynamic ATR-based risk management.
Inspired by principles of three legendary traders.
TUE ADX/MACD Confluence V1.1Title: TUE ADX/MACD Confluence V1.1
Description:
This indicator is a revised version of the original ADX and MACD confluence tool. In version 1.1, a MACD Histogram filter has been added to enhance signal accuracy and reduce false entries.
Key Features:
ADX and MACD Confluence: Buy signals are generated when DI+ > DI- and MACD Line > Signal Line with Histogram > 0. Sell signals appear when DI- > DI+ and MACD Line < Signal Line with Histogram < 0.
Clear BUY/SELL Labels: Visual signal markers appear directly on the chart for easy identification.
Optional Candle Coloring: Candles change color based on signal direction (green for buy, red for sell).
Built-in Alert Conditions: Alerts are available for both buy and sell signals, making automation easy.
This indicator is ideal for traders looking to use ADX and MACD together for trend and momentum confirmation, especially when combined with price action strategies.
Let me know if you'd like to include credits, usage tips, or strategy suggestions.
Dynamic EMA📌 Script Title: Dynamic EMA by Timeframe & Color
🔍 Purpose
This script automatically plots a single Exponential Moving Average (EMA) that adapts based on the current chart timeframe, making it ideal for multi-timeframe traders who want to keep their charts clean and focused. It also changes the color of the EMA to visually reinforce which EMA is active.
⚙️ How It Works
The script checks which timeframe you're currently on and:
Selects the corresponding EMA length
Plots that EMA on your chart
Colors the EMA based on its timeframe to help you quickly identify which one you're using
Here’s the timeframe-to-EMA mapping used:
Timeframe EMA Used EMA Color
3-Day EMA 7 White
Daily EMA 21 Blue
4H EMA 50 Green
1H EMA 100 Orange
15-Min EMA 200 Red
Other EMA 21 Gray (Default)
🧠 Why This Is Useful
Clarity & Focus
Instead of plotting multiple EMAs for all timeframes and cluttering your chart, this script shows only the one most relevant to your current view.
Multi-Timeframe Efficiency
If you're a trader who shifts between long-term and short-term views (like 3D → Daily → 4H → 15m), the EMA automatically adjusts itself — no need to manually reconfigure settings.
Color Coding for Visual Recognition
Each timeframe's EMA has a distinct color, so you can recognize which one is in play without even reading the label.
✅ How to Use Effectively
Switch timeframes in TradingView and observe how the EMA and its color update automatically.
The script works best on:
3D
Daily
4H
1H
15m
Any other timeframe will use EMA 21 with a gray color as a fallback.
Use with Trend Analysis: This EMA can serve as:
A trend filter (price above = bullish, below = bearish)
A dynamic support/resistance guide
Combine with Price Action: Watch how price reacts to the current EMA (e.g., bounces, rejections, crossovers).
Use in Confluence: Combine this with candlestick patterns, volume, or other indicators for higher-confidence entries.
Intraday Trading Hit and Run# Strategy Overview
This is a short-term trading system designed for quick entries/exits (intraday). It uses multiple technical indicators to identify momentum trades in the direction of the trend, with built-in risk management through trailing stops.
# Main Components
1. Trend Filter
Uses two EMAs (10-period "fast" blue line and 100-period "slow" red line)
Only trades when:
Long: Price AND fast EMA are above slow EMA
Short: Price AND fast EMA are below slow EMA
2. Main Signal
////Stochastic Oscillator (14-period):
Buy when %K line crosses above %D line
Sell when %K crosses below %D
////Trend Strength Check
Smoothed ADX indicator (5-period EMA of ADX):
Requires ADX value ≥ 25 to confirm strong trend
3. Confirmation using Volume Filter (Optional)
Checks if current volume is 1.5× greater than 20-period average volume
# Entry Rules
A trade is only taken when:
All 3 indicators agree (EMA trend, Stochastic momentum, ADX strength)
Volume filter is satisfied (if enabled)
# Exit Rules
1. Emergency Exit:
Close long if price drops below fast EMA
Close short if price rises above fast EMA
2. Trailing Stop:
Actively protects profits by moving stop-loss:
Maintains 0.1% distance from highest price (longs) or lowest price (shorts)
# Risk Management
Only use 10% of account per trade
Includes 0.04% commission cost in calculations
All trades monitored with trailing stops
# How It Operates
The strategy looks for strong, high-volume momentum moves in the direction of the established trend (as determined by EMAs). It jumps in quickly ("hit") when conditions align, then protects gains with an automatic trailing stop ("run"). Designed for fast markets where trends develop rapidly.
You can use it on 15m, 1h or 4h
Moving Average Convergence Divergenceindicator(title="Moving Average Convergence Divergence", shorttitle="MACD+", timeframe="", timeframe_gaps=true)
// === Input Parameters ===
fast_length = input(title = "Fast Length", defval = 12)
slow_length = input(title = "Slow Length", defval = 26)
src = input(title = "Source", defval = close)
signal_length = input.int(title = "Signal Smoothing", minval = 1, maxval = 50, defval = 9, display = display.data_window)
sma_source = input.string(title = "Oscillator MA Type", defval = "EMA", options = , display = display.data_window)
sma_signal = input.string(title = "Signal Line MA Type", defval = "EMA", options = , display = display.data_window)
// === MACD Calculation ===
fast_ma = sma_source == "SMA" ? ta.sma(src, fast_length) : ta.ema(src, fast_length)
slow_ma = sma_source == "SMA" ? ta.sma(src, slow_length) : ta.ema(src, slow_length)
macd = fast_ma - slow_ma
signal = sma_signal == "SMA" ? ta.sma(macd, signal_length) : ta.ema(macd, signal_length)
hist = macd - signal
// === Alerts ===
alertcondition(hist >= 0 and hist < 0, title = 'Rising to falling', message = 'The MACD histogram switched from a rising to falling state')
alertcondition(hist <= 0 and hist > 0, title = 'Falling to rising', message = 'The MACD histogram switched from a falling to rising state')
// === Plots ===
hline(0, "Zero Line", color = color.new(#787B86, 50))
plot(hist, title = "Histogram", style = plot.style_columns, color = (hist >= 0 ? (hist < hist ? #26A69A : #B2DFDB) : (hist < hist ? #FFCDD2 : #FF5252)))
// MACD 線顏色根據是否高於 0 自動切換
macd_color = macd >= 0 ? color.green : color.red
plot(macd, title = "MACD", color = macd_color)
plot(signal, title = "Signal", color = #FF6D00)
SMA Strategy with Re-Entry Signal (v6 Style)Uses 5 Simple Moving Averages: SMA 10, 20, 30, 60, and 250.
Uptrend Condition:
An uptrend is defined when the closing price is above the 30-day SMA (SMA30).
Re-entry Signal Condition:
A re-entry signal is triggered when, during an uptrend, the closing price crosses above the 20-day SMA (SMA20).
Background Color Logic:
Green: Indicates an active uptrend (potential holding zone).
Red: Indicates the price has fallen below SMA30 (uptrend may be broken, increased risk).
Signal Display:
Re-entry signals are marked with an “↑” symbol below the candlestick.
All 5 SMAs (SMA10, SMA20, SMA30, SMA60, SMA250) are plotted for visual reference.
SIR Crypto Ultimate Package 2.0Updated version of SIR CRYPTO INDICATOR that detects downtrends, uptrends and help you make decisions faster
Buy/Sell Ei - Premium Edition (Fixed Momentum)**📈 Buy/Sell Ei Indicator - Smart Trading System with Price Pattern Detection 📉**
**🔍 What is it?**
The **Buy/Sell Ei** indicator is a professional tool designed to identify **buy and sell signals** based on a combination of **candlestick patterns** and **moving averages**. With high accuracy, it pinpoints optimal entry and exit points in **both bullish and bearish trends**, making it suitable for forex pairs, stocks, and cryptocurrencies.
---
### **🌟 Key Features:**
✅ **Advanced Candlestick Pattern Detection**
✅ **Momentum Filter (Customizable consecutive candle count)**
✅ **Live Trade Mode (Instant signals for active trading)**
✅ **Dual MA Support (Fast & Slow MA with multiple types: SMA, EMA, WMA, VWMA)**
✅ **Date Filter (Focus on specific trading periods)**
✅ **Win/Loss Tracking (Performance analytics with success rate)**
---
### **🚀 Why Choose Buy/Sell Ei?**
✔ **Precision:** Reduces false signals with strict pattern rules.
✔ **Flexibility:** Works in both live trading and backtesting modes.
✔ **User-Friendly:** Clear labels and alerts for easy decision-making.
✔ **Adaptive:** Compatible with all timeframes (M1 to Monthly).
---
### **🛠 How It Works:**
1. **Trend Confirmation:** Uses MAs to filter trades in the trend’s direction.
2. **Pattern Recognition:** Detects "Ready to Buy/Sell" and confirmed signals.
3. **Momentum Check:** Optional filter for consecutive bullish/bearish candles.
4. **Live Alerts:** Labels appear instantly in Live Trade Mode.
---
### **📊 Ideal For:**
- **Day Traders** (Scalping & Intraday)
- **Swing Traders** (Medium-term setups)
- **Technical Analysts** (Backtesting strategies)
**🔧 Designed by Sahar Chadri | Optimized for TradingView**
**🎯 Trade Smarter, Not Harder!**
---
Developered By Alireza Eivazkhani 🚀
Buy/Sell Ei - Premium Edition (Fixed Momentum)**📈 Buy/Sell Ei Indicator - Smart Trading System with Price Pattern Detection 📉**
**🔍 What is it?**
The **Buy/Sell Ei** indicator is a professional tool designed to identify **buy and sell signals** based on a combination of **candlestick patterns** and **moving averages**. With high accuracy, it pinpoints optimal entry and exit points in **both bullish and bearish trends**, making it suitable for forex pairs, stocks, and cryptocurrencies.
---
### **🌟 Key Features:**
✅ **Advanced Candlestick Pattern Detection**
✅ **Momentum Filter (Customizable consecutive candle count)**
✅ **Live Trade Mode (Instant signals for active trading)**
✅ **Dual MA Support (Fast & Slow MA with multiple types: SMA, EMA, WMA, VWMA)**
✅ **Date Filter (Focus on specific trading periods)**
✅ **Win/Loss Tracking (Performance analytics with success rate)**
---
### **🚀 Why Choose Buy/Sell Ei?**
✔ **Precision:** Reduces false signals with strict pattern rules.
✔ **Flexibility:** Works in both live trading and backtesting modes.
✔ **User-Friendly:** Clear labels and alerts for easy decision-making.
✔ **Adaptive:** Compatible with all timeframes (M1 to Monthly).
---
### **🛠 How It Works:**
1. **Trend Confirmation:** Uses MAs to filter trades in the trend’s direction.
2. **Pattern Recognition:** Detects "Ready to Buy/Sell" and confirmed signals.
3. **Momentum Check:** Optional filter for consecutive bullish/bearish candles.
4. **Live Alerts:** Labels appear instantly in Live Trade Mode.
---
### **📊 Ideal For:**
- **Day Traders** (Scalping & Intraday)
- **Swing Traders** (Medium-term setups)
- **Technical Analysts** (Backtesting strategies)
**🔧 Designed by Sahar Chadri | Optimized for TradingView**
**🎯 Trade Smarter, Not Harder!**
EMA Trend with MACD-Based Bar Coloring (Customized)This indicator blends trend-following EMAs with MACD-based momentum signals to provide a visually intuitive view of market conditions. It's designed for traders who value clean, color-coded charts and want to quickly assess both trend direction and overbought/oversold momentum.
🔍 Key Features:
Multi-EMA Trend Visualization:
Includes four Exponential Moving Averages (EMAs):
Fast (9)
Medium (21)
Slow (50)
Long (89)
Each EMA is dynamically color-coded based on its slope—green for bullish, red for bearish, and gray for neutral—to help identify the trend strength and alignment at a glance.
MACD-Based Bar Coloring:
Candlesticks are colored based on MACD's relationship to its Bollinger Bands:
Green bars signal strong bullish momentum (MACD > Upper Band)
Red bars signal strong bearish momentum (MACD < Lower Band)
Gray bars reflect neutral conditions
Compact Visual Dashboard:
A clean, top-right table displays your current EMA and MACD settings, helping you track parameter configurations without opening the settings menu.
✅ Best Used For:
Identifying trend alignment across short- to medium-term timeframes
Filtering entries based on trend strength and MACD overextension
Enhancing discretion-based or rule-based strategies with visual confirmation
Huntwood PVSRA Candles with 34 EMA WavePVSRA + Wave Indicator (Volume + Structure + Momentum)
This custom indicator blends PVSRA (Price, Volume, S&R Analysis) with wave-based structure tracking to help identify smart money activity, volume surges, and wave patterns in real time.
It highlights:
Volume spikes at key zones
Wave counts & structure shifts
Potential market maker traps & trend setups
Ideal for traders who want a visual edge combining volume-based clues with wave rhythm for better entry/exit decisions.
RSI RMI📈 RSI RMI Momentum Zones with Dynamic Range MA
This indicator combines RSI and MFI into a hybrid momentum reading (RSI-MFI) to identify potential LONG and SHORT entries based on breakout conditions.
🔍 Key Features:
RSI-MFI Calculation: Smoothed momentum detection using RSI and Money Flow Index average.
Dynamic Range Weighted MA: Custom RWMA (Range Weighted Moving Average) that adapts to price volatility.
Momentum Shift Labels: Auto-printed LONG and SHORT labels when trend momentum flips.
Color-Coded Bars: Green for bullish momentum, red for bearish.
Optional Range Band Visualization for trend context.
This tool is useful for traders looking to visually identify momentum breakouts and trend shifts with custom logic that filters out weak signals.
🔔 Add it to your chart and follow for more unique indicators!
IMPULSE SCALPER VENUS IIMPULSE SCALPER VENUS I is a high-performance real-time scalping tool designed for binary and forex traders. It combines impulse candle logic, RSI strength, EMA trend validation, and news avoidance filtering to deliver sharp buy/sell signals with precision.
✅ Impulse Candle Detection
✅ EMA Trend + RSI Momentum Confirmation
✅ High-Impact News Blocking (Red Zones)
✅ Cooldown Between Signals
✅ Mobile Alerts + Pop-Up Ready
✅ Real-Time BUY/SELL Labels
Ideal for 1–5 minute scalping on major forex pairs, indices, and binary platforms. Works best during high volume market sessions.
EMA Trend Strength MeterThis indicator will leverage the EMA as basis to indentify value of Strength of trend
McGinley Dynamic Channel with Directional ShadingA Pine Script indicator that creates a 20-period McGinley Dynamic channel:
The upper band is the 20-period of the high.
The lower band is the 20-period of the low.
The channel is shaded.
The McGinley Dynamic is a smoothing algorithm designed to follow price more closely than traditional moving averages while adapting to market speed. The fill changes between green and red depending on whether the McGinley midline is rising or falling.
EMA Crossover with Shading
A Pine Script indicator that shows a crossover between a short EMA and a long EMA, with green shading when the short EMA is above the long EMA and red shading when it's below.
TradersFriendCandles v2
TradersFriendCandles
A fully customizable candle‑color and banding indicator built on percentile + ATR, with optional EMA vs. ALMA trend filtering and higher‑timeframe support.
Key Features
Dynamic Percentile Center Line
Compute any Nth percentile over M bars (default 20th over 15) to serve as a reference “mid‑price” level.
ATR‑Based Bands
Envelope that percentile line with upper/lower bands at X × ATR (default 1×), plus an extended upper band at 3.5× ATR.
Higher‑Timeframe Mode
Plot bands based on a higher timeframe (e.g. daily bands on a 15m chart) so you can gauge macro support/resistance in micro timeframes.
Custom‑Color Candles
5 user‑editable colors for:
Strong bullish
Light bullish
Neutral
Light bearish
Strong bearish
Optional EMA vs. ALMA Trend Filter
When enabled, candles simply turn “bull” or “bear” based on fast EMA crossing above/below slow ALMA.
Border‑Only Coloring
Keep candle bodies transparent and color only the border & wick.
Live Plot Labels & Track Price
All lines carry titles and can display current values directly on the price scale.
Alerts
Strong Bull Breakout (price stays above upper band)
Strong Bear Breakdown (price closes below lower band)
EMA/ALMA crossovers
Inputs & Customization
Percentile level & lookback length
ATR length, multiplier, opacity
Fast EMA length, ALMA parameters (offset, length, sigma)
Toggle bands, lines, custom candles, higher‑timeframe mode
Pick your own colors via color‑picker inputs
Use TradersFriendCandles to visualize momentum shifts, dynamic support/resistance, and trend strength all in one overlay. Perfect for pinpointing breakouts, breakdowns, and filtering noise with adjustable sensitivity.