15min ORB NY Open Reversal StrategyThis strategy is designed for a 15‑minute chart on futures during the New York open. It is based on the Opening Range Breakout (ORB) concept with a twist: instead of trading the initial breakout, the strategy waits for a reversal of the breakout. In other words, if the price initially breaks one side of the ORB during the New York session and then reverses to break the opposite side after the session, a trade is triggered in the direction of that reversal.
Penunjuk dan strategi
Custom Bar Coloring_WKColor your bar display according to the relative positions comparing to SMA.
This is for WK layout.
Custom Bar Coloring_DailyColor your bar according to SMA. This is for daily layout.
Suggest to trade only when bar color=black or red.
Bitcoin Power Law: Complete with Oscillator + Future Projection
Firstly, we would like to give credit to @apsk32 and @x_X_77_X_x as part of the code originates from their work. Additionally, @apsk32 is widely credited with applying the Power Law concept to Bitcoin and popularizing this model within the crypto community. Additionally, the visual layout is fully inspired by @apsk32's designs, and we think it looks amazing. So much so that we had to turn it into a TradingView script. Thank you!
Understanding the Bitcoin Power Law Model
Also called the Long-Term Bitcoin Power Law Model. The Bitcoin Power Law model tries to capture and predict Bitcoin's price growth over time. It assumes that Bitcoin's price follows an exponential growth pattern, where the price increases over time according to a mathematical relationship.
By fitting a power law to historical data, the model creates a trend line that represents this growth. It then generates additional parallel lines (support and resistance lines) to show potential price boundaries, helping to visualize where Bitcoin’s price could move within certain ranges.
In simple terms, the model helps us understand Bitcoin's general growth trajectory and provides a framework to visualize how its price could behave over the long term.
The Bitcoin Power Law has the following function:
Power Law = 10^(a + b * log10(d))
Consisting of the following parameters:
a: Power Law Intercept (default: -17.668).
b: Power Law Slope (default: 5.926).
d: Number of days since a reference point(calculated by counting bars from the reference point with an offset).
Explanation of the a and b parameters:
Roughly explained, the optimal values for the a and b parameters are determined through a process of linear regression on a log-log scale (after applying a logarithmic transformation to both the x and y axes). On this log-log scale, the power law relationship becomes linear, making it possible to apply linear regression. The best fit for the regression is then evaluated using metrics like the R-squared value, residual error analysis, and visual inspection. This process can be quite complex and is beyond the scope of this post.
Applying vertical shifts to generate the other lines:
Once the initial power-law is created, additional lines are generated by applying a vertical shift . This shift is achieved by adding a specific number of days (or years in case of this script) to the d-parameter. This creates new lines perfectly parallel to the initial power law with an added vertical shift, maintaining the same slope and intercept.
In the case of this script, shifts are made by adding +365 days, +2 * 365 days, +3 * 365 days, +4 * 365 days, and +5 * 365 days, effectively introducing one to five years of shifts. This results in a total of six Power Law lines, as outlined below (From lowest to highest):
Base Power Law Line (no shift)
1-year shifted line
2-year shifted line
3-year shifted line
4-year shifted line
5-year shifted line
The six power law lines:
Bitcoin Power Law Oscillator
This publication also includes the oscillator version of the Bitcoin Power Law. This version applies a logarithmic transformation to the price, Base Power Law Line, and 5-year shifted line using the formula log10(x) .
The log-transformed price is then normalized using min-max normalization relative to the log-transformed Base Power Law Line and 5-year shifted line with the formula:
normalized price = log(close) - log(Base Power Law Line) / log(5-year shifted line) - log(Base Power Law Line)
Finally, the normalized price was multiplied by 5 to map its value between 0 and 5, aligning with the shifted lines. The Oscillator version can be found here .
Interpretation of the Bitcoin Power Law Model:
The shifted Power Law lines provide a framework for predicting Bitcoin's future price movements based on historical trends. These lines are created by applying a vertical shift to the initial Power Law line, with each shifted line representing a future time frame (e.g., 1 year, 2 years, 3 years, etc.).
By analyzing these shifted lines, users can make predictions about minimum price levels at specific future dates. For example, the 5-year shifted line will act as the main support level for Bitcoin’s price in 5 years, meaning that Bitcoin’s price should not fall below this line, ensuring that Bitcoin will be valued at least at this level by that time. Similarly, the 2-year shifted line will serve as the support line for Bitcoin's price in 2 years, establishing that the price should not drop below this line within that time frame.
On the other hand, the 5-year shifted line also functions as an absolute resistance , meaning Bitcoin's price will not exceed this line prior to the 5-year mark. This provides a prediction that Bitcoin cannot reach certain price levels before a specific date. For example, the price of Bitcoin is unlikely to reach $100,000 before 2021, and it will not exceed this price before the 5-year shifted line becomes relevant. After 2028, however, the price is predicted to never fall below $100,000, thanks to the support established by the shifted lines.
In essence, the shifted Power Law lines offer a way to predict both the minimum price levels that Bitcoin will hit by certain dates and the earliest dates by which certain price points will be reached. These lines help frame Bitcoin's potential future price range, offering insight into long-term price behavior and providing a guide for investors and analysts. Lets examine some examples:
Example 1:
In Example 1 it can be seen that point A on the 5-year shifted line acts as major resistance . Also it can be seen that 5 years later this price level now corresponds to the Base Power Law Line and acts as a major support (Note: Vertical yearly grid lines have been added for this purpose👍).
Example 2:
In Example 2, the price level at point C on the 3-year shifted line becomes a major support three years later at point C, now aligning with the Base Power Law Line.
Finally, let's explore some future price predictions, as this script provides projections on the weekly timeframe :
Example 3:
In Example 3, the Bitcoin Power Law indicates that Bitcoin's price cannot surpass approximately $808K before 2030 as can be seen at point E, while also ensuring it will be at least $224K by then (point F).
EMA 9 and 21 Crossover Labels (One Trade at a Time)What this code does is, it tests if EMA9 is crossed above EMA21 in 10 mins, if it does then it signals buy. And gives sell signal when EMA9 is crossed below EMA21.
RFX - Predator [Yoshio & Borges]Resposta que a IA deu:
Eu estou desenvolvendo um sistema que monitora cada moeda individualmente para identificar quando ela está em uma tendência clara e no ponto ideal de entrada.
Esse sistema analisa diferentes timeframes, levando em conta fatores como tendência macro, sobrecompra/sobrevenda e confirmações de movimento.
Com isso, eu consigo encontrar pares de moedas onde uma está em um forte momento de compra e a outra em um forte momento de venda, gerando setups de altíssima probabilidade.
Por exemplo, se meu sistema identificar que o dólar está enfraquecendo e o euro está ganhando força, ele pode sugerir uma compra em EUR/USD no momento exato em que o preço começar a confirmar a alta.
Strat Auto BFI was Inspired by Rob Smith and Fico Jordan to save traders time and energy by auto highlighting your scenario 3's. *WORK IN PROGRESS*
FutureFire v5 - 23/35 Candle Tracker with Custom ColorsThis indicator is designed to track the 23 and the 35 of every hour to help with identifying crucial swing points for intraday trading.
DiNapoli MACDThis indicator applies a modified version of the traditional MACD based on DiNapoli’s methodology. It computes two exponential moving averages using a fast period of 8 and a slow period of 17 to generate the MACD line, then derives a 9-period exponential moving average of this MACD line as the signal line. The histogram represents the difference between the MACD line and the signal line, providing a visual cue for potential trend changes.
Default Settings:
Fast EMA Length: 8
Slow EMA Length: 17
Signal EMA Length: 9
Source: close
Basic Price Action IndicatorKey Features:
Support and Resistance: Identifies support and resistance levels based on the highest and lowest values of the last 20 bars (you can adjust the lookback period with the input).
Bullish Engulfing Pattern: Recognizes when a bullish engulfing candlestick pattern occurs and marks it below the bar.
Bearish Engulfing Pattern: Recognizes when a bearish engulfing candlestick pattern occurs and marks it above the bar.
Background Coloring: Highlights the chart background with a green or red color based on the pattern detected, providing an easy visual cue.
How to Use:
Support and Resistance levels will be plotted on the chart as green and red lines.
Bullish Engulfing patterns will be marked below the bars with a “BUY” label.
Bearish Engulfing patterns will be marked above the bars with a “SELL” label.
The background color will change based on the detected price action pattern (green for bullish, red for bearish).
CryptoCipher Free (CCF)CryptoCipher Free (CCF) – User Guide
📌 Version: Open-Source | Educational Use Only
🚀 What is CryptoCipher Free (CCF)?
CryptoCipher Free (CCF) is a momentum and divergence-based indicator designed to help traders identify:
✅ Trend Reversals (WaveTrend & VWAP)
✅ Divergences (Bullish & Bearish)
✅ Money Flow Strength (Capital Inflows/Outflows)
✅ Momentum Shifts (Trigger Waves & RSI Signals)
Inspired by VuManChu Cipher B & Market Cipher, but fully custom-built, CCF combines key market indicators into one easy-to-use tool for crypto traders.
📈 Key Features & How to Use Them
🔹 1. WaveTrend Oscillator (WT) – Tracks Momentum
Green & Red Lines: Show momentum shifts.
Crossover Strategy:
Buy Signal = Green WT line crosses above Red WT line while oversold.
Sell Signal = Green WT line crosses below Red WT line while overbought.
🔹 2. Divergence Detection – Identifies Strengthening & Weakening Trends
Bullish Divergence (Green Label): Price is making lower lows, but momentum is rising → Potential Uptrend Reversal.
Bearish Divergence (Red Label): Price is making higher highs, but momentum is weakening → Potential Downtrend Reversal.
🔹 3. Money Flow Index (MFI) – Detects Market Pressure
Green Waves = Positive Money Flow (More Buying Pressure).
Red Waves = Negative Money Flow (More Selling Pressure).
Stronger & Wider Waves → Stronger Market Pressure.
🔹 4. VWAP Oscillator – Identifies Fair Value Zones
VWAP Above Zero = Overvalued Zone (Potential Reversal Down).
VWAP Below Zero = Undervalued Zone (Potential Reversal Up).
🔹 5. RSI & Stochastic RSI – Confirms Trend Strength
RSI Above 70 = Overbought (Potential Drop).
RSI Below 30 = Oversold (Potential Bounce).
Color-Coded for Quick Reading:
🔴 Red = Overbought
🟢 Green = Oversold
⚪ White = Neutral
🎯 Recommended Settings for Different Trading Styles
💰 Scalpers & Day Traders:
Lower Divergence Threshold (20-30) for more frequent but noisier signals.
Focus on VWAP & MFI confirmation for short-term trades.
📊 Swing Traders (Default Settings):
Keep Divergence Threshold at 30-35 for more reliable signals.
Look for WaveTrend crossovers & MFI waves aligning before entering trades.
⏳ Long-Term Investors (Higher Timeframes):
Increase Divergence Threshold (40-45) to filter out smaller moves.
Use VWAP & RSI for trend confirmations over larger periods (Daily/Weekly charts).
⚠️ Important Notes & Risk Management
No indicator is 100% accurate – always combine CCF with other analysis methods.
Use Stop-Loss & Risk Management to avoid unnecessary losses.
Crypto markets are highly volatile – adjust settings based on market conditions.CryptoCipher Free (CCF) is a powerful, all-in-one tool for momentum and divergence trading.
✅ Easy to Use – Designed for traders of all levels.
✅ Fully Customizable – Adjust sensitivity, colors, and alerts.
✅ Open-Source & Free – Use it, modify it, and learn from it.
Wickless Candle Indicator with Extended Lines (final)This Pine Script indicator identifies “wickless” candles—those with no upper wick (when the close equals the high) or no lower wick (when the open equals the low)—and marks these events on the chart. When such a candle is detected, it:
Records the Level and Bar Index:
Saves the price level (high for wickless tops, low for wickless bottoms) and the bar index where the condition occurred.
Draws an Extended Horizontal Line:
Creates a green horizontal line for a wickless top or a red line for a wickless bottom, starting at the detection bar and extending across subsequent bars as long as the price remains below (for tops) or above (for bottoms) the recorded level.
Resets When the Price Breaks the Level:
If a future bar’s price moves beyond the saved level (i.e., a high above a wickless top or a low below a wickless bottom), the indicator resets that level, ending the extension of the line.
Visual Markers:
Additionally, it plots a small triangle above a wickless top and below a wickless bottom for easy identification on the chart.
Overall, this script helps traders visualize potential support or resistance levels created by candles that close at their highs or open at their lows, with lines that dynamically adjust as price evolves.
Mega Indicador (9 Indicadores Ajustados)Mega Indicador (9 Indicadores Ajustados) apenas estou testando isso por favor não usem !
RSI with Bollinger Bands and Buy/Sell SignalsPurpose:
This indicator combines the Relative Strength Index (RSI) with Bollinger Bands to identify overbought and oversold conditions in the market. It also generates buy and sell signals based on the interaction between the RSI and the Bollinger Bands. It is particularly useful for traders looking for opportunities in volatile or trending markets.
How It Works:
RSI (Relative Strength Index):
The RSI measures the magnitude of recent price changes to evaluate whether an asset is overbought (values > 70) or oversold (values < 30).
In this indicator, horizontal lines at levels 70 (overbought) and 30 (oversold) are used as reference points.
Bollinger Bands:
Bollinger Bands are calculated around a smoothed moving average of the RSI. The upper band represents dynamic overbought levels, while the lower band indicates dynamic oversold levels.
These bands automatically adjust their width based on the volatility of the RSI, allowing them to adapt to different market conditions.
Buy and Sell Signals:
Buy Signal: A buy signal is generated when the RSI exceeds both the upper Bollinger Band and the overbought level (70). This suggests that the asset is in an extreme bullish phase.
Sell Signal: A sell signal is generated when the RSI falls below both the lower Bollinger Band and the oversold level (30). This suggests that the asset is in an extreme bearish phase.
Alerts:
The indicator includes automatic alerts to notify you when buy or sell signals are generated. This allows traders to act quickly on new opportunities.
Best Practices:
Confirmation in Lower Timeframes:
Although this indicator is powerful, it is recommended to confirm signals in lower timeframes before making trading decisions. For example:
If you receive a buy signal on a 4-hour chart, check if the RSI and Bollinger Bands on lower timeframes (such as 1 hour or 15 minutes) also show bullish signals.
This reduces the risk of false positives and increases the accuracy of your entries.
Use in Trends:
This indicator works best in markets with clear trends. In sideways or low-volatility markets, signals may be less reliable due to the lack of directional momentum.
Risk Management:
Always use stop-loss and take-profit to protect your positions. Buy and sell signals are just one tool for analysis; they do not guarantee results.
Combination with Other Indicators:
To improve accuracy, consider combining this indicator with others, such as MACD, Stochastic Oscillator, or Japanese candlestick patterns. This can provide additional confirmation before opening a position.
Summary:
The RSI + Bollinger Bands with Buy/Sell Signals indicator is an advanced tool designed to identify entry and exit points in the market based on extreme overbought and oversold conditions. However, to maximize its effectiveness, it is crucial to confirm signals in lower timeframes and use it in combination with other technical analysis tools. With proper risk management and careful interpretation of signals, this indicator can be a valuable ally in your trading strategy.
Pro Indicator Qcbest indicator
The Most Accurate Scalping indicator in TradingView - 100% Profitable
In this video we’ll walk you through
2:30 [LuciTech]this is a technical analysis tool designed to highlight key price levels and patterns during a specific trading window, based on UK time (Europe/London). It overlays visual elements on the chart, including a 12 PM reference line, Buy Side Liquidity (BSL) and Sell Side Liquidity (SSL) levels, a highlighted 2:30 PM candle, and Engulfing Fair Value Gaps (FVGs). This indicator is intended for traders who focus on intraday price action and liquidity zones.
Features
The 12 PM Line displays a vertical line at 12:00 PM (UK time) to mark the start of the session. It’s customizable, allowing you to enable or disable it and adjust its color.
BSL/SSL Lines track the highest high (BSL) and lowest low (SSL) from 12:00 PM to 2:00 PM (UK time). These lines extend horizontally until 3:30 PM, after which they remain static at their last recorded levels. You can customize them by enabling or disabling visibility, adjusting colors, choosing a line style (solid, dashed, or dotted), and setting the width.
The 2:30 PM Candle highlights the candle at 2:30 PM (UK time) with a distinct color. It’s customizable, with options to enable or disable it and change its color.
Engulfing FVG (Fair Value Gap) identifies bullish and bearish engulfing patterns with a gap from the prior candle’s range. It draws a shaded box over the FVG area, and you can customize it by enabling or disabling it and adjusting the box color.
How It Works
The indicator operates within a session starting at 12:00 PM (UK time). BSL/SSL levels update between 12:00 PM and 2:00 PM, with lines extending until 3:30 PM. After 3:30 PM, these lines freeze.
BSL/SSL lines show the highest price (BSL) and lowest price (SSL) reached during the 12:00 PM to 2:00 PM window. After 3:30 PM, they remain static, marking the final range boundaries.
The 2:30 PM candle emphasizes a key timestamp, often of interest to intraday traders.
Engulfing FVGs detect significant price gaps created by engulfing candles, which may indicate potential reversal or continuation zones.
Settings
12 PM Line Settings let you toggle visibility and set the line color.
BSL/SSL Line Settings allow you to toggle visibility, set BSL and SSL colors, choose a line style (Solid, Dashed, Dotted), and adjust width (1-4).
2:30 Candle Settings let you toggle visibility and set the candle color.
Engulfing FVG Settings allow you to toggle visibility and set the box color.
Interpretation
The 12 PM Line serves as a reference for the session start.
BSL/SSL Lines may act as potential support or resistance zones or highlight liquidity areas. After 3:30 PM, they remain static, showing the session’s final range.
The 2:30 PM Candle can be monitored for price action signals, such as reversals or breakouts.
Engulfing FVGs shaded areas may indicate imbalances in supply and demand, useful for identifying trade opportunities or stop-loss placement.
Notes
The timezone is set to Europe/London (UK time). Ensure your chart’s timezone aligns for accurate results.
This indicator is best used on intraday timeframes, such as 1-minute or 5-minute charts.
It provides visual aids for analysis and does not generate buy or sell signals on its own.
Price Action: Engulfing PatternsBullish Engulfing Pattern Detection: A bullish engulfing pattern is identified when the previous candle is bearish (close < open ), the current candle is bullish (close > open), and the current candle's body engulfs the previous candle's body (close >= open and open <= close ).
Bearish Engulfing Pattern Detection: A bearish engulfing pattern is identified when the previous candle is bullish (close > open ), the current candle is bearish (close < open), and the current candle's body engulfs the previous candle's body (open >= close and close <= open ).
Plotting the Patterns: The plotshape function is used to mark the detected patterns on the chart. Bullish engulfing patterns are marked below the bar with a green upward label, while bearish engulfing patterns are marked above the bar with a red downward label.
ATR BandsThe ATR Bands indicator is a volatility-based tool that plots dynamic support and resistance levels around the price using the Average True Range (ATR). It consists of two bands:
Upper Band: Calculated as current price + ATR, representing an upper volatility threshold.
Lower Band: Calculated as current price - ATR, serving as a lower volatility threshold.
Key Features:
✅ Measures Volatility: Expands and contracts based on market volatility.
✅ Dynamic Support & Resistance: Helps identify potential breakout or reversal zones.
✅ Customizable Smoothing: Supports multiple moving average methods (RMA, SMA, EMA, WMA) for ATR calculation.
How to Use:
Trend Confirmation: If the price consistently touches or exceeds the upper band, it may indicate strong bullish momentum.
Reversal Signals: A price approaching the lower band may suggest a potential reversal or increased selling pressure.
Volatility Assessment: Wide bands indicate high volatility, while narrow bands suggest consolidation.
This indicator is useful for traders looking to incorporate volatility-based strategies into their trading decisions
Flat NumbersCustomizable Price Range: Set the start price and end price to define the range in which horizontal lines will be plotted.
Line Color: Choose the color of the horizontal lines to match your chart's theme or personal preference.
Line Width: Adjust the width of the lines (from 1 to 5) to control their visibility.
Price Step Size: By default, the script plots lines every 100 price units within the range, but this step size can be customized if desired.
Dynamic Line Plotting: The script automatically calculates the number of lines needed and plots them at each interval between the start and end prices.
Supply and Demand by BrekelThis indicator uses, and 8 and 13 ema with a solid white line for the VWAP. The POI is your points of interest and the BOS is your break of structure when a stock breaks out one direction or another after hitting that line. You will see HH for higher high, HL for Higher low indicating bullish directional moves and also LL for lower low, and Lower High, indicating a bearish directional move.
EMA Crypto StrategyEMA Crypto Strategy
📈 Overview:
The EMA Crypto Strategy is a simple yet effective trading strategy that leverages Exponential Moving Averages (EMAs) and RSI to identify potential buy and sell opportunities. Designed for crypto traders, this strategy helps catch trend reversals and momentum shifts with clear entry and exit signals.
🔹 Key Features:
✅ EMA Crossovers – Uses a 9-period Short EMA and a 21-period Long EMA to detect trend changes.
✅ RSI Confirmation – Incorporates a 14-period RSI to filter out false signals, ensuring trades align with momentum.
✅ Buy & Sell Labels – Visually marked BUY (green) and SELL (red) signals directly on the chart.
✅ Background Highlights – Automatically shades buy/sell zones for better visibility.
✅ Alerts Integration – Set alerts for buy and sell signals so you never miss an opportunity.
🔹 How It Works:
📌 BUY Signal:
The Short EMA (9) crosses above the Long EMA (21).
RSI is above oversold (30) but below overbought (70) (optional filter).
📌 SELL Signal:
The Short EMA (9) crosses below the Long EMA (21).
RSI is below overbought (70) but above oversold (30) (optional filter).
🔹 Best Timeframes & Markets:
📌 Works well for crypto, forex, and stocks.
📌 Recommended timeframes: 5M, 15M, 1H, and 4H.
💡 Tip: Combine this strategy with volume analysis and support/resistance levels for even stronger confirmations.
🚀 Try it out and optimize it for your own trading style! Let us know in the comments how it works for you.