Forward-Backward Exponential Oscillator [LuxAlgo]The Forward-Backward Exponential Oscillator is a normalized oscillator able to estimate directional shifts by making use of a unique "Forward-Backward Filtering" calculation method for Exponential Moving Averages (EMAs).
This unique method provides a smooth normalized representation of the price with reduced lag.
🔶 USAGE
The oscillator consists of 2 series of values derived from normalizing the sum of each EMA's change across the selected user lookback window (length), one less reactive computed forward (in grey), and the other re-calculated backward for each bar (in blue).
Given this "Forward-Backwards" calculation method, we are able to produce a more reactive oscillator compared to the same operation done on a simple double-smoothed EMA.
The interaction between these 2 values (Forward Value and Backward Value) can highlight shifts in market momentum over time.
When the Forward Value is above the Backward Value, the price is seen moving up, and likewise, when the Forward EMA is below, the Backward EMA price is seen moving down.
The indicator specifically displays the difference between values through a histogram located at the 50 mark on the oscillator.
🔹 Projection
We project the approximated future values of the forward value in front of the current line. This helps show the data that is being used for the creation of the Forward Value.
🔹 Length & Smoothing
The Smoothing Input controls the length of the EMAs which are analyzed.
The Length Input controls the lookback for the sum of changes from the EMAs.
Displayed below is a comparison of varying input sizes and their results.
As seen above:
A larger length input will result in slower, gradual movement by the oscillator since the summed values are from a larger lookback.
A higher smoothing setting will result in smoother EMAs, leading to a smoother oscillator output that is less contaminated by noisy variations.
Note: The length of the projection is tied to the "length" input, to get a longer projection, a larger length is required.
🔶 DETAILS
Forward-backward filtering is a method applied to LTI (linear time-invariant) filters to provide a filter response with zero-phase shift, this has the visible effect of shifting a regular causal filter response to the right, making it appear has have effectively 0 lag.
The name of this operation indicates that the filter is first calculated forward over a series of values (like regular moving averages), then calculated backward, using the previous output as input for the filter, effectively applying the filter twice.
While this operation effectively allows us to obtain a zero-lag response when applied to an EMA, it is subject to repainting, as this indicator only returns the normalized sum of changes of the forward-backward EMA, which does not introduce any repainting behaviors in the final output of the oscillator.
🔶 SETTINGS
Length: Change the calculation lookback length for the oscillator.
Smoothing: Alter the smoothness of the back-end EMA calculations.
Source: Change the source input used for the indicator.
Trend Analizi
LEXUS - SCALPER v2Overview:
The LEXUS - SCALPER v2 is a powerful trading indicator designed for scalpers who thrive on making quick, precise trades. By leveraging multiple moving averages and fundamental concepts from the BBMA (Bollinger Bands and Moving Averages) strategy, this indicator helps traders accurately identify trends and take advantage of pullbacks to entry.
Key Features:
Multiple Moving Averages: The indicator uses multiple moving averages to identify the trend direction. also the moving averages work in harmony to provide a clear picture of the market’s current state to entry on pullbacks.
BBMA Concepts: By incorporating BBMA principles, the LEXUS - SCALPER v2 enhances trend identification and ensures that trades are made in alignment with market conditions.
Scalping Focus: This indicator is specifically designed for scalping, allowing traders to capitalize on very short-term market movements for quick profits.
How It Works:
Trend Identification: The moving averages are used to determine the overall trend. When the moving average is ascending, it indicates a bullish trend. Conversely, when the moving average is descending, it indicates a bearish trend.
Entry Points: The LEXUS - SCALPER v2 marks entry points on the pullbacks with an arrow above or below the closing candle. These arrows signal potential trade opportunities based on the trend and pullbacks.
Exit Points: To manage risk and protect profits, the indicator includes a CUTLOSS line. When the price closes below this line, it signals that it's time to exit the position.
Usage Instructions:
Add the Indicator: Add the LEXUS - SCALPER v2 to your TradingView chart.
Identify Entry Points: Look for arrows on the closing candles, which indicate potential trade opportunities based on pullbacks.
Manage Risk: Pay attention to the CUTLOSS line. If the price closes below this line, exit the position to minimize losses.
Pattern Recognition with SignalsGrok Script 1
Grok.AI created indicator for TradingView that automatically identifies bullish and bearish patterns based on the time intervals that will also point out when to buy and when to sell
WAVE시그널(추세)WAVE 시그널(추세) - SuperTrend 기반 트렌드 지표
🔹 개요
WAVE 시그널(추세)은 ATR(평균 진폭)과 SuperTrend 알고리즘을 기반으로 시장의 상승 및 하락 추세를 분석하는 지표입니다.
ATR을 활용한 변동성 조절 기능과 매수/매도 신호를 제공하여 트레이더들이 보다 정확한 진입 및 청산을 결정할 수 있도록 돕습니다.
🔹 주요 기능
✅ SuperTrend 기반 추세 감지: 상승/하락 추세를 ATR을 이용하여 효과적으로 탐지
✅ 매수/매도 신호 표시: 추세 전환 시 매수(초록) 및 매도(빨강) 라벨을 표시하여 진입 타이밍 제공
✅ 변동성 반영 가능: ATR 계산 방식을 선택하여 사용자 맞춤형 조정 가능
✅ 시각적 강조 효과: 상승/하락 추세에 따른 차트 하이라이팅 기능
✅ 알림(Alert) 기능: 추세 전환 및 매수/매도 신호 발생 시 알람 전송
🔹 활용 방법
📌 추세 매매: SuperTrend 선이 상승할 때 매수, 하락할 때 매도 신호로 활용
📌 변동성 매매: ATR 값을 조절하여 변동성이 높은 구간에서도 대응 가능
📌 알림 설정: 매매 신호 또는 추세 변화를 감지하는 자동화된 트레이딩 전략에 적용
💡 본 스크립트는 단독으로 사용하기보다 다른 보조 지표와 함께 활용하면 더욱 효과적입니다.
Flow Optimized Moving AverageOverview
The Flow Optimized Moving Average (Flow OMA) is an advanced adaptive moving average designed to dynamically adjust smoothing factors based on market efficiency and volatility. By integrating the Efficiency Ratio (ER) with an Adaptive Moving Average (AMA) and leveraging ATR-based bands, this indicator provides traders with a refined tool for identifying trend direction, strength, and potential reversal zones.
Key Features
Adaptive Moving Average (AMA)
Adjusts to price action based on the Efficiency Ratio (ER), reducing lag in trending markets while smoothing noise in ranging conditions.
Efficiency Ratio (ER)
Measures the effectiveness of price movement over a defined lookback period.
Helps in dynamically adjusting the smoothing constant of the AMA.
ATR-Based Volatility Bands
Creates upper and lower dynamic bands based on the Average True Range (ATR).
Expands in high volatility and contracts in low volatility, providing traders with a contextual understanding of price action.
Slope-Based Trend Strength
Normalizes the moving average slope relative to ATR.
Generates a trend strength score, which influences band opacity, making strong trends visually distinguishable.
Dynamic Color Coding
Bullish Trends: Cyan/Turquoise (#00e2ff)
Bearish Trends: Blue (#003ff5)
Neutral Trends: Gray
The transparency of the bands dynamically adjusts based on trend strength.
Fill Zone Effect
The area between the ATR bands is filled with a gradient-like effect, giving a clear visual representation of trend strength and transitions.
Indicator Components
Inputs (User Settings)
ER Lookback Period: Defines how many bars are used in the Efficiency Ratio calculation (default: 10).
Fast & Slow Periods: Control the sensitivity of the Adaptive Moving Average (default: 2 & 30).
ATR Period: Defines the lookback for Average True Range (default: 14).
Band Multiplier: Determines the width of ATR-based bands (default: 1.5).
Slope Average Period: Smooths trend slope for more stable trend assessment (default: 5).
Efficiency Ratio Calculation
Measures how effectively price moves in a straight line compared to its total movement.
A higher ER value suggests strong trend momentum, while a lower value implies consolidation.
Adaptive Moving Average (AMA)
Dynamically adjusts its smoothing factor based on ER.
Uses a smoothing constant that ranges between the fastest and slowest specified values.
Volatility-Based Bands
Constructed using the ATR multiplier.
Expand and contract dynamically in response to market volatility.
Trend Strength & Direction
Computed using the normalized slope of AMA against ATR.
Positive slope = Bullish trend, Negative slope = Bearish trend.
Visual Enhancements
Colored Adaptive MA Line: Changes based on trend direction.
ATR Bands with Gradient Fill: Visual representation of market conditions.
Dynamic Opacity: Highlights trend strength through transparency.
How to Use the Flow OMA Indicator
Trend Identification
When the Adaptive MA is rising and colored cyan, a bullish trend is in play.
When the Adaptive MA is falling and colored blue, a bearish trend is present.
Trend Strength Assessment
A stronger trend results in more opaque band fills, indicating a clear directional bias.
Weaker trends or consolidations result in fainter fills, signaling a loss of momentum.
Reversal Signals
If price touches the upper band in a bullish move and starts reversing, it can indicate potential profit-taking areas.
If price approaches the lower band in a bearish move and rebounds, a short-term reversal may be imminent.
Volatility Insights
Narrow bands indicate low volatility and possible breakout conditions.
Wider bands suggest increased volatility, warning traders of potential price swings.
Best Practices
✅ Combine with Other Indicators
Use RSI, MACD, or Volume Profile for confirmation before executing trades.
✅ Apply to Multiple Timeframes
Works effectively in higher timeframes (1H, 4H, Daily) for trend trading.
Can be utilized in lower timeframes (5m, 15m) for scalping setups.
✅ Adjust Parameters Based on Asset Volatility
Increase ATR Period for stocks with high volatility.
Reduce ATR Multiplier for forex pairs to avoid excessive band width.
The Flow Optimized Moving Average (Flow OMA) is a powerful trend-following tool designed for both swing and intraday traders. Its adaptive nature allows it to efficiently track trends while minimizing false signals. By incorporating dynamic volatility bands and trend-sensitive color coding, this indicator enhances traders' ability to read price action effectively. Whether used standalone or in combination with other indicators, Flow OMA provides a significant edge in trend analysis.
[TehThomas] - ICT Volume ImbalanceThis script is a Volume Imbalance (VI) detector and visualizer for use on the TradingView platform. The goal of the script is to automatically identify areas where there are significant imbalances in the volume of trades between consecutive candlesticks and visually highlight these areas. These imbalances can provide traders with valuable insights about the market’s current condition, often signaling potential reversal or continuation points based on price and volume action.
ICT (Inner Circle Trader) Concept of Volume Imbalances
Volume imbalances are a critical concept in the ICT trading methodology. They refer to situations where there is an unusual or significant difference in volume between two consecutive candlesticks, which might indicate institutional or large player activity. According to ICT principles, these imbalances can show us areas of market inefficiency or potential price manipulation. By identifying these imbalances, traders can gain an edge in understanding where the market is likely to move next.
Bullish and Bearish Volume Imbalances:
Bullish Volume Imbalance: This occurs when there is a strong increase in buying pressure, typically indicated by a higher volume on a candle that closes significantly above the previous one, often leaving a gap or larger price movement. The market could be preparing to push higher, and the volume shows a clear shift in buying demand.
Bearish Volume Imbalance:
Conversely, a bearish imbalance occurs when there is a strong increase in selling pressure, typically signaled by a candle that closes significantly lower than the previous one, again with higher volume. This could indicate that large players are offloading positions, and the price is likely to drop further.
Key Features and Functions of the Script
The script automates the process of detecting these volume imbalances and visually marking them on a price chart. Let’s explore its functionality in detail.
1. Inputs Section
The script allows for significant customization through its input options, which help traders adjust the detection and visualization of volume imbalances based on their individual preferences and trading style. Below are the details:
lookback (250 bars): This input specifies the number of bars (or candles) the script should look back when analyzing the volume imbalance. By setting this to 250, the user is looking at the last 250 bars on the chart to detect any significant volume imbalances. This period is adjustable between 50 to 500 bars.
volumeThreshold (1.0 multiplier): This input helps set the sensitivity for identifying volume imbalances. The script compares the volume of the current candle with the previous one, and if the current volume exceeds the previous volume by this threshold multiplier (in this case, 1.0 means at least equal to the previous volume), then it triggers an imbalance. Users can adjust the multiplier to suit different market conditions.
showBoxes (true/false): This toggle determines whether the boxes representing volume imbalances are drawn on the chart. When enabled, the script visually highlights the imbalances with colored boxes.
fillBaseColor (orange with 80% opacity): This is the color setting for the background of the imbalance boxes. A softer color (like orange with opacity) ensures the imbalance is highlighted without obscuring the price action.
borderColor (gray): The color of the border around the imbalance boxes. This adds a visual distinction to make the imbalance areas more visible.
borderWidth (1 pixel): This controls the width of the box's border to adjust how prominent it appears.
rightOffset (30 bars): This input controls how far the imbalance box extends to the right on the chart. It helps users anticipate the potential continuation of the imbalance beyond the current candle.
allowWickOverlap (true/false): This setting allows imbalances to be identified even if the wicks of the two consecutive candlesticks overlap. If set to false, only imbalances where the bodies of the candlesticks don’t overlap are considered.
showBrokenBoxes (true/false): If enabled, once a volume imbalance no longer holds true (i.e., the price breaks through the box), the box is marked as "broken." If disabled, the box is deleted when the imbalance condition no longer applies.
brokenBoxColor (red): This controls the color of the box when it is broken, which can be used as a visual cue that the imbalance was invalidated or no longer valid for analysis.
2. Volume Imbalance Function
This is the core function of the script, where the logic to detect bullish and bearish volume imbalances is implemented.
Bullish Imbalance Condition:
The first condition checks if the low of the current candle is greater than the high of the previous candle. This suggests that the market is moving upward with buying pressure.
The second condition checks whether the volume of the current candle is higher than the previous candle by the volumeThreshold multiplier. If both conditions are satisfied, a bullish imbalance is detected.
Bearish Imbalance Condition:
The first condition checks if the high of the current candle is lower than the low of the previous candle. This suggests downward price action with selling pressure.
The second condition checks whether the current volume exceeds the previous volume by the threshold
Allow Wick Overlap: If allowWickOverlap is set to true, the script will still detect imbalances if the wicks of the two candles overlap (common in volatile markets). If false, imbalances are only considered if the wicks do not overlap.
3. Box Creation and Management
When a volume imbalance is detected, the script creates a box on the chart:
The bullish imbalance box is drawn using the minimum of the open and close of the current bar as the top boundary and the maximum of the open and close of the previous bar as the bottom boundary.
Conversely, the bearish imbalance box is drawn in reverse, using the maximum of the current bar’s open and close as the top boundary and the minimum of the previous bar’s open and close as the bottom boundary.
Once the box is created, it is displayed on the chart with the specified background color, border color, and width.
4. Processing Existing Boxes
After detecting a new imbalance and drawing a box, the script checks whether the box should still remain on the chart:
If the price moves beyond the boundaries of the imbalance box, the box is marked as broken (if showBrokenBoxes is enabled), and its color is changed to red, signifying that the imbalance is no longer valid.
If the box remains intact (i.e., the price has not broken the defined boundaries), the script keeps the box extended to the right as the market continues to evolve.
5. Removing Outdated Boxes
Lastly, the script removes boxes that are older than the specified lookback period. For example, if a box was created 250 bars ago, it will be deleted after that period. This ensures the chart stays clean and only focuses on relevant imbalances.
Why This Script is Useful for Traders
This script is extremely valuable for traders, especially those following the ICT methodology, because it automates the process of detecting market inefficiencies or imbalances that might signal future price action. Here’s why it’s particularly useful:
Identifying Key Areas of Interest: Volume imbalances often point to areas where institutional or large-scale traders have entered the market. These areas could provide clues about the next significant move in the market.
Visualizing Market Structure: By automatically drawing boxes around volume imbalances, the script helps traders visually identify potential areas of support, resistance, or turning points, enabling them to make informed trading decisions.
Time Efficiency: Instead of manually analyzing each candlestick and volume spike, this script does the heavy lifting, saving traders valuable time and allowing them to focus on other aspects of their strategy.
Enhanced Trade Entries and Exits: By understanding where volume imbalances are occurring, traders can time their entries (buying during bullish imbalances and selling during bearish ones) and exits (as imbalances break) more effectively, thus improving their chances of success.
Conclusion
In summary, this script is a powerful tool for traders looking to implement volume imbalance strategies based on the ICT methodology. It automates the identification and visualization of significant imbalances in price and volume, offering traders a clear visual representation of potential market turning points. By customizing the settings, traders can tailor the script to their preferred timeframes and sensitivity, making it a flexible and effective tool for any trading strategy.
__________________________________________
Thanks for your support!
If you found this idea helpful or learned something new, drop a like 👍 and leave a comment, I’d love to hear your thoughts! 🚀
Make sure to follow me for more price action insights, free indicators, and trading guides. Let’s grow and trade smarter together! 📈
Williams Percent Range ShadedThis is a William %R indicator with color gradient applied. This was done so that we can visually understand the Overbought and oversold regions with help of color coding. This makes understanding of topic much easier.
Liquidations Levels [RunRox]📈 Liquidation Levels is an indicator designed to visualize key price levels on the chart, highlighting potential reversal points where liquidity may trigger significant price movements.
Liquidity is essential in trading - price action consistently moves from one liquidity area to another. We’ve created this free indicator to help traders easily identify and visualize these liquidity zones on their charts.
📌 HOW IT WORKS
The indicator works by marking visible highs and lows, points widely recognized by traders. Because many traders commonly place their stop-loss orders beyond these visible extremes, significant liquidity accumulates behind these points. By analyzing trading volume and visible extremes, the indicator estimates areas where clusters of stop-loss orders (liquidity pools) are likely positioned, giving traders valuable insights into potential market moves.
As shown in the screenshot above, the price aggressively moved toward Sell-Side liquidity. After sweeping this liquidity level for the second time, it reversed and began targeting Buy-Side liquidity. This clearly demonstrates how price moves from one liquidity pool to another, continually seeking out liquidity to fuel its next directional move.
As shown in the screenshot, price levels with fewer anticipated trader stop-losses are indicated by less vibrant, faded colors. When the lines become more saturated and vivid, it signals that sufficient liquidity - in the form of clustered stop-losses has accumulated, potentially attracting price movement toward these areas.
⚙️ SETTINGS
🔹 Period – Increasing this setting makes the marked highs and lows more significant, filtering out minor price swings.
🔹 Low Volume – Select the color displayed for low-liquidity levels.
🔹 High Volume – Select the color displayed for high-liquidity levels.
🔹 Levels to Display – Choose between 1 and 15 nearest liquidity levels to be shown on the chart.
🔹 Volume Sensitivity – Adjust the sensitivity of the indicator to volume data on the chart.
🔹 Show Volume – Enable or disable the display of volume values next to each liquidity level.
🔹 Max Age – Limits displayed liquidity levels to those not older than the specified number of bars.
✅ HOW TO USE
One method of using this indicator is demonstrated in the screenshot above.
Price reached a high-liquidity level and showed an initial reaction. We then waited for a second confirmation - a liquidity sweep followed by a clear market structure break - to enter the trade.
Our target is set at the liquidity accumulated below, with the stop-loss placed behind the manipulation high responsible for the liquidity sweep.
By following this approach, you can effectively identify trading opportunities using this indicator.
🔶 We’ve made every effort to create an indicator that’s as simple and user-friendly as possible. We’ll continue to improve and enhance it based on your feedback and suggestions in the future.
Akshat_Vix_Fix Finds Market Bottom📌 Akshat VIX Fix Indicator - Explanation
This Pine Script creates a custom volatility indicator inspired by the Williams VIX Fix. It detects potential market tops and bottoms based on price volatility, Bollinger Bands, and custom percentile-based thresholds. The script colors bars dynamically based on consecutive signals, providing a visual intensity gradient.
📌 How It Works
1️⃣ Williams VIX Fix Calculation
The script computes WVFix, which measures how low the current price is compared to the highest price over a lookback period (pd).
The formula:
WVF=( Highest Price (pd) −Low Price )/ (Highest Price (pd))×100
This metric helps identify extreme fear in the market (high WVF values indicate potential reversals).
2️⃣ Bollinger Band Analysis
The script calculates Bollinger Bands (BB) using a moving average (midline) and standard deviation (sDev).
The upper band acts as a volatility threshold.
Formula:
Upper Band
=
SMA
(
𝑊
𝑉
𝐹
,
𝑏
𝑏
𝑙
)
+
(
mult
×
stdev
(
𝑊
𝑉
𝐹
,
𝑏
𝑏
𝑙
)
)
Upper Band=SMA(WVF,bbl)+(mult×stdev(WVF,bbl))
3️⃣ Percentile-Based High & Low Ranges
The script sets dynamic high and low thresholds (rangeHigh, rangeLow) based on percentiles over a lb lookback period.
These levels highlight unusually high or low volatility values.
4️⃣ Consecutive Signal Tracking
The script tracks how many times in a row WVF crosses the upper band or high range.
If WVF keeps exceeding the threshold, countLime increases.
If it drops below, countLime resets to zero.
5️⃣ Dynamic Color Gradient (Hue Effect)
The histogram bars change color dynamically based on countLime (the number of consecutive signals).
More intense color = stronger volatility.
Gray → No signal
Light Pink → Dark Red → Increasing volatility
Maroon → Extreme volatility
Input Name Type Purpose
pd Integer Lookback period for highest price (used in WVF calculation).
bbl Integer Bollinger Band length.
mult Float Standard deviation multiplier for Bollinger Bands.
lb Integer Lookback period for percentile high calculation.
ph Float Percentile threshold for rangeHigh.
pl Float Percentile threshold for rangeLow.
hp Boolean Toggles display of high/low range levels.
sd Boolean Toggles display of Bollinger Bands.
Williams VIX Fix (Histogram)
-Color intensity changes based on consecutive signals.
Range High & Low Lines
-Orange lines show percentile-based thresholds.
Bollinger Bands (Optional)
-Aqua-colored upper band to track price volatility.
📌 Key Takeaways
✅ Detects volatility spikes and potential market reversals.
✅ Uses Bollinger Bands & percentile-based signals for accuracy.
✅ Dynamic color gradient to visualize increasing intensity.
✅ Customizable lookback & threshold settings for fine-tuning.
By - Akshat Sirohi
Email - sirohi2706 gmail.com
Buy me a coffee -
BTC - bc1qpeeu3vjrm9dn2y42sl926374y5cvdhfn5k7kxm
Key Levels SpacemanBTC Jiri PribylThis is the Spaceman BTC indicator at key levels with customized colors specifically for Jiří Přibyl.
Stochastic Oscillator with Signals//@version=5
indicator("Stochastic Oscillator with Signals", overlay=true)
// Input parameters
k = input.int(14, title="%K Length")
d = input.int(3, title="%D Length")
smoothK = input.int(3, title="Smoothing")
// Calculating Stochastic Oscillator
kValue = ta.sma(ta.stoch(close, high, low, k), smoothK)
dValue = ta.sma(kValue, d)
// Overbought and Oversold levels
obLevel = 80
osLevel = 20
// Buy and Sell Conditions
buySignal = ta.crossover(kValue, dValue) and kValue < osLevel
sellSignal = ta.crossunder(kValue, dValue) and kValue > obLevel
// Plotting the Stochastic Oscillator
plot(kValue, title="%K", color=color.blue)
plot(dValue, title="%D", color=color.orange)
hline(obLevel, "Overbought", color=color.red)
hline(osLevel, "Oversold", color=color.green)
// Plot Buy and Sell Signals on Candlestick Chart
plotshape(buySignal, location=location.belowbar, color=color.green, style=shape.labelup, title="Buy", text="Buy")
plotshape(sellSignal, location=location.abovebar, color=color.red, style=shape.labeldown, title="Sell", text="Sell")
Live Bar Inside Bar ColoringThis script colors the current candle if it is inside the prior candle on the timeframe displayed.
There are other indicators which color inside bars, this indicator only colors the live / active candle.*
This also allows it to color differently if price is above or below the candle open.
* Note, there is a bug where a prior candle's color will persist, if you can identify the issue I will be grateful!
HFT StrategyYour HFT Strategy identifies high-probability trades using Fibonacci levels, Break of Structure (BOS), and Fair Value Gaps (FVG). It follows a trend-based approach, entering long trades above the 50% Fibonacci level and short trades below it. Confirmation comes from BOS and FVG. The strategy focuses on momentum-driven entries.
SENEE momentum indicator Ver#2Use the method of finding the difference between the current and previous closing prices and then sum the values in a given period.
In ver2, Demand and Supply zone and Greed and Fear zone have been added to help in decision making.
Good luck
ใช้หลักการหาส่วนต่างระหว่างราคาปิดปัจจุบันกับราคาปิดก่อนหน้า แล้วหาผลรวมในช่วงเวลาที่กำหนด
ในเวอร์ชัน 2 ได้เพิ่ม Demand & Supply zone และ Greed and Fear zone เข้ามาเพื่อช่วยในการตัดสินใจ
ขอให้โชคดี
Advanced Long/Short Signal Analyzerarkadaşlar merhaba yeni indikatörümüz üzerinde testlerimiz devam etmektedir.
indikatörümüzün özellikleri;
-long ve short oranlarını ve rsı değerini bir bilgi kutusu içerisinde söyler.
-ani sinyal değişimleri yaşanmaz ancak hassas ve dinamiktir.
telegram iletişim=@efsaneborsasohbet
telegram iletişim-2=@efsaneborsaanaliz
not!
=tüm sorumluluk size aittir.işlemlerden oluşabilcek tüm zararlar size aittir.sorumluluk kabul edilmemektedir.yatırım tavsiyesi niteliğinde değildir.
Mark Minervini Buy Signal# Mark Minervini Buy Signal Indicator
This indicator implements Mark Minervini's "Stage 2 Uptrend" buy criteria from his SEPA (Specific Entry Point Analysis) methodology as described in his books "Trade Like a Stock Market Wizard" and "Think & Trade Like a Champion". The script identifies potential buy setups based on Minervini's technical criteria for stocks showing strong momentum characteristics.
## How It Works
The indicator evaluates various technical conditions to identify stocks in a Stage 2 uptrend according to Minervini's methodology:
1. **Moving Average Alignment**
- 150-day MA above 200-day MA (confirming overall uptrend)
- 200-day MA trending up (compared to 20 days ago)
- 50-day MA above both 150-day and 200-day MAs (showing recent strength)
- Price above all major moving averages (50, 150, 200-day MAs)
2. **Price Relative to 52-Week Range**
- Price at least 25% above 52-week low (showing strong recovery)
- Price within 75-95% of 52-week high (room for further upside)
3. **Relative Strength**
- Stock ranks in the top 30% based on 100-day price performance
- This implements Minervini's emphasis on buying only strong performers
4. **Volume Criteria**
- Volume above its 50-day moving average (showing increasing interest)
## How to Use This Indicator
When all conditions are met, the indicator displays a green triangle below the price bar and colors the background green. These signals identify potential candidates for further analysis. According to Minervini's methodology, you should:
1. Use this as a screening tool to identify potential candidates
2. Perform additional chart analysis to identify specific entry points
3. Look for decreased volatility and proper bases or consolidation patterns
4. Consider broader market conditions and sector strength before entering
## Sources and Credit
This indicator is based on Mark Minervini's trading methodology as outlined in:
1. Minervini, Mark. "Trade Like a Stock Market Wizard: How to Achieve Super Performance in Stocks in Any Market" (2013)
2. Minervini, Mark. "Think & Trade Like a Champion: The Secrets, Rules & Blunt Truths of a Stock Market Wizard" (2016)
3. Minervini, Mark. "Mindset Secrets for Winning: How to Bring Personal Power to Everything You Do" (2019)
4. Interviews and workshops where Minervini has described his SEPA methodology
The specific criteria implemented are derived from Minervini's "Stage Analysis" framework, particularly focusing on Stage 2 uptrends which he considers optimal for buying opportunities.
## Disclaimer
This indicator is provided for informational purposes only. It attempts to reproduce Minervini's published criteria but should be used as part of a complete trading strategy with proper risk management. Minervini's complete methodology includes additional subjective elements that cannot be fully automated.
VIDYA 1 Min Gold Heikin AshiNew Indicator with VIDYA and various other trend ribbons to try and backtest.
EXY & JXY Cross (Perfectly Balanced)Who needs to see real actions of the currency You need to check their own index to see the reality
ORB Sessions w/ MidlineORB Sessions with Midline – Customizable Opening Range Breakout Indicator
📌 Overview:
This indicator allows traders to visualize Opening Range Breakout (ORB) sessions with customizable high, low, and midline levels. It supports both predefined ORB sessions and user-defined custom sessions. The ORB levels update in real-time and are automatically hidden on higher timeframes.
🔹 Features:
✅ Predefined ORB Sessions – Toggle commonly used ORB periods to match your strategy.
✅ Custom ORB Sessions – Define up to three additional ORB sessions with custom start and end times.
✅ Live ORB Updates – ORB high, low, and midline update dynamically as bars close within the session.
✅ Customizable Colors & Labels – Set unique colors for high, midline, and low levels, and enable/disable price labels.
✅ Smart Timeframe Filtering – ORB lines automatically hide on higher timeframes when they exceed the ORB duration.
✅ Futures Market Adjustments – Automatically shifts ORB session times for NQ, ES, YM, RTY, and M2K to align with market hours.
🛠️ How to Use:
1️⃣ Enable ORB Sessions – Select which predefined sessions you want to track.
2️⃣ Customize Your Own ORBs – Define up to three custom ORB sessions with specific start and end times.
3️⃣ Adjust Visualization – Modify ORB colors and labels for better chart clarity.
4️⃣ Trade ORB Breakouts – Use these key levels to identify potential breakouts, reversals, and trend continuation setups.
NAS100, Gold, EURUSD Table with MACD, Volume, Pivotvwydgvıywd k mn bıuwgoubnd. ıuywgıudgbkjwöd. bıuywbdhıjbvknw