RSI + StochasticO RSI (Relative Strength Index) e o Estocástico são indicadores técnicos amplamente utilizados na análise técnica para identificar condições de sobrecompra e sobrevenda no mercado.
1. RSI (Índice de Força Relativa)
Mede a força de um ativo com base nos fechamentos recentes.
Varia de 0 a 100, sendo que valores acima de 70 indicam sobrecompra (possível correção) e abaixo de 30 indicam sobrevenda (possível alta).
Utilizado para detectar divergências entre preço e indicador, ajudando a prever reversões.
2. Estocástico
Compara o preço de fechamento de um ativo com sua faixa de preços em um determinado período.
O %K representa o valor principal e o %D é uma média móvel de %K.
Também varia de 0 a 100, sendo que valores acima de 80 indicam sobrecompra e abaixo de 20 indicam sobrevenda.
Útil para identificar reversões e momentos de entrada e saída do mercado.
Objetivo do Script Combinado
A junção desses indicadores permite uma análise mais completa da força do mercado, ajudando a confirmar sinais de compra e venda. Quando ambos indicam sobrecompra ou sobrevenda, a confiabilidade do sinal aumenta.
Indicators and strategies
Black Red Candles/Sticks/BarsThis script is a Pine Script™ v5 indicator designed to overlay red candles with custom-colored candles that have black bodies, wicks, and borders. It works by:
Checking if the current candle is "red" (i.e. when the close is lower than the open).
Using the plotcandle() function to replot only those red candles.
Setting the fill, wick, and border colors to black for the replotted candles.
Leaving non-red candles unaltered by plotting them as na.
In effect, red candles on the chart are replaced with a consistent black-colored representation, providing a unique visual style. Users may also disable the default candles for a cleaner display.
Position Size , Entry , Sl , Target Popupthis script help to get details about position size, entry , sl , tergets on mouse over
BOZ SEMA BBIndicator to plots key these indicators
EMA 20, 50, 200
SMA 20, 50, 99, 200
Bollinger Bands (20 period, 3 standard deviations)
Supertrend Strategy with Money Ocean TradeStrategy Overview
The Supertrend Strategy with Trend Change Confirmation leverages the Supertrend indicator to identify potential buy and sell signals based on changes in trend direction and subsequent price action. The strategy is designed to work with any financial instrument (symbol) and aims to provide clear entry and exit signals.
Key Components
Supertrend Indicator: The core of this strategy is the Supertrend indicator, calculated using a length of 3 and a factor of 1. The Supertrend line is plotted on the chart to visually represent trend direction.
Direction 1: Indicates an uptrend (bullish).
Direction -1: Indicates a downtrend (bearish).
Trend Change Detection: The strategy monitors changes in the trend direction. When a trend change is detected, it checks if the next candle confirms the trend change by breaking above or below the Supertrend line.
Entry Conditions:
Long Entry (Buy): When the Supertrend direction changes to 1 (uptrend) and the next candle closes above the Supertrend line.
Short Entry (Sell): When the Supertrend direction changes to -1 (downtrend) and the next candle closes below the Supertrend line.
Exit Conditions: The strategy closes the position based on the opposite signal.
Long Exit: When the Supertrend direction changes to -1 (downtrend) and the next candle closes below the Supertrend line.
Short Exit: When the Supertrend direction changes to 1 (uptrend) and the next candle closes above the Supertrend line.
Visual Signals: The strategy plots buy and sell signals on the chart using plotshape:
BUY: A green label below the bar when a long entry is triggered.
SELL: A red label above the bar when a short entry is triggered.
Alerts: Alerts are set up to notify when a buy or sell signal is triggered.
Script Summary
This strategy helps traders identify potential trading opportunities based on trend changes and confirms the trend by checking the next candle's price action. The visual signals and dashboard enhance the user's ability to monitor and manage trades effectively.
Feel free to test and adjust the parameters to suit your trading preferences! If you need further customizations or explanations, let me know.
Hidden Order BlockThe Hidden Order Block Indicator helps traders identify bullish and bearish order blocks that align with market structure. It highlights key price zones where institutional activity may occur, assisting traders in making informed decisions.
🔥 Key Features:
✔ Bullish & Bearish Order Blocks – Marks potential institutional trading areas
✔ Trend-Based Analysis – Works effectively when used with trend confirmation
✔ Compatible Markets – Suitable for Forex, Crypto, and Stocks
✔ Timeframe Optimization – Designed for M30 and higher timeframes
✔ Flexible Trading Styles – Can be incorporated into scalping, swing trading, and intraday strategies
🔹 Technical Note: This script is designed to enhance market structure understanding and should be used with additional confluence for better decision-making.
综合趋势策略1. 策略的组成与信号
该策略结合了多个经典的技术指标和市场信号来生成交易信号,包括:
量能分析:利用成交量变化(放量与缩量)来判断市场的活跃度,进而推测市场的当前状态。量能变化通常可以帮助识别市场的潜在突破或反转点。
动能系统(EMA差值):使用两个不同周期的指数移动平均线(EMA),计算它们的差值来判断市场的动能。动能系统有助于识别趋势的强度以及潜在的趋势反转。
布林带突破:通过价格突破布林带的上下轨来识别市场的极端波动,这通常与强势的市场运动有关。
RSI超买超卖:RSI(相对强弱指标)用来检测市场是否进入超买(70以上)或超卖(30以下)区域,帮助确认市场的极端状态,预测市场的反转点。
2. 策略的特点与适用场景
趋势跟随型策略:该策略更多地依赖于趋势跟随和突破逻辑,特别是在使用EMA和布林带等趋势跟随指标时。该策略适合用于市场趋势明确且波动较大的时期。
适合波动性较大的市场:因为该策略使用了布林带和RSI来检测市场的极端波动点,因此在市场出现剧烈波动时,该策略可能会表现较好。波动性较大的市场(如外汇市场、大宗商品市场、某些个股)可能会给这个策略带来更多的机会。
信号确认依赖多个指标:该策略通过多个信号确认点来生成交易信号,包括量能突破、RSI突破、布林带突破等,因此它避免了仅依赖单一指标可能带来的信号误判问题。
3. 适合的市场环境
强趋势市场:该策略主要依赖动能指标(如EMA差值、RSI等)来判断市场趋势,特别是适用于那些有明确方向性趋势的市场,比如持续上涨或下跌的市场。
高波动市场:策略使用了布林带来识别市场的突破,因此它适合在波动性较大的市场中使用。如果市场处于震荡行情或者波动性极低的时期,策略可能会产生更多的错误信号,导致不必要的交易。
突破行情:如果市场存在明显的突破(突破支撑/阻力位、价格突破布林带上下轨等),该策略可能会表现出较高的成功率,因为它能够通过量能和趋势动能的确认来避免假突破。
4. 策略的胜率与风险控制
高胜率潜力:由于该策略综合了多个信号指标进行交易决策,能够有效减少假信号,并在趋势明确时捕捉到交易机会。因此,在趋势强烈且明确时,策略的胜率可能较高。
可能的亏损风险:在市场处于震荡区间时,由于策略使用了布林带和RSI等指标,这些指标可能会产生更多的错误信号(例如在震荡行情中频繁发生突破假信号),从而可能增加亏损的风险。因此,策略在震荡市场中的表现可能不如趋势明确的市场。
风险管理:策略使用了ATR(平均真实波动幅度)来动态调整止损和止盈,确保在市场波动剧烈时能够有效管理风险。这种动态止损止盈机制有助于提高策略在不确定市场条件下的生存能力,避免过早的止损。
5. 适合的人群
适合经验丰富的交易者:该策略依赖于多个技术指标进行交易决策,因此适合有一定技术分析背景的交易者。这些交易者能够理解并利用量能、动能、布林带、RSI等指标进行市场分析。
适合中长线交易者:由于该策略结合了动能指标和趋势跟随系统,更适合中长线的趋势交易者。在短期内,尤其是在快速变化的市场中,策略可能会产生较多的信号,但由于信号的确认机制,适合的持仓时间较长。
适合希望自动化交易的交易者:对于那些希望减少人工操作并自动化交易的交易者来说,这个策略是一个很好的选择。交易者可以通过调整参数(如RSI阈值、量能倍数等)来优化策略,并使其适应不同的市场条件。
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! 🚀