RMH MidTermThis script combines technical indicators (RSI and MACD), the trend of the HYG ETF, and a long-term moving average to detect buying or selling opportunities in markets with a medium-term bias.
Buy when the RSI breaks out of oversold territory, the MACD crosses upward, the HYG shows relative strength, and the price is above the 200-day moving average.
Sell when the RSI enters overbought territory, the MACD crosses downward, the HYG shows weakness, and the price falls below the 200-day moving average.
It also marks global trend changes using the 200-day moving average as a reference.
Chỉ báo và chiến lược
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 .
Vortex Sniper Elite @DaviddTechThis is the original script from DaviddTech. I've added a new input setting call "Vortex Strength Alert". Once the Vortex strength is greater than the "Vortex Strength Alert" value, a alert will be triggered. The purpose is for me to look at a particular crypto when it is trending.
QT KAMAUse a longer-term KAMA to define the bigger trend and a shorter-term KAMA for trading signals. For example, KAMA (10,5,30) could be used as a trend filter and be deemed bullish when rising. Once bullish, chartists could then look for bullish crosses when price moves above KAMA (10,2,30) and vice-versa.
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.
JEANIUS PRO (XXX GHOST)JEANIUS PRO (XXX GHOST) is a high-precision, low-noise automated trend-following system built for scalpers, day traders, and EA-integration power users.
This version is optimized for full PineConnector/MT5 deployment and executes directional bias trades using triple-stacked WMA structure + smart momentum divergence.
🔐 Core Features:
Triple WMA alignment (MA 1, 2, 3) for multi-frame trend confirmation
Proprietary impulse detection via JEANIUS momentum delta (n1 vs n2)
Smart trade lock system — avoids overfiring / overtrading
Built-in webhook alerts for full MT5 EA execution with SL, TP, BE, Trail
Works best on USDJPY, GBPUSD, EURUSD, XAUUSD (tested)
Configurable TP/SL structure and equity % risk control
💡 Designed for real-time execution — backtest it, tweak it, deploy it. GHOST version runs silent, strikes smart, and fades into the chart.
Shan AlertsKey Features:
ATR-Based Trailing Stop:
Uses Average True Range (ATR) to determine stop distance
Adjustable multiplier (1.0 by default) for sensitivity
Configurable ATR period (10 by default)
Flexible Price Source:
Can use either regular candles or Heikin-Ashi candles
Toggle with the "Use Heikin-Ashi Candles" input
Visual Elements:
Plots the trailing stop line in orange
Shows BUY/SELL labels (configurable)
Colors bars green/red based on position
Trading Signals:
Generates BUY signals when price crosses above the trailing stop
Generates SELL signals when price crosses below the trailing stop
Includes alert conditions for both signals
Debug Information:
Shows current stop value and position on the last bar
EMA+SMA+VWAP Trading Strategy This strategy is for COINBASE:ETHUSD 15min. Tweak the INPUTS as per requirement.
Note: The strategy will give different results for different sources(Binance, Bitstamp) and symbols.
For more accurate P&L in "Strategy Tester" modify the settings as below:
Under "Properties" tab
--Change "Order Size" value (default is 1) and type from "% of equity" to "Contract".
--Add "Commission". For me commission was "0.07 %".
Strategy Explanation
Trend Following: The strategy uses EMA crossovers (17 vs. 31) to detect momentum shifts, with VWAP and SMA (69) acting as filters to confirm the broader trend.
Reversal Mechanism: It allows switching directly from long to short (or vice versa) by closing the existing position before entering the new one.
Exit Strategy: Faster EMAs (8 and 9) are used for exits, making the strategy sensitive to short-term reversals while avoiding premature exits during strong trends.
Risk Management: The use of multiple filters (VWAP, SMA) reduces false signals, though it may delay entries in fast-moving markets.
How It Works:
Bullish Scenario: If the 17-period EMA crosses above the 31-period EMA, and the price is above both VWAP and the 69-period SMA, a long position is opened. It exits when the 8-period EMA crosses below the 9-period EMA.
Bearish Scenario: If the 17-period EMA crosses below the 31-period EMA, and the price is below both VWAP and the 69-period SMA, a short position is opened. It exits when the 8-period EMA crosses above the 9-period EMA.
Reversal: If a short position is active and a long signal triggers, the short is closed before entering the long (and vice versa).
Potential Strengths
Combines momentum (EMA crossovers) with trend confirmation (VWAP, SMA).
Reversal logic allows flexibility in choppy markets.
Visual indicators make it easy to monitor signals.
Potential Weaknesses
Multiple conditions may reduce trade frequency, missing some opportunities.
Sensitivity to EMA periods; defaults (17, 31, 8, 9, 69) may not suit all assets or timeframes.
No explicit stop-loss or take-profit logic, relying solely on EMA exits.
Intraday & PositionalThis indicator allows for Buying & Selling for Intraday & Positional Trading, The rules as under:
Buy When T1 = Green, T2 = Green
Sell When T1 = Green, T2 = Red
Short When T1= Red, T2= Red
Cover When T1= Red, T2= Green
Works for Timeframes below 4 Hr Timeline with auto changeover of Trend T1 & T2 as per timeframe selections. The lower the better for Intraday and Positional Trades
Best suited for Stocks/Options/Commodities/Indian markets etc
BankNifty-5min Intraday-High Risk-R-AlgoAI-Final Copy// This script is for educational and informational purposes only.
// It does not constitute financial or investment advice.
// Trading involves substantial risk and may not be suitable for all investors.
// Always do your own research or consult with a licensed financial advisor
// before making any trading or investment decisions.
// The author is not responsible for any losses incurred using this script.
This indicator identifies buy and sell signals on a 5-minute intraday Bank Nifty future chart, using price and volume. It plots:
One clear buy/sell signal per day.
An accompanying pivot line at a fixed distance (±50 points) from the candle.
Signal text labels with price level.
Intraday-only execution: Each day's signals and lines reset at the day’s end.
us this chart only on the futures not on the spot
BankNifty-15min Intraday-High Risk-R-AlgoAI-Final Copy// This script is for educational and informational purposes only.
// It does not constitute financial or investment advice.
// Trading involves substantial risk and may not be suitable for all investors.
// Always do your own research or consult with a licensed financial advisor
// before making any trading or investment decisions.
// The author is not responsible for any losses incurred using this script.
This indicator identifies buy and sell signals on a 15-minute intraday Bank Nifty future chart, using price and volume. It plots:
One clear buy/sell signal per day.
An accompanying pivot line at a fixed distance (±50 points) from the candle.
Signal text labels with price level.
Intraday-only execution: Each day's signals and lines reset at the day’s end.
us this chart only on the futures not on the spot
SMC + ZigZag + Auto FiboSmart Money Concepts revolve around key institutional trading theories such as BOS (Break of Structure), CHoCH (Change of Character), order blocks, fair value gaps, and more. This script automatically identifies and marks these structure changes on the chart, highlighting potential shifts in market bias.
The ZigZag portion connects major swing points with lines, providing a clearer visual for the overall swing structure. It helps you see higher highs/lows in uptrends and lower highs/lows in downtrends.
When enabled, the script automatically draws Fibonacci retracements/fans or Gann retracements/fans between important swing extremes identified by the script’s trailing structure. This helps you spot potential support/resistance or supply/demand levels based on well-known fib or Gann ratios.
Fair Value Gap - Clean & Labeledmade a script for FVGs pretty basic sorry you can not really see the lettering very well but it works.
Ultimate MA & PSAR [TARUN]Overview
This indicator combines a customizable Moving Average (MA) and Parabolic SAR (PSAR) to generate precise long and short trade signals. A dashboard displays real-time trade conditions, including signal direction, entry price, stop loss, and PnL tracking.
Key Features
✅ Customizable MA Type & Period – Choose between SMA or EMA with adjustable length.
✅ Adaptive PSAR Settings – Modify start, increment, and max step values to fine-tune stop levels.
✅ Trade Signal Logic – Identifies potential buy (long) and sell (short) opportunities based on:
Price action relative to MA
MA trend direction (rising or falling)
PSAR confirmation
✅ Dynamic Stop Loss Calculation – Uses lowest low/highest high over a specified period for stop loss placement.
✅ Trade State & Reversal Handling – Manages active trades, pending signals, and stop loss exits dynamically.
✅ PnL & Dashboard Table – Displays real-time signal status, entry price, stop loss, and profit/loss (PnL) in an easy-to-read format.
How It Works
1.Buy (Long) Condition:
MA is rising
Price is above the MA
PSAR is below price
2.Sell (Short) Condition:
MA is falling
Price is below the MA
PSAR is above price
3.Stop Loss Handling:
For long trades → stop loss is set at the lowest low of the last X candles
For short trades → stop loss is set at the highest high of the last X candles
4.Trade Execution & PnL Calculation:
If a valid long/short setup is detected, a pending signal is placed.
On the next bullish (for long) or bearish (for short) candle, the trade is confirmed.
Real-time PnL updates help track trade performance.
Customization Options
🔹 Moving Average: SMA or EMA, adjustable period
🔹 PSAR Settings: Start, Increment, Maximum step values
🔹 Stop Loss Lookback: Choose how many candles to consider for stop loss placement
🔹 Dashboard Positioning: Select preferred display location (top/bottom, left/right)
🔹 Trade Signal Selection: Enable/Disable Long and Short signals individually
How to Use
Add the indicator to your chart.
Customize the MA & PSAR settings according to your trading strategy.
Follow the dashboard signals for trade setups.
Use stop loss levels to manage risk effectively.
Disclaimer
⚠️ This indicator is for educational purposes only and does not constitute financial advice. Always perform proper risk management and backtesting before using it in live trading.
RK_RAVI [RK_RAVI]this indicator includes
eme20
ema50
tr true range
atr averave true range
datr daily average true range
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.
superTrend ve kama SezersuperTrend everget and Kama Hpotter indicator combination .
Adjust colors . short Long State Filling
VPSR//@version=5
// ═══════════════════════════════════════════════════════════════════════════════
// Volume Profile Sovereign Reign (VPSR)
// ═══════════════════════════════════════════════════════════════════════════════
//
// A simple volume indicator that helps you see when there's more or less trading
// happening in the market. Think of it like a crowd meter - it shows you how many
// people are trading and whether they're mostly buying or selling.
//
// What You See:
// -------------
// Volume Bars:
// • Green Bars = More buyers than sellers
// • Purple Bars = More sellers than buyers
// • White Bars = Extra busy trading (much higher than normal)
//
// Cloud:
// • White Cloud = Buyers are in control
// • Purple Cloud = Sellers are in control
// • Cloud gets bigger when more people are trading
//
// How to Use It:
// -------------
// 1. Watch the Colors:
// • Green/Purple bars show who's winning (buyers or sellers)
// • White bars show when something important might be happening
// • Cloud color shows the overall mood of the market
//
// 2. Watch the Size:
// • Taller bars = More trading
// • Higher cloud = More overall activity
// • White bars often appear at important price points
//
// Settings You Can Change:
// ----------------------
// • Volume MA Length: How smooth you want the cloud (20 is normal)
// • Abnormal Volume: How unusual trading needs to be to turn white (2.0 is normal)
// • Show MA: Turn the cloud on/off
//
// Remember: This tool works best when used with price action and other indicators
// for confirmation.
PL Linespl line for using price action on charts for trading purpose and use it for intra as well as positional level
QT AMA Signals## QuantzTrader AMA Signals: Dynamic Trend & Momentum Indicator
**Introducing the QT AMA Signals Indicator, designed to provide clear and actionable buy/sell signals based on adaptive moving averages and volatility-adjusted conditions.**
This indicator leverages Kaufman's Adaptive Moving Average (AMA) to dynamically adapt to market volatility and trend strength. It incorporates two AMAs – a faster one for momentum and a slower one for trend – along with Average True Range (ATR) to filter out noise and identify significant price movements.
**Key Features:**
* **Adaptive Moving Averages (AMA):** Utilizes two AMAs with customizable parameters (10,2,30 for fast and 10,5,30 for slow by default) to capture both short-term momentum and longer-term trend.
* **Volatility-Adjusted Signals:** Employs ATR to ensure signals are triggered only when price movements are significant relative to recent volatility.
* **Trend and Momentum Confirmation:** Combines price action, AMA crossovers, candle color, and AMA slope to generate high-probability signals.
* **Clear Buy/Sell Signals:** Plots distinct triangle up/down shapes with "Buy" and "Sell" labels for easy identification.
* **Customizable ATR Length:** Allows users to adjust the ATR length for optimal signal filtering.
**How it Works:**
The indicator calculates two AMAs:
* **AMA Fast (10,2,30):** A more sensitive AMA, designed to capture short-term momentum changes.
* **AMA Slow (10,5,30):** A smoother AMA, used to define the overall trend direction.
**Buy Conditions:**
The indicator generates buy signals when either of the following conditions are met:
1. **Breakout with Gap:** Price crosses above the AMA Slow, a green candle forms, the AMA Fast slope is up, and the gap between the two AMAs is at least 1.5 times the ATR. This condition indicates a strong, volatility-backed breakout.
2. **Momentum Confirmation:** Price is already above the AMA Slow, price crosses above the AMA Fast, a green candle forms, and the AMA Fast slope is up. This condition signals a continuation of the uptrend with increasing momentum.
**Sell Conditions:**
Sell signals are generated when either of these conditions are met:
1. **Breakdown with Gap:** Price crosses below the AMA Slow, a red candle forms, the AMA Fast slope is down, and the gap between the two AMAs is at least 1.5 times the ATR. This indicates a strong, volatility-driven breakdown.
2. **Momentum Reversal:** Price is already below the AMA Slow, price crosses below the AMA Fast, a red candle forms, and the AMA Fast slope is down. This signals a continuation of the downtrend with increasing bearish momentum.
**Usage:**
* Add the "QT AMA Signals" indicator to your TradingView chart.
* Observe the plotted buy/sell signals for potential entry/exit points.
* Experiment with the ATR length to fine-tune the signal sensitivity.
* Consider using this indicator in conjunction with other technical analysis tools for enhanced confirmation.
**Disclaimer:**
This indicator is for informational purposes only and should not be considered financial advice. Trading involves risks, and you should always conduct thorough research and consult with a financial advisor before making any investment decisions.
**Developed by QuantzTrader.**
Gap Days Identifier📌 Gap Days Identifier – Pine Script
This script identifies Gap Up and Gap Down days based on user-defined percentage thresholds. It is designed for daily charts and helps traders spot significant opening gaps relative to the previous day’s close.
🔍 Key Features:
Customizable Thresholds: Input your desired % gap for both Gap Up and Gap Down detection.
Visual Markers: Displays label arrows with actual % gap on the chart (green for Gap Up, red for Gap Down).
Live Statistics Table: Shows total count of Gap Up and Gap Down days based on your filters.
Clean Overlay: Designed to be non-intrusive and easy to interpret for any instrument.
✅ Use Case:
Perfect for traders who track gap-based breakout strategies, news/event impact, or want to filter days with strong overnight sentiment shifts.
50%er(PreMarket & ORB)50%er(PreMarket & ORB)
Overview:
50%er(PreMarket & ORB) is a streamlined version of my full 50%er script. It calculates the critical 50% level of the previous candle and extends this to daily, weekly, monthly, quarterly, and yearly timeframes. The script also detects and plots previous highs and lows for these timeframes, providing key price levels for traders. Additionally, it calculates and displays opening levels for the day, week, month, quarter, and year. A custom timeframe feature adds flexibility for setting 50% and high/low levels, catering to different trading preferences.
How It Works:
The script calculates the 50% midpoint of the previous candle’s high and low, a key support/resistance level for traders. It extends this logic across multiple timeframes, including daily, weekly, monthly, quarterly, and yearly, and tracks previous highs and lows for these periods. It also prints opening levels for various timeframes. The premarket high/low and ORB (Opening Range Breakout) levels are included when extended hours are enabled.
How to Use:
Adding to Chart: Apply the 50%er Script Lite to your TradingView chart.
Configuring Inputs: Adjust timeframes and levels to match your trading strategy. The custom timeframe feature allows for personalization.
Analyzing Levels: Use the plotted 50% lines and opening levels to identify potential support and resistance areas, as well as breakout or breakdown points.
Strategizing Trades: Incorporate these levels into your trading plan for potential entry and exit points.
What Makes It Original:
50%er Lite stands out for its simplicity and precision. It focuses on the essential 50% line and key price levels, offering a clear view of the market without unnecessary complexity. The inclusion of premarket levels and ORB breakout levels, along with the custom timeframe feature, makes it a versatile tool for traders of all levels.