D Vortex / Owl of ProfitVortex Strategy with Signals
This strategy uses the Vortex Indicator (VI) to identify bullish and bearish trend reversals. It visualizes clear buy and sell signals based on the crossover of VI+ and VI- lines.
Features:
Vortex Indicator Calculation:
Calculates VI+ and VI- using smoothed values of directional movement and true range.
Identifies directional trends based on the relationship between VI+ and VI-.
Entry Conditions:
Long: Triggered when VI+ crosses above VI- (bullish crossover).
Short: Triggered when VI+ crosses below VI- (bearish crossover).
Visualization:
Plots VI+ (green) and VI- (red) for trend analysis.
Buy and sell signals are marked with clear labels on the chart (green for "BUY" and red for "SELL").
Customization Options:
Adjust the Vortex period for sensitivity to market trends.
This strategy is designed for educational and testing purposes. Use it as a foundation for further backtesting and adapting to your trading approach.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Trend Analysis
Consolidation Zone (LonesomeTheBlue) / Owl of Profit remakeConsolidation Zones - Live (LonesomeTheBlue)
This strategy, created by LonesomeTheBlue, identifies consolidation zones on the chart and detects potential breakout opportunities. It uses pivots and price ranges to define areas of consolidation and generates alerts when price breaks above or below these zones.
Special thanks to LonesomeTheBlue for the inspiration!
License:
This code is licensed under the Mozilla Public License 2.0
More details at: mozilla.org
Features:
Consolidation Zone Detection:
Identifies areas of price consolidation based on pivot highs and lows.
Dynamically updates consolidation zones with upper and lower boundaries.
Breakout Alerts:
Detects breakouts when the price moves outside the consolidation zone.
Alerts for both Breakout Up and Breakout Down scenarios.
Customization Options:
Adjust the Loopback Period for pivot detection.
Define the minimum number of candles for consolidation.
Enable/disable zone shading with customizable colors.
Entry Conditions:
Long: Triggered when price breaks above the consolidation zone.
Short: Triggered when price breaks below the consolidation zone.
Visualization:
Upper and lower zone boundaries plotted with dashed lines.
Optional zone fill for easier identification of consolidation areas.
This strategy is designed for educational and testing purposes. Use it as a foundation for backtesting and adapting to your trading style.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
CCI / Owl of ProfitCCI Strategy Example
This strategy uses the Commodity Channel Index (CCI) to identify potential long and short trading opportunities. It features customizable smoothing options and optional Bollinger Bands for added precision.
Features:
CCI Calculation:
CCI is calculated using the source (default: HLC3) with customizable period length.
Plots CCI values along with key levels (+100, -100, and 0) to identify overbought/oversold conditions.
Smoothing Options:
Includes various moving average types: SMA, EMA, SMMA (RMA), WMA, and VWMA.
Optionally applies Bollinger Bands to the smoothed CCI values for dynamic overbought/oversold levels.
Entry Conditions:
Long: Triggered when CCI crosses above -100.
Short: Triggered when CCI crosses above +100.
Customization Options:
Adjust CCI length and source (e.g., close, hlc3).
Select MA type and length for smoothing.
Enable Bollinger Bands with customizable standard deviation multiplier.
Visualization:
Clear CCI plot with shaded background for oversold and overbought zones.
Optional smoothed CCI with Bollinger Bands for advanced analysis.
This strategy is designed for educational and testing purposes. Use it as a foundation for backtesting and adapting to your trading needs.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
Bollinger Bands Filter (TradeChartist) / Owl of Profit remakeThis strategy, created by TradeChartist, uses Bollinger Bands to filter market conditions and generate precise signals for long and short positions based on price action relative to the Bollinger Bands.
Special thanks to TradeChartist for the inspiration!
Features:
Bollinger Bands Logic:
Long Entry: Triggered when the price crosses above the upper Bollinger Band.
Short Entry: Triggered when the price crosses below the lower Bollinger Band.
Customizable Settings:
Adjust the SMA period and Standard Deviation multiplier for Bollinger Bands to suit your trading style.
Enable or disable bar coloring based on Bollinger Bands logic.
Alerts and Visualization:
Clear alerts for both Long and Short signals.
Visual signals with triangle markers directly on the chart.
Shaded Bollinger Bands with customizable transparency for easier zone identification.
Bar Coloring:
Green for bullish conditions when the price is above the upper band.
Red for bearish conditions when the price is below the lower band.
This strategy is designed for educational and testing purposes. Use it as a foundation for backtesting and customization to your trading approach.
Visit my website for more tools and strategies: bybitindicators.com
Happy trading!
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.
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
Levels from All-Time HighJust an easy script to track percentage distance from recent all time highs. You can customize the color and the percentages from the all time highs. These zones can mark great opportunities to buy.
Stochastic RSI - 8 TimeframesStochastic RSI - 8 Timeframes (English version)
To configure this indicator, follow the step-by-step below:
Select the setting button in the chart of Stoch RSI MTF:
INPUTS - The first tab of setting :
K = (Smooth K) standard input is 3 and minimun is 1
D = (Smooth D) standard input is 3 and minimun is 1
The RSI lenght and Stochastic lenght standards are 14 candles (for all kinds of timeframes)
RSI Source = close (standard)
Setting and Organize the Timeframe for each channel (1 to 8) --> Default is set from smallest timeframe to largest >>
{Timeframe 1 >> 1 minute, Timeframe 2 >> 5 minutes, Timeframe 3 >> 15 minutes, Timeframe 4>> 1 hour,
Time frame 5 >> 4 hours, Timeframe 6 >> 1 day, Timeframe 7 >> 1 week, Timeframe 8 >> 1 month}
STYLE - The second tab of setting
Select which channel 1 to 8 will be activated throught the K or D curves or boths can be selected
Select the RSI bands (upper, middle and lower)
Colors for configuration: All colors are already configured and follow the sequence (for Knowledge):
1 minute: red (#f23645) - all colors are in 100% opacity
5 minutes: orange (#ff9800)
15 minutes: yellow (#ffeb3b)
1 hour: green (#4caf50)
4 hours: blue (#2962ff)
1 day: Purple (#9c27b0)
1 week: Pink - Light (#f48fb1)
1 month: Pink 400 (#ec407a)
VISIBILITY - The third tab of setting
Default for all timeframes;
Below is Protuguese version (only translation from above):
Para configurar após selecionar este indicador, seguem os passos abaixo: (Português)
Selecionar o botão Configurações do gráfico Stoch RSI MTF :
VALORES - Na primeira tela de configuração:
K = (Smooth K) valor padrão está em 3 e o mínimo é 1
D = (Smooth D)valor padrão está em 3 e o mínimo é 1
O período IFR e o período estocástico está no padrão de 14 candles (para cada tipo de tempo gráfico)
Fonte do IFR = fechamento do candle (padrão)
Configurar nos canais de 1 a 8 os timeframes os tempos gráficos --> Padrão está configurado do menor timeframe para o maior>>
{Timeframe 1 >> 1 minute, Timeframe 2 >> 5 minutes, Timeframe 3 >> 15 minutes, Timeframe 4>> 1 hour,
Time frame 5 >> 4 hours, Timeframe 6 >> 1 day, Timeframe 7 >> 1 week, Timeframe 8 >> 1 month}
ESTILO - Na segunda tela de configuração:
Selecionar qual canal de 1 a 8 será ativado através da curva K ou D ou ambas
Selecionar os limites do RSI mínimo e máximo e a referencia neutra
Cores para configuração : Todas as cores já estão configuradas e seguem abaixo na sequencia (para conhecimento):
1 minute: red (#f23645) - all colors are in 100% opacity
5 minutes: orange (#ff9800)
15 minutes: yellow (#ffeb3b)
1 hour: green (#4caf50)
4 hours: blue (#2962ff)
1 day: Purple (#9c27b0)
1 week: Pink - Light (#f48fb1)
1 month: Pink 400 (#ec407a)
VISIBILIDADE - Na terceira tela de configuração:
Padrão ticks e tempos gráficos para todos os tipos;
BTM LayoutThis is for personal use and for my friends, that's why publislishing it.
when trend line color is green and you see a buy signal that indicates there is a buy trend.
when trend line color is Red and you see a Sell signal that indicates there is a Sell trend.
better chart timeframe is 15 mins and 30 mins.
PAM UR1 DR1 (Forex)PAM UR1 DR1 (Forex) Indicator
This indicator is based on the Price Action Manipulation (PAM) strategy, specifically focusing on the UR1 (Up Reversal 1) and DR1 (Down Reversal 1) patterns. It helps traders identify potential trade setups by analyzing price movements in relation to the Average True Range (ATR) and specific candle patterns.
Key Features:
1. User Inputs and Customization ATR Settings:
ATR Length: Determines the period for ATR calculation. (Default: 14)
Big Flush Multiplier: A multiplier to detect large flush candles. (Default: 1.5)
Small Flush Multiplier: A multiplier to detect smaller flush candles. (Default: 0.9)
Small Flush Wick %: Sets the wick size percentage to qualify a small flush. (Default: 30%)
Risk Management Settings:
Capital: User-defined trading capital. (Default: $10,000)
Risk %: Percentage of capital to risk per trade. (Default: 1%)
Display Options:
Toggle to show/hide ATR Pips, Lot Size, and Capital in the chart labels.
2. Flush Candle Detection Big Flush Conditions:
A candle is considered a Big Flush if its body size is greater than 1.5x ATR of the previous candle.
Up Flushes (bullish) are highlighted in white .
Down Flushes (bearish) are highlighted in yellow .
Small Flush Conditions:
Requires three consecutive candles in the same direction.
ATR of each candle must exceed 0.9x of the previous ATR.
The total wick size should be less than the defined wick percentage of the total candle range.
Up Small Flushes are highlighted in gray , and Down Small Flushes in orange .
3. Stop Loss and Lot Size Calculation
Stop loss (SL) is calculated based on the ATR of the flush candle.
SL multipliers are predefined based on the currency pair (e.g., JPY pairs: 100, XAUUSD: 10, others: 10,000).
Lot sizes are computed based on the risk percentage of the provided balance.
4. EXE Candle Identification
After a flush candle is detected, the indicator searches for EXE candles within the next 5 bars.
EXE candles are defined as pinbars where the wick is less than a defined percentage of the candle range.
When an EXE candle is found, a label is displayed with customizable details: ATR pips, lot size, and capital.
5. Visual Enhancements
Big Flush candles are marked with distinct colors.
Small Flush candles are highlighted based on conditions.
Users can toggle visualization preferences for flush types and displayed trade information.
6. Entry Labels and Alerts
Labels are added to chart showing calculated values for stop loss and lot size.
Alerts can be set up based on flush candle conditions to notify potential trade opportunities.
Conclusion: The PAM UR1 DR1 (Forex) indicator offers traders an automated way to detect price manipulation strategies through flush candle analysis and risk management tools, making it easier to identify high-probability trading opportunities.
Momentum Burst VisualThe indicator just simply helps to identify the areas where the stock showed momentum burst. The percentage change and the volume threshold can be edited in the indicator.
Chandelier + MA Cross by MMMEl indicador "Chandelier + MA Cross" combina dos herramientas populares de análisis técnico en un solo script, diseñado para ayudar a los traders a identificar puntos clave de entrada y salida en el mercado. Este indicador es ideal para quienes buscan una combinación de señales basadas en la volatilidad y en el comportamiento de las medias móviles. A continuación, se detalla cada componente:
1. Chandelier Exit
El Chandelier Exit es un indicador de tendencia basado en el ATR (Average True Range), diseñado para establecer niveles dinámicos de stop-loss. Este componente utiliza valores máximos y mínimos de precio ajustados por la volatilidad para identificar zonas de salida, tanto en posiciones largas como cortas.
Características principales:
Líneas de Stop Long y Stop Short:
Líneas que se trazan en el gráfico representando los niveles de stop para posiciones largas (verde) y cortas (roja).
Señales de Compra/Venta:
Se generan etiquetas y formas en el gráfico cuando el precio cruza los niveles de stop, indicando un posible cambio de dirección de la tendencia.
Relleno visual:
Áreas coloreadas para destacar si el mercado está en un estado alcista (verde) o bajista (rojo).
Configuraciones personalizables:
Permite ajustar el período del ATR, el multiplicador y si se utilizan precios de cierre o máximos/mínimos para calcular los niveles.
Alertas:
Cambios en la dirección de la tendencia.
Señales de compra y venta basadas en el cruce de los niveles de stop.
2. Cruce de Medias Móviles (MA Cross)
Este componente se enfoca en identificar cruces entre dos medias móviles simples (SMA), un método clásico para detectar cambios en la dirección del mercado.
Características principales:
Medias Móviles Cortas y Largas:
Se trazan dos líneas en el gráfico (una de color naranja para la media móvil corta y una verde para la larga).
Señales de Cruce:
Aparecen triángulos verdes o rojos en el gráfico cuando las medias móviles se cruzan:
Triángulo verde: Cruce alcista (la media corta cruza por encima de la larga).
Triángulo rojo: Cruce bajista (la media corta cruza por debajo de la larga).
Configuraciones personalizables:
Puedes ajustar los períodos de las medias móviles para adaptarlas a tu estrategia.
Alertas:
Señales de cruce alcista y bajista para detectar puntos de entrada o salida.
Beneficios del Indicador Combinado
Mayor precisión:
Combina señales basadas en la volatilidad (Chandelier Exit) con las de cruce de medias móviles para confirmar tendencias.
Personalización:
Cada componente tiene configuraciones adaptables para ajustarse a diferentes estilos de trading.
Visualización clara:
Colores y formas fácilmente distinguibles para identificar oportunidades en el gráfico.
Alertas integradas:
No necesitas vigilar constantemente el gráfico, ya que las alertas te notifican sobre cambios relevantes.
Ichimoku MTF (best MTF 4H - Entry 15M)The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a chart. It also uses these figures to compute a “cloud” that attempts to forecast where the price may find support or resistance in the future.
The technical indicator shows relevant information at a glance by using averages.
The overall trend is up when the price is above the cloud, down when the price is below the cloud, and trendless or transitioning when the price is in the cloud.
Charles G. Koonitz. “Ichimoku Analysis & Strategies: The Visual Guide to Spot the Trends in Stock Market, Cryptocurrency and Forex Using Technical Analysis and Cloud Charts," Tripod Solutions Inc., 2019.
When Leading Span A is rising and above Leading Span B, this helps to confirm the uptrend and the space between the lines is typically colored green. When Leading Span A is falling and below Leading Span B, this helps confirm the downtrend. The space between the lines is typically colored red in this case.1
Traders will often use the Ichimoku Cloud as an area of support and resistance depending on the relative location of the price. The cloud provides support/resistance levels that can be projected into the future. This sets the Ichimoku Cloud apart from many other technical indicators that only provide support and resistance levels for the current date and time.
Traders should use the Ichimoku Cloud in conjunction with other technical indicators to maximize their risk-adjusted returns. For example, the indicator is often paired with the relative strength index (RSI), which can be used to confirm momentum in a certain direction. It’s also important to look at the bigger trends to see how the smaller trends fit within them. For example, during a very strong downtrend, the price may push into the cloud or slightly above it, temporarily, before falling again. Only focusing on the indicator would mean missing the bigger picture that the price was under strong longer-term selling pressure.
Crossovers are another way that the indicator can be used. Watch for the conversion line to move above the base line, especially when the price is above the cloud. This can be a powerful buy signal. One option is to hold the trade until the conversion line drops back below the base line. Any of the other lines could be used as exit points as well.
Stochastic RSI with Alerts - Shore TeaJust a normal Stoch RSI but with alerts and labels for easier monitoring
SSL Channel MTFSSL Channel with MTF support, This eliminates the noise of a basic SSL Channel script which is based on ErwinBeckers SSL Channel. So i have used a Multi Time Frame approach to have a clear confirmation of trend and reduce Noise and False signals unlike basic SSL Channel.
This script can be used to determine.
Support/Resistance
High/Low Breakout
Trend Direction
MA candles for Entry
The high and low sma are plotted as SSL CHANNEL when ever the high and low sma cross each other a direction change is observed.
The direction of SSL channel determines the trend of the price. The length of the channel can be changed as required a low value has a high noise and direction can be determined with low accuracy. Increasing the length of SSL channel has high accuracy trend confirmation.
The MTF SSL Channel uses plot from higher timeframe this helps in using SSL Channel as a Price Action Tool. Price when ever crosses over or below the channel determines a breakout. Price tries to move between the High SMA line and Low SMA Line of the SSL Channel rejection, breakouts can be easily observed on a lower timeframe using SSL Channel Plot from a higher timeframe.
I have used 5min/15min chart with MTF SSL from a 1Hr/4Hr and a length of 5 instead of 10. This helps quick direction changes over a period of 1hr to 4hr. Price is trapped within the High SMA and Low SMA lines of SSL Channel. In addition to SSL High Low and average mid line is plotted to additional reference.
Buy Sell Signals are plotted based on crossover of SMA High and Low.
Candle are Plotted Using a SMA with length of 5. This Candle Plot can be used to make an entry based on direction confirmation of SSL. keep in mind the direction of SSL Plot and the candle must be same. Preferably Entry can made above or below the midline of SSL Channel. The Candle Plot eliminates the Noise of traditional Japanese Candlesticks.
Additionally MACD Crossover and MACD Trend line confirmations can be used to confirm a Buy Sell and Entry signals
Alerts are also plotted accordingly.
Multi-Timeframe Support & ResistancePrevious Daily High - Previous Daily Low
Previous Weekly High - Previous Weekly Low
Previous Monthly High - Previous Monthly Low
Draw On Liquidity = Highs 7& Lows
MACD with Volume ProfileThis indicator should work in conjunction with the volume profile. Using the profile, we determine the buy zones and sell zones. Then, we input the buy/sell ranges into the indicator's settings and wait for signals.
Nifty/BankNifty Scalping Nifty/BankNifty Scalping - 1 Min
it will give you buy sell signal atomically
don't change any value for high accuracy
Using sevral indicator possiblity to have a stop loss but trsut is the best thing for everyone
Supertrend + Moving Averageindikaot supertrend yang telah digabungkan dengan MA mempermudah dan tidak harus mengunakan 2 indikator hanya 1 indikator sudah bisa
Bright_Mod_123 Reversal & Statistical VolatilityCr. HPotter
This indicator combines two powerful strategies to identify potential buy, sell, and close signals in the market:
1. 123 Reversal Strategy
Based on price action and Stochastic Oscillator values.
Generates Buy Signals when:
The close price increases after two consecutive decreases.
The Stochastic Fast line is above a specified level and crosses the Slow line.
Generates Sell Signals when:
The close price decreases after two consecutive increases.
The Stochastic Fast line is below a specified level and crosses the Slow line.
2. Statistical Volatility (SV) Strategy
Measures market volatility using the Extreme Value Method.
Buy Signals occur when volatility is above the upper threshold (Top Band).
Sell Signals occur when volatility is below the lower threshold (Low Band).
Combined Signal Logic
A Buy Signal is generated when both the 123 Reversal and SV strategies align with bullish conditions.
A Sell Signal is generated when both strategies align with bearish conditions.
A Close Signal is generated when neither strategy supports the current position.
Features
Customizable parameters for each strategy (e.g., length, smoothing factors, thresholds).
Visual labels for Buy, Sell, and Close signals, with adjustable colors and styles.
Optional "Reverse Trading" mode to invert signals for specific trading styles.
Use Cases
Ideal for traders looking to combine price action and volatility analysis in their strategy.
Useful for identifying potential trend reversals or periods of high market volatility.