اندیکاتور رایگان حاجی گلد Free Haji Gold Indicator
Subscribe to Haji Gold Channel to receive indicator tutorials, tips and updates
Send a message to the following ID Haji_gold
اندیکاتور رایگان حاجی گلد Haji_gold@
برای دریافت آموزش ها و نکات اندیکاتور و آپدیت ها عضو کانال حاجی گلد شوید
به آیدی زیر پیام بدین برای عضویت در کانال Haji_gold
Indicators and strategies
ATR DistanceThis indicator plots two lines at distances defined by (Multiplier × ATR) above and below a selected price source (open, high, low, or close). By using a configurable Average True Range (ATR) length, it helps highlight volatility-based boundaries for more adaptive stop-loss or profit-taking decisions.
Multiple (11) STRONG Buy/Sell Signals + Momentum)Multiple (11) STRONG Buy/Sell Signals + Momentum Indicator
By LouisMont
Overview
This Pine Script indicator is designed to identify multiple strong buy and sell signals using a combination of trend-following, momentum-based, pattern recognition, and volume-sensitive methods. The script incorporates 11 conditions, some of which are combined with others to provide Buy/Sell signals and mark high momentum on the charts.
Key Features:
Exponential Moving Averages (EMA): Uses 3, 8, and 13-period EMAs for trend confirmation.
MACD for Trend Confirmation: Faster settings (3, 10, 5) to detect trend shifts early.
VWAP Calculation & Confirmation: Determines price position relative to the Volume Weighted Average Price (VWAP).
EMA Stacking & Reversal Detection: Identifies bullish/bearish trend reversals using EMA crossovers.
Pattern Recognition: Detects Bull Flags, Bear Flags, Ascending & Descending Triangles to identify strong breakout patterns.
Volume Sensitivity Adjustment: Incorporates Relative Volume (RVol) to confirm trade signals with higher volume.
Momentum Indicators: Uses RSI, ADX, and custom calculations for faster momentum detection and trend strength confirmation.
Bollinger Bands & Keltner Channels Squeeze Detection: Identifies price compression and potential breakout points.
Three Consecutive Candles Strategy: Detects strong 3-bar bullish/bearish trends for added confirmation.
Williams %R & Stochastic RSI Combination: Provides faster momentum signals compared to standard RSI.
Percentage Price Oscillator (PPO): Measures trend direction and momentum with signal line crossovers.
Detailed Explanation of Conditions
1. Trend Confirmation with EMAs
Uses three EMAs (3, 8, 13) to determine short-term trend direction.
Bullish Signal: When EMA 3 > EMA 8 > EMA 13.
Bearish Signal: When EMA 3 < EMA 8 < EMA 13.
Detects trend reversals when the stacking pattern shifts.
2. MACD Trend Confirmation
Uses a faster MACD setting (3, 10, 5) to detect momentum shifts.
Bullish Signal: MACD line crosses above the signal line.
Bearish Signal: MACD line crosses below the signal line.
3. VWAP Confirmation
Bullish: Price above VWAP.
Bearish: Price below VWAP.
4. Pattern Recognition: Bull & Bear Flags
Bull Flag: Detects a strong upward impulse, a pullback, and breakout above resistance.
Bear Flag: Identifies a sharp decline, a pullback, and breakdown below support.
5. Pattern Recognition: Triangle Patterns
Ascending Triangle: Higher lows + breakout above resistance.
Descending Triangle: Lower highs + breakdown below support.
6. Volume Sensitivity with Relative Volume (RVol)
High Relative Volume (>1.5x the 50-period SMA) confirms stronger buy/sell signals.
7. Momentum Signals with RSI & ADX
RSI Overbought (70) & Oversold (30) Levels used to confirm trends.
ADX (>25) confirms strong trends before signals are triggered.
8. Bollinger Bands & Keltner Channels Squeeze Strategy
Identifies low volatility periods followed by strong breakouts above/below Bollinger Bands.
9. Three Consecutive Candles Confirmation
Detects 3 bullish or bearish consecutive candles with increasing highs/lows.
10. Williams %R & Stochastic RSI Combo
Williams %R detects overbought/oversold conditions faster than RSI.
Stochastic RSI provides faster crossovers for entry/exit timing.
Buy Signal: Williams %R crosses above -80, and Stoch RSI %K crosses above 20.
Sell Signal: Williams %R crosses below -50, and Stoch RSI %K crosses below 80.
11. Percentage Price Oscillator (PPO) for Trend Momentum
Measures momentum and trend direction similar to MACD but in percentage terms.
Buy Signal: PPO line crosses above signal line.
Sell Signal: PPO line crosses below signal line.
Signal Triggering Logic
Users can select minimum conditions required (1-11) for buy/sell signals to trigger.
If the number of conditions met ≥ user-defined threshold, a buy or sell signal is plotted.
Visualization on Chart
Green triangle (▲) below bars → Buy signal.
Red triangle (▼) below bars → Sell signal.
Green circle (●) at bottom → Momentum Up (High Volume).
Red circle (●) at bottom → Momentum Down (High Volume).
Numbers (1-10) at the bottom indicate how many conditions were met.
How to Use This Indicator
Select the minimum number of conditions to trigger buy/sell signals in the settings panel.
Many conditions are possible by making selections on the Input and Style tabs.
Explore and Enjoy!!
* This script was refined and substantially updated from an earlier version.
Predictive Trend and Breaks [PQ_MOD]This PineScript indicator is an advanced predictive tool that combines statistical forecasting with dynamic trend analysis to aid in identifying potential price breakouts. It starts by detecting swing highs and lows over a configurable lookback period and calculates dynamic slopes using methods such as ATR, standard deviation, or linear regression. The script then determines the strongest trend by computing correlations over various periods, automatically selecting the optimal lookback for forecasting. By leveraging an external statistical library, it produces forecasted price levels along with confidence bounds, which are visualized through primary and secondary lines and labels on the chart. Additionally, the indicator draws extended forecast channels and plots breakout markers when prices breach these trendlines, while also offering optional real-time backpainting and a statistical data table. Alert conditions for upward and downward breakouts further enhance its utility for traders monitoring trend reversals.
TraderPro+Friends, I'm glad to welcome you. I want to present a unique trading tool - TraderPro+
The essence of this indicator is simple yet brilliant. Using ATR deviation can achieve a lot. The indicator evaluates ATR deviation, and when price reaches critical conditions, the indicator gives either a long or short signal. Now let's discuss the possible settings.
You have extremely flexible options for configuring how the indicator works.
'ATR Period' determines which ATR period will be used for the WMA pair that generates signals. The larger the parameter, the smoother the price channel becomes, and vice versa.
'ATR period for stop/take' determines which ATR period will be used to calculate the ratio of stop-loss and take-profit levels.
'ATR multiplier for stop-loss' adjusts the deviation of the stop-loss position.
'ATR multiplier for take-profit 1' allows you to adjust the deviation of the first take-profit level.
'ATR multiplier for take-profit 2' allows you to adjust the deviation of the second take-profit level.
'ATR multiplier for take-profit 3' allows you to adjust the deviation of the third take-profit level.
'ATR multiplier for take-profit 4' allows you to adjust the deviation of the fourth take-profit level.
'ATR multiplier for take-profit 5' allows you to adjust the deviation of the fifth take-profit level.
'WMA 1 period' and 'WMA 2 period' determine the period used in the moving averages that create the price channel.
'ATR multiplier for WMA 1 deviation' and 'ATR multiplier for WMA 2 deviation' control the deviation of the price channel boundaries. The larger these parameters, the less frequent the signals will be, and vice versa.
You can also optionally enable or disable the display of the price channel using 'Show WMA lines' and keep only the signal display.
I'd also like to give some recommendations regarding profit-taking for trades with our tool. It's recommended to move the stop to breakeven when the first take-profit is reached, and when the second take-profit is reached, close the entire position. Based on my observations, this approach is the most effective.
Now, how do you understand which parameters will be the best? We have a statistics table that will display information about the profitability or unprofitability of our selected parameters.
The table contains information about the total number of trades, the number of profitable trades, and shows the total profit across all trades that could have been achieved if we traded all these positions without using leverage.
In other words, it indicates the total percentage of pure price movement across all profitable trades. There's also information about how many breakeven trades there were, meaning how many trades would close at zero if we followed the recommendation I gave earlier. And the number of unprofitable trades and their total loss. The total is also shown, which helps us understand whether our strategy is profitable or unprofitable. This way, you can select the best ratio for your trades and trade as profitably as the tool allows.
In addition, you have the ability to use alerts to send notifications to your social media.
I wish you luck in using this indicator!
Média de Volume - VXX & UVXY (Colorido)Explanation:
The code takes the daily volume of VXX and UVXY.
Calculates the average of the two volumes.
Plots a blue histogram, similar to the traditional volume indicator.
Adds a reference line at zero.
The histogram bars turn green when the price is above the 20 SMA and red when it is below.
ColorFlow EMA🔷 **ColorFlow EMA**
ColorFlow EMA is a simple yet powerful EMA crossover tool designed to help traders easily identify market trends and momentum shifts through clear, color-based visuals.
It features:
- A **10 EMA (blue)** and **20 EMA (red)**
- **Shaded area between EMAs** to indicate trend bias: blue for bullish, red for bearish
- **Buy/Sell triangle markers** when the 10 EMA crosses above or below the 20 EMA
✅ Use it to:
- Spot early trend reversals
- Confirm entries and exits
- Trade with confidence in any market
It works on **any timeframe** and with **any instrument** — including **forex, crypto, stocks, indices, and commodities**.
---
📘 **User Guide: How to Use ColorFlow EMA**
📍 **What It Shows**
- 🔵 **Blue EMA (10)** = Short-term trend
- 🔴 **Red EMA (20)** = Medium-term trend
- **Shaded Area**:
- Blue = Bullish bias (10 EMA > 20 EMA)
- Red = Bearish bias (10 EMA < 20 EMA)
- **Triangle Markers**:
- 🔵 Blue triangle below candle = Buy Signal (bullish crossover)
- 🔴 Red triangle above candle = Sell Signal (bearish crossover)
---
🧠 **How to Trade It**
1. **Trend Following Strategy**
- Trade in the direction of the shaded area.
- Go long when blue shading appears and the bullish crossover confirms.
- Exit or consider shorts when red shading takes over.
2. **Swing Trading**
- Use triangle signals for timing entries and exits.
- Combine with support/resistance, price action, or candlestick patterns.
3. **Confirmation Tool**
- Use alongside indicators like RSI, MACD, or volume to avoid false entries.
---
⚙️ **Customization Tips**
- Works on any timeframe (1m, 5m, 1H, 4H, Daily, etc.)
- Adapt it to your trading style — scalping, swing, or long-term
- Clean and minimal design makes it easy to layer with other tools
---
🎯 Whether you're a beginner or a seasoned trader, ColorFlow EMA brings clarity to your charts through smooth visuals and actionable signals.
Happy trading! 🚀
InsideBar Indicatorinside bar indicator
- this is temp indicator for check that we get indication on desired inside bar or not
SMC + Price Action IndicatorThe SPAZ indicator combines Supply and Demand Zone (SMC) analysis with Price Action strategies to identify high-probability trading opportunities. This indicator is designed to help traders confirm trading signals and gauge the strength of supply and demand zones. By identifying key areas of support and resistance, traders can make more informed decisions and increase their chances of success. The SPAZ indicator is a powerful tool for traders of all levels, providing a clear and concise visual representation of market dynamics.
Equity SurgeFor Blue Chip Stocks & Crypto: Equity Surge is the key to unlocking reliable entry points in established markets. Capture consistent gains with a strategy engineered for precision and designed to capitalize on predictable patterns within blue-chip stocks and cryptocurrencies.
Great strategy to add to basket of others
Works on 1H,4H and 8H
Click on strategy report for backtest results
Likes and boosts get trial to backtest, DM once liked and I will respond asap
Triple EMAThis script plots three Exponential Moving Averages (EMAs) on your TradingView chart:
EMA 24 (White) – Short-term trend indicator.
EMA 52 (Blue) – Medium-term trend indicator.
EMA 200 (Red) – Long-term trend indicator.
These EMAs help identify trend direction and potential support/resistance levels. The values are fixed to their respective timeframes and won’t change based on cursor movement.
Perfect for traders looking to analyze trend strength and crossover signals.
📊 Risk-On / Risk-Off Meter)Risk-On/Off Meter helps you gauge the overall risk sentiment of the market and make
Use it on the VIX daily chart
InsideBarInside Bar Strategy.
- latest inside bar after crossing ema
- no buy trade after buy and no sell after sell
Day & Date LabelDay & Date Label
This script draws a label with the day of the week and date.
The user can choose their own formatting for the label, including color, size, and whether the font is normal or bold.
Useful for taking screenshots (e.g., backtesting, journaling trades).
Outside BandsOuter bands bounce indicator:
- open trade when price reachs outer bands
- when price go back inside bollinger bands set TP is BB level
EMA Dynamics Crossover R:R=1:1.5EMA Dynamics Crossover R:R=1:1.5 📊
The EMA Dynamics Crossover R:R=1:1.5 strategy is designed to identify high-probability long entry signals based on the WaveTrend Indicator and the Exponential Moving Average (EMA) crossover. This tool is optimized for trend-following traders who aim to capture upward market movements while maintaining a defined risk/reward ratio.
Key Features:
Entry Signal (Long Position):
A long position is triggered when the WaveTrend Indicator (wt1) crosses above the smoothed WaveTrend (wt2), indicating potential upward momentum.
The entry is only considered if the wt1 is below a user-defined limit value, preventing entries when the market is overbought.
Risk-to-Reward Ratio:
The strategy uses a 1:1.5 risk-to-reward ratio (R:R) to balance risk and reward on each trade.
Stop-Loss (SL) is set at the lowest point of the last three bars, dynamically adjusting based on price action.
Take-Profit (TP) is calculated based on the average entry price and the set R:R ratio, ensuring profitable exits when the market moves in favor of the trade.
Stop-Loss and Take-Profit Visualization:
Stop-Loss and Take-Profit levels are plotted on the chart for easy visualization.
Stop-Loss is shown in red, and Take-Profit is shown in green, providing clear reference points for traders.
The entry price is marked in silver for tracking the trade's position in real time.
Backtesting Capability:
The script is fully backtestable, enabling traders to evaluate the performance of the EMA crossover strategy under different historical market conditions.
This feature allows for thorough testing and optimization, ensuring that traders can refine their approach before using it in live markets.
How It Works:
The WaveTrend Indicator is used to detect market momentum, while the EMA crossover (wt1 crossing above wt2) triggers the long entry signal.
The limit value for wt1 ensures that the trade is not entered when the market is considered overbought, thereby filtering out false signals during extended price rallies.
Risk management is handled by the dynamic stop-loss and take-profit levels, based on the market's current price action and the defined 1:1.5 risk/reward ratio.
Aarika BTC StrategyHello Traders,
This is really simple trend finder based on TrendWave theory which you can easily find on Tradingview. Lots of Trendwave indicators and strategies are available in community so I think I don't need to explain how TrendWave works.
What's unique in my strategy is that it uses Trend Filter EMA which gives less and better signals. You're advised to please take a view, back-check on different settings which suits you the best according to your trading style on your choice of script. This script gives good results on BTCUSD on 5 minutes or higher TFs on different settings. Default settings are good for 5m tf though.
Do not take trades straight away unless you have a proper risk management. As can be seen on my graph, Equity Drawdown is really less with good Profit Factor.
I always take a second opinion before taking any of my trades (mostly I use MACD or RSI).
Your suggestions are always welcome.
Thanks.
TP SyncerTake Profit Multi-Timeframe 📈
This indicator is designed to provide efficient risk management with an integrated take-profit system . It allows users to set take-profit levels in two ways: as a percentage of the entry price or based on resistance levels on higher timeframes – or even a combination of both🔄.
The strategy uses the Wave Trend Indicator as a reference to identify optimal entry points and potential profit targets 🎯. With a multi-timeframe approach, the take-profit targets can be adjusted across different timeframes for more accurate and informed trading decisions.
Ideal for traders seeking to fine-tune risk management strategies and adjust take-profit levels flexibly, this tool helps manage trades effectively while maximizing potential profits💰.
Financial Conditions Indicator (FCI)The Financial Conditions Indicator (FCI) is a composite tool designed to help traders evaluate the tightness or looseness of financial conditions in the U.S. market. It aggregates four key metrics—VIX (stock market volatility), high-yield bond spreads (proxied by HYG), corporate bond spreads (proxied by LQD), and Treasury market volatility (proxied by MOVE)—into a single Z-score-based index. This indicator provides a visual representation of market stress and can assist in analyzing potential economic and asset price trends.
Key Features:
Composite Z-Score: Combines standardized Z-scores of VIX, HYG, LQD, and MOVE into a unified measure of financial conditions.
Color-Coded Output: Plots in red when conditions are tight (Z-score > 0) and green when conditions are loose (Z-score < 0).
10-Day EMA Overlay: Includes a 10-day exponential moving average (EMA) of the composite Z-score to highlight short-term trends.
Customizable Parameters: Allows users to adjust the Z-score lookback period and EMA length for flexibility.
How to Use:
Add to Chart: Find "Financial Conditions Indicator (FCI)" in the Indicators menu and apply it to your chart.
Customize Settings (Optional):
Lookback Period (Days) : Sets the period for Z-score calculations (default: 160 days).
EMA Length (Days) : Adjusts the EMA period (default: 10 days).
Interpret the Results:
Red Line (Z-Score > 0): Indicates tight financial conditions, often tied to higher volatility and wider credit spreads.
Green Line (Z-Score < 0): Suggests loose conditions, typically associated with lower volatility and tighter spreads.
Yellow Line (10-Day EMA): Tracks the short-term direction of financial conditions; crossovers with the Z-score may signal shifts.
Applications:
Monitor market stress levels to anticipate volatility or asset price movements.
Use as a risk management tool for adjusting exposure in risk-on/risk-off strategies.
Analyze potential economic turning points based on financial condition trends.
Data Dependency: Requires at least 160 days of historical data (or the selected lookback period) for accurate Z-score computation.
U.S.-Centric Design: Tailored to U.S. financial markets; applicability to other regions may vary.
Supplementary Tool: Best used with other analysis methods, not as a standalone trading signal.
Example Scenarios:
Tight Conditions (Red Plot) : A rising FCI above 0 might warn of increasing market stress, potentially signaling a pullback in equities or a spike in volatility. Traders could reduce risk exposure.
Loose Conditions (Green Plot) : A falling FCI below 0 may indicate favorable conditions for risk assets, suggesting opportunities to increase equity or high-yield exposure.
EMA Signals : A Z-score crossing above the EMA could hint at worsening conditions, while a cross below might suggest improvement.
Note : This indicator is provided for informational purposes only and does not offer financial advice. Users should perform their own analysis and consider multiple factors before trading.
RSI-MTFMulti-Timeframe RSI Dashboard with Time-to-Close Indicator
The Multi-Timeframe RSI Dashboard with Time-to-Close is a comprehensive trading indicator that displays RSI values across multiple timeframes alongside the standard RSI oscillator, providing traders with a complete momentum analysis toolkit in one view.
Core Features
Multi-Timeframe Table Display
Shows RSI values from multiple timeframes (M1, M5, M15, H1, H4, D1, W1) in a clean, organized table format
Each table cell displays the timeframe, current RSI value, and time remaining until the current candle closes
Color-coded cells indicate overbought (red) and oversold (green) conditions based on customizable thresholds
Time-to-Close Integration
Displays countdown timer showing time remaining until the current candle closes for each timeframe
Helps traders anticipate potential confirmation of signals at candle close
Critical for timing entries when RSI is approaching key threshold levels
Standard RSI Oscillator
Traditional RSI oscillator is also included for the reference and on other intervals
The dashboard table positions conveniently beside this oscillator for comprehensive analysis without cluttering the chart