Fortuna Trend Predictor🔹 Основные функции скрипта
Определение тренда
Рассчитывает разницу между короткой EMA (20) и длинной EMA (50).
Нормализует её через ATR, чтобы оценить относительную силу тренда (trendStrength).
Расчёт индикатора ADX (Average Directional Index)
Определяет силу тренда, рассчитывая положительное (plusDI) и отрицательное (minusDI) движение.
Вычисляет ADX, усредняя DX (Directional Index), который показывает разницу между plusDI и minusDI.
Фильтр объёма
Определяет средний объём за последние 20 свечей и проверяет, превышает ли текущий объём этот уровень.
Фильтр волатильности
Проверяет, превышает ли текущий ATR его скользящее среднее, умноженное на atrThreshold (1.5 по умолчанию).
Если да, значит рынок находится в состоянии высокой волатильности.
Вероятность направления движения
Рассчитывает probability, которая показывает, насколько сильным является тренд.
Если значение probability больше 50 — вероятен восходящий тренд.
Если меньше 50 — вероятен нисходящий тренд.
📊 Что рисует этот индикатор?
✅ Линия вероятности направления движения (Probability) — синяя
✅ Линия ADX — оранжевая
✅ Горизонтальные линии:
50 (серый, Midline) — нейтральный уровень
70 (красный, Overbought) — перекупленность
30 (зелёный, Oversold) — перепроданность
📌 Вывод
Этот индикатор помогает находить надёжные точки входа, фильтруя шум и определяя силу тренда с учётом объёма и волатильности. 🚀
Candlestick analysis
Intra-Hour OHLCThis indicator (primarily on the 5min and lower timeframe) marks out the Open, High, and Low of the hour at the :45 mark of every hour and then the close of the hour.
Buy or Sell at any level at your discretion.
ExtremeRev, WickRev, Bar Breakout & Doji Rev Pivot BossThis script is based on concepts from "Secrets of a Pivot Boss" by Frank Ochoa, but it is an independent custom implementation designed for better efficiency, accuracy, and flexibility.
Feel free to adjust the script, as it is just all 4 systems added to one script from the book.
✅ Extreme Reversal (ExtremeRev) – Identifies extreme bars that are significantly larger than average, signaling possible snapback reversals.
✅ Wick Reversal (WickRev) – Detects long-wick candlesticks that indicate potential reversals, such as pin bars, hammer, and shooting star formations.
✅ Doji Reversal (DojiRev) – Recognizes doji candlesticks that form above resistance or below support, marking strong indecision and potential reversals.
✅ Bar Breakout System – Identifies breakout bars that surpass previous highs/lows with a strong range expansion.
⚙️ Customizable Inputs
Enable/Disable Each System (Trade only the setups that fit your strategy)
Adjust Sensitivity (Wick size, body percentage, lookback periods, moving averages)
Alerts for Trade Notifications (Get notified when a signal appears)
Heikin Ashi Actual Close PriceThis indicator plots a dot on your Heikin Ashi chart at the actual raw candle close - revealing the true market close that can differ from the averaged price displayed by Heikin Ashi candles.
KerzenFarbenInside Bars und Outside Bars sind zwei Konzepte, die hauptsächlich im Bereich der technischen Analyse von Finanzmärkten, insbesondere im Trading, verwendet werden. Sie beziehen sich auf bestimmte Kerzenmuster, die als Signale für die Marktbewegung interpretiert werden können. Hier ein Überblick:
### Inside Bar
Ein **Inside Bar** ist ein Kerzenmuster, bei dem die gesamte Handelsaktivität einer Kerze (d.h. der Kursbereich, der durch den Höchst- und Tiefstkurs definiert ist) innerhalb der Handelsaktivität der vorherigen Kerze liegt. Das bedeutet, dass der Höchstkurs und der Tiefstkurs der Inside Bar kleiner sind als der der vorherigen Kerze. Es sieht aus wie eine „Einschlusskerze“.
- **Merkmale**:
- Der Hoch- und Tiefkurs der Inside Bar sind innerhalb des Hochs und Tiefs der vorherigen Kerze.
- Oft wird das Inside Bar-Muster als eine Art Konsolidierung oder Ruhephase des Marktes angesehen.
- Es zeigt an, dass es zu diesem Zeitpunkt keine starke Entscheidung zwischen Käufern und Verkäufern gibt.
- **Interpretation**:
- Inside Bars treten häufig in Seitwärtsbewegungen oder während einer Konsolidierungsphase auf.
- Ein Ausbruch nach oben oder unten aus einer Inside Bar kann als Signal für die Fortsetzung des Trends oder eine Trendumkehr gedeutet werden.
- In der Regel wird eine Breakout-Strategie verwendet, bei der der Trader darauf wartet, dass der Kurs aus dem Bereich der Inside Bar nach oben oder unten ausbricht, um eine Position zu eröffnen.
### Outside Bar
Eine **Outside Bar** (auch als „Engulfing Bar“ bezeichnet) ist das Gegenteil einer Inside Bar. Sie ist ein Muster, bei dem die gesamte Handelsaktivität einer Kerze den Bereich der vorherigen Kerze vollständig überdeckt. Der Hochkurs der Outside Bar ist höher als der der vorherigen Kerze, und der Tiefkurs ist tiefer.
- **Merkmale**:
- Die Outside Bar hat einen höheren Hoch- und einen niedrigeren Tiefkurs als die vorherige Kerze.
- Es handelt sich um eine stärkere Kerze, die das Volumen und den Preisbereich der vorherigen Kerze vollständig umschließt.
- **Interpretation**:
- Outside Bars werden oft als Zeichen von Marktstärke oder -schwäche interpretiert.
- Eine Bullish Outside Bar, bei der der Kurs über dem Eröffnungskurs der vorherigen Kerze schließt, kann ein Signal für eine Trendwende nach oben sein.
- Eine Bearish Outside Bar, bei der der Kurs unter dem Eröffnungskurs der vorherigen Kerze schließt, kann eine Trendwende nach unten signalisieren.
### Fazit
- **Inside Bars** deuten auf eine Phase der Unsicherheit oder Konsolidierung hin, in der der Markt eine Entscheidung über die zukünftige Richtung trifft. Der Ausbruch aus einer Inside Bar kann potenziell ein starkes Signal für eine bevorstehende Bewegung sein.
- **Outside Bars** wiederum zeigen oft eine klare Marktbewegung, sei es eine Fortsetzung oder eine Umkehrung des bestehenden Trends. Sie spiegeln oft einen dominanten Marktteilnehmer wider, der die Kontrolle übernimmt.
Beide Muster können als nützliche Werkzeuge im Handel genutzt werden, um potenzielle Marktbewegungen zu antizipieren. Sie sind besonders wertvoll, wenn sie im Kontext anderer technischer Indikatoren und Strategien verwendet werden.
Inside Bar + Pin Bar + Spinning Top + Volume & RSIجيد ه مناسبه رايعه يقوم الموشر بعرض الشموعه عند التشبع البيعي
Hidden Demand and Supply Histogram with ColorsColor Coding:
Green Bars: Represent hidden demand (buyers stepping in).
Red Bars: Represent hidden supply (sellers stepping in).
Gray Bars: Represent neutral conditions (no hidden demand or supply detected).
Volume Candles with Volume VerificationThe Volume Candle Verification is suppose to work like this, in the settings color 1 is high buying pressure, color 2 is low buying pressure, color 3 is equal, color 4 is high sellling pressure, color 5 is low selling pressure
LineReg Candles with Hma filterOverview
Purpose:
The indicator creates “LinReg Candles” by recalculating OHLC values using linear regression (to smooth out noise) and overlays additional features such as a customizable signal line and an HMA (Hull Moving Average) filter for trend detection. It also plots buy/sell signals and supports alerts.
Customization:
Users can adjust settings for signal smoothing (choosing SMA, EMA, or WMA), HMA periods (preset for Scalping/Intraday or custom values), linear regression length, colors, display options, and alert messages. Inputs are organized into groups for clarity.
Input Definitions
Signal Settings:
signal_length and smoothingType define the period and method used to smooth the close price, creating a signal line.
HMA Filter Settings:
A dropdown (t_type) lets you choose between Scalping, Intraday, or Custom. Based on this, three HMA periods (hma1, hma2, hma3) are set either to fixed values or user-defined custom inputs.
LinReg Settings:
Users can toggle linear regression for OHLC values (lin_reg) and set its period (linreg_length) to reduce price noise.
Color and Display Settings:
These control the colors for buy/sell candles, default bullish/bearish candles, markers, and background highlighting. Display toggles decide whether to show the background, signal line, HMA filter, and the recalculated candles.
Alert and Plot Customization:
Alerts can be enabled with custom messages. Additionally, line width and transparency for the plotted signal and HMA lines are adjustable.
Function Definitions
calcOHLC Function:
Computes OHLC values using linear regression if enabled. Otherwise, it returns the raw price values. This helps in reducing noise.
calcSignalLine Function:
Applies the chosen moving average (SMA, EMA, or WMA) to smooth the recalculated close values and generate a signal line.
getBaseCandleColor Function:
Determines the candle’s base color. It assigns buy/sell colors if specific crossover conditions are met; if not, it defaults to bullish (green) or bearish (red) based on the open/close relationship.
HMA Filter Calculations
HMA Computation:
The script calculates three HMAs (ma1, ma2, ma3) for different periods.
Trend Determination:
It sets a bullish condition (bcn) when ma3 is lower than both ma1 and ma2 with ma1 above ma2. Conversely, a bearish condition (scn) is set when ma3 is higher and the order of the HMAs indicates a downtrend.
Color Coding:
The HMA filter line color changes dynamically (green for bullish, red for bearish) based on these conditions.
Main Calculations
LinReg Candles:
Using the calcOHLC function, the script calculates the new open, high, low, and close values that reduce price noise.
Signal Line:
The signal line is computed on the basis of the smoothed close values using the selected moving average.
Buy/Sell Conditions:
Initial conditions are determined by checking if the recalculated close price crosses over (buy) or under (sell) the signal line.
The base candle color is then adjusted: if the HMA filter confirms the trend (bullish for buy or bearish for sell), the respective buy/sell colors are enforced.
A change in candle color compared to the previous bar triggers a buy or sell signal.
Plotting and Alerts
Visual Elements:
Background: Highlights the chart with a custom color when buy or sell conditions are met.
HMA Filter Line: Plotted (if enabled) with the dynamic color determined earlier.
Candles: The recalculated LinReg candles are drawn with colors based on the combined conditions.
Signal Line: Plotted over the candles with adjustable transparency and width.
Markers: Buy and sell markers are added to visually indicate signal points on the chart.
Alerts:
Alert conditions are set to trigger with predefined messages when a buy or sell signal is generated.
Modularity & Flexibility:
The code is structured with modular functions and clear grouping of inputs, making it highly customizable and user-friendly for open-source TradingView users.
Important how to track the real price on chart:
Locate the Chart Type Menu:
At the top of your TradingView chart, you’ll see a button showing the current chart type (likely a candlestick icon).
Select “Line” from the Dropdown:
Click that button and choose “Line” in the dropdown menu. This changes the main chart to a line chart of the real price.
Screenshots:
BigFoot v1I used Price Action and Breakout to write this indicator, based on how it works:
- When the price runs sufficiently, a price frame (sideway) will be formed.
- To determine cumulative or distributed sideway prices based on volume and calculate buy (green dot) and short (red dot) signals.
- Works best in h1 frame and with Gold, BTC (other financial products not verified)
I am supporting this indicator for free. If you use it well, please support me with the ref link below bingx.com
Thank you very much
Momentum Strategy (Long/Short Selection)Momentum Strategy (Long/Short Selection) - but preferred Long only
Volatility-Driven CandleThis indicator identifies and highlights "volatility-driven candles" on a price chart, based on their body size relative to market volatility. It calculates the Average True Range (ATR) over a 14-period window to measure volatility. A candle is considered "volatility-driven" if its body (the difference between the close and open prices) exceeds a user-defined threshold, which is specified as a multiple of the ATR.
The script distinguishes between bullish and bearish volatility-driven candles:
Bullish volatility-driven candles (where the close is greater than the open) are marked with a blue label.
Bearish volatility-driven candles (where the close is less than the open) are marked with an orange label.
Additionally, the background color of the chart is shaded:
Blue for bullish volatility-driven candles.
Orange for bearish volatility-driven candles.
This script helps traders easily spot significant price movements relative to volatility, highlighting potential reversal points based on candle body size.
Hidden Demand and Supply Histogram with Colorsf the histogram shows a green bar, it suggests a hidden demand zone, and you might consider entering a long position or exiting a short position.
If the histogram shows a red bar, it suggests a hidden supply zone, and you might consider entering a short position or exiting a long position.
Normalized Momentum Score (Customizable) with FiltersNormalized Momentum Score (Customizable) with Filters
Intrabar Volume Distribution [BigBeluga]Intrabar Volume Distribution is an advanced volume and order flow indicator that visualizes the buy and sell volume distribution within each candlestick.
🔔 Before Use:
Turn off the background color of your candles for clear visibility.
Overlay the indicator on the top layout to ensure accurate alignment with the price chart.
🔵 Key Features:
Inside Bar Volume Visualization:
Each candlestick is divided into two columns:
Left column displays the sell % volume amount.
Right column displays the buy % volume amount.
Provides a clear representation of buyer-seller activity within individual bars.
Percentage Volume Labels:
Labels above each bar show the percentage share of sell and buy volume relative to the total (100%).
Quickly assess market sentiment and volume imbalances.
Point of Control (POC) Levels:
Orange dashed lines mark the POC inside each bar, indicating the price level with the highest traded volume.
Helps identify key liquidity zones within individual candlesticks.
Multi-Timeframe Volume Analysis:
The indicator automatically uses a timeframe 20-30 times lower than the current one to gather detailed volume data.
For each higher timeframe candle, it collects 20-30 bars of lower timeframe data for precise volume mapping.
Each bar is divided into 100 volume bins to capture detailed volume distribution across the price range.
Bins are filled based on the aggregated volume from the lower timeframe data.
Lookback Period:
Allows traders to select how many bars to display with delta and volume information.
The beginning of the selected lookback period is marked with a gray line and label for quick reference.
Indicator displays up to 80 bars back
🔵 Usage:
Order Flow Analysis: Monitor buy/sell volume distribution to spot potential reversals or continuations.
Liquidity Identification: Use POC levels to locate areas of strong market interest and potential support/resistance.
Volume Imbalance Detection: Pay attention to percentage labels for quick recognition of buyer or seller dominance.
Scalping & Intraday Trading: Ideal for traders seeking real-time insight into order flow and volume behavior.
Historical Analysis: Adjust the lookback period to analyze past price action and volume activity.
Intrabar Volume Distribution is a powerful tool for traders aiming to gain deeper insight into market sentiment through detailed volume analysis, allowing for more informed trading decisions based on real-time order flow dynamics.
Hidden Order BlockThe Crystal Order Block Indicator is designed to help traders identify institutional order blocks with precision and reliability. By analyzing price action and volume behavior, this tool highlights high-probability zones where smart money has likely placed orders.
🔹 Key Features:
✅ Automated Order Block Detection – Identifies valid bullish & bearish order blocks based on price structure and volume dynamics.
✅ Unmitigated Order Block Filtering – Highlights fresh order blocks that haven’t been tapped, helping traders find high-probability trade setups.
✅ Smart Money Concepts (SMC) & ICT-Based Logic – Uses institutional trading principles to refine entry and exit points.
✅ Multi-Timeframe Compatibility – Works effectively on all timeframes, making it suitable for scalping, intraday, and swing trading.
✅ Customizable Alerts – Stay notified when a new order block forms, ensuring you never miss an opportunity.
✅ Risk Management Enhancement – Helps traders set precise stop-loss and take-profit levels based on institutional trading zones.
📌 How It Works:
The indicator scans price movements and detects areas where significant buying or selling pressure occurred, forming institutional order blocks. It then checks for mitigated vs. unmitigated order blocks, ensuring only the most relevant zones are displayed.
✔️ Bullish Order Blocks: Marked when a strong buying zone is detected, often acting as support.
✔️ Bearish Order Blocks: Identified in areas of strong selling pressure, often acting as resistance.
The indicator is optimized for Smart Money trading strategies, making it a valuable tool for traders who follow ICT, SMC, and VSA concepts.
🎯 How to Use It Effectively:
🔹 Entry Strategy: Wait for price to retest a fresh order block and confirm entry with additional confluences (e.g., volume spikes, price action signals).
🔹 Exit Strategy: Use order blocks as take-profit targets or stop-loss levels, improving risk-reward ratios.
🔹 Timeframe Recommendation: Best results on M30 and higher, but can be used on lower timeframes with additional confirmations.
🚀 What’s New in the Updated Version?
🔹 More Accurate Order Block Detection – Improved filtering for better precision.
🔹 Mitigation Tracking – Helps traders focus on fresh order blocks for higher success rates.
🔹 Better Visualization – Enhanced clarity for quick decision-making.
This indicator is a must-have for traders who want to trade like institutions and refine their trading strategy using smart money concepts.
CountdownsDisplays a table of countdowns of the current bar on different time frames.
It shows how much time is left until candle close if we were to change the chart to that time frame, but without the need to do so.
An adaptation of 'Countdown Candle RRS' by reza9300 (), including up to 10 customizable time frames, plus some additional table styling options.
Usage:
Add the indicator to your chart to see a table of countdown timers.
Adjust the settings to customize the appearance and to check / uncheck which time frames to include.
Notes:
Updates are based on price changes, so counters may appear 'frozen' or 'lagging' when there is no real time tick update in price.
3 Red / 3 Green Strategy with Volatility CheckStrategy Name: 3 Red / 3 Green Strategy with Volatility Check by AlgoTradeKit
Overview
This long-only strategy is designed for daily bars on NASDAQ (or similar instruments) and combines simple price action with a volatility filter. It “tells it like it is” – enter when the market shows weakness, but only in sufficiently volatile conditions, and exit either on signs of a reversal or after a set number of days.
Entry Conditions
- Price Action :
Enter a long position when there are 3 consecutive red days (each day's close is below its open).
- Volatility Filter :
The entry is allowed only if the current ATR (Average True Range) calculated over the specified ATR Period (default 12) is greater than its 30-day simple moving average. This ensures the market has enough volatility to justify the trade.
Exit Conditions
- Reversal Signal :
Exit the long position when 3 consecutive green days occur (each day's close is above its open), signaling a potential reversal.
- Time Limit :
Regardless of market conditions, any open trade is closed if it reaches the Maximum Trade Duration (default 22 days). This helps limit exposure during stagnant or unfavorable market conditions.
- You can toggle the three-green-day exit if you want to isolate the time-based exit.
Input Parameters
- Maximum Trade Duration (days): Default is 22 days.
- ATR Period: Default is 12.
- Use 3 Green Days Exit: Toggle to enable or disable the three-green-day exit condition.
How It Works
1. Entry: The strategy monitors daily price action for 3 consecutive down days. When this occurs and if the market is volatile enough (current ATR > 30-day ATR average), it opens a long position.
2. Exit: The position is closed if the price action reverses with 3 consecutive up days or if the trade has been open for the maximum allowed duration - i.e. use it on daily chart.
Risk Management
- The built-in maximum trade duration prevents trades from lingering too long in a non-trending or consolidating market.
- The volatility filter helps ensure that trades are only taken when there is sufficient price movement, potentially increasing the odds of a meaningful move.
Disclaimer
This strategy is provided “as is” without any warranties. It is essential to backtest and validate the performance on your specific instrument and market conditions before deploying live capital. Trading involves significant risk, and you should adjust parameters to match your risk tolerance.
Test and tweak this strategy to see if it fits your trading style and market conditions. Happy trading!