Indicatori e strategie
Z Score BlackZ-score bbut with better looking black color imo
Values are different because I choose source Open for original Z score and on my black one is source Closed. I don't know how to change that picture so you have to deal with it.
I works exactly the same as original.
All credit to original Creator: www.tradingview.com
Link to original Z score:
What Is Z-Score?
Z-score is a statistical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean. If a Z-score is 0, it indicates that the data point's score is identical to the mean score. A Z-score of 1.0 would indicate a value that is one standard deviation from the mean. Z-scores may be positive or negative, with a positive value indicating the score is above the mean and a negative score indicating it is below the mean.
Global Liquidity Index (Lagged)"Global Liquidity Index (Lagged)" by aggregating data from various central banks and money supply sources. IT IS NOT A FOOLPROOF Index
Central Bank Balance Sheets:
FED (Federal Reserve System): request.security("USCBBS", "D", close, currency=currency.USD)
Why Included: The Federal Reserve is the central bank of the United States, and its balance sheet directly reflects its monetary policy actions, such as quantitative easing (QE). Increases in the Fed's balance sheet generally indicate increased liquidity.
Data Source: "USCBBS" likely refers to a TradingView symbol representing the Fed's balance sheet.
TGA (Treasury General Account): request.security("WTREGEN", "D", close, currency=currency.USD)
Why Included: The Treasury General Account is the U.S. Treasury's checking account at the Federal Reserve. Changes in the TGA affect the amount of reserves in the banking system. Increasing TGA, decreases liquidity.
Data Source: "WTREGEN" is the tradingview ticker.
RRP (Reverse Repurchase Agreements): request.security("RRPONTSYD", "D", close, currency=currency.USD)
Why Included: Reverse repurchase agreements are used by the Fed to absorb excess liquidity from the financial system. Increases in RRP balances indicate a reduction in liquidity.
Data Source: "RRPONTSYD" is the tradingview ticker.
ECB (European Central Bank): request.security("EUCBBS * EURUSD", "D", close, currency=currency.USD)
Why Included: The ECB is the central bank of the Eurozone, and its balance sheet reflects its monetary policy in the Eurozone.
Data Source: "EUCBBS" likely represents the ECB's balance sheet, and EURUSD is used for currency conversion.
PBC (People's Bank of China): request.security("CNCBBS * CNYUSD", "D", close, currency=currency.USD)
Why Included: The PBC is the central bank of China, and its balance sheet reflects its monetary policy in the world's second-largest economy.
Data Source: "CNCBBS" likely represents the PBC's balance sheet, and CNYUSD is used for currency conversion.
BOJ (Bank of Japan): request.security("JPCBBS * JPYUSD", "D", close, currency=currency.USD)
Why Included: The BOJ is the central bank of Japan, and its balance sheet reflects its monetary policy in a major developed economy.
Data Source: "JPCBBS" likely represents the BOJ's balance sheet, and JPYUSD is used for currency conversion.
Other Central Banks:
The code includes data from various other central banks (e.g., Bank of England, Bank of Canada, Reserve Bank of Australia).
Why Included: To capture a more comprehensive view of global liquidity.
Data Source: TradingView symbols representing the respective central bank balance sheets, with currency conversions.
Money Supply (M2):
USA (USM2): request.security("ECONOMICS:USM2", "D", close, currency=currency.USD)
Why Included: M2 is a measure of the money supply that includes cash, checking deposits, and other easily convertible assets. It provides insight into the amount of liquid funds available in the economy.
Data Source: "ECONOMICS:USM2" is a TradingView symbol for the U.S. M2 money supply.
Europe (EUM2), China (CNM2), Japan (JPM2), and Other Countries:
The code includes M2 data from various other countries.
Why Included: To capture a broader view of global money supply.
Data Source: TradingView symbols representing the respective countries' M2 money supply, with currency conversions.
Rationale for Inclusion:
The goal of the index is to capture the overall amount of liquid funds available in the global financial system.
Central bank balance sheets reflect the actions of central banks to inject or withdraw liquidity.
Money supply figures reflect the amount of readily available funds in the economy.
By combining these data sources, the index attempts to provide a more holistic view of global liquidity.
Important Note :
The accuracy of the index is limited by the availability and accuracy of the data provided by TradingView.
Economic data is often released with a delay, so the index will always reflect past conditions.
The weighting of the different data sources is simplistic, and a more sophisticated approach would be needed for a more accurate index.
Combined Oscillator with DivergenceI Created this Scrip to use Divergence Effectively. For Buy look for the RSI and Stochastic RSI to cut the oversold zone(30) from below. For Sell look for the RSI and Stochastic RSI to cut the over bought zone(70) from Above. I have observed that Signals generated in between Over bought and Over Sold zones are not that effective. Use Strict stop loss for any trade you take. I am not responsible for any profit or loss you make by using this Scrip
High-Low Breakout StrategyIt enters a long position when the close price is greater than the previous high and enters a short position when the close price is lower than the previous low. It also includes exit conditions that close positions when the opposite condition is met.
Indicator BMS V5 [Traderhood]Introducing BMS (Base Market Strategy)
Overview
Base Market Strategy (BMS) is a trend-following and oscillator indicator designed to detect market trends with high accuracy while providing clear entry signals. BMS utilizes four Exponential Moving Averages (EMA) to filter trends across multiple timeframes and Bollinger Bands (BB) to identify overbought and oversold zones. This approach makes BMS highly suitable for scalping strategies in lower timeframes with a high win rate potential.
Key Features
📈 Multi-EMA Trend Filtering
Uses 4 EMAs to confirm the dominant trend.
Separates trend detection between lower timeframes and H1 for additional validation.
🎯 Dynamic Overbought & Oversold Detection
Sell signal occurs when the price touches the Bollinger Bands Upper.
Buy signal occurs when the price touches the Bollinger Bands Lower.
🔥 High Win Rate Scalping Strategy
Designed to capture quick price movements in trending markets.
Ideal for traders looking for fast executions with controlled risk.
🎨 Customizable Visual Enhancements
Users can adjust indicator colors to match their personal preferences.
How It Works
1️⃣ EMA-Based Trend Identification
The indicator applies 4 EMAs to determine short-term and medium-term trends.
If the price is above all EMAs → Bullish trend.
If the price is below all EMAs → Bearish trend.
2️⃣ Bollinger Bands Signal Generation
Sell Entry: When the price touches Bollinger Bands Upper, indicating an overbought area.
Buy Entry: When the price touches Bollinger Bands Lower, indicating an oversold area.
3️⃣ Scalping Execution
Entries are executed only on lower timeframes with trend confirmation from H1 EMA.
Profit targets are adjusted based on volatility, while stop loss is placed outside the Bollinger Bands.
4️⃣ Visual Customization
Indicator colors can be modified for better visibility.
Practical Applications
✅ Scalping Strategy – Uses Bollinger Bands and EMA filtering for fast trades.
✅ Trend Confirmation – Multi-timeframe EMA validation ensures precise entries.
✅ Dynamic Support & Resistance – Bollinger Bands help identify potential reversals.
✅ Noise Reduction – EMA filtering removes minor price fluctuations for clearer signals.
🛠 Settings
EMA Periods: 4 EMAs for trend filtering.
Bollinger Bands Length: 20 (default), adjustable.
Bollinger Bands Deviation: 2 (default).
Color Customization: Users can personalize indicator colors as needed.
📌 Conclusion
Base Market Strategy (BMS) is a high win-rate scalping indicator, combining trend-following EMA filtering with momentum reversal detection from Bollinger Bands. With a dynamic and adaptive approach, this indicator provides precise entry signals while reducing noise from insignificant price movements.
Key Takeaways:
✔ High Accuracy – A combination of EMA and Bollinger Bands provides clear signals.
✔ Scalping Optimization – Works best on lower timeframes with H1 validation.
✔ Visual Customization – Users can adjust the indicator colors to their preference.
✔ Simple Yet Powerful – Easy to use but highly effective in capturing market opportunities.
🔹 Disclaimer: Trading carries high risks. Always backtest and optimize settings to align with your risk tolerance before live trading.
Ausiris Gold Trading StrategyThis script creates a gold trading strategy with these features:
Uses fast (9-period) and slow (21-period) EMA crossovers for signal generation
Incorporates RSI as a filter to avoid overbought/oversold conditions
Generates buy signals when fast MA crosses above slow MA and RSI isn't overbought
Generates sell signals when fast MA crosses below slow MA and RSI isn't oversold
Includes alert conditions so you can be notified of new signals
Can be applied to gold charts (XAUUSD) on TradingView
EMA Distance Buy/Sell SignalEMA Calculation:
3 EMAs calculate kiye jaate hain: Fast EMA (9), Medium EMA (21), aur Slow EMA (50).
Ye EMAs chart par plot kiye jaate hain.
Distance Calculation:
Har candle ka Fast EMA se distance calculate kiya jaata hai (percentage mein).
Agar ye distance aapke diye gaye threshold (default: 1.5%) se zyada hai, to signal generate hoga.
Buy/Sell Conditions:
Buy Signal: Jab candle Fast EMA se oopar hai aur uss point par sabhi 3 EMAs (Fast, Medium, Slow) se oopar hai.
Multi-Timeframe Heikin Ashi SMA5 LEDIndicator to show in a table if the Heikin Ashi bars of different timeframes are above or below the 5SMA (high or low). In case the HA bar is above the 5SMA (high, with 1 offset) the table is gonna show this timeframe in green, in case it's below the 5SMA (low, with 1 offset) the table is gonna show this timeframe in red, if it's between the two 5SMA it's gonna show the timeframe in white. Available timeframes: 1, 5, 15, 30, 60, 240, 1D, 1W, 1M.
Used for the Trading Made Easy strategy.
RSI Signal Pro[UgurTash]Introducing RSI Signal Pro for TradingView
RSI Signal Pro is a refined version of the standard Relative Strength Index (RSI) , designed to improve signal accuracy by generating alerts in real-time instead of waiting for multiple candle confirmations. This enhancement allows traders to react faster to market movements while maintaining the familiar RSI structure.
What Makes RSI Signal Pro Unique?
✅ Real-Time RSI Signals: Unlike the traditional RSI, which waits for candle confirmations, this version provides immediate buy and sell signals upon key level crossovers.
✅ Dual Trading Modes: Choose between Simple Mode (standard RSI crossovers) and Advanced Mode (momentum-adjusted signals with price validation).
✅ Customizable RSI-Based Moving Average (MA): Optionally apply SMA, EMA, WMA, or VWMA to smooth RSI fluctuations and identify longer-term trends.
✅ Adaptive Signal Filtering: The Advanced Mode reduces false signals by filtering RSI movements with a momentum threshold and historical RSI validation.
✅ User-Friendly Interface: Simple ON/OFF toggles allow easy customization of the indicator's behavior.
How This Indicator Works
🔹 Simple Mode: Identical to traditional RSI, triggering signals when RSI crosses 30 (bullish) or 70 (bearish).
🔹 Advanced Mode: Uses historical RSI pivots, momentum verification, and price confirmation to refine signal accuracy—ideal for traders looking for more precise entries.
🔹 RSI-Based MA: Optionally overlay moving averages onto the RSI, providing additional trend confirmation.
How to Use RSI Signal Pro
1️⃣ Select a mode: Use Simple Mode for frequent alerts or Advanced Mode for refined signals.
2️⃣ Enable RSI-Based MA: Apply SMA, EMA, WMA, or VWMA to smooth RSI fluctuations.
3️⃣ Set alerts: TradingView notifications allow you to react to real-time RSI movements instantly.
4️⃣ Apply to multiple markets: Effective for crypto, forex, stocks, and commodities.
Why Use RSI Signal Pro Instead of Standard RSI?
While RSI Signal Pro maintains the core functionality of the standard RSI, its real-time signal generation allows traders to make faster decisions without the typical delay caused by waiting for candle confirmations. Additionally, the optional momentum filtering and moving average smoothing ensure fewer false signals and better trade accuracy.
Asset Rotation System [Xrex Mod]All credits to InvestorUnknown. I optimized the code so you can add one more asset without going over 40 requests limit.
For more infor visit the original scripts page
Thanks InvestorUnknown for this great script
Parabolic SAR Multiple Timeframe levels (TechnoBlooms)The Parabolic SAR (Stop and Reverse) is a valuable tool for traders due to its ability to provide clear signals for trend direction and potential reversal points. One of its primary benefits is the ease of use; it visually indicates whether the market is trending up or down, helping traders decide when to buy or sell. The indicator also aids in setting stop-loss orders as it moves with price, offering a dynamic way to manage risk by suggesting when to exit a position if the trend reverses.
Viewing the Parabolic SAR (PSAR) across multiple timeframes offers traders a comprehensive approach to understanding market trends and making strategic decisions. By analyzing the PSAR on shorter timeframes like 1-minute or 5-minute charts, traders can pinpoint precise entry and exit points for quick trades, capitalizing on immediate market movements.
Settings
> User can select 10 different timeframes according to their wish
> User can change Parabolic SAR settings like Start, Increment and Maximum Value
RSI Divergence[UgurTash] – Real-Time📈 RSI Divergence – Real-Time, Adaptive, and Intelligent RSI Divergence Detection
🚀 What Does This Indicator Do?
RSI Divergence is a real-time divergence detection tool that helps traders identify bullish and bearish divergences between price and the Relative Strength Index (RSI). Unlike traditional RSI-based indicators, this script offers:
✅ Real-time detection – No need to wait for bar closes or repainting.
✅ Dynamic time-frame adaptation – The script automatically adjusts RSI settings based on the selected chart time frame.
✅ Multi-layered divergence analysis – Supports short-term, medium-term, and long-term divergence detection with an optional all-term mode that dynamically selects the best configuration.
🛠 How Does It Work?
Pivot-Based Divergence Detection:
The script analyzes pivot points on both price and RSI to determine valid divergences.
Bullish divergence occurs when price forms a lower low but RSI trends higher, indicating potential upward momentum.
Bearish divergence occurs when price forms a higher high but RSI trends lower, signaling possible weakness.
Adaptive RSI Calculation:
The RSI length is dynamically adjusted based on the chosen time frame:
Short-Term: RSI (7) for 1-5 min charts.
Medium-Term: RSI (14) for 15-60 min charts.
Long-Term: RSI (28) for 4H+ charts.
In All-Term Mode, the script automatically determines the best RSI length based on the active chart timeframe.
Smart Visualization & Alerts:
Bullish divergences are marked with green lines & labels.
Bearish divergences are highlighted in red.
Users can customize symbol size, divergence labels, and colors.
Instant alerts notify traders as soon as a divergence is detected.
🎯 How to Use This Indicator?
📌 For Trend Reversals: Look for bullish divergences at key support levels and bearish divergences at resistance zones.
📌 For Trend Continuation: Combine divergence signals with moving averages, volume analysis, or price action strategies to confirm trades.
📌 For Scalping & Swing Trading: Adjust the time-frame settings to match your trading style.
🏆 What Makes This Indicator Original?
🔹 Unlike standard RSI divergence indicators, this script features real-time analysis with no repainting, allowing for instant trading decisions.
🔹 The time-frame adaptive RSI makes it dynamic and suitable for any market condition.
🔹 The multi-term divergence detection offers flexibility, giving traders a precise view of both short-term & long-term market structure.
⚠ Note: No indicator guarantees 100% accuracy. Always use additional confirmations and sound risk management strategies.
If you find this tool useful, don’t forget to support & share! 🚀
Bearish Engulfing on Swing High 5MIN - BY ARUN S WATWANIuse it on 5 min timeframe, after the alert you can go short, use it on swing top only not on bottom
Bullish Engulfing on Swing Low 5MIN - BY ARUN S WATWANIuse it on 5 min timeframe, after alert you can go long, use it on swing lows only not on top.
Scaled SMA of Another InstrumentPlots the Simple Moving Average of another instrument on a chart of the main instrument.
e.g. Main plot is SPY, we can add a SMA of a Bond ETF AGG
Useful to see whether your main instrument is outperforming another instrument
Dynamic 50% Indicator of the selected range!This is a indicator which shows you the 50% level of the selected timeframe range. This is a good tool because price tends to bounce of of 50% levels.
Introducing the 50% Range Level Indicator, designed for traders who seek accuracy and strategic insights in their market analysis. This tool calculates and visually displays the midpoint (50% level) of any selected price range, helping you identify key equilibrium zones where price action often reacts.
Why Use This Indicator?
Key Market Equilibrium – The 50% level is a crucial reference point where price often consolidates, reverses, or gathers momentum.
Custom Range Selection – Simply select your desired price range, and the indicator will dynamically plot the midpoint.
Enhance Your Trading Strategy – Use it for support & resistance confirmation, retracement analysis, or confluence with other indicators.
Works on All Timeframes & Assets – Suitable for stocks, forex, crypto, and indices.
Gain an Edge in the Market
Whether you’re a day trader, swing trader, or long-term investor, the 50% Range Level Indicator can enhance your technical analysis and decision-making.
Stock ETF Tracker 2.0The Stock Sector ETF tracker with Indicators is a versatile tool designed to track the performance of sector-specific ETFs relative to the current asset. It automatically identifies the sector of the underlying symbol and displays the corresponding ETF’s price action alongside key technical indicators. This helps traders analyze sector trends and correlations in real time.
---
Key Features
Automatic Sector Detection:
Fetches the sector of the current asset (e.g., "Technology" for AAPL).
Maps the sector to a user-defined ETF (default: SPDR sector ETFs) .
Technical Indicators:
Simple Moving Average (SMA): Tracks the ETF’s trend.
Bollinger Bands: Highlights volatility and potential reversals.
Donchian High (52-Week High): Identifies long-term resistance levels.
SPY Regime Filter: Red background color if SP500 is below 200 day SMA.
Customizable Inputs:
Adjust indicator parameters (length, visibility).
Override default ETFs for specific sectors.
Informative Table:
Displays the current sector and ETF symbol in the bottom-right corner.
---
Input Settings
SMA Settings
SMA Length: Period for calculating the Simple Moving Average (default: 200).
Show SMA: Toggle visibility of the SMA line.
Bollinger Bands Settings
BB Length: Period for Bollinger Bands calculation (default: 20).
BB Multiplier: Standard deviation multiplier (default: 2.0).
Show Bollinger Bands: Toggle visibility of the bands.
Donchian High (52-Week High)
Daily High Length: Days used to calculate the high (default: 252, approx. 1 year).
Show High: Toggle visibility of the 52-week high line.
Sector Selections
Customize ETFs for each sector (e.g., replace XLU with another utilities ETF).
---
Example Use Cases
Trend Analysis: Compare a stock’s price action to its sector ETF’s SMA for trend confirmation.
Volatility Signals: Use Bollinger Bands to spot ETF price squeezes or breakouts.
Sector Strength: Monitor if the ETF is approaching its 52-week high to gauge sector momentum.
Enjoy tracking sector trends with ease! 🚀
666hehehe. indikator op nih. dapat membantu anda untuk scalping. tapi ingat arah market tetap mengikuti market tetapi indikator hanya membantu