Nadaraya Watson (Lupown) / Owl of Profit remakeNadaraya-Watson Strategy (Lupown)
Big thanks to Lupown for this innovative strategy! This source code is subject to the terms of the Mozilla Public License 2.0, available at mozilla.org
This strategy leverages Nadaraya-Watson Kernel Regression to provide predictive trend analysis, combined with ATR-based dynamic bands for identifying trade opportunities.
Features:
Nadaraya-Watson Kernel Regression:
Predicts price trends using a rational quadratic kernel.
Configurable parameters for lookback window (h) and weighting (r) allow fine-tuning.
Regression begins after a customizable number of bars for improved accuracy.
ATR-Based Bands:
Upper and lower bands are calculated by adding/subtracting a multiple of ATR to/from the regression estimate.
Bands serve as dynamic support and resistance levels.
Trend Detection:
Smooth or reactive color changes based on crossovers or rate-of-change mechanisms.
Bullish and bearish trend shifts are clearly visualized.
Entry and Exit Logic:
Long Condition:
Triggered when the price crosses below the lower ATR-based band.
Closes any short position before opening a long position.
Short Condition:
Triggered when the price crosses above the upper ATR-based band.
Closes any long position before opening a short position.
Visualization:
Regression Estimate: The middle band is plotted with dynamic colors indicating bullish (green) or bearish (red) trends.
ATR-Based Bands: Upper and lower bands are displayed as green and red lines, respectively.
Trend Indicators: Buy and sell signals are visualized with symbols (🍀 for bullish and 🥀 for bearish).
Alerts:
Alerts for price crossing the upper or lower bands.
Alerts for bullish and bearish trend shifts based on regression changes.
This strategy provides a robust framework for predictive trading using statistical regression and dynamic volatility bands. Use it for backtesting and further customization to fit your trading needs.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Trend Analizi
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!
MA 50 + MA 200 / Owl of ProfitMA 50 + MA 200 Strategy
This simple strategy leverages the crossover of two moving averages — the 50-period and 200-period Simple Moving Averages (SMA) — to identify trend reversals and generate buy and sell signals.
Features:
Moving Average Calculation:
MA 50: Represents the short-term trend.
MA 200: Represents the long-term trend.
Crossover Logic:
Bullish Crossover: When MA 50 crosses above MA 200, indicating a potential upward trend.
Bearish Crossover: When MA 50 crosses below MA 200, indicating a potential downward trend.
Entry and Exit Logic:
Long Condition:
Triggered when MA 50 crosses above MA 200.
Closes any short position before opening (or adding to) a long position.
Short Condition:
Triggered when MA 50 crosses below MA 200.
Closes any long position before opening (or adding to) a short position.
Visualization:
MA 50 (Short-Term): Plotted on the chart as a dynamic line for short-term trend analysis.
MA 200 (Long-Term): Plotted on the chart to reflect the long-term trend.
Crossover points are visually indicated by the trade entry/exit markers on the chart.
This strategy is ideal for traders who prefer a simple and effective trend-following approach based on moving averages. Use it for backtesting and adaptation to your trading style.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
kyle algo v1 (kylealgo) / Owl of Profit remakeKyle Algo v1 Strategy (kylealgo)
Big thanks to kylealgo for providing this versatile trading strategy! The Kyle Algo v1 strategy integrates a modified Supertrend indicator, Keltner Channels, and EMA Energy to deliver precise buy/sell signals with trend-following logic.
Features:
Modified Supertrend with Keltner Channels:
Uses a custom implementation of Supertrend based on Keltner Channels for dynamic support and resistance levels.
Sensitivity and ATR factor are fully customizable for adapting to market conditions.
EMA Energy Bands:
Plots a series of 15 EMAs with dynamic color coding to reflect bullish (green) or bearish (red) energy.
Trend Catcher:
Highlights EMA crossovers (short-term vs. long-term) for additional confirmation of trend direction.
Buy and Sell Signals:
Clear buy/sell signals generated when the price crosses the modified Supertrend line.
Labels and bar colors indicate market direction for easy visualization.
Entry and Exit Logic:
Long Condition:
Triggered when the price crosses above the Supertrend line.
Closes any short positions and opens (or adds to) a long position.
Short Condition:
Triggered when the price crosses below the Supertrend line.
Closes any long positions and opens (or adds to) a short position.
Visualization:
Supertrend Indicator: Dynamic lines with clear buy (green) and sell (red) zones.
EMA Energy Bands: 15 EMAs color-coded based on price action.
Keltner Channels: Provides additional visual cues for price range.
Bar Colors: Candles are dynamically colored based on Supertrend and EMA crossovers.
Alerts:
Built-in alerts for buy and sell signals to ensure you never miss a trade.
This strategy combines trend-following tools with dynamic indicators to provide robust trade setups. Use it for backtesting and further customization to suit your trading needs.
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!
Brokerir Trend Change IndicatorBrokerir’s Trend Change Indicator: Your Comprehensive Tool for Navigating Market Trends
brokerir.com
Brokerir proudly introduces the Trend Change Indicator, an all-in-one, intuitive tool crafted to help traders and investors seamlessly identify bullish and bearish trends in asset prices. Designed with user experience in mind, this indicator offers customizable input settings and an integrated alert system that promptly notifies users of potential shifts in both short-term and long-term market trends. These timely alerts are essential for less active investors to position themselves accurately before significant trend changes occur and play a vital role in managing risk once a trend is established. It’s important to highlight that the Trend Change Indicator performs best with assets that have a history of strong, sustained trends.
Core Features:
Exponential Moving Averages (EMA) Interaction: At the foundation of this tool lies the dynamic interaction between the 30-day and 60-day EMAs. A green signal denotes a bullish trend when the 30-day EMA surpasses the 60-day EMA, while a red signal indicates a bearish trend when the 30-day EMA falls below the 60-day EMA. Additionally, the appearance of gray signals alerts users to potential trend reversals as the EMAs converge and dip below the Average True Range (ATR) safety threshold. This comprehensive analysis is performed on both hourly and daily timeframes, with the 4-hour timeframe offering early indications of daily trend changes. Visually, the indicator displays the EMA interactions within a band on the daily chart, also reflected in the second row of the table, while the first row showcases the EMA interactions on the 4-hour timeframe.
140-Day Simple Moving Average (SMA) with Predictive Insights: Enhancing long-term trend analysis, the Trend Change Indicator incorporates a 140-day (20-week) SMA, depicted by a line adorned with predictive dots. This feature empowers investors to gain a deeper understanding of long-term price movements by projecting the SMA value 10 days into the future. The slope of these predictive dots is key: an upward trend in the dots suggests an underlying bullish trend, whereas a downward trend indicates a bearish outlook. Generally, asset prices trading above the SMA are considered bullish, while those below are viewed as bearish.
Why Choose Brokerir’s Trend Change Indicator?
The Trend Change Indicator by Brokerir is a robust solution for pinpointing price trends and effectively managing risk. Its user-friendly, color-coded interface makes it an indispensable asset for traders and investors aiming to stay ahead of trend shifts and maintain control over their investments once a trend is in motion. Historically, this indicator has demonstrated significant value in trending markets such as cryptocurrencies, technology stocks, and commodities. For optimal results, Brokerir recommends using the Trend Change Indicator alongside other technical analysis tools to achieve a more comprehensive and balanced decision-making process.
Embrace Brokerir’s Trend Change Indicator to enhance your trading strategy, stay informed about market dynamics, and manage your investment risks with confidence.
Fibonacci Extension Strt StrategyCore Logic and Steps:
Weekly Trend Identification:
Find the last significant Higher High (HH) and Lower Low (LL) or vice-versa on the Weekly timeframe.
Determine if it's an uptrend (HH followed by LL) or a downtrend (LL followed by HH).
Plot a Fibonacci Extension (or Retracement in reverse order) from the swing point determined to the other significant swing point.
Weekly Retracement Levels:
Display horizontal lines at the 0.236, 0.382, and 0.5 Fibonacci levels from the weekly extension.
Monitor price action on these levels.
Daily Confirmation:
When price hits the Fib levels, examine the Daily chart.
Look for a rejection wick (indicating the pull back is ending) on the identified weekly retracement levels.
Confirm that the price is indeed starting to continue in the direction of the original weekly trend.
Four-Hour Entry:
On the 4H timeframe, plot a new Fib Extension in the opposite direction of the weekly.
If it's an uptrend, the Fib is plotted from last swing low to its swing high. If the weekly trend was bearish the Fib will be plotted from last swing high to the swing low.
Generate an entry when price breaks the high of that candle.
Trade Management:
Entry is on the breakout of the current candle.
Stop Loss: Place the stop loss below the wick of the breakout candle.
Take Profit 1: Close 50% of the position at the 0.5 Fibonacci level. Move the stop loss to breakeven on this position.
Take Profit 2: Close another 25% of the position at the 0.236 Fib level.
Trailing Take Profit: Keep the last 25% open, using a trailing stop loss. (You'll need to define the logic for the trailing stop, e.g., trailing stop using the last high/low)
How to Use in TradingView:
Open a TradingView Chart.
Click on "Pine Editor" at the bottom.
Copy and paste the corrected Pine Script code.
Click "Add to Chart".
The indicator should now be displayed on your chart.
(IK) Base Break Buy (Updated to v6)An update to tapRoot_coding 's (IK) Base Break Buy strategy.
Key Changes from Pine Script v4 to v6:
Version Declaration: Updated the version declaration from //@version=4 to //@version=6 to specify the use of Pine Script v6.
Input Functions: Changed input functions to use the new input.int, input.float, and input.string functions, which are more explicit and provide better type safety compared to the generic input function used in v4.
Persistent Variables: Used the var keyword for persistent variables (e.g., bases, closestBase, brokenBase) to ensure they retain their values across script executions. This is a best practice in v6 to clearly indicate variables that should persist.
Function Definitions: Updated function definitions to use the new arrow function syntax (=>) introduced in v6, which provides a more concise way to define functions.
Array Handling: Ensured that array operations (e.g., array.new_float(), array.get(), array.size()) are compatible with v6, which may have introduced new methods or changed existing ones.
Strategy Entry and Exit: Corrected the strategy.entry function to use the direction parameter instead of the long argument, which is not recognized in v6. This specifies whether the trade is long or short.
Plotting: Verified that plotting functions (e.g., plot()) are compatible with v6, ensuring that any new features or changes in syntax are accounted for.
SessionsL'indicatore di sessioni di trading è uno strumento visivo essenziale per i trader che desiderano analizzare il comportamento del mercato durante specifiche fasce orarie corrispondenti alle principali sessioni di trading globali (come New York, Londra, Tokyo e Sydney). Questo indicatore traccia automaticamente sul grafico le diverse sessioni, evidenziandone l'inizio e la fine, per aiutare a identificare le ore di maggiore volatilità e liquidità.
Half-Trend Channel [BigBeluga]Half Trend Channel is a powerful trend-following indicator designed to identify trend direction, fakeouts, and potential reversal points. The combination of upper/lower bands, midline coloring, and specific signals makes it ideal for spotting trend continuation and market reversals.
The base of the channel is calculated using smoothed half-trend logic.
// Initialize half trend on the first bar
if barstate.isfirst
hl_t := close
// Update half trend value based on conditions
switch
closeMA < hl_t and highestHigh < hl_t => hl_t := highestHigh
closeMA > hl_t and lowestLow > hl_t => hl_t := lowestLow
=> hl_t := hl_t
// Smooth
float s_hlt = ta.hma(hl_t, len)
🔵 Key Features:
Upper and Lower Bands:
The bands adapt dynamically to market volatility.
Price movements toward the bands help identify areas of overextension and potential reversal points.
Midline Trend Signal:
The midline changes color to reflect the current trend:
Green Midline: Indicates an uptrend.
Purple Midline: Signals a downtrend.
Fakeout Signals ("X"):
"X" markers appear when price briefly breaches the outer bands but fails to sustain the move.
Fakeouts help traders identify areas where price momentum weakens.
Reversal Signals (Triangles):
Triangles (▲ and ▼) mark potential tops and bottoms:
▲ Up Triangles: Suggest a potential bottom and a reversal to the upside.
▼ Down Triangles: Indicate a potential top and a reversal to the downside.
Dynamic Trend Labels:
At the last bar, the indicator displays labels like "Trend Up" or "Trend Dn" , reflecting the current trend direction.
🔵 Usage:
Use the colored midline to determine the overall trend direction.
Monitor "X" fakeout signals to spot failed breakouts or momentum exhaustion near the bands.
Watch for reversal triangles (▲ and ▼) to identify potential trend reversals at tops or bottoms.
Combine the bands and midline signals to confirm trade entries and exits:
Enter long trades when price bounces off the lower band with a green midline.
Consider short trades when price reverses from the upper band with a purple midline.
Use the trend label (e.g., "Trend Up" or "Trend Dn") for quick confirmation of the current market state.
The Half Trend Channel is an essential tool for traders who want to follow trends, avoid fakeouts, and identify reliable tops and bottoms to optimize their trading decisions.
BEP BOLLINGER with Entry & TargetBEP BOLLINGER with Entry & Target Indicator
INPUT
ITM CE
ITM PE
ATM CE
ATM PE
This custom Pine Script indicator provides traders with a powerful tool to analyze options trading setups, specifically for Call and Put options (CE & PE). By integrating Bollinger Bands with a set of configurable parameters, it calculates key entry, stop loss, and take profit levels, while factoring in risk and reward for each trade. Ideal for options traders, this indicator supports precise risk management and enhances your ability to plan and execute trades based on calculated entry points and profit targets.
Key Features:
CE & PE Symbol Selection: Allows users to input two pairs of Call and Put option symbols for premium calculation.
Premium Calculation: Automatically calculates and plots the average premium for each pair of options.
Risk & Reward Zones: Visualizes risk zones and reward zones based on user-defined entry price, stop loss, and risk/reward ratio.
Leverage and Stop Loss Calculation: Computes the optimal leverage and adjusts stop loss based on acceptable loss percentage.
Break-Even Point: Identifies the break-even point considering trading fees and leverage.
Take Profit Levels: Calculates and visualizes multiple take profit levels with different risk/reward ratios.
Multi-Timeframe Analysis: Incorporates higher timeframe analysis to determine entry and stop loss levels for better decision-making.
Dynamic Alerts: Provides alerts when the price hits the stop loss, take profit levels, or reaches the break-even point.
Visual Tools: Draws lines and shaded areas for entry, stop loss, take profit, and risk/reward zones to aid in visual decision-making.
Customizable Settings:
Risk Management: Adjust stop loss, leverage, and risk/reward ratios to suit your trading strategy.
Trading Direction: Choose between Long or Short positions based on market outlook.
Fee Calculations: Input your buy and sell fees to accurately calculate break-even and profit zones.
Color Customization: Personalize the color of premium lines, offset levels, and risk/reward zones.
Alerts:
Alerts can be set for Stop Loss, Take Profit, and Break-Even, ensuring you're notified in real-time when important price levels are reached.
This tool is perfect for traders looking to integrate risk management and precise trade setup analysis into their options trading strategy.
Display MB on BarsDescription
The "Display MB on Bars" Pine Script indicator is designed to visually represent Market Breadth values and R4.5 scores on trading charts. This script enables traders to highlight and analyze key market behavior using pre-defined thresholds for MB scores and dynamically calculated R4.5 values. Additionally, it includes a moving average status table to assess price levels relative to the 10-day and 20-day moving averages.
Features:
1. COB Date Matching: Displays data corresponding to specific "COB dates" provided by the user.
2. MB Value Visualization:
o Highlights bars with a background color based on MB values:
Red if MB ≤ MB_Red (default: -1).
Green if MB ≥ MB_Green (default: 3).
3. R4.5 Scores Display:
o Creates a label on the chart with the MB and R4.5 values when conditions are met (e.g., R4.5 > 200 or specific MB thresholds).
4. Index Moving Average Comparison:
o Calculates 10-day and 20-day moving averages for the selected symbol (default: NSE:NIFTYMIDSML400).
o Shows the price position relative to these moving averages in a table.
How to Use:
1. Configure Inputs:
o COB Dates: Enter a comma-separated list of dates in the format DD-MM-YYYY.
o MB Values: Provide the corresponding MB scores for the COB dates.
o R4.5 Values: Provide the R4.5 scores for the COB dates.
o Set the thresholds for MB values (MB Red<= and MB Green>=).
o Toggle features like MB, RS (R4.5), and the moving average status table.
2. Interpret the Output:
o Observe background colors on the bars:
Red: Indicates MB is less than or equal to the lower threshold.
Green: Indicates MB exceeds the upper threshold.
o Check labels above bars for R4.5 and MB values when conditions are met.
o Refer to the status table on the top-right corner to understand price positions relative to 10-day and 20-day moving averages.
This script is especially useful for traders seeking insights into custom metrics like MB and R4.5, enabling quick identification of key patterns and trends in the market.
CAD CHF JPY (Index) vs USDDescription:
Analyze the combined performance of CAD, CHF, and JPY against the USD with this customized Forex currency index. This tool enables traders to gain a broader perspective of how these three currencies behave relative to the US Dollar by aggregating their movements into a single index. It’s a versatile tool designed for traders seeking actionable insights and trend identification.
Core Features:
Flexible Display Options:
Choose between Line Mode for a simplified view of the index trend or Candlestick Mode for detailed analysis of price action.
Custom Weight Adjustments:
Fine-tune the weight of each currency pair (USD/CAD, USD/CHF, USD/JPY) to better reflect your trading priorities or market expectations.
Moving Average Integration:
Add a moving average to smooth the data and identify trends more effectively. Choose your preferred type: SMA, EMA, WMA, or VWMA, and configure the number of periods to suit your strategy.
Streamlined Calculation:
The index aggregates data from USD/CAD, USD/CHF, and USD/JPY using a weighted average of their OHLC (Open, High, Low, Close) values, ensuring accuracy and adaptability to different market conditions.
Practical Applications:
Trend Identification:
Use the Line Mode with a moving average to confirm whether CAD, CHF, and JPY collectively show strength or weakness against the USD. A rising trendline signals currency strength, while a declining line suggests USD dominance.
Weight-Based Analysis:
If CAD is expected to lead, adjust its weight higher relative to CHF and JPY to emphasize its influence in the index. This customization makes the indicator adaptable to your market outlook.
Actionable Insights:
Identify key reversal points or breakout opportunities by analyzing the interaction of the index with its moving average. Combined with other technical tools, this indicator becomes a robust addition to any trader’s toolkit.
Additional Notes:
This indicator is a valuable resource for comparing the collective behavior of CAD, CHF, and JPY against the USD. Pair it with additional oscillators or divergence tools for a comprehensive market overview.
Perfect for both intraday analysis and swing trading strategies. Combine it with EUR GPB AUD (Index) indicator.
Good Profits!
EUR GBP AUD (Index) vs USDDescription:
This indicator calculates a weighted index using three major Forex pairs (EUR/USD, GBP/USD, AUD/USD) to represent their collective performance against the US Dollar (USD). With added functionality for moving averages, it provides a comprehensive tool for analyzing market trends, tracking momentum, and customizing strategies. Offers a holistic view of how major currencies are performing relative to the USD, making it easier to identify market trends and their potential impacts.
Display Modes:
Line (Default): A dynamic line chart with color changes indicating whether the index is above or below 1 USD.
Candles: Japanese candlestick visualization for detailed price action analysis.
Customizable Weights:
Adjust the weight assigned to each currency pair (EUR/USD, GBP/USD, AUD/USD) to reflect your trading priorities. Default weights are balanced, but you can customize them to suit your strategy, ensuring the total does not exceed
Moving Average Integration:
Includes a fully customizable moving average:Choose from SMA, EMA, WMA, or VWMA.Adjust the period length (default: 50).The moving average is plotted alongside the index to help identify trends and key levels.
Weighted Average Calculation:
Uses OHLC (Open, High, Low, Close) data to compute a precise weighted average for the index.
How to Use:
The indicator is designed to track the collective performance of major currencies against the USD. Here are some examples of how it can be used:
Example 1: Trend Confirmation with Moving Averages
Overlay the index with the moving average to confirm trends:If the index is trading above the moving average and the line is green, it signals strength in the major currencies relative to the USD.If the index is below the moving average and the line is red, it suggests potential USD strength.
Example 2: Customize Analysis with Weighted Strategy
Adjust the weights for EUR/USD, GBP/USD, and AUD/USD based on your trading priorities. For instance:If you expect EUR/USD to outperform, increase its weight in the calculation.Use the candlestick mode to observe intraday price action near support/resistance levels for potential trade setups.
Example 3: Momentum Analysis with Trend CCI
Combine this index with your custom Trend CCI indicator to enhance momentum analysis and identify potential trading opportunities:
Rising Index + Trend CCI > +100: Indicates strong bullish momentum in major currencies against the USD. This could signal a continuation of the uptrend or a good time to hold long positions.
Falling Index + Trend CCI < -100: Suggests bearish momentum, indicating a potential continuation of USD strength and an opportunity for short trades or exiting long positions.
Trend CCI Divergence: If the index is rising but the Trend CCI starts to fall, this could indicate weakening bullish momentum and the potential for a reversal.
Explore More:
Check out my other scripts to find CAD CHF JPY (Index) vs USD as well.
es.tradingview.com
Ichimoku with Cumulative Delta Volume Trend Buy/Sell SignalsCombines Ichimoku with depth of Cumulative Volume Delta to bring buying/selling strength to areas of Ichimoku supports/resistances.
Best used with CumulativeVolumeDelta by LonesomeTheBlue as a subchart with Heikin-Ashi candles with values of the subchart of SMA 50, EMA 100 and EMA 200 as these are the values I used to confirm supports and resistances within the delta volume.
Meant for all timeframes, but more accurate on the daily, weekly and monthly timeframes for swings and commons.
NFA and good luck.
Price IntensityPrice Intensity as discussed in:
Statistically Sound Indicators for Financial Market Prediction: Algorithms in C++
Timothy Masters
Independently Published, October 22, 2019
ISBN-10: 1698339992
ISBN-13: 978-1698339993
Ichimoku Cloud + ATR / Owl of ProfitIchimoku Cloud + ATR Strategy
This strategy combines the Ichimoku Cloud and the Average True Range (ATR) to identify trade opportunities and set dynamic stop-loss levels based on market volatility.
Features:
Ichimoku Cloud Components:
Tenkan-Sen (Conversion Line): 9-period midpoint of the highest high and lowest low (default).
Kijun-Sen (Base Line): 26-period midpoint of the highest high and lowest low (default).
Senkou Span A: Average of Tenkan-Sen and Kijun-Sen, displaced 26 periods forward.
Senkou Span B: 52-period midpoint of the highest high and lowest low, displaced 26 periods forward.
Chikou Span: Current close, displaced 26 periods backward.
ATR (Average True Range):
Used to calculate stop-loss levels based on market volatility.
ATR multiplier is customizable (default: 1.5).
Entry and Exit Logic:
Long Condition:
Tenkan-Sen crosses above Kijun-Sen.
Price is above both Senkou Span A and B.
Chikou Span is above the current close.
Stop-Loss: Dynamic, set below the entry price by a multiple of ATR.
Short Condition:
Tenkan-Sen crosses below Kijun-Sen.
Price is below both Senkou Span A and B.
Chikou Span is below the current close.
Stop-Loss: Dynamic, set above the entry price by a multiple of ATR.
Exit Conditions:
For longs, exit when Tenkan-Sen crosses below Kijun-Sen or Chikou Span falls below the close.
For shorts, exit when Tenkan-Sen crosses above Kijun-Sen or Chikou Span rises above the close.
Visualization:
Ichimoku Cloud: Displays bullish (green) and bearish (red) zones with a dynamic fill.
Tenkan-Sen, Kijun-Sen, and Chikou Span: Plotted for clarity in identifying trends and momentum.
Buy and Sell Signals: Marked with green "Long" and red "Short" labels. Exit points are also highlighted.
This strategy provides a comprehensive framework for trading trends while managing risk with volatility-based stop-loss levels. Use it for backtesting and further adaptation to your trading preferences.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Ichimoku Cloud + ADX + VWAP / Owl of ProfitIchimoku + ADX + VWAP Strategy
This strategy combines the Ichimoku Cloud, Average Directional Index (ADX), and Volume Weighted Average Price (VWAP) indicators to identify trend direction, momentum strength, and price positioning for optimal trade entries and exits.
Features:
Ichimoku Cloud:
Conversion Line (Tenkan-Sen): 9-period midpoint of the highest high and lowest low.
Base Line (Kijun-Sen): 26-period midpoint of the highest high and lowest low.
Leading Span A: Average of the Conversion and Base Lines, displaced 26 periods forward.
Leading Span B: 52-period midpoint of the highest high and lowest low, displaced 26 periods forward.
Cloud Fill (Kumo): Visualizes bullish (green) or bearish (red) trends.
ADX (Average Directional Index):
14-period ADX indicates the strength of a trend.
Signals are valid when ADX is above the 25 threshold.
VWAP (Volume Weighted Average Price):
Used as a dynamic support/resistance level to confirm price positioning.
Entry and Exit Logic:
Buy Condition:
Price is above both Leading Span A and B.
ADX is greater than 25, indicating a strong trend.
Price is above the VWAP.
Sell Condition:
Price is below both Leading Span A and B.
ADX is greater than 25.
Price is below the VWAP.
Trade Execution:
Executes a long position on a valid buy signal.
Closes the position when the sell condition is met.
Visualization:
Ichimoku Cloud is plotted with a dynamic fill to display bullish and bearish trends.
ADX is plotted with a horizontal threshold line at 25.
VWAP is displayed as a thick blue line for price confirmation.
Buy and Sell signals are marked on the chart with green and red labels, respectively.
This strategy integrates trend, momentum, and price positioning for high-confidence trades. Use it for backtesting and customization to suit your trading style.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Ichimoku Cloud / Owl of ProfitIchimoku Cloud Strategy
This strategy uses the Ichimoku Cloud indicator to detect trend direction and momentum for generating entry and exit signals.
Features:
Ichimoku Cloud Components:
Tenkan-Sen (Conversion Line): Calculated as the midpoint of the highest high and lowest low over the past 9 periods (default).
Kijun-Sen (Base Line): Calculated as the midpoint of the highest high and lowest low over the past 26 periods (default).
Senkou Span A (Leading Span A): The average of Tenkan-Sen and Kijun-Sen, displaced 26 periods into the future.
Senkou Span B (Leading Span B): The midpoint of the highest high and lowest low over the past 52 periods, displaced 26 periods into the future.
Chikou Span (Lagging Span): The current close, displaced 26 periods into the past.
Entry Conditions:
Long: Price is above the cloud (Span A and Span B) and Tenkan-Sen is above Kijun-Sen.
Short: Price is below the cloud (Span A and Span B) and Tenkan-Sen is below Kijun-Sen.
Exit Conditions:
Positions are exited when the opposite signal is generated.
Visualization:
The Ichimoku Cloud (Kumo) is displayed with a green fill for bullish trends and a red fill for bearish trends.
Tenkan-Sen and Kijun-Sen are plotted as dynamic support and resistance levels.
This strategy is ideal for identifying strong trends and capturing momentum-based trade opportunities. Use it for backtesting and further adaptation to your trading preferences.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
HMA + RSI / Owl of ProfitHMA + RSI Strategy
This strategy combines the Hull Moving Average (HMA) and the Relative Strength Index (RSI) to identify potential trade opportunities based on trend direction and momentum.
Features:
HMA Calculation:
Length: 50 (default).
HMA is plotted as a blue line on the price chart to indicate trend direction.
RSI Calculation:
Length: 14 (default).
Overbought Level: 70.
Oversold Level: 30.
RSI is plotted in purple with horizontal lines for overbought and oversold levels.
Entry and Exit Logic:
Long Condition:
Triggered when the price is above HMA, and RSI crosses above the oversold level (30).
Short Condition:
Triggered when the price is below HMA, and RSI crosses below the overbought level (70).
Exit Logic:
Long positions exit when RSI crosses below the overbought level or when the price drops below HMA.
Short positions exit when RSI crosses above the oversold level or when the price rises above HMA.
Customization Options:
Adjust HMA and RSI lengths, as well as RSI levels for overbought and oversold conditions, to suit different market conditions.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Candle Range HighlighterThis indicator highlights candles with a range exceeding a user-defined threshold such as 50c. When a large-range candle is detected, it visually highlights the following 10 candles to help identify potential areas of significance or volatility. Customizable threshold input allows fine-tuning for different trading styles or instruments. Designed for overlay on price charts.
FVG Oscillator (OmegaTools) / Owl of Profit remakeFVG Oscillator (OmegaTools)
Big thanks to OmegaTools for providing this strategy and making it available under the Mozilla Public License 2.0! This Pine Script™ code is subject to the terms of the license at mozilla.org
This strategy leverages Fair Value Gaps (FVG) to detect potential bullish and bearish trading opportunities, combining price gaps and volume analysis for precision.
Features:
FVG Detection:
Bullish FVG (BFVG): Identifies price gaps with upward momentum.
Bearish FVG (SFVG): Identifies price gaps with downward momentum.
Additional Conditions:
Requires confirmation via volume or significant gap size.
Dynamic Count:
Tracks bullish and bearish FVG counts over a customizable 50-bar lookback period.
Normalized Gap Values:
Displays weighted bullish and bearish FVG patterns for better visualization.
Entry and Exit Logic:
Buy Signal: Triggered when a bullish FVG meets verification criteria (volume or significant gap).
Sell Signal: Triggered when a bearish FVG meets verification criteria.
Automatic position management ensures existing positions are closed before entering new ones.
Visualization:
Plots bullish and bearish FVG counts and highlights areas above and below zero.
Displays normalized gap widths as histograms for both long and short patterns.
This strategy provides a robust framework for detecting and trading fair value gaps, making it ideal for traders seeking a gap-based methodology. Use it for backtesting or customize it further for your trading style.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!