Supertrend with 3 TimeframesFor intraday & positional
entry condition when all trends align with momentum
Indicators and strategies
Super Fibonacci by @imparablestradingEste sofisticado script de Pine Script (v6) integra un enfoque multidimensional para el análisis técnico, combinando niveles dinámicos de Fibonacci, confirmación de tendencias mediante el indicador ADX, detección de puntos de swing clave y análisis de recogida de liquidez en los mercados financieros. Diseñado con adaptabilidad en mente, ajusta parámetros como profundidad y volatilidad según el estilo de trading (intradía, swing o largo plazo) y utiliza herramientas avanzadas como fractales y el ATR para refinar sus cálculos. Su arquitectura permite representar visualmente tendencias, niveles clave y señales estratégicas, mientras gestiona eficientemente los elementos gráficos en el gráfico, lo que lo convierte en una herramienta poderosa y personalizada para traders técnicos en busca de precisión y claridad analítica.
Buy on 5 day low Strategy█ STRATEGY DESCRIPTION
The "Buy on 5 Day Low Strategy" is a mean-reversion strategy designed to identify potential buying opportunities when the price drops below the lowest low of the previous five days. It enters a long position when specific conditions are met and exits when the price exceeds the high of the previous day. This strategy is optimized for use on daily or higher timeframes.
█ WHAT IS THE 5-DAY LOW?
The 5-Day Low is the lowest price observed over the last five days. This level is used as a reference to identify potential oversold conditions and reversal points.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The close price is below the lowest low of the previous five days (`close < _lowest `).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the high of the previous day (`close > high `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for mean-reverting markets and performs best when the price frequently oscillates around key support levels.
It is sensitive to oversold conditions, as indicated by the 5-Day Low, and overbought conditions, as indicated by the previous day's high.
Backtesting results should be analyzed to optimize the strategy for specific instruments and market conditions.
Smart Money Concepts V2.5 pro - CryptoBoostArmamos un analisis intenso con tendencias, quiebres de tendencia, canales y order blocks claves para que puedas armar y complementar los analisis con nuestra estrategia.
Buy Sell Cipher pro v2.5 - CryptoBoostArmamos una estrategia de compra y venta basado en el momentum del precio. Podes probarlo en estrategias del Scalping en 15min y 1hr detectando impulsos y retrocesos.
3-Bar Low Strategy█ STRATEGY DESCRIPTION
The "3-Bar Low Strategy" is a mean-reversion strategy designed to identify potential buying opportunities when the price drops below the lowest low of the previous three bars. It enters a long position when specific conditions are met and exits when the price exceeds the highest high of the previous seven bars. This strategy is suitable for use on various timeframes.
█ WHAT IS THE 3-BAR LOW?
The 3-Bar Low is the lowest price observed over the last three bars. This level is used as a reference to identify potential oversold conditions and reversal points.
█ WHAT IS THE 7-BAR HIGH?
The 7-Bar High is the highest price observed over the last seven bars. This level is used as a reference to identify potential overbought conditions and exit points.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The close price is below the lowest low of the previous three bars (`close < _lowest `).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
If the EMA Filter is enabled, the close price must also be above the 200-period Exponential Moving Average (EMA).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the highest high of the previous seven bars (`close > _highest `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
MA Period: The lookback period for the 200-period EMA used in the EMA Filter. Default is 200.
Use EMA Filter: Enables or disables the EMA Filter for long entries. Default is disabled.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for mean-reverting markets and performs best when the price frequently oscillates around key support and resistance levels.
It is sensitive to oversold conditions, as indicated by the 3-Bar Low, and overbought conditions, as indicated by the 7-Bar High.
Backtesting results should be analyzed to optimize the MA Period and EMA Filter settings for specific instruments.
Order Block Detector v2.5 - CryptoBoost indicator Indicador para busqueda de Order Blocks. Los rojos son OB de venta, los verdes o azules son de compra. Complementa la estrategia con los demas que tambien tenemos.
Super Fibonacci by @imparablestradingDetección de Tendencia con ADX:
Calcula manualmente el Índice Direccional Promedio (ADX) junto con los componentes DI+ y DI-.
Utiliza el valor del ADX para determinar si el mercado está en tendencia fuerte o débil:
Si el ADX es mayor que el umbral definido (adxThreshold), el mercado se considera en tendencia.
También evalúa si la tendencia es alcista (DI+ > DI-) o bajista (DI- > DI+).
Niveles de Fibonacci Dinámicos:
Calcula los niveles de Fibonacci con base en los máximos y mínimos recientes.
Estos niveles se ajustan dinámicamente según:
Profundidad calculada: Basada en ATR, fractales o profundidad predefinida.
Inversión de niveles: Puedes invertir los niveles si lo prefieres.
Los niveles se dibujan como líneas horizontales y se etiquetan con colores específicos.
Flechas de Tendencia:
Cuando hay una tendencia identificada:
Muestra una flecha verde hacia arriba si la tendencia es alcista.
Muestra una flecha roja hacia abajo si la tendencia es bajista.
Texto de Tendencia:
Muestra un texto que indica si la tendencia actual es "ALCISTA", "BAJISTA" o si no hay tendencia clara ("SIN TENDENCIA").
Este texto se posiciona dinámicamente encima del precio en el gráfico.
Fundamentos del Cálculo
Índice Direccional Promedio (ADX):
El ADX se basa en los valores de TR (True Range), DI+ y DI-, calculados a lo largo de un período (lengthADX).
Indica la fuerza de la tendencia, sin importar si es alcista o bajista.
Profundidad Ajustada:
La profundidad para calcular máximos y mínimos se ajusta según:
Estilo de trading: Intradía, swing o largo plazo.
Volatilidad (ATR): Si está habilitado, la profundidad se adapta a la volatilidad actual.
Fractales: Permite usar un enfoque basado en fractales si está activado.
Tendencia: Si el mercado está en tendencia fuerte (confirmado por ADX), se usa una profundidad ajustada.
Niveles de Fibonacci:
Se calculan los niveles estándar de Fibonacci: 0%, 38.2%, 50%, 61.8%, 78.6%, y 100%.
La posición de los niveles depende del máximo (lastHigh) y mínimo (lastLow) recientes, con la opción de invertirlos.
Bollinger Bands Reversal + IBS Strategy█ STRATEGY DESCRIPTION
The "Bollinger Bands Reversal Strategy" is a mean-reversion strategy designed to identify potential buying opportunities when the price deviates below the lower Bollinger Band and the Internal Bar Strength (IBS) indicates oversold conditions. It enters a long position when specific conditions are met and exits when the IBS indicates overbought conditions. This strategy is suitable for use on various timeframes.
█ WHAT ARE BOLLINGER BANDS?
Bollinger Bands consist of three lines:
- **Basis**: A Simple Moving Average (SMA) of the price over a specified period.
- **Upper Band**: The basis plus a multiple of the standard deviation of the price.
- **Lower Band**: The basis minus a multiple of the standard deviation of the price.
Bollinger Bands help identify periods of high volatility and potential reversal points.
█ WHAT IS INTERNAL BAR STRENGTH (IBS)?
Internal Bar Strength (IBS) is a measure of where the closing price is relative to the high and low of the bar. It is calculated as:
IBS = (Close - Low) / (High - Low)
A low IBS value (e.g., below 0.2) indicates that the close is near the low of the bar, suggesting oversold conditions. A high IBS value (e.g., above 0.8) indicates that the close is near the high of the bar, suggesting overbought conditions.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The IBS value is below 0.2, indicating oversold conditions.
The close price is below the lower Bollinger Band.
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the IBS value exceeds 0.8, indicating overbought conditions. This prompts the strategy to exit the position.
█ ADDITIONAL SETTINGS
Length: The lookback period for calculating the Bollinger Bands. Default is 20.
Multiplier: The number of standard deviations used to calculate the upper and lower Bollinger Bands. Default is 2.0.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for mean-reverting markets and performs best when the price frequently deviates from the Bollinger Bands.
It is sensitive to oversold and overbought conditions, as indicated by the IBS, which helps to identify potential reversals.
Backtesting results should be analyzed to optimize the Length and Multiplier parameters for specific instruments.
RSI Ultimate Optime Zones CryptoBoostIndicador modificado de RSI con zonas optimas de entrada y salida. Complemento de la estrategia de CryptoBoost Inversiones
Next Level Swing TimerThis script identifies high-momentum candles in alignment with the trend, helping you trade with confidence. It uses a combination of ATR (Average True Range) increases and specific candle parameters, such as current candle median moves relative to the previous candle median and body size also relative to the previous candle body, to highlight potential trade setups.
Trends are determined using highs and lows from the zigzag indicator. Two higher lows confirm an uptrend, while two lower lows signal a downtrend. A new trend can only start when the previous one ends, ensuring clarity in market direction.
By combining momentum detection with trend confirmation, this script provides clear, actionable signals for trend-following strategies. It’s designed to simplify decision-making and keep your trading in alignment with the market.
It’s up to you how to use the signals, but I recommend entering around the middle of the marked candle and setting your stop just above or below it after entry.
Average High-Low Range + IBS Reversal Strategy█ STRATEGY DESCRIPTION
The "Average High-Low Range + IBS Reversal Strategy" is a mean-reversion strategy designed to identify potential buying opportunities when the price deviates significantly from its average high-low range and the Internal Bar Strength (IBS) indicates oversold conditions. It enters a long position when specific conditions are met and exits when the price shows strength by exceeding the previous bar's high. This strategy is suitable for use on various timeframes.
█ WHAT IS THE AVERAGE HIGH-LOW RANGE?
The Average High-Low Range is calculated as the Simple Moving Average (SMA) of the difference between the high and low prices over a specified period. It helps identify periods of increased volatility and potential reversal points.
█ WHAT IS INTERNAL BAR STRENGTH (IBS)?
Internal Bar Strength (IBS) is a measure of where the closing price is relative to the high and low of the bar. It is calculated as:
IBS = (Close - Low) / (High - Low)
A low IBS value (e.g., below 0.2) indicates that the close is near the low of the bar, suggesting oversold conditions.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The close price has been below the buy threshold (calculated as `upper - (2.5 * hl_avg)`) for a specified number of consecutive bars (`bars_below_threshold`).
The IBS value is below the specified buy threshold (`ibs_buy_treshold`).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the high of the previous bar (`close > high `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
Length: The lookback period for calculating the average high-low range. Default is 20.
Bars Below Threshold: The number of consecutive bars the price must remain below the buy threshold to trigger a Buy Signal. Default is 2.
IBS Buy Threshold: The IBS value below which a Buy Signal is triggered. Default is 0.2.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for mean-reverting markets and performs best when the price frequently deviates from its average high-low range.
It is sensitive to oversold conditions, as indicated by the IBS, which helps to identify potential reversals.
Backtesting results should be analyzed to optimize the Length, Bars Below Threshold, and IBS Buy Threshold parameters for specific instruments.
Turn of the Month Strategy on Steroids█ STRATEGY DESCRIPTION
The "Turn of the Month Strategy on Steroids" is a seasonal mean-reversion strategy designed to capitalize on price movements around the end of the month. It enters a long position when specific conditions are met and exits when the Relative Strength Index (RSI) indicates overbought conditions. This strategy is optimized for use on daily or higher timeframes.
█ WHAT IS THE TURN OF THE MONTH EFFECT?
The Turn of the Month effect refers to the observed tendency of stock prices to rise around the end of the month. This strategy leverages this phenomenon by entering long positions when the price shows signs of a reversal during this period.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The current day of the month is greater than or equal to the specified `dayOfMonth` threshold (default is 25).
The close price is lower than the previous day's close (`close < close `).
The previous day's close is also lower than the close two days ago (`close < close `).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
There is no existing open position (`strategy.position_size == 0`).
2. EXIT CONDITION
A Sell Signal is generated when the 2-period RSI exceeds 65, indicating overbought conditions. This prompts the strategy to exit the position.
█ ADDITIONAL SETTINGS
Day of Month: The day of the month threshold for triggering a Buy Signal. Default is 25.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed to exploit seasonal price patterns around the end of the month.
It performs best in markets where the Turn of the Month effect is pronounced.
Backtesting results should be analyzed to optimize the `dayOfMonth` threshold and RSI parameters for specific instruments.
Consecutive Bars Above/Below EMA Buy the Dip Strategy█ STRATEGY DESCRIPTION
The "Consecutive Bars Above/Below EMA Buy the Dip Strategy" is a mean-reversion strategy designed to identify potential buying opportunities when the price dips below a moving average for a specified number of consecutive bars. It enters a long position when the dip condition is met and exits when the price shows strength by exceeding the previous bar's high. This strategy is suitable for use on various timeframes.
█ WHAT IS THE MOVING AVERAGE?
The strategy uses either a Simple Moving Average (SMA) or an Exponential Moving Average (EMA) as a reference for identifying dips. The type and length of the moving average can be customized in the settings.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The close price is below the selected moving average for a specified number of consecutive bars (`consecutiveBarsTreshold`).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the high of the previous bar (`close > high `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
Consecutive Bars Threshold: The number of consecutive bars the price must remain below the moving average to trigger a Buy Signal. Default is 3.
MA Type: The type of moving average used (SMA or EMA). Default is SMA.
MA Length: The length of the moving average. Default is 5.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for mean-reverting markets and performs best when the price frequently oscillates around the moving average.
It is sensitive to the number of consecutive bars below the moving average, which helps to identify potential dips.
Backtesting results should be analysed to optimize the Consecutive Bars Threshold, MA Type, and MA Length for specific instruments.
DMI Strategy█ STRATEGY DESCRIPTION
The "DMI Strategy" is a trend-following strategy that uses the Directional Movement Index (DMI) and a 200-period Exponential Moving Average (EMA) to identify potential long entries. It enters a long position when specific conditions are met and exits when the Relative Strength Index (RSI) indicates overbought conditions. This strategy is designed for use on daily or higher timeframes.
█ WHAT IS THE DMI?
The Directional Movement Index (DMI) consists of three components:
- **DI+ (Plus Directional Indicator)**: Measures upward trend strength.
- **DI- (Minus Directional Indicator)**: Measures downward trend strength.
- **ADX (Average Directional Index)**: Measures overall trend strength, regardless of direction.
In this strategy, only the DI+ and DI- components are used to identify potential entry signals.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The DI+ value is less than 5, indicating weak upward momentum.
The close price is above the 200-period EMA, confirming a bullish trend.
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the 2-period RSI exceeds 65, indicating overbought conditions. This prompts the strategy to exit the position.
█ ADDITIONAL SETTINGS
DI Length: The lookback period for calculating the DMI components. Default is 3.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for trending markets and performs best when the price is above the 200-period EMA.
It is sensitive to overbought conditions, as indicated by the RSI, which helps to lock in profits.
Backtesting results should be analysed to optimize the DI Length and RSI parameters for specific instruments.
Turn around Tuesday on Steroids Strategy█ STRATEGY DESCRIPTION
The "Turn around Tuesday on Steroids Strategy" is a mean-reversion strategy designed to identify potential price reversals at the start of the trading week. It enters a long position when specific conditions are met and exits when the price shows strength by exceeding the previous bar's high. This strategy is optimized for ETFs, stocks, and other instruments on the daily timeframe.
█ WHAT IS THE STARTING DAY?
The Starting Day determines the first day of the trading week for the strategy. It can be set to either Sunday or Monday, depending on the instrument being traded. For ETFs and stocks, Monday is recommended. For other instruments, Sunday is recommended.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The current day is the first day of the trading week (either Sunday or Monday, depending on the Starting Day setting).
The close price is lower than the previous day's close (`close < close `).
The previous day's close is also lower than the close two days ago (`close < close `).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
If the MA Filter is enabled, the close price must also be above the 200-period Simple Moving Average (SMA).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the high of the previous bar (`close > high `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
Starting Day: Determines the first day of the trading week. Options are Sunday or Monday. Default is Sunday.
Use MA Filter: Enables or disables the 200-period SMA filter for long entries. Default is disabled.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for markets with frequent weekly reversals.
It performs best in volatile conditions where price movements are significant at the start of the trading week.
Backtesting results should be analysed to optimize the Starting Day and MA Filter settings for specific instruments.
Scalper Bottom FinderAre you tired of missing out on the perfect entry for your scalping trades?
The 1M Scalper Bottom Finder is designed to pinpoint high-ROI long entries at price bottoms with surgical precision. Here's what makes it the ultimate tool for futures scalpers:
🚀 Why It Works
This script leverages a combination of dynamic:
Elliott Wave Theory to anticipate market movements.
MACD Crossovers to identify trend shifts.
RSI with a custom period to confirm oversold conditions.
Volume and ATR filters to validate momentum and volatility.
Dynamic Fibonacci Levels (0.618, 0.786) to catch retracement sweet spots.
EMA 200 Trend Filter to stay aligned with the broader market direction.
🔍 How It Helps You
Entry Precision: Clear visual markers:
Green Flag markers for optimal long entries at bottoms - you can also set an alert for this
Real-Time Alerts: Fast, actionable alerts to help you execute manually without delays.
Risk Management Built-In: Dynamic stop-loss and take-profit levels tailored to the market’s current volatility.
Backtesting Capabilities: Built for scalpers who want to optimize and refine their strategy through historical performance.
🔥 This script is perfect for scalpers looking for:
Fast 1-minute trades with minimal risk.
A stress-free way to enter at the bottom of price action.
Confidence in navigating futures markets without holding overnight positions.
No more chasing bottoms or closing positions too early. The 1M Scalper Bottom Finder is your all-in-one tool for crushing your financial goals.
Start using it now and trade with confidence!
*BY USING SCRIPTS BY CANADIANDEFI_DIVA/THE BADASS BITCHES GUIDE TO CRYPTO THE USER SHALL HOLDHARMLESS THE CREATOR AND THEREBY AGREE AND UNDERSTAND THE FOLLOWING:
The 1M Scalper Bottom Finder Script is designed for educational and informational purposes only. It does not constitute financial advice or investment recommendations. Trading futures, cryptocurrencies, and other financial instruments involves substantial risk and may not be suitable for all investors. Past performance is not indicative of future results. You are solely responsible for your trading decisions, and any reliance on this script is at your own risk. Always conduct your own research, consult with a licensed financial advisor, and use proper risk management strategies before making any trading decisions. The creator(s) of this script is not liable for any financial losses or damages incurred while using this tool.
Consecutive Bearish Candle Strategy█ STRATEGY DESCRIPTION
The "Consecutive Bearish Candle Strategy" is a momentum-based strategy designed to identify potential reversals after a sustained bearish move. It enters a long position when a specific number of consecutive bearish candles occur and exits when the price shows strength by exceeding the previous bar's high. This strategy is optimized for use on various timeframes and instruments.
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The close price has been lower than the previous close for at least `Lookback` consecutive bars. This indicates a sustained bearish move, suggesting a potential reversal.
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the high of the previous bar (`close > high `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
Lookback: The number of consecutive bearish bars required to trigger a Buy Signal. Default is 3.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for markets with frequent momentum shifts.
It performs best in volatile conditions where price movements are significant.
Backtesting results should be analysed to optimize the `Lookback` parameter for specific instruments.
4 Bar Momentum Reversal strategy█ STRATEGY DESCRIPTION
The "4 Bar Momentum Reversal Strategy" is a mean-reversion strategy designed to identify price reversals following a sustained downward move. It enters a long position when a reversal condition is met and exits when the price shows strength by exceeding the previous bar's high. This strategy is optimized for indices and stocks on the daily timeframe.
█ WHAT IS THE REFERENCE CLOSE?
The Reference Close is the closing price from X bars ago, where X is determined by the Lookback period. Think of it as a moving benchmark that helps the strategy assess whether prices are trending upwards or downwards relative to past performance. For example, if the Lookback is set to 4, the Reference Close is the closing price 4 bars ago (`close `).
█ SIGNAL GENERATION
1. LONG ENTRY
A Buy Signal is triggered when:
The close price has been lower than the Reference Close for at least `Buy Threshold` consecutive bars. This indicates a sustained downward move, suggesting a potential reversal.
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
A Sell Signal is generated when the current closing price exceeds the high of the previous bar (`close > high `). This indicates that the price has shown strength, potentially confirming the reversal and prompting the strategy to exit the position.
█ ADDITIONAL SETTINGS
Buy Threshold: The number of consecutive bearish bars needed to trigger a Buy Signal. Default is 4.
Lookback: The number of bars ago used to calculate the Reference Close. Default is 4.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for trending markets with frequent reversals.
It performs best in volatile conditions where price movements are significant.
Backtesting results should be analysed to optimize the Buy Threshold and Lookback parameters for specific instruments.
Squeeze Momentum BUY SELL - CryptoBoostSqueeze momentum con Cipher pro para activar ordenes de compra y de venta. Modificado para la estrategia que usamos en nuestro fondo de inversiones
Bollinger Band Strategy - long / short - xmatter
Long Entry: When the price closes above the upper Bollinger Band.
Short Entry: When the price closes below the lower Bollinger Band.
Exit Trades: Close both long and short positions when the price crosses the Bollinger Band midline (basis line).