Grafik Desenleri
Hemant Ka IkkaThis Indicator contains all the strategies of Hemant Jain Swing Trading.
Founder of Revaledge Securities
MA Slope Turn + OL/OH + 1m Spike (NR) — liveThis indicator identifies trend reversals using moving average slope turns, with additional filters for price action (Open≈Low/Open≈High) and volume spikes. Here's how it works:
Core Logic
Moving Average Calculation:
Calculates selected MA type (SMA, WMA, RMA, HMA, Triangular)
Plots MA line colored by slope direction (green=up, red=down)
Slope Detection:
slope = current MA - previous MA
Valid turn requires:
Minimum slope magnitude (minSlope)
Slope direction change (positive→negative or negative→positive)
Additional Filters:
Open≈Low (BUY): (Open - Low) ≤ Tolerance% of Open
Open≈High (SELL): (High - Open) ≤ Tolerance% of Open
1m Volume Spike: Volume ≥ (SMA(volume) × Multiplier) in last N minutes
Candle OpenDescription:
The Candle Open indicator automatically plots horizontal lines at the opening price of user-defined times throughout the trading day.
Supports up to 7 customizable times, each with independent color, line style, and visibility controls.
Flexible time input (e.g., 09:15, 915, noon, midnight).
Lines extend from the selected time to the current candle, with optional labels.
Option to remove lines from previous days for a clean chart.
Global controls for line width and label size.
Works across different time zones.
Disclaimer:
This indicator is for educational and informational purposes only. It does not provide financial advice or trading signals. The author is not responsible for any trades, losses, or decisions made based on the use of this tool. Always do your own research and trade at your own risk.
BTC Parabolic Trend Lines v6 (jerikoo)📈 BTC Parabolic Trend Lines v6 - Power Law Regression Indicator
Description:
Advanced regression analysis tool that fits parabolic curves to Bitcoin's price history, revealing long-term growth patterns and future projections based on mathematical power laws.
This indicator implements three types of regression models optimized for Bitcoin's unique price behavior:
🎯 Key Features:
1. Power Law Regression (Recommended for BTC)
Fits the famous Bitcoin Power Law: Price = Offset + A × time^B
Captures BTC's diminishing growth rate over time
Provides the most accurate long-term fit with R² typically > 0.94
2. Multiple Regression Types
Power Law: Best for long-term BTC analysis
Exponential: For shorter timeframes and aggressive growth phases
Polynomial: Quadratic/cubic curves for alternative modeling
3. Dynamic Channel Bands
Upper band (red): Overvalued zone - potential resistance
Lower band (green): Undervalued zone - potential support
Adjustable deviation multipliers based on historical volatility
4. Starting Price Offset
Accounts for Bitcoin's non-zero starting price (~$5-10)
Provides more realistic lower bounds
Improves fit accuracy for early price data
📊 How to Use:
Settings:
Regression Length: 400 bars recommended for best fit
Starting Price Offset: 5-10 for BTC (it didn't start at $0)
Channel Deviation: 1.5 standard deviations default
Future Projection: Extends regression into future (100 bars default)
Interpretation:
Yellow line: Fair value according to the regression model
Above red band: Potentially overvalued (historical tops often here)
Below green band: Potentially undervalued (historical bottoms often here)
R² Value: Closer to 1 = better fit (>0.9 is excellent)
🔄 Timeframe Adaptability:
Automatically recalculates when switching timeframes
Each timeframe shows its own optimized regression
Works on all timeframes from daily to monthly
📈 Trading Applications:
Long-term Investment: Identify accumulation zones when price is below fair value
Cycle Analysis: Spot potential tops when price exceeds upper band
Risk Management: Use bands as dynamic support/resistance levels
Portfolio Allocation: Increase/decrease position based on valuation zones
⚙️ Technical Details:
Uses logarithmic price transformation for better BTC fitting
Implements least squares regression for coefficient calculation
RMSE-based channel bands adapt to volatility
Smooth polyline rendering for visual clarity
📝 Notes:
Best suited for BTC due to its unique power law characteristics
Longer regression periods (300-500 bars) provide more stable trends
The projection assumes historical patterns continue (not financial advice)
Works best on logarithmic price scale for visualization
🎨 Visual Indicators:
Background coloring: Red (overvalued) / Green (undervalued)
Statistics label: Shows R², equation, and current valuation
Smooth curves: No gaps or jumps at current date
Future projection: Seamlessly extends from current price
⚠️ Important:
This is a statistical analysis tool, not a prediction system. Bitcoin's price can deviate significantly from the regression line during bull/bear cycles. The power law provides a long-term growth framework, not short-term trading signals.
Version: 6.0 Author: Created with Pine Script v6 Best For: BTC long-term analysis, cycle identification, valuation assessment Timeframes: All (Daily to Monthly recommended) Markets: Optimized for Bitcoin, may work on other crypto with adjustments
Pivot Points HL DetailedThis indicator marks important turning points in the market, showing you the most recent swing high and swing low as horizontal lines across the chart. Each pivot line has a price label where it formed and a small counter that updates whenever the market touches that level again. The line’s color reflects the prevailing trend, determined by an EMA filter, so you can quickly see if the level is likely acting as support or resistance in the current market environment.
It works by scanning recent bars for points where price made a local high higher than several bars to its left and right, or a local low lower than several bars to its left and right. These pivots are calculated directly from price action using the ta.pivothigh and ta.pivotlow functions. Once identified, the level is tracked in real time, counting every time price crosses it. The EMA provides context: if price is above the EMA, the market is considered in an uptrend and the pivots are colored to match; if price is below, they’re marked as part of a downtrend.
For traders, this offers a clean way to see where the market has turned before and whether those levels are still relevant. Strong levels often show multiple touches, which can be used for entries, exits, or risk management. The built-in alert system can notify you when price approaches either the most recent swing high or swing low, so you can react quickly.
This tool can be applied in almost any market — forex, stocks, indices, commodities, or crypto — because price tends to respect recent swing points regardless of the asset class. It tends to be most effective in liquid markets, where many traders see and react to the same key levels, and it’s valuable in both trending and ranging conditions, though the EMA trend filter adds extra clarity when the market is moving directionally.
BTC Multi-Session Open Breakout with Dynamic Sensitivitybtc tool using algo detection and a dynamic sensitivity tool to avoid breakouts and see-saw action. First draft.
Triangle Pattern DetectorTriangle Pattern Detector
Core Logic Breakdown
Ascending Triangle: Horizontal resistance (top) and rising support (bottom). Overlay appears in blue.
Descending Triangle: Horizontal support (bottom) and falling resistance (top). Overlay appears in red.
Overlays: Draw triangle shapes on the price chart, matching common trading definitions (one horizontal leg).
Unmitigated Imbalances [TakingProphets] (High Timeframe)Unmitigated Imbalances
Unmitigated Imbalance is designed to automatically detect and display active Fair Value Gaps (FVGs) across multiple higher timeframes and your current chart. It only keeps the ones that remain unmitigated, helping you clearly see where price has “unfinished business” and potential liquidity draw areas. The tool extends these levels forward until they are tagged according to your chosen mitigation criteria, then removes them automatically.
The indicator uses the classic 3-bar FVG structure:
– Bearish FVG forms when the low of the third candle back is above the high of the first candle.
– Bullish FVG forms when the high of the third candle back is below the low of the first candle.
– Each detected gap must meet a minimum size threshold, which is determined automatically from the Sensitivity setting and adjusted for the symbol type.
Higher timeframes (up to 4) can be plotted simultaneously with your current chart’s gaps. The script merges overlapping levels from different timeframes into one clean label, showing all the contributing timeframes together (for example: M15 + H1 + H4). This makes it easy to spot high-confluence levels without cluttering your chart.
Key features
– Multi-timeframe detection: up to 4 custom HTFs plus your current chart.
– Automatic gap size filtering based on chosen Sensitivity (High, Medium, Low).
– Choice of Wick or Close-based mitigation logic.
– Lookback control: 1 Day, 1 Week, 1 Month, or Max.
– Combined labels for overlapping gaps with clear timeframe tags.
– Separate color and style settings for each timeframe’s bullish and bearish gaps.
– Labels can be positioned Left, Right, or Center Above for maximum clarity.
– Automatic line extension until mitigation or until they exceed the lookback period.
How to use
Select your desired higher timeframes in the HTF1–HTF4 settings.
Choose the Sensitivity level to control the minimum gap size detected.
Decide on Wick or Close mitigation according to your trading rules.
Use the Lookback setting to limit how far back the script checks for gaps.
Watch for levels where multiple timeframe labels are stacked — these can carry greater significance.
Incorporate the levels into your existing strategy, using them as context rather than entry signals.
Practical notes
– Current timeframe gaps reset each trading day to keep the chart relevant to intraday bias.
– Higher timeframe gaps remain until mitigated or until the lookback period expires.
– Large lookback periods with multiple HTFs can increase chart load — adjust settings as needed.
– This indicator is a mapping and context tool, not a signal generator. Always apply it alongside your own analysis.
Multiple EMAs with RSI and ATR Stop-LossMultiple EMA Buy and Sell with pre condition of Overbought Oversold RSI pre requirement. Purple line is Stop Loss Level.
NY Open Momentum Sniper MTF v6Finding the best optimal entry to the trade in NY. This will help you find some key zones during the NY killzone and help you pick out the best spots to enter the trade.
Chiefs sessions 4This is just an indicator marking the most recent asian session and london session highs and lows, and also marks off previous days high and lows in white. Blue is asian session and red is london. This indicator resets every day.
Indicator collection by 200K🇲🇳 Монгол хэл
"Indicator Collection by 200K" нь олон төрлийн хэрэгтэй индикаторуудыг нэг дор цуглуулсан багц юм. Жишээ нь, 5 EMA нь богино хугацааны чиг хандлага, эргэх боломжит цэгүүд болон дэмжлэг, эсэргүүцлийн түвшинг илрүүлэхэд тусална. Мөн session marker, өндөр цагийн хүрээний high/low шугамууд гэх мэт хэрэгслүүдийг ашиглан зах зээлийг илүү тодорхой харах боломжтой. Энэхүү индикатор нь шинэхэн болон туршлагатай трейдерүүдэд хоёуланд нь тохиромжтой бөгөөд өдөр тутмын арилжаанд хэрэглэхэд энгийн, ойлгомжтой.
🇬🇧 English
The Indicator Collection by 200K combines several useful indicators in one package. For example, 5 EMA helps identify short-term trends, potential reversal points, and support/resistance levels. It also includes tools like session markers and higher timeframe high/low lines to give you a clearer view of the market. This indicator is designed to be simple and easy to use for both beginners and experienced traders in their daily trading.
Indicator collection by 200K🇲🇳 Монгол хэл
"Indicator Collection by 200K" нь олон төрлийн хэрэгтэй индикаторуудыг нэг дор цуглуулсан багц юм. Жишээ нь, 5 EMA нь богино хугацааны чиг хандлага, эргэх боломжит цэгүүд болон дэмжлэг, эсэргүүцлийн түвшинг илрүүлэхэд тусална. Мөн session marker, өндөр цагийн хүрээний high/low шугамууд гэх мэт хэрэгслүүдийг ашиглан зах зээлийг илүү тодорхой харах боломжтой. Энэхүү индикатор нь шинэхэн болон туршлагатай трейдерүүдэд хоёуланд нь тохиромжтой бөгөөд өдөр тутмын арилжаанд хэрэглэхэд энгийн, ойлгомжтой.
🇬🇧 English
The Indicator Collection by 200K combines several useful indicators in one package. For example, 5 EMA helps identify short-term trends, potential reversal points, and support/resistance levels. It also includes tools like session markers and higher timeframe high/low lines to give you a clearer view of the market. This indicator is designed to be simple and easy to use for both beginners and experienced traders in their daily trading.
SNR Pro by LogicatSNR Pro by Logicat — read the tape like a pro.
This indicator builds clean, close-based Support/Resistance from pivots and then hunts for actionable touches and breaks in real time.
Feature 1 – Strict Next-Bar Retest: Instantly flags the very next candle that taps a fresh S/R and rejects it (bulls at S, bears at R). No early signals, no clutter.
Feature 2 – Pair-Bar Retest: When a new S/R forms (two-bar pivot), the second bar gets checked for a real touch of the previous level—precision retests only.
Feature 3 – Break Watch: Untouched levels are “broken” the moment price closes beyond them, marked clearly so you know when structure shifts.
Feature 4 – SBR/RBS Zones: Right after a valid break, it auto-plots entry boxes (S→SBR or R→RBS) projecting forward from the break bar—your map for the next reaction.
Feature 5 – EG Zones: Captures momentum boxes from seed candles; overlapping bull/bear zones highlight extreme areas worth your attention.
A tidy sticky-note in the corner calls the latest signal (“BUY/SELL/Exit”), and alerts keep you notified even off-chart. Everything is color-customizable (hello, neon 🎇). Use it to spot clean rejections, fresh breaks, and high-probability reaction zones—fast.
Early Bullish Trend Breakout: Over $100This indicator is meant for use in trend trades. It follows the crossing of the 50 EMA, the crossing of the DMI+/- and the crossing of the MACD. Meant for use in pine screener.
Early Bullish Trend Breakout: Under $100This indicator is meant for use in trend trades. It follows the crossing of the 50 EMA, the crossing of the DMI+/- and the crossing of the MACD. Meant for use in pine screener.
RSI 20/80 Arrows + AlertsRSI 20/80 Arrows + Alerts
This indicator is a modified Relative Strength Index (RSI) tool designed to help traders spot potential overbought and oversold conditions using customizable threshold levels (default 80 for overbought, 20 for oversold).
Features:
Custom RSI Levels – Default to 80/20 instead of the standard 70/30, but fully adjustable by the user.
Visual Signals –
Blue Arrow Up appears below the bar when RSI crosses up from below the oversold level (potential buy zone).
Red Arrow Down appears above the bar when RSI crosses down from above the overbought level (potential sell zone).
Alerts Built In – Receive notifications when either signal occurs, with the option to confirm signals only on bar close for reduced noise.
Guide Levels – Optionally display overbought/oversold reference lines on the chart for quick visual reference.
Overlay Mode – Signals are plotted directly on the price chart, so you don’t need to switch between chart windows.
Use Case:
Ideal for traders who want quick, visual confirmation of potential turning points based on RSI, especially in strategies where more extreme levels (like 20/80) help filter out weaker signals. Works well across all markets and timeframes.
Nexus One v1.1Introduction
My Order Block Indicator is THE cutting-edge trading tool designed to offer traders an unparalleled edge in the markets. This unique indicator combines order blocks, fair value gaps, exponential moving averages (EMAs), and vector candles into a cohesive Nexus strategy. Unlike traditional indicators, this tool leverages the synergistic effects of these components to identify high-probability trading setups.
How It Works
Order Blocks: At the heart of our indicator are pivot-based order blocks. These are price levels or ranges that are significant due to past market activity. Our algorithm identifies these blocks based on historical pivot points, considering both the price's reaction to these levels and their recurrence over time. This method helps in pinpointing areas where institutional orders are likely to be placed.
Fair Value Gaps: Alongside, our indicator detects fair value gaps - regions where price has moved too swiftly, leaving a gap in the market's valuation. By identifying these gaps, the tool helps traders anticipate areas where price might return to fill the gap, offering strategic entry and exit points.
EMAs and Vector Candles: To refine our signals, the indicator utilizes a combination of exponential moving averages and vector candles. EMAs help in determining the market's trend direction, while vector candles offer insights into the momentum and strength of price movements. The integration of these elements enables our tool to filter out lower probability setups, focusing on those with higher chances of success.
Originality and Usefulness
My Order Block Indicator is not merely a combination of existing tools. It represents a novel approach to market analysis, integrating various components into a single, comprehensive trading strategy. The methodology behind combining real time order blocks with fair value gaps and EMAs, supplemented by the unique use of vector candles, is proprietary and designed to offer original insights into market dynamics.
This tool is invaluable for traders looking to enhance their market analysis, providing a deeper understanding of price movements and potential reversal points. Whether for scalping, day trading, or swing trading, our indicator offers versatile applications, helping traders to navigate the complexities of various market conditions with greater confidence.
How to Use
To make the most of my Order Block Indicator:
Setup: Apply the indicator to any chart or time frame, tailoring the EMA settings according to your trading style.
Interpretation: Look for confluences between real time order blocks and fair value gaps as high-probability entry points. EMAs will guide you on the trend's direction, while vector candles highlight momentum strength.
Application: Use the indicator to identify potential reversal zones, entry, and exit points. Combine it with The Nexus risk management strategy to optimize your trading performance.
Conclusion
My Order Block Indicator is crafted for traders who demand depth, precision, and originality in their tools. It stands out by providing a multifaceted approach to market analysis, backed by a proprietary integration of critical trading concepts. This tool is not just an indicator; it's a comprehensive strategy designed to elevate your trading journey.