빌 윌리엄스 인디케이터
RSI Strategy with Backtestingupgraded RSI Strategy with strategy backtesting support included. It places trades when RSI crosses below the oversold level (Buy) and above the overbought level (Sell), and includes adjustable take-profit and stop-loss inputs for more realistic simulation.
Multi-TF Fibonacci Divergence StrategyChart Beast 3
The 1 hour and 4 hour time frame must be above the 200 Exponential Moving average for buy trades, and below the 200 Exponential Moving Average for sell trades.
Price on the previous day's daily candle must have closed above the candle before its body and wick for buys and below it for sells. (Example: Today is Monday and price has not yet closed, fridays daily candle closed above the thursday candles body and wick for buys and below it for sells)
Price on The 15 minute time frame must retrace past the 50% level on the fibonacci indicator. Price must not close beyond the 78.6% level on the fibonacci indicator. (on the 5 minute time frame, 15 minute time frame, 1 hour time frame, 4 hour time frame.)
Price on the 15 minute time frame must have retraced to the -27% or -61.8 levels on the fibonacci indicator. (Price must not close beyond the 78.6% fibonacci level on the hourly time frame)
Price on the 15 minute time frame or the 5 minute time frame must show bullish divergence once price has touched the -27% or -61.8% fibonacci level for buys and bearish divergence for sells.
Provide alerts when these conditions have been met. (ONLY in the session of the asset that's being traded)
Do not add lines to the chart, provide an option to turn on and off the past alerts that meet these conditions.
Make it visually appealing on the charts and easy to understand.
Williams Alligator + Adaptive RSITrend base indicator. Most powerful to use in daily timeframe as the confluence, and entry on the 4 hrs.
BFG.dzDescription:
This script is a trading strategy built on multiple technical indicators:
1. Exponential Moving Averages (EMA): It uses two EMAs, a fast EMA (9-period) and a slow EMA (21-period), to identify trends and generate buy or sell signals based on their crossovers.
2. Relative Strength Index (RSI): The RSI is used to assess whether the market is overbought (RSI > 70) or oversold (RSI < 30), providing additional confirmation for entry and exit signals.
3. MACD (Moving Average Convergence Divergence): The MACD line crossing over the signal line indicates a potential buy, while crossing under signals a potential sell.
4. Volume: A high volume condition is added, where a volume higher than 150% of the average volume over the last 20 bars is considered a confirmation of the signal.
4 Fast Stochastic Indicators with %K Smoothingsimilar 4 fast stochastic indicator with different type of indicators it showing bullish bearish ness in different time intervasl u can analyze easily
Gold Gladiator KKNEW v4 ✅ 🇺🇸 What Gold Gladiator KKNEW v4 Can Do
Provides accurate Buy/Sell signals
Uses 10+ technical filters: EMA, RSI, SuperTrend, MACD, VWAP
TF-aware: adapts filters based on timeframe
Built-in scoring system shows signal strength (out of 10)
Displays current market session (Asia, London, New York)
Clean, visual Dashboard with full signal overview
Easy to use and ready to trade
J Weighted Average Price📘 How to Use the J Signal Effectively
This indicator 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.
Gold Gladiator KKNEW v2evething for free signal by weerapong kub
evething for free signal by weerapong kub
evething for free signal by weerapong kub
evething for free signal by weerapong kub
evething for free signal by weerapong kub
Raman Ka IndicatorSell Side indicator. this is additional confirmation for trade where there is momentum. dont trade basis this indicator, use this as a extra confirmation to get trades sell side only
TRIX Strategy)trix strategy with rsi
this is a winning strategy if used with good setting can get 140 pesent roi per year
this is true i have done that with this strategy jast play with the setting to get the best result
Combined 6 Indicator [6 Indi] [Rahul] v2more ema line and consider vwap in sefty side and addting momentum indicator.more ema line and consider vwap in sefty side and addting momentum indicator.more ema line and consider vwap in sefty side and addting momentum indicator.more ema line and consider vwap in sefty side and addting momentum indicator.more ema line and consider vwap in sefty side and addting momentum indicator.
5M Pro Toolkit Ultimate by dnnfafx🎯 Script Purpose
This script is a multi-indicator trading toolkit designed for use on the 5-minute chart (5M timeframe). It combines trend filters, momentum indicators, volume spikes, support/resistance levels, and candlestick pattern detection to assist in technical analysis and provide potential confluence signals for entries.
📌 Main Components
1. User Inputs
Allows users to customize key indicator settings:
EMA lengths (Short and Long)
RSI period
MACD parameters (fast, slow, signal)
Volume spike multiplier
Pivot left/right bar count
2. Trend Filter: EMA 50 and EMA 200
pine
Salin
Edit
emaShort = ta.ema(close, emaShortLen)
emaLong = ta.ema(close, emaLongLen)
Determines the trend direction.
EMA 50 (orange) and EMA 200 (blue) are plotted on the main chart.
3. RSI (Relative Strength Index)
pine
Salin
Edit
rsi = ta.rsi(close, rsiLen)
Measures price momentum.
Horizontal lines at 70 (Overbought) and 30 (Oversold) for quick reference.
4. MACD Histogram
pine
Salin
Edit
= ta.macd(close, macdFast, macdSlow, macdSignal)
macdHist = macdLine - signalLine
Plots the MACD histogram as vertical bars.
Useful for identifying trend strength and potential reversals.
5. Volume Spike Detection
pine
Salin
Edit
volSpike = volume > volMA * volMultiplier
Detects significant volume surges compared to the 20-period volume average.
Displays a red triangle below the candle when a spike occurs.
6. Support & Resistance (Pivot High/Low)
pine
Salin
Edit
pivotHigh = ta.pivothigh(high, pivotLeft, pivotRight)
pivotLow = ta.pivotlow(low, pivotLeft, pivotRight)
Automatically detects local highs (resistance) and lows (support) using pivot logic.
Resistance lines in red, Support lines in green.
7. Candlestick Pattern Detection
Identifies four popular patterns:
Bullish Engulfing (green label "Engulf" below the bar)
Bearish Engulfing (red label "Engulf" above the bar)
Hammer (lime triangle)
Shooting Star (fuchsia triangle)
8. Confluence Entry Logic (Incomplete)
pine
Salin
Edit
buyCond = rsi
This section is currently incomplete.
It's likely intended to define a buy condition based on the confluence of RSI, MACD, EMA trend, volume spike, and candlestick patterns.
🧩 Conclusion
This toolkit is an all-in-one solution for intraday 5-minute trading, combining trend, momentum, volume, price action, and pattern recognition. While the entry logic (buyCond) is not yet finished, the structure is well laid out and can serve as the foundation for a manual or automated trading strategy.
Simple Moving Averageimport yfinance as yf
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
ChanLun AI Upgraded v4.1 - Repaint Control (Final Fixed)Usage Instructions (in English):
Add the Script to TradingView
Open TradingView and go to the “Pine Editor.”
Paste the entire script.
Click “Save” and then “Add to Chart.”
Configure the Inputs
MACD/RSI Parameters: Adjust fastLen, slowLen, signalLen (MACD) and rsiLen (RSI) as needed.
Fractal & ATR Options:
fractalLen: Base length for fractal detection.
useDynamicFractalLen, atrFractalPeriod, atrFractalFactor: Enable and tune the ATR-based dynamic fractal period if desired.
Volume & ATR Filters:
useFractalVolFilter and volFilterFactor: Require volume spikes during fractal confirmation.
useFractalAtrFilter and atrFilterFactor: Check ATR-based volatility for fractal confirmation.
Fractal Merging:
mergeCloseFractals merges nearby fractals.
fractalMergeThresholdPct sets the proximity threshold for merging.
Pen (Zig-Zag) Detection:
minPenDiffPct sets the minimum price move required for a new pen (zig-zag leg).
useAtrForPen, atrPeriodPen, atrFactorPen for ATR-based pen thresholds.
Multi-timeframe Analysis:
higherTF, middleTF, thirdTF can be set to daily, 4h, weekly, or any timeframe for multi-timeframe trend detection.
Check useSecondTF and useThirdTF to enable them.
Indicator Overlays:
showPens, showDebugFractals, showDebugPens to view fractal and pen markers.
showTrendLabel, showBuySellPoints, showHighTFTrend to display trend labels and signals.
KDJ, Bollinger Bands, ADX, CCI, OBV:
Enable and set parameters if you want those signals or filters.
Backtesting or Strategy:
The script is currently an indicator (not a strategy) but includes hooks for buy/sell signals.
Alerts:
alert("背驰信号出现") triggers an alert when divergences (背驰) are detected.
alertcondition(multiTfConfirm, title="多周期强共振", message="...") triggers an alert for multi-timeframe confluence.
Interpretation of the Display
Fractal Markers: Show potential (pending) fractals and confirmed fractals.
Pens (Zig-Zag Lines): Visual zig-zag lines connecting confirmed fractals to illustrate the swing structure.
Support/Resistance Lines: Automatically plot lines when a fractal is confirmed; optional auto-remove if broken.
Divergence (背驰) Detection:
Uses MACD histogram, CVD, and optional volume filters to detect possible divergences.
Customization
Adjust the smoothing methods (SMA, EMA, HMA, Gaussian, Median).
Modify fractal or pen logic to match your personal trading style.
Enable or disable multi-timeframe elements according to your preference.
Always remember to combine indicator signals with your own market analysis and risk management rules.
mian-hua – tribute to blockchain
Date: 2025-04-04
Estratégia Original com SL/TPA powerful TradingView indicator combining:
✅ Supertrend (trend filter)
✅ RSI 2 (early reversals)
✅ SMA 4/9 crossover (momentum confirmation)
✅ Auto Stop Loss & Take Profit (ATR-based or fixed)
🔥 Key Features:
Buy Signals (↑): Supertrend green + RSI 2 > 30 + SMA 4 > SMA 9
Sell Signals (↓): Supertrend red + SMA 4 < SMA 9 (low false signals)
Risk Management: Dynamic SL (1.5x ATR) & TP (2x ATR)
Clean Visualization: Entry/exit arrows + SL/TP lines
📊 Ideal For: Crypto, Forex, and Stocks (H1/Daily timeframes)
🎯 Why Use It?
Aggressive entries with RSI 2 + SMA 4
Conservative exits to lock profits
Fully customizable settings
Range Filter Buy and Sell 5min## **Enhanced Range Filter Strategy: A Comprehensive Overview**
### **1. Introduction**
The **Enhanced Range Filter Strategy** is a powerful technical trading system designed to identify high-probability trading opportunities while filtering out market noise. It utilizes **range-based trend filtering**, **momentum confirmation**, and **volatility-based risk management** to generate precise entry and exit signals. This strategy is particularly useful for traders who aim to capitalize on trend-following setups while avoiding choppy, ranging market conditions.
---
### **2. Key Components of the Strategy**
#### **A. Range Filter (Trend Determination)**
- The **Range Filter** smooths price fluctuations and helps identify clear trends.
- It calculates an **adjusted price range** based on a **sampling period** and a **multiplier**, ensuring a dynamic trend-following approach.
- **Uptrends:** When the current price is above the range filter and the trend is strengthening.
- **Downtrends:** When the price falls below the range filter and momentum confirms the move.
#### **B. RSI (Relative Strength Index) as Momentum Confirmation**
- RSI is used to **filter out weak trades** and prevent entries during overbought/oversold conditions.
- **Buy Signals:** RSI is above a certain threshold (e.g., 50) in an uptrend.
- **Sell Signals:** RSI is below a certain threshold (e.g., 50) in a downtrend.
#### **C. ADX (Average Directional Index) for Trend Strength Confirmation**
- ADX ensures that trades are only taken when the trend has **sufficient strength**.
- Avoids trading in low-volatility, ranging markets.
- **Threshold (e.g., 25):** Only trade when ADX is above this value, indicating a strong trend.
#### **D. ATR (Average True Range) for Risk Management**
- **Stop Loss (SL):** Placed **one ATR below** (for long trades) or **one ATR above** (for short trades).
- **Take Profit (TP):** Set at a **3:1 reward-to-risk ratio**, using ATR to determine realistic price targets.
- Ensures volatility-adjusted risk management.
---
### **3. Entry and Exit Conditions**
#### **📈 Buy (Long) Entry Conditions:**
1. **Price is above the Range Filter** → Indicates an uptrend.
2. **Upward trend strength is positive** (confirmed via trend counter).
3. **RSI is above the buy threshold** (e.g., 50, to confirm momentum).
4. **ADX confirms trend strength** (e.g., above 25).
5. **Volatility is supportive** (using ATR analysis).
#### **📉 Sell (Short) Entry Conditions:**
1. **Price is below the Range Filter** → Indicates a downtrend.
2. **Downward trend strength is positive** (confirmed via trend counter).
3. **RSI is below the sell threshold** (e.g., 50, to confirm momentum).
4. **ADX confirms trend strength** (e.g., above 25).
5. **Volatility is supportive** (using ATR analysis).
#### **🚪 Exit Conditions:**
- **Stop Loss (SL):**
- **Long Trades:** 1 ATR below entry price.
- **Short Trades:** 1 ATR above entry price.
- **Take Profit (TP):**
- Set at **3x the risk distance** to achieve a favorable risk-reward ratio.
- **Ranging Market Exit:**
- If ADX falls below the threshold, indicating a weakening trend.
---
### **4. Visualization & Alerts**
- **Colored range filter line** changes based on trend direction.
- **Buy and Sell signals** appear as labels on the chart.
- **Stop Loss and Take Profit levels** are plotted as dashed lines.
- **Gray background highlights ranging markets** where trading is avoided.
- **Alerts trigger on Buy, Sell, and Ranging Market conditions** for automation.
---
### **5. Advantages of the Enhanced Range Filter Strategy**
✅ **Trend-Following with Noise Reduction** → Helps avoid false signals by filtering out weak trends.
✅ **Momentum Confirmation with RSI & ADX** → Ensures that only strong, valid trades are executed.
✅ **Volatility-Based Risk Management** → ATR ensures adaptive stop loss and take profit placements.
✅ **Works on Multiple Timeframes** → Effective for day trading, swing trading, and scalping.
✅ **Visually Intuitive** → Clearly displays trade signals, SL/TP levels, and trend conditions.
---
### **6. Who Should Use This Strategy?**
✔ **Trend Traders** who want to enter trades with momentum confirmation.
✔ **Swing Traders** looking for medium-term opportunities with a solid risk-reward ratio.
✔ **Scalpers** who need precise entries and exits to minimize false signals.
✔ **Algorithmic Traders** using alerts for automated execution.
---
### **7. Conclusion**
The **Enhanced Range Filter Strategy** is a powerful trading tool that combines **trend-following techniques, momentum indicators, and risk management** into a structured, rule-based system. By leveraging **Range Filters, RSI, ADX, and ATR**, traders can improve trade accuracy, manage risk effectively, and filter out unfavorable market conditions.
This strategy is **ideal for traders looking for a systematic, disciplined approach** to capturing trends while **avoiding market noise and false breakouts**. 🚀
Will%R by SizovOption for combining the Williams Range% indicator of different lengths, for working in trend and counter-trend modes, in TF from 15m to 4H (version 6.2.00)
For the short and long WR% line, I recommend using the Fibonacci numbers: 3, 5, 8, 13, 21, 34, 55, 89, 144
@YuryGST
JPMorgan Collar LevelsJPMorgan Collar Levels – SPX/SPY Auto-Responsive (Quarterly Logic)
This script tracks the JPMorgan Hedged Equity Fund collar strategy, one of the most watched institutional positioning tools on SPX/SPY. The strategy rolls quarterly and often acts as a magnet or resistance/support zone for price.
Beyond TrackBeyond Track is a powerful tool designed to assist traders in identifying key market trends, entry and exit points, and potential reversals. This indicator combines to provide clear and actionable signals for both novice and experienced traders.
SV Strategy📈 Quick Scalping Indicator
This custom-built indicator is designed specifically for quick scalping and fast-paced intraday trading. It helps traders spot short-term price movements and identify high-probability entry and exit points with ease.
🔍 Key Features:
Real-time Buy/Sell signals based on momentum and short-term price action.
Optimized for 1-min, 3-min, 5-min, 1-hr and 4-hr timeframes.
Effective in both trending and ranging market conditions.
Lightweight and minimal — keeps your chart clean and focused.
✅ How to Use:
Use this tool alongside basic support/resistance and volume for best results.
Ideal for scalping BTC, ETH, and high-liquidity altcoins on spot or futures.
Avoid trading during high-impact news events for more accurate signals.
⚠️ Disclaimer:
This indicator is for educational and informational purposes only. Always do your own research and use proper risk management when trading.