Market Structure Break with RSIMrBishop specializes in market structure breaks and using RSI oscillator. What is classified as a market structure break is when a candle closes below the most recent swing high's bottom wick or when a candle closes above the most recent swing low's top wick. RSI oscillator is set to 60/40 with length of 10 and a SMA length of 10. I enter a long trade when RSI line is below the 50 mark and there is a market structure break. I enter a short trade when RSI is above the 50 mark and there is a market structure break.
Oscillateurs
Better RSI with Divergence [CRYPTO TED]Name: Better RSI with Divergence and MA
Version: v5
Description:
This TradingView script extends the standard RSI (Relative Strength Index) by adding several useful features:
Basic RSI (14 periods) — the core indicator that shows overbought and oversold conditions in the market, with levels at 30, 50, and 70.
Cycler Signals — visual representation of "bullish" and "bearish" cycles on the chart based on RSI values.
Moving Averages (MA) Added — allows you to choose from different types of moving averages to smooth the RSI indicator: SMA, EMA, WMA, VWMA, SMMA (RMA), or Bollinger Bands.
Bollinger Bands for RSI — use Bollinger Bands around the RSI to assess volatility.
Divergences — signals for bullish and bearish divergences between price and the RSI:
Bullish Divergence — when RSI makes higher lows while the price makes lower lows.
Bearish Divergence — when RSI makes lower highs while the price makes higher highs.
Gradient Backgrounds — visual indicators for overbought and oversold zones, using gradient colors from red to green.
Settings Parameters:
RSI Period: The period for calculating RSI (default is 14).
Source: The data source for the RSI calculation (default is close).
MA Type: The type of moving average for the RSI (SMA, EMA, WMA, VWMA, SMMA, Bollinger Bands).
MA Length: The length of the moving average (default is 14).
BB StdDev: Standard deviation for Bollinger Bands (default is 2).
Show Divergence: Whether to display divergence signals.
Levels:
30 and 70: Overbought and oversold levels for RSI.
50: The central level for RSI.
20 and 80: Additional levels for analysis.
Signal Types:
Cycler Signals: Color indication at the 50 level showing the current market cycle (bullish or bearish).
Divergences: Bullish and bearish divergences are plotted with "Bull" and "Bear" labels on the chart.
WaveTrend V4The **WaveTrend V4** indicator combines MACD and WaveTrend oscillators to identify trends and potential reversal points. Here's a simplified guide to using it:
---
### **Key Components**
1. **WaveTrend Lines**
- **Green Line (WT1):** Fast-moving oscillator.
- **Red Line (WT2):** Slow-moving signal line.
- **Overbought (-60)/Oversold (60):** Horizontal dashed lines marking extremes.
2. **MACD Lines**
- **Blue Line (MACD):** Standard MACD line.
- **Purple Line (Smoothed MACD):** Smoothed version of the MACD.
- **Orange Line (Signal):** MACD signal line.
3. **Background Colors**
- **Green:** Uptrend (buying pressure).
- **Red:** Downtrend (selling pressure).
- **Yellow:** Indecision/neutral market.
---
### **How to Use It**
1. **Trend Identification**
- **Buy Signal:** Green background + WT1 crosses **above** WT2 (especially if both are below -60).
- **Sell Signal:** Red background + WT1 crosses **below** WT2 (especially if both are above 60).
- **Indecision:** Yellow background – avoid taking positions until trend clarifies.
2. **Overbought/Oversold Zones**
- **Oversold (WT1 < -60):** Potential buying opportunity if WT1 starts rising.
- **Overbought (WT1 > 60):** Potential selling opportunity if WT1 starts falling.
3. **MACD Confirmation**
- Look for alignment between the **smoothed MACD** (purple) crossing the **signal line** (orange) and the WaveTrend trend color.
4. **Divergence**
- **Bullish Divergence:** Price makes lower lows, but WT1 forms higher lows.
- **Bearish Divergence:** Price makes higher highs, but WT1 forms lower highs.
---
### **Pro Tips**
- Combine with price action (support/resistance) for higher accuracy.
- Avoid trading in "yellow" zones (indecision).
- Use stop-losses to manage risk during false signals.
This indicator works best in **trending markets** – be cautious in sideways conditions!
Noah y AmaruDiscover the Strategy That Turns the Market into Your Ally
In the world of trading, few tools have the power to simplify complexity and turn it into winning opportunities. This indicator, crafted with passion and focus, is one of those rare gems. Its effectiveness has consistently proven to be a winner, delivering results that exceed expectations.
The magic behind this strategy lies in its ability to pinpoint the exact moments when the market is truly oversold. When everything seems uncertain, this tool acts as a reliable compass, highlighting the best opportunities to take action. It requires no technical knowledge or prior experience: simply follow the signals, and let the strategy do the rest.
With a philosophy rooted in dedication, love, and focus, this strategy serves as a reminder that the best results come when things are done with heart and mind aligned. It’s the perfect tool for anyone who wants to make money in the markets without getting tangled in advanced technical analysis.
Dare to try this strategy and experience how it simplifies trading while unlocking consistent and profitable results.
Hugo G. Vassalas.
Momentum Divergence TrackerThis Pine Script v6 component is designed to identify momentum divergences across multiple timeframes, allowing traders to spot potential trend reversals.
How it works:
Divergence Detection: The script identifies bullish and bearish divergences between price movements and momentum indicators (Relative Strength Index (RSI), Moving Average Convergence Divergence (MACD), Stochastic Oscillator). A divergence occurs when the price makes a lower low, but the indicator makes a higher low (Bullish Divergence) or makes a higher high, but the indicator makes a lower high (Bearish Divergence).
Multi-Timeframe Analysis: The script evaluates divergences across user-specified timeframes (e.g., 15m, 1h, 4h). The function uses request.security to access higher timeframes, ensuring alignment with the trader’s analysis preferences.
Volume-Based Filtering: Signals are validated using a high-volume filter, where current volume must exceed a multiplier of the 20-period moving average of volume.
Signal Aggregation: The results from multiple timeframes are combined into a single output - a bullish signal is triggered when any timeframe shows bullish divergence under high volume, and a bearish signal is triggered when any timeframe shows bearish divergence under high volume.
Visualization: Bullish divergences are plotted as green upward triangles below price bars and Bearish divergences are plotted as red downward triangles above price bars.
Inputs:
RSI Settings: RSI Length.
MACD Settings: MACD Fast Length, MACD Slow Length, MACD Signal Length.
Stochastic Settings: Stochastic Length, %K, %D.
Volume Multiplier: A filter that multiplies the average volume threshold.
Timeframes: Comma-separated list of timeframes for analysis (e.g., 15m, 1h, 4h).
Alerts:
Alerts can be triggered when Bullish Divergence or Bearish Divergence is detected.
Use Case:
Identify Reversals: Spot potential trend changes driven by momentum divergence.
Multi-Timeframe Analysis: Analyze divergences across various timeframes in one script.
Volume Confirmation: Ensure signals align with significant volume activity to increase reliability.
To use this component, add it to your TradingView chart. Customize the input parameters to fit your strategy and monitor the visualized divergences for potential trading opportunities.
Volatility Compression OscillatorThis Pine Script v6 component is designed to identify periods of volatility compression, which often precede significant market moves.
Here's how it works:
Bollinger Bands Width (BBW): The script calculates the width of the Bollinger Bands across multiple timeframes (5m, 15m, 1h, daily) to detect periods of tightening.
Average True Range (ATR): The ATR is calculated for the same timeframes to identify declining volatility.
Compression Score: A numerical score is generated by averaging the BBW values and dividing by the sum of ATR values across the timeframes. This score indicates the level of volatility compression.
Alerts: Alerts are triggered when the compression score falls below a specified threshold, indicating a potential breakout or breakdown.
Visualization: The compression score is plotted on the chart, and periods of extreme compression are highlighted with a background color. If enabled, volume data is also plotted to confirm compression phases.
To use this component, add it to your TradingView chart. Adjust the input parameters to suit your analysis needs and monitor the compression score and alerts for potential trading opportunities.
Whale Activity Impact OscillatorThe "Whale Activity Impact Oscillator" is a Pine Script v6 component designed to identify abnormal price movements caused by potential whale activity in the crypto market.
Here's how it works:
Inputs: The script allows users to configure the volume spike multiplier, price spike multiplier, lookback period, minimum volume threshold, and thresholds for strong buy and sell signals.
Data Calculations: It calculates the average volume and average percentage price change over the specified lookback period.
Whale Detection Logic: The script detects a volume spike if the current volume exceeds the average volume by the specified multiplier. It detects a price spike if the percentage price change exceeds the average by the specified multiplier.
Signals: A buy signal is generated when both a volume spike and a price increase are detected. A sell signal is generated when both a volume spike and a price decrease are detected.
Output: The oscillator is displayed as a histogram below the price chart. Green bars indicate buy signals, red bars indicate sell signals, and gray bars indicate normal activity. The height of the bars is proportional to the magnitude of the price change.
Alerts: The script includes alerts for whale buying and selling detected signals.
Edge Cases: The script avoids false signals in low-liquidity environments by setting a minimum volume threshold and filtering out signals during low market activity.
This component can be added to a TradingView chart to help traders identify potential whale activity and make informed trading decisions.
RSI/MACD Momentum ScalperThe RSI/MACD Momentum Scalper is a technical analysis tool designed to identify market momentum and provide actionable buy, sell, and take-profit signals by combining the Relative Strength Index (RSI) and Moving Average Convergence Divergence (MACD) indicators. This script uses a color-coded candle system to visually highlight trend strength and direction, making it particularly useful for scalpers and short-term traders who seek clarity and precision.
How It Works
This indicator operates on two core momentum principles: the RSI and MACD. Here's a breakdown of how it combines these components to deliver unique insights:
Relative Strength Index (RSI):
Measures the strength of price movements on a scale from 0 to 100.
A bullish trend is identified when the RSI is above 50, indicating upward momentum.
A bearish trend is identified when the RSI is below 50, signaling downward momentum.
Moving Average Convergence Divergence (MACD):
Compares two moving averages (Fast and Slow) of the price to measure trend momentum.
Generates a bullish signal when the MACD line is above the Signal line.
Generates a bearish signal when the MACD line is below the Signal line.
The indicator allows the user to select the type of moving average (EMA, DEMA, or HMA) for further customization.
Combined Momentum Analysis:
Green candles (strong bullish signal) : When both the RSI is above 50 and the MACD line is above the Signal line.
Red candles (bearish signal): When both the RSI is below 50 and the MACD line is below the Signal line.
Light grey candles (neutral signal): When only one of the conditions is true, indicating indecisiveness in market momentum.
Buy/Sell Signals:
Buy Signal: Triggered when the conditions for a bullish trend are newly met (both RSI > 50 and MACD > Signal line).
Sell Signal: Triggered when the conditions for a bearish trend are newly met (both RSI < 50 and MACD < Signal line).
Take-Profit Signals (Optional):
Highlights opportunities to exit a trade when a trend reverses:
Take-profit bullish: When a bullish trend ends.
Take-profit bearish: When a bearish trend ends.
How to Use the Indicator
Customization Options:
Trend Timeframe: Set a specific timeframe for trend analysis (e.g., 1h, 4h, 1D).
RSI Settings: Adjust the RSI length to match your trading strategy.
MACD Settings: Customize the Fast, Slow, and Signal lengths to suit market conditions.
Moving Average Type: Choose between EMA, DEMA, or HMA for the MACD calculation.
Colors: Select the colors for bullish, bearish, and neutral candles to match your preferences.
Signals and Visualization:
Enable or disable Buy/Sell Signals and Take-Profit Signals through the settings.
Use the color-coded candles to quickly assess trend direction and momentum strength:
Green: Strong upward momentum.
Red: Strong downward momentum.
Light Grey: Neutral or indecisive market.
The plotted buy (triangle up) and sell (triangle down) signals assist in identifying entry points, while take-profit (square) signals help secure gains during trend reversals.
What Makes It Unique
Integrated Approach: Combines two of the most widely-used momentum indicators (RSI and MACD) into a single tool, offering a clear, cohesive analysis of market trends.
Candle-Based Visualization: Changes the candle colors to reflect momentum, eliminating the need to constantly check separate indicator panels.
Customizability: Provides advanced options such as timeframe selection, MA type, and user-defined settings for RSI and MACD lengths, making it adaptable to different trading strategies.
Signal Precision: Goes beyond traditional RSI and MACD by offering precise buy, sell, and take-profit signals based on combined momentum logic.
Ease of Use: Tailored for both beginner and experienced traders by providing simple visual cues (candle colors and plot shapes) while retaining the depth of advanced settings.
The RSI/MACD Momentum Scalper is particularly beneficial for scalpers and intraday traders looking for a dynamic, easy-to-read tool that minimizes noise while focusing on high-probability trade opportunities.
Zig Zag + RVI / Owl of ProfitZig Zag + Relative Vigor Index (RVI) Strategy
This strategy combines the Zig Zag indicator for identifying trends and the Relative Vigor Index (RVI) for momentum-based entry and exit signals.
Features:
Zig Zag Indicator:
Helps identify major price trends and reversals.
Threshold: 5% (default) to filter out minor price movements.
Dynamically tracks highs and lows to determine the direction of the trend.
Relative Vigor Index (RVI):
Measures market momentum based on closing and opening prices relative to the range.
Length: 14 (default).
Overbought Level: 60 (default).
Oversold Level: 40 (default).
Entry and Exit Logic:
Long Condition:
Zig Zag trend is up.
RVI crosses above the oversold level (40).
Short Condition:
Zig Zag trend is down.
RVI crosses below the overbought level (60).
Exit Long:
Zig Zag trend reverses to down.
OR RVI crosses below the overbought level (60).
Exit Short:
Zig Zag trend reverses to up.
OR RVI crosses above the oversold level (40).
Visualization:
Zig Zag Lines:
Green lines for uptrends and red lines for downtrends plotted on the price chart.
RVI:
Plotted in blue with horizontal overbought (60) and oversold (40) levels for reference.
Customization:
Adjustable Zig Zag percentage threshold for filtering trend reversals.
Configurable RVI levels and length to fit various market conditions.
This strategy is ideal for traders looking to combine trend identification with momentum-based signals for precise entries and exits.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Triple EMA (TEMA) + Fisher Transform / Owl of ProfitTriple EMA (TEMA) + Fisher Transform Strategy
This strategy combines the Triple Exponential Moving Average (TEMA) and Fisher Transform to identify trend and momentum-based entry and exit signals.
Features:
Triple EMA (TEMA):
A smoothed trend-following indicator designed to reduce lag.
Length: 21 (default).
Helps identify trend direction and crossover signals.
Fisher Transform:
Converts price movements into a Gaussian normal distribution.
Length: 10 (default).
Smoothing: Optional smoothing is applied to reduce noise.
Entry and Exit Logic:
Long Condition:
Price crosses above the TEMA line.
Fisher Transform crosses above 0.
Short Condition:
Price crosses below the TEMA line.
Fisher Transform crosses below 0.
Exit Long:
Price crosses below the TEMA line.
OR Fisher Transform crosses below 0.
Exit Short:
Price crosses above the TEMA line.
OR Fisher Transform crosses above 0.
Visualization:
TEMA:
Plotted in blue on the price chart to show trend direction.
Fisher Transform:
Plotted in red on a separate pane, with a dotted zero line for reference.
Zero Line:
A horizontal line at 0 helps visualize Fisher Transform crossovers.
Customization:
Adjustable TEMA and Fisher Transform lengths to fit different market conditions.
Optional smoothing for Fisher Transform to reduce noise.
This strategy is ideal for traders looking to combine trend-following and momentum-based signals for precise entries and exits.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
SuperTrend + Stochastic Oscillator / Owl of ProfitSuperTrend + Stochastic Oscillator Strategy
This strategy combines SuperTrend and Stochastic Oscillator to identify trend-based entry and exit points with momentum confirmation.
Features:
SuperTrend Indicator:
Uses ATR (Average True Range) to determine trend direction.
ATR Period: 10 (default).
Multiplier: 3.0 (default).
Identifies bullish (green) and bearish (red) trends.
Stochastic Oscillator:
Measures momentum and identifies overbought or oversold conditions.
%K Period: 14 (default).
%D Period: 3 (default).
Smooth %K: 3 (default).
Entry and Exit Logic:
Long Condition:
SuperTrend indicates a bullish trend.
Stochastic %K crosses above %D.
Stochastic %K is below 20 (oversold level).
Short Condition:
SuperTrend indicates a bearish trend.
Stochastic %K crosses below %D.
Stochastic %K is above 80 (overbought level).
Exit Logic:
Exit conditions can be added using stop-loss, take-profit, or custom rules.
Visualization:
SuperTrend:
Plotted directly on the price chart with green and red lines indicating bullish and bearish trends.
Background fill highlights the trend direction.
Stochastic Oscillator:
Plotted on a separate pane with overbought (80) and oversold (20) levels highlighted.
%K is blue, and %D is orange for easy identification.
Buy and Sell Signals:
Clearly marked with "Long" and "Short" labels for easy visualization.
This strategy is ideal for traders looking to combine trend-following and momentum-based indicators for more reliable entry and exit points.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
SuperTrend + Stochastic / Owl of ProfitSuperTrend + Stochastic Strategy
This strategy combines the SuperTrend indicator with the Stochastic Oscillator to identify trend-following entry and exit points with momentum confirmation.
Features:
SuperTrend Indicator:
Uses ATR (Average True Range) to determine trend direction.
Factor: 3.0 (default).
ATR Length: 10 (default).
Indicates bullish (green) and bearish (red) trends.
Stochastic Oscillator:
Helps identify overbought and oversold conditions.
%K Length: 14 (default).
%D Length (Smoothing): 3 (default).
Overbought Level: 80 (default).
Oversold Level: 20 (default).
Entry and Exit Logic:
Long Condition:
SuperTrend indicates a bullish trend.
Stochastic %K crosses above the oversold level (20).
Short Condition:
SuperTrend indicates a bearish trend.
Stochastic %K crosses below the overbought level (80).
Exit Long:
SuperTrend changes to bearish.
OR Stochastic %K crosses below the overbought level (80).
Exit Short:
SuperTrend changes to bullish.
OR Stochastic %K crosses above the oversold level (20).
Visualization:
SuperTrend:
Plotted directly on the price chart with green and red colors indicating bullish and bearish trends.
Background color changes based on the trend direction.
Stochastic Oscillator:
%K and %D lines plotted in a separate pane with overbought (80) and oversold (20) levels highlighted.
%K is blue, and %D is orange for easy identification.
Alerts:
Not included in this script but can be added for buy and sell conditions to ensure no missed opportunities.
This strategy is ideal for traders looking to combine trend direction with momentum oscillators for more precise entries and exits. Use it for backtesting and refining your trading approach.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
RSI / Owl of ProfitRSI Strategy
This strategy uses the Relative Strength Index (RSI) to generate buy and sell signals based on overbought and oversold conditions. It also includes customizable stop-loss and take-profit levels for better risk management.
Features:
RSI Calculation:
Length: 14 periods (default).
Overbought Level: 70 (default).
Oversold Level: 30 (default).
Stop-Loss and Take-Profit:
Stop-loss and take-profit levels are calculated as a percentage of the entry price.
Default values:
Stop-Loss: 2%
Take-Profit: 4%
Entry and Exit Logic:
Long Condition:
Triggered when RSI is below the oversold level (default: 30).
Short Condition:
Triggered when RSI is above the overbought level (default: 70).
Exit Logic:
Long positions are exited when either:
The price reaches the take-profit level.
The price hits the stop-loss level.
Short positions are exited under the same conditions, but reversed for stop-loss and take-profit.
Visualization:
RSI Indicator:
Not plotted on the main chart but is used internally to trigger buy and sell signals.
Signals are automatically executed based on RSI levels, with clear position management via SL and TP.
This strategy is ideal for traders looking for a simple and effective momentum-based system that includes built-in risk management.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
MFI + CVD RSI + MO + ACC/DISTThis is a combination 4 oscillators:
Money flow index (MFI)
Cumulative volume delta relative strength index (CVD RSI)
Momentum (MO)
Accumulation/Distribution (ACC/DIST)
RSI + BB / Owl of ProfitRSI + Bollinger Bands Strategy
This strategy combines the Relative Strength Index (RSI) and Bollinger Bands (BB) to identify overbought and oversold conditions for high-probability trade setups.
Features:
Bollinger Bands (BB):
Basis Line: A 20-period Simple Moving Average (default).
Upper Band: Basis + 2 standard deviations of the closing price.
Lower Band: Basis - 2 standard deviations of the closing price.
RSI (Relative Strength Index):
Length: 14 periods (default).
Overbought Level: 70 (default).
Oversold Level: 30 (default).
Entry and Exit Logic:
Long Condition:
RSI crosses above the oversold level (30).
Price touches or drops below the lower Bollinger Band.
Short Condition:
RSI crosses below the overbought level (70).
Price touches or exceeds the upper Bollinger Band.
Exit Long:
RSI crosses above the overbought level (70).
OR price crosses above the BB Basis line.
Exit Short:
RSI crosses below the oversold level (30).
OR price crosses below the BB Basis line.
Visualization:
Bollinger Bands:
Upper and lower bands are displayed in blue with a shaded fill for easier trend identification.
The basis line is plotted in orange.
RSI:
RSI is displayed on a separate pane with horizontal lines at overbought (70) and oversold (30) levels.
RSI line is plotted in purple for clear visualization.
Alerts:
Not included but can be added for buy and sell conditions to ensure no trade opportunity is missed.
This strategy is designed for traders who want to combine momentum and volatility to identify high-probability reversal zones. Use it for backtesting and fine-tuning to suit your trading preferences.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
TVMC - Composite Indicator with Technical RatingsDescription:
The TVMC (Trend, Volume, Momentum, Composite) indicator is a powerful multi-component tool designed to provide traders with a comprehensive understanding of market conditions. By combining four essential technical analysis components—trend, momentum, volume, and volatility—this indicator offers clear and actionable insights to assist in decision-making.
Key Features:
1. Trend Component (TC):
* Based on MACD (Moving Average Convergence Divergence), this component analyzes the relationship between two exponential moving averages (fast and slow) to determine the prevailing market trend.
* The MACD signal is normalized to a range of -1 to +1 for consistency and clarity.
2. Momentum Component (MC):
* Utilizes RSI (Relative Strength Index) to measure the strength and speed of price movements.
* This component highlights overbought or oversold conditions, which may indicate potential market reversals.
3. Volume Confirmation (VC):
* Compares the current trading volume to its moving average over a specified period.
* High volume relative to the average confirms the validity of the current trend.
4. Volatility Filter (VF):
* Uses ATR (Average True Range) to gauge market volatility.
* Adjusts and smooths signals to reduce noise during periods of high volatility.
5. Technical Ratings Integration:
* Incorporates TradingView’s Technical Ratings, allowing users to validate signals using moving averages, oscillators, or a combination of both.
* Users can choose their preferred source of ratings for enhanced signal confirmation.
How It Works:
The TVMC indicator combines the weighted contributions of the Trend, Momentum, and Volume components, further refined by the Volatility Filter. Each component plays a specific role:
* Trend: Identifies whether the market is bullish, bearish, or neutral.
* Momentum: Highlights the strength of price action.
* Volume: Confirms whether the current price action is supported by sufficient trading activity.
* Volatility: Filters out excessive noise in volatile market conditions, providing a smoother and more reliable output.
Visualization:
1. Bullish Signals:
* The indicator line turns green and remains above the zero line, indicating upward momentum.
2. Bearish Signals:
* The indicator line turns red and falls below the zero line, signaling downward momentum.
3. Neutral Signals:
* The line is orange and stays near zero, indicating a lack of strong trend or momentum.
4. Zones:
* Horizontal lines at +30 and -30 mark strong bullish and bearish zones, respectively.
* A zero line is included for clear separation between bullish and bearish signals.
Recommended Usage:
* Best Timeframes: The indicator is optimized for higher timeframes such as 4-hour (H4) and daily (D1) charts.
* Trading Style: Suitable for swing and positional trading.
* Customization: The indicator allows users to adjust all major parameters (e.g., MACD, RSI, volume, and ATR settings) to fit their trading preferences.
Customization Options:
* Adjustable weights for Trend, Momentum, and Volume components.
* Fully configurable settings for MACD, RSI, Volume SMA, and ATR periods.
* Timeframe selection for multi-timeframe analysis.
Important Notes:
1. Originality: The TVMC indicator combines multiple analysis methods into a unique framework. It does not replicate or minimally modify existing indicators.
2. Transparency: The description is detailed enough for users to understand the methodology without requiring access to the code.
3. Clarity: The indicator is explained in a way that is accessible even to users unfamiliar with complex technical analysis tools.
Compliance with TradingView Rules:
* The indicator is written in Pine Script version 5, adhering to TradingView’s language standards.
* The description is written in English to ensure accessibility to the global community, with a clear explanation of all components and functionality.
* No promotional content, links, or unrelated references are included.
* The chart accompanying the indicator is clean and demonstrates its intended use clearly, with no additional indicators unless explicitly explained.
MACD / Owl of ProfitMACD Strategy
This strategy uses the MACD (Moving Average Convergence Divergence) indicator to identify potential trade opportunities based on bullish and bearish crossovers.
Features:
MACD Components:
MACD Line: The difference between the fast and slow exponential moving averages (default: 12 and 26 periods).
Signal Line: A 9-period EMA of the MACD Line.
Histogram: The difference between the MACD Line and Signal Line, representing momentum strength.
Crossover Logic:
Bullish Crossover: When the MACD Line crosses above the Signal Line, indicating upward momentum.
Bearish Crossover: When the MACD Line crosses below the Signal Line, indicating downward momentum.
Entry and Exit Logic:
Long Condition:
Triggered on a bullish crossover (MACD Line crosses above the Signal Line).
Closes any short position before opening (or adding to) a long position.
Short Condition:
Triggered on a bearish crossover (MACD Line crosses below the Signal Line).
Closes any long position before opening (or adding to) a short position.
Visualization:
MACD Line: Displays momentum trends.
Signal Line: Helps confirm trend reversals.
Histogram: Visualizes the strength and direction of momentum.
This strategy is straightforward and effective for momentum trading, ideal for traders looking to capture trend reversals and ride momentum shifts. Use it for backtesting and adaptation to your trading style.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
MACD + Parabolic SAR / Owl of ProfitMACD + Parabolic SAR Strategy
This strategy combines the MACD and Parabolic SAR indicators to identify potential buy and sell signals based on trend direction and momentum.
Features:
MACD (Moving Average Convergence Divergence):
A momentum-based indicator that identifies bullish and bearish trends.
MACD Line: The difference between the fast and slow exponential moving averages.
Signal Line: A 9-period EMA of the MACD Line.
Histogram: Represents the difference between the MACD Line and Signal Line.
Parabolic SAR (Stop and Reverse):
A trend-following indicator used to set trailing stop-loss levels.
Parameters:
Start: 0.02 (default).
Increment: 0.02 (default).
Max: 0.2 (default).
Entry and Exit Logic:
Long Condition:
MACD Line is above the Signal Line (bullish momentum).
Price is above the Parabolic SAR value.
Opens a long position.
Short Condition:
MACD Line is below the Signal Line (bearish momentum).
Price is below the Parabolic SAR value.
Opens a short position.
Exit Logic:
For long positions: Exits when short conditions are met.
For short positions: Exits when long conditions are met.
Visualization:
MACD: Displays MACD Line, Signal Line, and Histogram to analyze momentum shifts.
Parabolic SAR: Plotted as dots above or below the price, indicating trend direction.
This strategy is ideal for traders who prefer a combination of momentum and trend-following techniques for precise entries and exits. Use it for backtesting and fine-tuning to match your trading style.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Keltner Channels + Momentum / Owl of ProfitKeltner Channels + Momentum Strategy
This strategy combines Keltner Channels and the Momentum indicator to identify potential breakout trades and determine market strength.
Features:
Keltner Channels:
Middle Line: Exponential Moving Average (EMA) of the close price.
Upper and Lower Bands: Calculated by adding or subtracting a multiple of the Average True Range (ATR) from the EMA.
Default length: 20 periods.
Default multiplier: 1.5.
Momentum Indicator:
Measures the rate of price change over a specified period.
Default length: 14 periods.
A positive momentum indicates bullish strength, and a negative momentum indicates bearish strength.
Entry and Exit Logic:
Long Condition:
Price crosses above the upper Keltner Channel.
Momentum is greater than 0 (indicating upward strength).
Short Condition:
Price crosses below the lower Keltner Channel.
Momentum is less than 0 (indicating downward strength).
Exit Logic:
For Long Positions: Exit when the price crosses below the middle Keltner Channel or momentum falls below 0.
For Short Positions: Exit when the price crosses above the middle Keltner Channel or momentum rises above 0.
Visualization:
Keltner Channels: Upper (blue), middle (orange), and lower (blue) bands plotted on the chart.
Momentum Indicator: Displayed as a line oscillating around 0.
Signals for long and short entries/exits are clearly marked on the chart.
This strategy is designed for traders who seek to capitalize on breakout opportunities while confirming trade strength using momentum.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
KripNet - Scalpking Pro
KripNet ScalpKing Pro : Advanced Scalp Indicator for All Timeframes
KripNet ScalpKing Pro is not a buy-sell indicator, but a scalp indicator. Therefore, the signals do not work as a long followed by a short. ScalpKing Pro is a trading indicator that offers a wide range of features and powerful tools. Although specifically designed for scalping strategies, it works effectively across all timeframes.
Features:
Alerts for Incoming Signals: Yellow circular signals appear on the chart to indicate an approaching signal.
Long and Short Signals: These appear as triangle shapes on the chart.
12 Language Support: Provides extensive language support for global users.
Risk-Reward (RR) Levels: Optimize your trades with 1:1 and 1:2 risk-reward ratios.
13 Linefill Showing History: Displays the past 13 RR levels on the chart.
KripTrend: A powerful trend indicator that tracks price movements and serves as a trailing stop.
Bar Colors: Allows you to instantly see the market direction through bar colors.
Diamond Signals: Moves along with bar colors.
Order Blocks: Identifies strong support and resistance zones, guiding your trades.
Dashboard Data: Displays all long, short, profit, loss, and success rates on the chart.
Ticker Tape: Provides quick access to important trade information via live data feed.
RSI Divergence: Detects divergences in the RSI indicator and catches potential reversals, which are displayed on the candles.
Yellow Signals and Trade Signals
Once the conditions are met, a yellow alert (waiting) signal will appear on the chart. This waiting signal indicates that a long or short signal is imminent.
You should not take a trade during yellow signals and must wait. Afterward, long or short signals will appear in the form of triangle shapes.
KripNet offers support in 12 languages, including:
English, Filipino, German, Hindi, Indonesian, Portuguese, Russian, Spanish, Turkish, Ukrainian, Vietnamese, and Arabic.
Risk-Reward (RR) Calculation
KripNet calculates the Risk/Reward ratios for each trade (e.g., 1:1, 1:2), helping you minimize risk while targeting ideal profit levels with precise strategies. The user can adjust the risk-reward ratio.
The chart includes Linefill lines, which indicate the stop, entry, TP1, and TP2 levels. When the candles reach TP1, the position is considered successful.
Additionally, if you activate the "Show Last 13 Past Linefill" option, the last 13 RR levels will appear on the chart.
KripTrend
It is a strong trend indicator that follows price movement. It also acts as a trailing stop for the continuation of successful TP2 signals.
Bar Color
When Bar Color is enabled, the candles on the chart turn green and red, with green diamond signals displayed above them.
UpTrend (green): Indicates that the trend is moving upward.
DownTrend (red): Indicates that the trend is moving downward.
Order Blocks
The "Order Blocks" indicator provides a price action-based analysis tool to understand market dynamics. This indicator is designed to identify strong support and resistance zones, analyze volume and volatility data, and offer visual assistance for trading strategies.
Dashboard
The Trade Performance Indicator Panel displays the total number of long and short signals, successful and unsuccessful trades, success rate, and risk-reward metrics to the user in real-time. The user can adjust the panel's position (e.g., top right, bottom left) and font size. It allows for easy interpretation of trade performance and is designed to visualize the effectiveness of trading strategies.
Ticker Tape
It continuously displays the prices, change amounts, and percentage changes of selected symbols (e.g., BTC, BTC.D). This indicator is useful for those who want to track market movements, providing quick access to current data between symbols. The status of altcoins is shown according to the changes in BTC.D and BTC. The user can customize these tickers and adjust whether they are displayed as fixed or scrolling.
RSI Divergence
It detects divergences between the RSI and the price and generates four types of signals within the last 250 bars: Regular Bullish Divergence, Hidden Bullish Divergence, Regular Bearish Divergence, and Hidden Bearish Divergence. These signals are displayed on the chart with green and red labels and lines when the conditions are met.
Alarms
Yellow long and short warning signals,
Long, short signals,
You can create alarms for Uptrend and Downtrend signals.
KripNet Scalping Pro believes that there is no "magic" indicator in the world of trading. Indicators provide value through features such as ease of use, flexibility, and uniqueness. The combination of these elements can help an investor trade more consciously, systematically, and with a plan, ultimately aiming to lead them to success.
RISK WARNING
Trading carries significant risks, and most day traders lose money. All content, tools, strategies, articles, and educational materials provided by KripNet Scalping Pro are for informational and educational purposes only. Past performance is not indicative of future results. Always conduct your own research and consult with a licensed financial advisor before making any trading decisions.
RSI ProfiPerdoK Indicator: An advanced tool designed for precise market analysis, combining the Relative Strength Index (RSI), moving averages, and divergence detection. This indicator delivers multi-timeframe analysis for traders seeking a deeper understanding of market conditions.
Key Features:
RSI with Custom Lengths: Calculate the RSI with customizable lengths for primary and additional RSI lines, offering flexibility to match various trading strategies.
Divergence Detection: Automatically detects regular bullish and bearish divergences, highlighting potential market reversals.
Multiple Timeframe Analysis: Displays RSI values and trend signals for 1-minute, 5-minute, 15-minute, 1-hour, 4-hour, and daily timeframes in a single table for easy comparison.
Trend Signals with Color-Coded Alerts: Identifies bullish, bearish, weak bullish, and weak bearish trends based on price and RSI relationships. Each trend is visually represented with distinct colors for clarity.
Customizable Moving Averages: Choose between Simple Moving Average (SMA) or Exponential Moving Average (EMA) to track the RSI trend, with adjustable lengths for flexibility.
Interactive Table Display: The table dynamically updates the RSI values and trend signals across selected timeframes. Easily customizable table colors and position settings for a personalized display.
Visual Divergence Plotting: Bullish and bearish divergence signals are plotted on the chart, giving traders an at-a-glance view of potential trend reversals.
Real-Time Data: Get instant updates with real-time market data, ensuring you stay on top of every market move.
Support for All Market Conditions: Whether the market is trending or in a consolidation phase, this tool adapts to various market environments to provide accurate signals.
Whether you're trading short-term or long-term, the PerdoK Indicator enhances your strategy by providing real-time insights across multiple timeframes, combining RSI analysis with powerful divergence detection. Perfect for traders who demand accuracy and flexibility in their technical analysis.
If you find this indicator valuable and would like to support its continued development, feel free to donate any amount to the address: 0xf39a0544ced968e2e03d6383b31e6b063701e185 (BEP20). Your contribution, no matter the size, is greatly appreciated!
Wh Scalpingv2Whale Hunter Scalping Indicator
t.me/whale100
14 يناير
ملاحظات الأخبار
السلام عليكم ورحمة الله وبركاتة
مؤشر المضاربة السريعة ( سكالبنق )
راح نسميه مؤشر ( Whale Hunters)
لله الحمد اكملنا تطوير مؤشر المضاربة السريعة بسيط وسهل وذات نتائج عالية .
- المؤشر يعتمد على التحليل الفني ويعطي إشارة بيع وشراء ، لكل إشارة أهداف ووقف خسارة واضح .
- نسبة نجاح الاشارة قد تـصل إلى 90% ، بمعنى إذا فتحت عشر صفقات تخسر واحدة وهذا الشيء مثبت بإحصائيات كاملة ( اتبع الطريقة الصحيحة في استخدام المؤشر ) .
- تم تجربة المؤشر لفتره 3 أشهر آخر إحصائية كانت بشهر ديسمبر 2023 أضغط هنا اعرض الصفحة بإصدار Desktop 🖥
- المؤشر يعطي إشارة بيع وإشارة شراء بمعنى ينفع التداول العادي (Spot) وايضاً ينفع فيوتشر .
ملاحظة( أفضل فريم مستخدم 15 دقيقة )
لانه مؤشر صفقات سريعة (سكالبنق)
14 يناير
ملاحظات الأخبار
تم تحديث
إزالة شموع التريند من الشارت , وإعادة الشموع القديمة
زيادة عدد الاهداف ولكن , ليس بالشرط ضربها جميعا
15 يناير
ملاحظات الأخبار
تم تعديل بعض القيم
ايضا تعديل في شكل Dashboard +table
تعديل شكل الاهداف وجعلها سميكة قليلة , لكي تبدو واضحة اكثر
16 يناير
ملاحظات الأخبار
تعديل , شكل كسر التريند + إظهارها بشكل واضح
16 يناير
ملاحظات الأخبار
تم تعديل بعض القيم داخل المؤشر,
اضافة 25 موفنج افريج
تحسين السوبر تريند وجعله افضل ,
ربط السوبر ترند بالمفونج افريج ,
حاليا يمكن تعديل قيمة الستوب لوس الى المفونج افريج عند تحرك السعر ,
17 يناير
ملاحظات الأخبار
تحديث :
بما انه الاغلب كان يستعمل فقط البيتكوين وهو فاتح على عملة ثانية :)
تم تعديل لجعل المؤشر يقوم بجلب القيم الخاصة بالعملة المفتوحة وبكذا تقدر تنتبه الى
RSI
TSI
ADX
Supertrend
بالعملة الي فاتحها واتجاه كل شيئ يخصها , بنفس الوقت مع البيتكوين 👀
24 يناير
ملاحظات الأخبار
تحديث :
تم إضافة نظام جديد الى المؤشر , بحيث يعطيك إشارات انعكاسية ,
تجنب لفشل الصفقة وايضا ارتدادات السعر ,
القوة من 1️⃣ الى 🔟
وكل ما زاد الرقم زادت قوة الاشارة كانت
سلبية🐻 🔴او ايجابية 🐂🟢
لهيك انتبهو عليها اثناء فتح الصفقات
18 فبراير
ملاحظات الأخبار
التحديث الاكبر ل مؤشر Wh Scalping
1- تجديد طريقة اخذ الربح بالتالي اصبح لدينا
4 طرق
-Volatility
-Percentage
-Pips ( for Forex )
-ATR
بالتالي هيشتغل على جميع الفريمات , بدون الحاجة لتعديل اي شي اذا تستعمل ATR |Volatility
2- تحديث نسبة وقف الخسارة حيث اصبحت بطريقة ذكية تعمل على اختيار القمة | القاع السابق
-Wide / Tight Stop Loss
-Adjustable Stop Loss (بمعنى تقدر تخليها نسبة تتحرك لحالها بمقدار مثال 1% )
-Perecentage نسبة ثابتة تحددها انت
-pips الخاصة بالفوريكس تحدد كم pip وقف الخسارة حقك
ATR
طبعا اختيار Wide Stop loss | ATR
مافي داعي تغير بشكل يدوي , الا لو حبيت
3- تعديل شكل الشارت , وإظهار الصفقات السابقة
4- تعديل لون EMA
5- تعديل شكل الاهداف وعند الوصول الى هدف يظهر لك اشارة تفيد انه وصل الهدف
6- تعديل قيم داخل المؤشر
7- السماح بالمؤشر العمل على اي فريمات
8- اصبح سهل جدا لمستعملي الفوريكس , والستوك ماركت بالعمل عليه بدون الحاجة الى تعديلات من طرفهم
9- جعل المؤشر الالوان من اختيارك ,
تقدر تختار لون الخاص بالاهداف , كانت صعودا ام هبوطا ,
=========================
تم حذف سوبر التريند , وجعله بشكل لون الشموع + إظهار اشارة UpTrend \ Down Trend حسب الاتجاه السعري
16 مارس
ملاحظات الأخبار
تم إضافة خاصية التنبيهات
ومن خلالها يمكنك وضع تنبيه مربوط بموقع tradingview , ليسهل عليك مراقبة العملة فور ظهور اشارة من المؤشر ,
الخيارات التي تم اضافتها
1- كسر تريند ايجابي
2- كسر تريند سلبي
3- تنبيه اشارة الشراء
4-تنبيه اشارة البيع + الشراء
5- تنبيه اشارة البيع
التحديث الجديد الخاص ب مؤشر Wh Scalping
==============================
جميعا نعرف انه السوق دايما بحركة متغيرة وجود حساسية للإشارات امر مهم وثباتها الى لحين على رقم 6 يدل على قوة المؤشر , بعض الاعضاء يواجهون صعوبة في موضوع Scalping ف طورت خوارزمية جديدة بضيفها للمؤشر , هدفها انها تقوم بعمل عملية حسابية بحيث يتم اختيار أفضل حساسية موجودة بناءا على معطيات الشارت والزخم الحركي الموجود لأننا دايما بنحب الامر بسيط غير معقد , تم اضافة خيار واحد يقوم فقط بتغير الخوارزمية لك من الخوارزمية القديمة الى الجديدة
طبعا الى الحين تمت تجربتها من طرفي أكثر من فريم واكثر من 15 يوم متواصل ك تيست وبحث ,
بالنهاية وصلت انه حاليا تقدر تستعملها وتضيفها طبعا الشروط الدخول نفسها ما تتغير , ال 4 المذكورة بالفيديو الخاص بسنان فقط تم تعديل الحساسية بحيث انها تناسب الشارت الذي أمامك
==============================
لتفعيلها فقط قم بحذف المؤشر واضافته مرة اخرى على الشارت
ومن ثم النقر على الاعدادت
وبعدها تقوم بتغير من WHv1 الى WHv2 (في حال احببت النسخة القديمة والاشارات القديمة يمكنك فقط اعادتها الى قيمتها الاصلية وهي WHv1
بالنسبة هل نسبة النجاح اعلى او اقل
اعلى بفارق بسيط يقدر بحوالي 5% -10% نظرا لأن الحساسية اصبحت بشكل اوتوماتيكي وبناء على تحليلات الزخم الخاص بالعملة
يوجد عدة قيم للخوارزمية الجديدة وهي
Auto Sens : تعنى بالحساسية التلقائية ام تريد تثبيتها من طرفك
Signal Logic = ان كنت تحب موضوع Scalping ف أتركها كما هي وتلغي عمل الحساسية التلقائية
تمت برمجة افضل اعدادات ان احببت يمكنك التعديل وان لم تحب فقط قم بتغير بما ذكر اعلاه من WHv1 الى WHv2
==========================
we are adjust our script to meet all requirements
please follow these steps to follow up with trading
🟢Long
1- Green Candles
2- Price Above EMA
3-Buy Signal Appear on chart as shown below
==========================
🔴Short
1- Red Candles
2- Price Below EMA
3-Sell Signal Appear on chart as shown below
==========================
Why Wh Scalping?
Because It have unique system for Take Profit levels via volatility / ATR / and fixed percentage
so it for stop loss levels
add to that we use unique strategy based on supertrend macd rsi tsi cross so you will have confirm trade having good move with all that above rules
==========================
this is not financial advice trading is on your own risk and keep follow rules house