3 Line Strike (TheTrdFloor) / Owl of Profit remakeThis script is based on the TMA Overlay by Arty and converted to a simple strategy example. A huge thank you to TheTrdFloor for the inspiration!
Features:
Detects Bullish and Bearish 3 Line Strike patterns:
Bullish: Three consecutive red candles followed by a large green engulfing candle.
Bearish: Three consecutive green candles followed by a large red engulfing candle.
Identifies Bullish and Bearish Engulfing Candles (optional).
Includes alert conditions for all signals, supporting automation or monitoring.
Plots visual markers for signals, with an optional meme icon overlay.
Strategy entries are executed based on signal detections.
Customization Options:
Enable/disable specific patterns/signals (e.g., 3 Line Strike or Engulfing Candles).
Choose between meme icons or standard chart shapes.
This strategy is designed for educational and testing purposes. Use it as a foundation for further customization and backtesting on your preferred markets.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Padrões gráficos
SPY/TLT Strategy█ STRATEGY OVERVIEW
The "SPY/TLT Strategy" is a trend-following crossover strategy designed to trade the relationship between TLT and its Simple Moving Average (SMA). The default configuration uses TLT (iShares 20+ Year Treasury Bond ETF) with a 20-period SMA, entering long positions on bullish crossovers and exiting on bearish crossunders. **This strategy is NOT optimized and performs best in trending markets.**
█ KEY FEATURES
SMA Crossover System: Uses price/SMA relationship for signal generation (Default: 20-period)
Dynamic Time Window: Configurable backtesting period (Default: 2014-2099)
Equity-Based Position Sizing: Default 100% equity allocation per trade
Real-Time Visual Feedback: Price/SMA plot with trend-state background coloring
Event-Driven Execution: Processes orders at bar close for accurate backtesting
█ SIGNAL GENERATION
1. LONG ENTRY CONDITION
TLT closing price crosses ABOVE SMA
Occurs within specified time window
Generates market order at next bar open
2. EXIT CONDITION
TLT closing price crosses BELOW SMA
Closes all open positions immediately
█ ADDITIONAL SETTINGS
SMA Period: Simple Moving Average length (Default: 20)
Start Time and End Time: The time window for trade execution (Default: 1 Jan 2014 - 1 Jan 2099)
Security Symbol: Ticker for analysis (Default: TLT)
█ PERFORMANCE OVERVIEW
Ideal Market Conditions: Strong trending environments
Potential Drawbacks: Whipsaws in range-bound markets
Backtesting results should be analyzed to optimize the MA Period and EMA Filter settings for specific instruments
Enhanced UT Bot with Long & Short TradesThis Pine Script implements a UT Bot Strategy based on ATR (Average True Range) trailing stop levels to generate buy and sell signals. It features:
Customizable Sensitivity:
Adjust the Key Value and ATR Period to control signal sensitivity.
Trailing Stop Logic:
A dynamic trailing stop tracks price movements based on ATR, switching between buy and sell zones.
Trade Automation:
Uses strategy.entry and strategy.close to automate long and short trades.
Triggers webhook alerts for buy and sell signals (UT Bot Buy and UT Bot Sell).
Visual Signals:
Displays trailing stop levels on the chart.
Plots buy/sell labels when crossover or crossunder events occur.
Webhook Integration:
Supports automated trade execution via webhook alerts.
Ideal for traders looking for a simple yet effective ATR-based trading strategy that works with automated systems like webhook triggers.
Fear & Greed Index (Zeiierman) copyThe Fear & Greed Index (Zeiierman) is a sentiment analysis tool designed to measure market emotions, ranging from extreme fear to extreme greed. It typically aggregates various market indicators—such as volatility, momentum, demand, and technical analysis—to determine the prevailing sentiment among investors.
Extreme Fear: Suggests that investors are highly pessimistic, which may indicate a potential buying opportunity.
Fear: Shows a cautious or bearish market sentiment.
Neutral: Reflects a balanced market outlook.
Greed: Indicates rising optimism and potentially overbought conditions.
Extreme Greed: Suggests excessive investor confidence, which could be a sign of an overheated market and possible corrections.
DTC AIDTC indicator is a trend-following tool that uses multiple Exponential Moving Averages (EMAs) to generate buy and sell signals. This script helps traders identify key market trends and optimal entry/exit points by analyzing both fast and slow EMAs. The indicator also visually represents market conditions using color-coded EMAs and provides alerts for real-time trading opportunities.
Key Features:
1. Exponential Moving Averages (EMAs):
• The script calculates a Fast EMA (43) and a Slow EMA (70) by default, but these values can be customized.
• Additional slow EMAs (30 to 60) are used to evaluate the market’s trend strength and direction.
2. Buy and Sell Signals:
• Buy Signal: Triggered when the Fast EMA crosses above the Slow EMA (bullish crossover).
• Sell Signal: Triggered when the Fast EMA crosses below the Slow EMA (bearish crossunder).
• Signals are clearly displayed on the chart at the EMA7 level (the first slow EMA).
3. Trend Analysis:
• Uptrend: When slow EMAs are in an ascending order, plotted in lime.
• Downtrend: When slow EMAs are in a descending order, plotted in red.
• Neutral Trend: When there’s no clear trend, plotted in gray.
4. Visualization:
• The slow EMAs are plotted with different thicknesses and colors based on the current trend.
• A shaded area between the first and last slow EMAs gives a visual representation of the trend’s strength.
• Buy and Sell signals are placed above and below price bars, respectively, making them easy to identify.
5. Alerts:
• Buy Alert: Triggers when a buy signal occurs.
• Sell Alert: Triggers when a sell signal occurs.
Usage:
This indicator is ideal for traders looking to capture trends and reversals based on the movement of multiple EMAs. By focusing on the crossover of fast and slow EMAs, along with the trend analysis, traders can make informed decisions about when to enter and exit the market.
Customization:
• Adjust the EMA lengths to match your preferred trading strategy or timeframe.
• Modify the colors and line styles to suit your personal preferences.
Disclaimer:
The DTC AI indicator is designed for educational and informational purposes only. It is a tool for technical analysis and should not be used as the sole basis for any trading decisions. Trading carries risk, and users should conduct their own research and apply proper risk management strategies.
Refined Highs and Lows MarkerSince having been at this Trading thing since 1983 I know for a fact that marking and following Highs and Lows and the Higher highs and Lower lows in between "Tops" and "Bottoms" since nearly the beginning of time. This script shows those highs and lows based on three candles where the middle candle will be your Hi or Lo. The idea here is to at say a "Bottom" to locate the Red lowest Lo, then a red or Green Hi and finally a "Green" higher Lo. This outline typically can indicate a reversal point. The same is also true of "Tops" in where you will see the "green" highest hi followed by a green or red Lo. The last point should be a "RED" lower Hi from which to potentially sell. The script does not always abandon a Hi for a newer hi where there is no lo between them, and the same is also true of lows. You can manually place in a triangle icon and putting a proper color to it. Higher "Highs" and higher "Lows" are marked in Green and lower highs and lower lows are marked with red. I personally use a 13 SMA which shows candles/price fully below it when heading down and fully above the SMA when heading up. This script should be used in conjunction with perhaps one other indicator of your preference. Enjoy and build.
TF_VXMV Active Trend FollowingTF_VXMV Active Trend Following Algorithm
// Version 1.1
// Date : 26. June 2023
// (28/06/2023) Update 1.1 : added crypto as input.
// Scope:
// - can be used for Stocks, Futures, Indices, Bonds, ETFs, Forex
// Features:
// - the algorithm adjusts the stop-loss multiplier according to the market cap of the security (stocks only)
// - furthermore the multiplier gets adjusted by the VIX regime that is currently prevailing (high vol-> increased multiplier)
// - all multipliers have default values prescribed that are derived from benchmark calibration back-tests, they can be
// manually adjusted in TradingView indicator settings.
//
// The original algorithm is based on Wilders Trend Following algorithm.
// Details can be found in his book, or better in the two papers that were published on the indicator, which can be found here
// (1) www.researchgate.net
// (2) www.researchgate.net
//
// Copyright ©TradeFlags, Andreas Aigner 2023
// For implementation of this algorithm into your own application please contact me.
Combined RSI with SMA, ADX/DI, and Stochastic IndicatorHow to Use and Apply the Indicator
This indicator combines the **RSI with SMA**, **ADX/DI**, and **Stochastic Oscillator**, providing multiple perspectives for technical analysis. Here's how you can use and apply it effectively:
1. **RSI with SMA (Relative Strength Index with Simple Moving Average)**
- **Purpose**: Measures momentum and identifies overbought or oversold levels.
- **Features**:
- **RSI (14-period)**: Tracks momentum.
- **SMA (20-period)**: Smooths the RSI for trend clarity.
- **Visual Enhancements**:
- Dashed lines at user-defined levels (default: 55 and 45).
- Highlighted zones: Above 55 (green), below 45 (red).
- Fill between RSI and SMA to indicate convergence/divergence.
- **Usage**:
- **Overbought/Oversold**: Look for RSI crossing above 70 (overbought) or below 30 (oversold).
- **Trend Strength**: If RSI stays consistently above 50 (bullish) or below 50 (bearish).
- **Divergence**: When RSI and SMA move apart, consider it a potential signal of trend change.
2. **ADX and DI (Average Directional Index with Directional Indicators)**
- **Purpose**: Measures trend strength and direction.
- **Features**:
- **ADX (14-period)**: Shows trend strength (higher values indicate stronger trends).
- **+DI and -DI**: Represent bullish and bearish directional movements.
- **Color Coding**:
- **Green**: Bullish trend.
- **Red**: Bearish trend.
- **Orange**: Weak/no trend (when ADX is below the "range" level).
- **Dynamic Fill**: Highlights areas based on whether +DI > -DI or vice versa.
- **Usage**:
- **Strong Trend**: When ADX > 30, trend is strong.
- **Bullish/Bearish Bias**: Compare +DI and -DI:
- **+DI > -DI**: Bullish bias.
- **-DI > +DI**: Bearish bias.
- **Caution Zone**: If ADX < 15, avoid trading as the market lacks direction.
### 3. **Stochastic Oscillator**
- **Purpose**: Identifies overbought and oversold conditions.
- **Features**:
- Tracks %K (fast line) and %D (signal line) for crossovers.
- Highlights overbought (>80) and oversold (<20) regions.
- Fills between %K and %D for easy visualization of crossovers.
- **Usage**:
- **Overbought/Oversold**: Look for price reversals when %K crosses %D in these regions.
- **Entry Signals**:
- Buy: %K crosses above %D in the oversold region (<20).
- Sell: %K crosses below %D in the overbought region (>80).
- **Confirm Trends**: Combine with ADX or RSI to validate signals.
General Application:
1. **Setup**: Add this script to your chart in TradingView.
2. **Interpretation**:
- Use **RSI with SMA** to identify momentum and potential trend reversals.
- Confirm trend strength and direction with **ADX/DI**.
- Refine entries/exits with **Stochastic Oscillator**.
3. **Alerts**:
- Enable alerts for buy/sell signals in ADX/DI to avoid missing key moves.
4. **Risk Management**:
- Avoid trading during low ADX periods (<15) as the market lacks direction.
- Combine signals with support/resistance levels or price patterns for better accuracy.
By integrating these indicators, this script allows for a comprehensive market analysis to enhance your decision-making.
Trader Martiny IndicatorTrader Martiny Indicator
Based on the 8-period exponential moving average, colors the candles according to the possible reversal. Green for buy, red for sell.
Change Candle Color When 5 EMA Not ConnectedThis custom TradingView indicator changes the color of candlesticks to yellow whenever the 5-period Exponential Moving Average (EMA) is not "connected" to the current candle.
How It Works:
The 5 EMA is calculated based on the closing prices of the last 5 candles.
A candle is considered "not connected" to the EMA if:
The high and low of the current candle are both either above or below the 5 EMA, implying a significant deviation from the EMA.
When this condition is met, the candle color is changed to yellow to highlight this disconnection.
The default behavior of the script is to not display the 5 EMA line, keeping the chart uncluttered while focusing on the candlestick colors.
Usage:
This indicator is useful for scalping or short-term trading strategies, as it helps identify when the price has moved significantly away from the 5 EMA. A yellow candle could signal potential overextension or a possible reversal if the price is far from the EMA. Traders can use this as part of their risk management or entry/exit decision-making process.
Customization:
The indicator doesn't display the 5 EMA line, but you can modify the script to show it if needed by uncommenting the plot(ema5) line.
You can adjust the period of the EMA by modifying the ema5 period in the code, though the default setting is 5 periods.
crt - b1r1nc1winning circle crt indicator
b1r1nc1
Candle Range Trading (CRT) Indicator
The CRT Indicator identifies potential trading opportunities by analyzing specific candlestick patterns. This script is designed to detect both bullish and bearish CRT patterns and provides visual cues directly on your chart.
Features:
Pattern Detection:
Analyzes two consecutive candles to identify the CRT pattern.
Detects both bullish and bearish setups based on the relative positions of the candles.
IB of New Hour (Customizable)Purpose: Tracks first x candles of each hour to define a price range
Customizable settings:
Border color of the IB box
Fill color of the IB box
Number of candles to define IB
Box width in hours (1-24)
Functionality:
Calculates highest high and lowest low for specified number of candles
Creates a rectangular box representing the initial balance
Adapts to different timeframes (1, 5, 15, 30, 60-minute charts)
Limits storage of boxes to prevent memory overload
Box Placement:
Starts at first candle of the hour
Width calculated based on current timeframe and user-specified hours
Maintains consistent visual representation across different chart timeframes
Indicator for helping you with bias
Bearish FlipThis is the same as the bullish flip but opposite. Signal works best for mornings after 10:45amEST, 9:45amCST. If you buy a put it should expire on the day or the closest Friday and should not be held for more than a day. Same with the calls on the bullish flip.
Bullish FlipThis is my own script specifically for the 5 min chart. Finding in the AM when to flip from bearish to bullish and buy calls.
bhushan s Trades ZonesExpected Behavior on the Chart
Upper Zone: When the price crosses or goes above the highest high over the past length bars, the background color will change to the color you set (default is blue, with transparency 80%).
Lower Zone: Similarly, when the price drops below the lowest low over the past length bars, the background color will also change.
Lines: The upper and lower boundaries (highest high and lowest low) will be marked with horizontal lines in green and red, respectively.
Alerts: If the price breaks above or below these zones, the respective alert will trigger.
Example Scenario:
If you're using this on a 1-hour chart and set the length to 20, the script will look back 20 hourly bars to calculate the highest and lowest prices during that period. If the price breaks above the highest or below the lowest level, the background color will change accordingly, and you'll be alerted if you have set up an alert.
Soportes Resistencias y POCEste indicador es particularmente útil para traders que siguen estrategias basadas en acción del precio (Price Action) o que desean combinarlo con análisis técnico para aumentar la precisión en sus decisiones de trading.
Cómo Aplicarlo en el Trading:
Soportes y Resistencias:
Identifica áreas donde el precio puede reaccionar, ya sea rebotando o rompiendo estos niveles.
Útil para configurar operaciones de compra (en soportes) o venta (en resistencias), especialmente en combinación con patrones de velas o indicadores adicionales.
POC (Punto de Control):
Ayuda a visualizar el precio promedio donde hubo mayor interacción en cada vela.
Ideal para confirmar zonas de equilibrio, detectar posibles cambios de tendencia o planificar puntos de entrada/salida basados en el balance del mercado.
G. Santostasi' Active Addresses and Hash Rate Power LawThe Bitcoin Power Law Indicator is a groundbreaking tool designed for investors, analysts, and enthusiasts who seek to understand Bitcoin's price behavior through its fundamental network metrics. This invite-only indicator leverages the Giovanni Santostasi Power Law Model, which reveals the deep interconnections between Bitcoin's core parameters and its price evolution over time.
Features and Functionality:
Bitcoin Price vs. Active Addresses Model
Using Giovanni Santostasi’s power law framework, the indicator establishes a quantitative relationship between Bitcoin's price and the number of active addresses. Active addresses, a critical on-chain metric, reflect network activity and adoption. This model generates a theoretical Bitcoin price based solely on the behavior of active addresses, highlighting how network usage underpins price movements.
Bitcoin Price vs. Hash Rate Model
The indicator applies the same power law methodology to analyze the relationship between Bitcoin's price and its hash rate. The hash rate, representing the computational power securing the network, is a fundamental measure of the network's security and robustness. This model estimates Bitcoin’s price as a function of the hash rate, showcasing the symbiotic relationship between miner activity and market valuation.
Comparison with Bitcoin Price vs. Time Model
Both the active addresses and hash rate-based models are compared against the classic Bitcoin price vs. time power law. This comparison provides insight into the alignment or divergence of Bitcoin’s price with its fundamental network metrics and long-term temporal trends.
Visualization of Interconnectedness
The indicator synthesizes on-chain data to visually and quantitatively demonstrate the interconnectedness of Bitcoin's key parameters—price, network activity, and mining security. It provides a real-time measure of the strength of the Bitcoin network, offering a holistic perspective on its health and resilience.
Utility for Investors:
Enhanced Market Understanding:
By breaking down Bitcoin's price into its fundamental drivers—active addresses, hash rate, and time—investors gain a clearer picture of what underpins price trends. This knowledge can inform long-term investment strategies and improve confidence during volatile periods.
Network Health Monitoring:
The indicator serves as a robust measure of network strength. Divergences between the models and actual price may indicate periods of mispricing or anomalies in network activity, offering potential trading opportunities.
Validation of the Power Law Theory:
Investors can track Bitcoin's adherence to the power law, which has demonstrated remarkable consistency over the years. This provides a scientific framework for understanding Bitcoin’s growth trajectory, helping investors separate signal from noise in the market.
Risk Management and Opportunity Identification:
Understanding when Bitcoin's price deviates from its fundamental power law models can help investors identify potential overvaluation, undervaluation, or turning points in the market. These insights can be critical for both short-term trading and long-term portfolio allocation.
This indicator is a must-have for those who value a data-driven, scientific approach to Bitcoin analysis. By combining cutting-edge research with real-time analytics, it offers a unique lens to view Bitcoin not just as a speculative asset but as a robust, interconnected system that adheres to fundamental physical and social principles.
Auto Fibonacci LinesThis TradingView script is a modded version of the library called "VisibleChart" created by Pinecoder.
This version has the option for users to change the Fibonacci lines and price labels. This makes the script user-friendly.
Fibonacci extensions are a tool that traders can use to establish profit targets or estimate how far a price may travel after a retracement/pullback is finished. Extension levels are also possible areas where the price may reverse. This study automatically draws horizontal lines that are used to determine possible support and resistance levels.
It's designed to automatically plot Fibonacci retracement levels on chart, aiding in technical analysis for traders.
First, the highest and lowest bars on the chart are calculated. These values are used for Fibonacci extensions.
These values update as traders scroll or zoom their charts, this shows that it is a useful indicator that can dynamically calculate and draw visuals on visible bars only.
Shooting Range + FVG By TradingcaochdkIndicator Description: “Shooting Range + Customizable FVG”
This indicator combines two powerful trading tools into one: Shooting Range Signals and Customizable Fair Value Gaps (FVG). It is designed to help traders identify oversold conditions across multiple timeframes and visualize potential price inefficiencies (FVGs) on the chart. Here’s what the indicator can do:
Features:
1. Shooting Range Signals
• Purpose: Identify oversold conditions using the RSI (Relative Strength Index) on two customizable timeframes.
• How it works:
• The RSI value is calculated for two selected timeframes (e.g., 1-minute and 5-minute).
• If the RSI is below the defined thresholds for both timeframes, the chart background turns green, signaling a potential bullish opportunity.
• Customizable Inputs:
• Timeframes for RSI calculations (e.g., 1-minute, 5-minute, daily, etc.).
• RSI thresholds for both lower and higher timeframes.
• Alerts: Built-in alert functionality notifies you when a bullish signal is detected.
2. Customizable Fair Value Gaps (FVG)
• Purpose: Highlight potential price inefficiencies (Fair Value Gaps) based on user-selected timeframes.
• How it works:
• The indicator identifies gaps between candle wicks (price imbalances) on a higher timeframe (e.g., 5-minute).
• Gaps are drawn as rectangles on the chart, extending until the price fills the gap.
• Customizable Inputs:
• Timeframe for FVG detection (e.g., 1-minute, 5-minute, daily, etc.).
• Colors for FVG background and border.
• Auto-Removal: Once the gap is filled, the indicator automatically removes it from the chart for clarity.
Use Cases:
• Day Trading and Scalping:
• Use Shooting Range signals to identify short-term oversold conditions for potential trade entries.
• Combine RSI signals with FVGs to confirm high-probability setups.
• Swing Trading:
• Visualize price inefficiencies on higher timeframes to plan trades around significant levels.
• Enhanced Chart Clarity:
• Highlight relevant price levels and signals without cluttering the chart.
How to Use:
1. Add the indicator to your TradingView chart.
2. Customize the settings:
• Adjust RSI timeframes and thresholds for Shooting Range signals.
• Select a timeframe and colors for FVG detection.
3. Monitor the chart for:
• Green background: Indicates oversold conditions across selected timeframes.
• Highlighted FVGs: Marks potential price inefficiencies for further analysis.
4. Enable alerts to get notified about bullish signals.
Summary:
This indicator combines momentum-based RSI analysis with price action insights from Fair Value Gaps, offering traders a versatile tool for both scalping and swing trading. The customizable settings allow you to tailor the indicator to your specific trading style and preferences.
Closing Prices for Indices AMMOthe "Closing Prices for Indices" indicator displays the daily closing prices of four major stock indices: FTSE 100, DAX 40, Dow Jones Industrial Average, and NASDAQ Composite. The indicator updates the prices based on their respective market closing times:
FTSE 100 and DAX 40: Updates at 4:30 PM UK time.
Dow Jones and NASDAQ Composite: Updates at 9:00 PM UK time.
Key features:
Customizable Labels: Option to display labels showing the closing prices directly on the chart.
Color-Coded Lines: Plots each index's closing price using distinct, customizable colors for easy differentiation.
User-Friendly Settings: Includes options for customizing line and label colors.
This indicator is perfect for traders and analysts looking to monitor and compare key index closing prices visually on their charts.