Micro Trend Start Signal (Up & Down)To compliment fast trends in the market, this strategy should be tried and tested on the 1 minute strategy. The 2nd alerts work also very well.
Corak carta
DIP BUYING by HAZEREAL BUY THE DIP - Educational Price Movement Indicator
This technical indicator is designed for educational purposes to help traders identify potential price reversal opportunities in equity markets, particularly focusing on NASDAQ-100 index tracking instruments and technology sector ETFs.
Key Features:
Monitors price movements relative to recent highs over customizable lookback periods
Identifies two distinct price decline thresholds: standard (5%+) and extreme (12.3%+)
Visual signals with triangular markers and background color zones
Real-time data table showing current metrics and status
Customizable alert system with webhook-ready JSON formatting
Clean overlay design that doesn't obstruct price action
How It Works:
The indicator tracks the highest price within a specified lookback period and calculates the percentage decline from that high. When price drops below the minimum threshold, it generates visual buy signals. The extreme threshold triggers enhanced alerts for more significant market movements.
Best Use Cases:
Educational analysis of market volatility patterns
Identifying potential support levels during market corrections
Studying historical price behavior around significant declines
Risk management and position sizing education
Important Note: This is a technical analysis tool for educational purposes only. All trading decisions should be based on comprehensive analysis and appropriate risk management. Past performance does not guarantee future results.
Candlesticks MTF + Prev Daily RangeCandlesticks MTF + Previous Daily Range
This TradingView script displays higher timeframe candlesticks on a lower timeframe chart and optionally projects the previous day's high, low, and close levels. The user can define the timeframe from which the candles are taken, typically a higher timeframe like daily. A specified number of historical candles are drawn on the chart using boxes for candle bodies and lines for wicks. The color of each candle indicates its direction: bullish candles use a "long" color (default teal), and bearish candles use a "short" color (default red).
An optional feature allows the projection of the previous daily range. When enabled, the script draws horizontal lines extending across the chart to mark the high, low, and close of the second most recent higher timeframe candle. These lines are color-coded for easy visual identification and can help identify potential support and resistance zones.
All visual elements, including the number of candles, their width, and the colors of candles and projection lines, can be customized through the settings. The script dynamically updates in real time, clearing outdated boxes and lines to avoid visual clutter. This makes it a useful tool for traders who want to incorporate multi-timeframe analysis and key price levels directly into their intraday charting.
🦄 Unicorn Entry Checklist🦄 *Unicorn Entry Checklist* is a visual decision-making tool for SMC/ICT traders who want to validate confluence before entering a trade.
It provides a structured approach based on Smart Money Concepts including:
✅ Liquidity Grab
✅ MSS with Displacement
✅ BB + FVG/IFVG
✅ Killzone Timing
✅ SMT / 3Drive / StopHunt
✅ Accumulation / Reaccumulation Zones
🎯 Use it to confirm high-probability entries and avoid weak setups.
Built for discretionary traders who want clarity and consistency on their charts.
Clean visual table with live checklist and auto-scoring.
Developed by *@dragosburdulea*
Wyckoff Trading Range AnalyzerA wyckoff indicator that relies on volume to analyze the chart to understand if it is long or short and tell you when to buy and sell
Rubab's Buy/Sell + Reversal SignalThis indicstor helps to identify the reversal and provides entry exit signal.
Auto Trade - VuManChu Cipher B - Versão OtimizadaDescription:
This strategy is based on an optimized version of the VuManChu Cipher B indicator, using WaveTrend crossovers to identify high-probability trend reversal points.
Core Logic:
Buy Signal: WT1 crosses above WT2 while WT2 is below -60 (oversold zone).
Sell Signal: WT1 crosses below WT2 while WT2 is above 53 (overbought zone).
Optional RSI is included for future enhancements or filtering.
Recommended Timeframe:
3H (3-Hour) — Offers a balance between accuracy and frequency.
Position Management:
Single entry per signal.
90% of equity per trade.
Pyramiding is disabled to reduce overexposure.
Note:
This version has not been tested on Futures. Further improvements are planned to increase entry frequency and reduce drawdown to support aggressive leverage setups.
IN BACKTEST , 1 YEAR PERIOD , PROFITED 81%
Created by:
MARK D’SAINT
Telegram Channel: t.me/markedsaintscripts
The Strat Entry Indicator [1/5/15 Min]The Strat 1,5 and 15 minute. This indicator is to give entries on the 1, 5 and 15 minute time frames
Momentum AmplifierThe Momentum Amplifier operates on a sophisticated framework that combines momentum triggers with trend confirmation. It uses proprietary calculations to filter noise and generate actionable signals, while AI-empowered logic enhances its adaptability to diverse market conditions. The script manages positions with a structured approach, ensuring disciplined entries, exits, and risk control.
Harmonic Pattern Detector [The_lurker]
📊 Harmonic Pattern Detector
An advanced indicator designed to automatically detect and visualize harmonic patterns on price charts with high accuracy. It is based on Fibonacci ratios, ZigZag structures, and pivot points, offering traders precise identification of potential reversal zones.
The indicator supports detection of 13 major harmonic patterns: Gartley, Butterfly, Bat, Crab, Deep Crab, AB=CD, Cypher, Shark, Three Drives, Wolfe Waves, 5-0, Black Swan, and Anti-Gartley.
Each pattern is matched using ideal Fibonacci ratios with a customizable error margin. Patterns are validated only if the similarity score (accuracy) is greater than or equal to 80%, ensuring reliable signals.
🔎 How It Works:
1️⃣ Pivot Point Detection
The indicator uses a function to find major swing highs and lows (`findPivots`), based on a configurable pattern length (default is 18 candles). These pivots are stored in arrays: `pivotPrices`, `pivotBars`, and `pivotDirections`.
2️⃣ ZigZag Construction
With the pivots detected, the indicator constructs a ZigZag structure by connecting the relevant price points using `buildZigZag`. These lines represent the fundamental price movements forming harmonic shapes.
3️⃣ Fibonacci Ratio Calculation
From the ZigZag, the indicator extracts points labeled X, A, B, C, and D, then calculates key Fibonacci ratios:
* XAB = |B-A| / |X-A|
* ABC = |C-B| / |A-B|
* XAD = |D-A| / |X-A|
4️⃣ Pattern Matching Algorithm
Each pattern has its ideal Fibonacci ranges. The ratios are compared with these ranges using adjustable error margins:
ERROR_MARGIN_MIN = (100 - DETECT_ERROR_MARGIN_PERCENT) / 100
ERROR_MARGIN_MAX = (100 + DETECT_ERROR_MARGIN_PERCENT) / 100
If all required ratios for a pattern fall within these bounds, the pattern is considered a potential match.
5️⃣ Similarity Score Calculation
To evaluate accuracy, each pattern gets a similarity score by comparing actual vs. ideal ratios. For example:
simXAB = min(xabRatio / idealXAB, idealXAB / xabRatio)
simABC = min(abcRatio / idealABC, idealABC / abcRatio)
simXAD = min(xadRatio / idealXAD, idealXAD / xadRatio)
similarity = (simXAB + simABC + simXAD) / 3
Only patterns with a similarity ≥ MIN\_RATING\_PERCENT (default 80%) are shown.
6️⃣ Visual Output
When a pattern is detected, it is displayed by connecting the points X→A→B→C→D. A label is drawn at point D showing:
* Pattern Name
* Emoji (e.g., 🦋 for Gartley)
* Similarity percentage (e.g., "92%")
Patterns are color-coded:
🟢 Green for Bullish
🔴 Red for Bearish
⚙️ Configurable Settings:
* ENABLE_PATTERN_DETECTION`: Toggle to enable or disable pattern detection
* PATTERN_LENGTH_INPUT`: Number of candles to consider for structure
* DETECT_ERROR_MARGIN_PERCENT`: Controls allowed deviation from ideal Fibonacci ratios
* MIN_RATING_PERCENT`: Minimum similarity percentage to display a pattern (e.g., 80%)
🎨 Display Customization:
* Customize ZigZag lines (solid, dotted, dashed)
* Control thickness, color, and style of lines
* Adjust label font size, position, and visibility
* Enable or disable specific pattern types
* Modify Fibonacci levels used per pattern
Labels include emojis for easier recognition:
🦋 Gartley | 🐝 Butterfly | 🦈 Shark | 🐺 Wolfe Waves | 🦢 Black Swan | ⚡ Anti-Gartley
📚 Pattern Definitions:
Gartley: XAB ≈ 0.618, ABC ≈ 0.382–0.886, XAD ≈ 0.786
Butterfly: XAB ≈ 0.786, XAD ≈ 1.272
Bat: XAB ≈ 0.382–0.50, XAD ≈ 0.886
Crab / Deep Crab: XAD ≈ 1.618–1.902
AB=CD: AB equals CD (symmetrical moves)
Cypher: ABC ≈ 1.13–1.414, XAD ≈ 0.786
Shark: XAD ≈ 1.0–1.13
Three Drives: Three legs with Fibonacci extensions
Wolfe Waves: Geometrically aligned points, XAD ≈ 1.272–1.618
5-0: CD retraces 50% of previous wave
Black Swan: Rare, sharp pattern, XAD ≈ 3.618–4.236
Anti-Gartley: Reverse Gartley with custom ratios
📈 Target Markets:
This indicator is effective for analyzing:
✔ Forex
✔ Stocks
✔ Crypto
✔ Commodities (Gold, Oil, etc.)
Suitable for multiple trading styles:
* Scalping
* Swing Trading
* Position Trading
✨ Key Features:
✅ 13 harmonic patterns supported
✅ Automatic detection with accuracy scoring
✅ Adjustable error margins
✅ Fully customizable display
✅ Pattern-specific toggles
✅ Bullish/Bearish color-coded output
✅ Informative labels with pattern name, emoji, and similarity
⚠️ Disclaimer:
This indicator is for educational and analytical purposes only. It does not constitute financial, investment, or trading advice. Use it in conjunction with your own strategy and risk management. Neither TradingView nor the developer is liable for any financial decisions or losses.
كاشف الأنماط التوافقية 📊
مؤشر متطور مصمم للكشف التلقائي عن الأنماط التوافقية على مخططات الأسعار وتصورها بدقة عالية. يعتمد على نسب فيبوناتشي، وهياكل الزجزاج، ونقاط الارتكاز، مما يوفر للمتداولين تحديدًا دقيقًا لمناطق الانعكاس المحتملة.
يدعم المؤشر الكشف عن 13 نمطًا توافقيًا رئيسيًا: جارتلي، الفراشة، الخفاش، السلطعون، السلطعون العميق، AB=CD، السايفر، القرش، ثلاثة محركات، موجات وولف، 5-0، البجعة السوداء، ومضاد جارتلي.
يتم مطابقة كل نمط باستخدام نسب فيبوناتشي مثالية مع هامش خطأ قابل للتخصيص. لا يتم التحقق من صحة الأنماط إلا إذا كانت درجة التشابه (الدقة) أكبر من أو تساوي 80%، مما يضمن إشارات موثوقة.
🔎 كيفية العمل:
1️⃣ اكتشاف نقاط الارتكاز
يستخدم المؤشر دالة للعثور على قمم وقيعان التأرجح الرئيسية (`findPivots`)، بناءً على طول نمط قابل للتخصيص (الطول الافتراضي هو 18 شمعة). تُخزّن هذه النقاط المحورية في مصفوفات: `pivotPrices`، `pivotBars`، `pivotDirections`.
2️⃣ بناء ZigZag
بعد اكتشاف النقاط المحورية، يُنشئ المؤشر بنية ZigZag بربط نقاط السعر ذات الصلة باستخدام `buildZigZag`. تُمثل هذه الخطوط تحركات الأسعار الأساسية مُشكّلةً أشكالًا توافقية.
3️⃣ حساب نسبة فيبوناتشي
من ZigZag، يستخرج المؤشر النقاط المُسمّاة X، A، B، C، وD، ثم يحسب نسب فيبوناتشي الرئيسية:
* XAB = |B-A| / |X-A|
* ABC = |C-B| / |A-B|
* XAD = |D-A| / |X-A|
4️⃣ خوارزمية مطابقة الأنماط
لكل نمط نطاقات فيبوناتشي مثالية. تُقارن النسب بهذه النطاقات باستخدام هوامش خطأ قابلة للتعديل:
ERROR_MARGIN_MIN = (100 - DETECT_ERROR_MARGIN_PERCENT) / 100
ERROR_MARGIN_MAX = (100 + DETECT_ERROR_MARGIN_PERCENT) / 100
إذا وقعت جميع النسب المطلوبة للنمط ضمن هذه الحدود، يُعتبر النمط مطابقًا محتملًا.
5️⃣ حساب درجة التشابه
لتقييم الدقة، يحصل كل نمط على درجة تشابه بمقارنة النسب الفعلية بالنسب المثالية. على سبيل المثال:
simXAB = min(xabRatio / idealXAB, idealXAB / xabRatio)
simABC = min(abcRatio / idealABC, idealABC / abcRatio)
simXAD = min(xadRatio / idealXAD, idealXAD / xadRatio)
التشابه = (simXAB + simABC + simXAD) / 3
يتم عرض الأنماط التي يكون تشابهها ≥ MIN\_RATING\_PERCENT (الافتراضي 80%) فقط.
6️⃣ المخرجات المرئية
عند اكتشاف نمط، يتم عرضه بتوصيل النقاط X→A→B→C→D. يتم رسم علامة عند النقطة D تُظهر:
* اسم النمط
* رمز تعبيري (مثل 🦋 لنمط جارتلي)
* نسبة التشابه (مثل "92%))
الأنماط مُرمَّزة بالألوان:
🟢 أخضر للارتفاع
🔴 أحمر للانخفاض
⚙️ إعدادات قابلة للتخصيص:
* تمكين كشف النمط: تفعيل أو تعطيل كشف النمط
* إدخال طول النمط: عدد الشموع المُراد حسابها للهيكل
* كشف الخطأ: نسبة الهامش: يتحكم في الانحراف المسموح به عن نسب فيبوناتشي المثالية
* الحد الأدنى لنسبة التشابه لعرض النمط (مثل 80%)
🎨 تخصيص العرض:
* تخصيص خطوط متعرجة (متصلة، منقطة، متقطعة)
* التحكم في السُمك واللون ونمط الخطوط
* ضبط حجم خط التسمية وموضعه ووضوحه
* تفعيل أو تعطيل أنواع أنماط محددة
* تعديل مستويات فيبوناتشي المستخدمة لكل نمط
تتضمن التسميات رموزًا تعبيرية لتسهيل التعرف عليها:
🦋 جارتلي | 🐝 فراشة | 🦈 سمكة قرش | 🐺 موجات وولف | 🦢 بجعة سوداء | ⚡ نمط مضاد لـ غارتلي
📚 تعريفات الأنماط:
غارتلي: XAB ≈ 0.618، ABC ≈ 0.382–0.886، XAD ≈ 0.786
فراشة: XAB ≈ 0.786، XAD ≈ 1.272
خفاش: XAB ≈ 0.382–0.50، XAD ≈ 0.886
سرطان البحر/سرطان البحر العميق: XAD ≈ 1.618–1.902
AB=CD: AB يساوي CD (حركات متماثلة)
سايفر: ABC ≈ 1.13–1.414، XAD ≈ 0.786
شارك: XAD ≈ 1.0–1.13
ثلاثة أرجل: ثلاثة أرجل مع فيبوناتشي امتدادات
موجات وولف: نقاط متوازية هندسيًا، XAD ≈ 1.272–1.618
5-0: تصحيح CD بنسبة 50% من الموجة السابقة
البجعة السوداء: نمط نادر وحاد، XAD ≈ 3.618–4.236
مضاد جارتلي: جارتلي معكوس بنسب مخصصة
📈 الأسواق المستهدفة:
هذا المؤشر فعال لتحليل:
✔ الفوركس
✔ الأسهم
✔ العملات المشفرة
✔ السلع (الذهب، النفط، إلخ)
مناسب لأنماط تداول متعددة:
* المضاربة السريعة
* تداول التأرجح
* تداول المراكز
✨ الميزات الرئيسية:
✅ دعم 13 نمطًا توافقيًا
✅ كشف تلقائي مع تسجيل الدقة
✅ هوامش خطأ قابلة للتعديل
✅ شاشة قابلة للتخصيص بالكامل
✅ مفاتيح تبديل خاصة بالأنماط
✅ مخرجات مرمزة بالألوان للصعود/الهبوط
✅ تسميات توضيحية مع النمط الاسم، والرموز التعبيرية، والتشابه
⚠️ إخلاء مسؤولية:
هذا المؤشر لأغراض تعليمية وتحليلية فقط. لا يُمثل نصيحة مالية أو استثمارية أو تداولية. استخدمه بالتزامن مع استراتيجيتك الخاصة وإدارة المخاطر. لا يتحمل TradingView ولا المطور مسؤولية أي قرارات مالية أو خسائر.
סשנים TARgive you al the sessions times in eazy way to see them very clean very helpful such a great indicator to start the life with it
📈 Pro Reversal Strategie ✅ FINALThe script trades trend reversal setups with trend filters, optimized Bollinger Bands, RSI, volume, and other filters. The script was created entirely by AI. Ideas and prompts for the AI are provided by the provider. No support - basic knowledge of the included strategy is assumed.
- Trend Determination:
The trend is automatically detected:
- Long Trend:
When the current high and low are higher than the previous ones (higher highs and higher lows).
- Short Trend:
When the current high and low are lower than the previous ones (lower highs and lower lows).
- Sideways:
In all other cases.
- Bollinger Bands:
The Bollinger Band calculation is optimized depending on the trend direction (separate multiplier for long and short trends).
- **Long Entry:**
If the trend is long, RSI below threshold, price below the lower Bollinger Band, sufficient volume, SMA200 uptrend, and possibly a vector candle.
- **Short Entry:**
If the trend is short, RSI above threshold, price above the upper Bollinger Band, sufficient volume, SMA200 downtrend, and possibly a vector candle.
- **Exit:**
Take Profit and Stop Loss are set with the ATR multiplier.
- **Additional Filters:**
Optional: Vector candles, VRVP, trading hours only, minimum CRV.
EMA Cross Alert with Sound9 and 20 Ema indicator that send you alerts. Works on multiple time frames and help you see the trend or reversals.
3-Bar Sweep Reversal with Alerts3 bar reversal indicator that the third candle sweeps the lows or highs of the second candle then closes above or below. Work on every timeframe
[VIP] M3 SMC/ICT Scalp BUY,SELL/TP,SL CK2SMC Scalping Strategy - Promotion
Special Price (Until year-end):
Monthly: $10
Yearly: $50
Lifetime: $100 (Includes free future updates & discounts)
Prices will increase after the promotion.
Contact: condark2@gmail.com or Direct Message.
SMC Scalping Strategy - โปรโมชั่น
ราคาพิเศษ (ถึงสิ้นปีนี้):
รายเดือน: $10
รายปี: $50
ตลอดชีพ: $100 (รวมอัปเดตฟรีและส่วนลดในอนาคต)
ราคาจะปรับขึ้นหลังหมดโปรโมชั่น
ติดต่อ: condark2@gmail.com หรือทักข้อความโดยตรง
User Guide & คู่มือการใช้งาน
This document explains the settings and functions of the M3 SMC/ICT Scalp BUY,SELL/TP,SL CK2 indicator, allowing you to fully customize the strategy to fit your trading style.
**USE M3 For Best Profit**
User Guide
1. Timeframe Settings
Higher Timeframe (HTF) - For Main Structure
This sets the larger timeframe used to determine the main market direction (Order Flow). The strategy will look for trading opportunities on your current chart (LTF) that align with the trend on this HTF.
2. Market Structure Settings
Swing Lookback (HTF & LTF)
Defines the number of candles to the left and right of a pivot point to identify a Swing High or Swing Low. A smaller value makes the detection more sensitive and faster.
BOS/CHoCH Line Color
Customizes the colors for the Break of Structure (trend continuation) and Change of Character (potential reversal) lines on the chart.
3. Filter Settings
Allowed Trading Session
A powerful filter that restricts trades to a specific time window (e.g., London or New York session). The indicator will only look for signals within this defined period.
Volatility Filter (ATR)
Avoids trading in choppy, low-volatility markets. When enabled, it only allows trades if the current Average True Range (ATR) is higher than its moving average, indicating sufficient market movement.
ADX Trend Filter
Measures trend strength. When enabled, it only permits trades if the ADX value is above the set threshold (e.g., 20), ensuring you are trading in a trending market.
DI Cross Filter
Confirms the direction of the trend. It allows long trades only when the +DI line is above the -DI line, and short trades only when -DI is above +DI.
4. Trade Entry & Risk Management
Point of Interest (POI) Type
Allows you to choose the type of zone the strategy will use for entries:
Order Block: The last up/down candle before a strong move.
Fair Value Gap (FVG): A price inefficiency or imbalance.
Wick Zone: A zone created from a liquidity-grabbing candle wick.
Entry Type (Main Strategy)
Defines the exact condition for entering a trade within the selected POI zone, from aggressive (e.g., 25% of Zone) to conservative (e.g., Candle Confirmation).
Enable 'Wait Zone' (Entry on Return)
If enabled, the strategy will wait for the price to leave the POI and then return to it before triggering an entry. This is a more patient approach. If disabled, it will enter as soon as the price touches the POI after the setup is confirmed.
Enable Breakeven Stop Loss
A risk management tool. When a trade reaches a specified R-Multiple profit (e.g., 1R), the stop loss is automatically moved to the entry price, preventing a winning trade from turning into a loss.
Enable Counter-Strategy on TP/SL
An advanced feature that automatically opens a reverse position when a main trade hits its Take Profit or Stop Loss. This can be enabled separately for TP and SL events.
5. Visual Settings
Enable Anticipation Alerts
Solves the problem of late signals. When the script identifies a valid POI, it will alert you immediately, giving you time to prepare for the trade before the price returns to the zone.
คู่มือการใช้งาน (ภาษาไทย)
1. การตั้งค่าไทม์เฟรม (Timeframe Settings)
Higher Timeframe (HTF) - For Main Structure
ใช้สำหรับกำหนดไทม์เฟรมใหญ่เพื่อดูทิศทางหลักของตลาด (Order Flow) โดยกลยุทธ์จะมองหาโอกาสเทรดในไทม์เฟรมปัจจุบัน (LTF) ที่สอดคล้องกับแนวโน้มในไทม์เฟรมใหญ่นี้
2. การตั้งค่าโครงสร้างตลาด (Market Structure Settings)
Swing Lookback (HTF & LTF)
กำหนดจำนวนแท่งเทียนด้านซ้ายและขวาเพื่อใช้ในการระบุจุดสวิง (Swing High/Low) ค่ายิ่งน้อยจะยิ่งไวต่อการเปลี่ยนแปลงของราคา
BOS/CHoCH Line Color
ปรับแต่งสีของเส้นที่ใช้แสดงการทำลายโครงสร้าง (BOS - ไปต่อตามเทรนด์) และการเปลี่ยนลักษณะ (CHoCH - สัญญาณอาจกลับตัว)
3. การตั้งค่าตัวกรอง (Filter Settings)
Allowed Trading Session
ตัวกรองที่ทรงพลังที่สุด ใช้สำหรับจำกัดการเทรดให้อยู่ใน "ช่วงเวลา" ที่กำหนดเท่านั้น (เช่น ช่วงตลาดลอนดอนหรือนิวยอร์ก) อินดิเคเตอร์จะมองหาสัญญาณเฉพาะในกรอบเวลานี้
Volatility Filter (ATR)
หลีกเลี่ยงการเทรดในช่วงที่ตลาดผันผวนต่ำ (Sideways) เมื่อเปิดใช้งาน จะอนุญาตให้เทรดก็ต่อเมื่อค่าความผันผวน (ATR) ปัจจุบันสูงกว่าค่าเฉลี่ยของตัวมันเอง
ADX Trend Filter
ใช้วัดความแข็งแกร่งของแนวโน้ม เมื่อเปิดใช้งาน จะอนุญาตให้เทรดก็ต่อเมื่อค่า ADX สูงกว่าเกณฑ์ที่กำหนด ซึ่งหมายถึงตลาดกำลังมีแนวโน้มที่ชัดเจน
DI Cross Filter
ใช้ยืนยันทิศทางของเทรนด์ โดยจะอนุญาตให้เข้า Long เมื่อเส้น +DI อยู่เหนือ -DI และเข้า Short เมื่อเส้น -DI อยู่เหนือ +DI
4. การตั้งค่าการเข้าเทรดและจัดการความเสี่ยง (Trade Entry & Risk Management)
Point of Interest (POI) Type
ให้คุณเลือก "ประเภทของโซน" ที่จะใช้เป็นจุดรอเข้าเทรดได้:
Order Block: แท่งเทียนสุดท้ายก่อนการเคลื่อนที่รุนแรง (ค่าเริ่มต้น)
Fair Value Gap (FVG): ช่องว่างของราคาที่ตลาดมักกลับมาเติมเต็ม
Wick Zone: โซนที่สร้างจากไส้เทียนที่มีการกวาดสภาพคล่อง
Entry Type (Main Strategy)
กำหนดเงื่อนไขการเข้าเทรดที่แน่นอนภายในโซน POI ที่เลือก มีตั้งแต่แบบดุดัน (เช่น เข้าที่ 25% ของโซน) ไปจนถึงแบบปลอดภัยรอการยืนยัน (เช่น ยืนยันด้วยแท่งเทียน)
Enable 'Wait Zone' (Entry on Return)
หากเปิดใช้งาน สคริปต์จะรอให้ราคาวิ่งออกจากโซนไปก่อน แล้วจึงเข้าเทรดเมื่อราคาวิ่ง "กลับมา" ที่โซนอีกครั้ง เป็นสไตล์การเทรดที่อดทนรอมากขึ้น หากปิด จะเข้าเทรดทันทีที่ราคาเข้ามาในโซน
Enable Breakeven Stop Loss
เครื่องมือจัดการความเสี่ยง เมื่อเทรดของคุณทำกำไรไปถึงระดับ R-Multiple ที่กำหนด (เช่น 1R) สคริปต์จะเลื่อน Stop Loss มาที่จุดคุ้มทุน (ราคาเข้า) โดยอัตโนมัติ เพื่อป้องกันไม่ให้เทรดนั้นกลับมาขาดทุน
Enable Counter-Strategy on TP/SL
ฟีเจอร์ขั้นสูงที่จะเปิดออเดอร์ในทิศทางตรงกันข้ามโดยอัตโนมัติ เมื่อเทรดหลักของคุณชน TP หรือ SL สามารถเลือกเปิด/ปิดแยกกันได้
5. การตั้งค่าการแสดงผล (Visual Settings)
Enable Anticipation Alerts
แก้ปัญหาสัญญาณช้า เมื่อสคริปต์สร้างโซน POI ที่น่าสนใจได้สำเร็จ มันจะ แจ้งเตือนคุณทันที เพื่อให้คุณมีเวลาเตรียมตัวก่อนที่ราคาจะวิ่งกลับมาที่โซน
Pricing & Contact Information
Unlock the full potential of your trading with the SMC Scalping Strategy (V11.2) indicator!
Special Launch Promotion (Until the end of this year!)
Monthly Subscription: $10
Yearly Subscription: $50 (Save $70!)
Lifetime Access: $100 (Best Value!)
Prices will increase after the promotional period ends.
What you get:
Full access to the most advanced SMC Scalping indicator.
Free lifetime updates for all future versions.
Exclusive discounts on new indicators released in the future.
Don't miss this opportunity to elevate your trading game!
Contact for purchase or inquiries:
Email: condark2@gmail.com
Or send a direct message.
ราคาและข้อมูลการติดต่อ
ปลดล็อคศักยภาพการเทรดของคุณเต็มรูปแบบด้วยอินดิเคเตอร์ SMC Scalping Strategy (V11.2)!
โปรโมชั่นพิเศษเปิดตัว (วันนี้ - สิ้นปีนี้เท่านั้น!)
รายเดือน: $10
รายปี: $50 (ประหยัดถึง $70!)
ตลอดชีพ: $100 (คุ้มค่าที่สุด!)
ราคาจะมีการปรับขึ้นหลังสิ้นสุดช่วงโปรโมชั่น
สิ่งที่คุณจะได้รับ:
เข้าถึงอินดิเคเตอร์ SMC Scalping ที่ล้ำสมัยที่สุดได้เต็มทุกฟังก์ชัน
อัปเดตเวอร์ชันใหม่ฟรีตลอดชีพ
รับส่วนลดพิเศษสำหรับอินดิเคเตอร์ใหม่ๆ ที่จะเปิดตัวในอนาคต
อย่าพลาดโอกาสในการยกระดับการเทรดของคุณ!
ติดต่อเพื่อสั่งซื้อหรือสอบถามข้อมูลเพิ่มเติมได้ที่:
อีเมล: condark2@gmail.com
หรือทักข้อความโดยตรง
BTC/USD Auto S/R LevelsRelease Notes
Take your Bitcoin (BTCUSD) trading to the next level with this smart and accurate Support-Resistance indicator, designed specifically for intraday and swing traders who value clarity, precision, and speed in their decision-making.
🔍 What This Indicator Does:
✅ Automatically detects dynamic Support & Resistance levels using advanced logic tailored for BTCUSD price behavior
✅ Adapts in real time as new highs/lows are formed—no need to redraw or guess key zones
✅ Filters out noise and focuses on true, price-respected zones, improving your trade timing
✅ Works seamlessly on multiple timeframes—whether you trade the 5min for scalps or higher TFs for swing entries
🚀 Why Traders Love It:
No more guesswork—clean, minimal, and to-the-point levels
Great confluence with price action, VWAP, and volume-based strategies
Can be used for breakout trades, rejections, reversals, or even building option strategies
Zero repaint – Levels stay consistent, even after the candle closes
🔧 Built for:
Intraday Traders
BTCUSD Option Buyers & Sellers
Price Action Purists
Smart Money Concept (SMC) Followers
Anyone who wants to trade BTCUSD with clarity
💡 Pro Tip: Combine this with a momentum indicator or VWAP to build high-conviction trades with minimal noise.
Automated Scalping Signals with TP/SL Indicator [QuantAlgo]🟢 Overview
The Automated Scalping Signals with Take Profit & Stop Loss Indicator is a multi-timeframe trading system that combines market structure analysis with directional bias filtering to identify potential scalping opportunities. It detects Points of Interest (POI) including Fair Value Gaps (FVG) and Order Blocks (OB) while cross-referencing entries with higher timeframe exponential moving average positioning to create systematic entry conditions.
The indicator features adaptive timeframe calculations that automatically scale analysis periods based on your chart timeframe, maintaining consistent analytical relationships across different trading sessions. It provides integrated trade management with stop loss calculation methods, configurable risk-reward ratios, and real-time performance tracking through dashboard displays showing trade statistics, bias direction, and active position status.
This advanced system is designed for low timeframe trading, typically performing optimally on 1 to 15-minute charts across popular instruments such as OANDA:XAUUSD , CME_MINI:MES1! , CME_MINI:ES1! , CME_MINI:MNQ1! , CBOT_MINI:YM1! , CBOT_MINI:MYM1! , BYBIT:BTCUSDT.P , BYBIT:ETHUSDT.P , or any asset and timeframe of your preference.
🟢 How It Works
The indicator operates using a dual-timeframe mathematical framework where higher timeframe exponential moving averages establish directional bias through cross-over analysis, while simultaneously scanning for specific market structure patterns on the POI timeframe. The timeframe calculation engine uses multiplication factors to determine analysis periods, ensuring the bias timeframe provides trend context while the POI timeframe captures structural formations.
The structural analysis begins with FVG detection, which systematically scans price action to identify imbalances where gaps exist between consecutive candle ranges with no overlapping wicks. When such gaps are detected, the algorithm measures their size against minimum thresholds to filter out insignificant formations. Concurrently, OB recognition analyzes three-candle sequences, examining specific open/close relationships that indicate potential institutional accumulation zones. Once these structural patterns are identified, the algorithm cross-references them against the higher timeframe bias direction, creating a validation filter that only permits entries aligned with the prevailing EMA cross-over state. When price subsequently intersects these validated POI zones, entry signals generate with the system calculating entry levels at zone midpoints, then applying the selected stop loss methodology combined with the configured risk-reward ratio to determine take profit placement.
To mirror realistic trading conditions, the indicator incorporates configurable slippage calculations that account for execution differences between intended and actual fill prices. When trades reach their take profit or stop loss levels, the algorithm applies slippage adjustments that worsen the exit prices in a conservative manner - reducing take profit fills and increasing stop loss impact. This approach ensures backtesting results reflect more realistic performance expectations by accounting for spread costs, market volatility during execution, and liquidity constraints that occur in live trading environments.
It also has a performance dashboard that continuously tracks and displays comprehensive trading metrics:
1/ Bias TF / POI TF: Displays the calculated timeframes used for bias analysis and POI detection, showing the actual periods (e.g., "15m / 5m") that result from the multiplier settings to confirm proper adaptive timeframe selection
2/ Bias Direction: Shows current market trend assessment (Bullish, Bearish, or Sideways) derived from EMA cross-over analysis to indicate which trade directions align with prevailing momentum
3/ Data Processing: Indicates how many price bars have been analyzed by the system, helping users verify if complete historical data has been processed for comprehensive strategy validation
4/ Total Trades: Displays the cumulative number of completed trades plus any active positions, providing volume assessment for statistical significance of other metrics
5/ Wins/Losses: Shows the raw count of profitable versus unprofitable trades, offering immediate insight into strategy effectiveness frequency
6/ Win Rate: Reveals the percentage of successful trades, where values above 50% generally indicate effective entry timing and values below suggest strategy refinement needs
7/ Total R-Multiple: Displays cumulative risk-reward performance across all trades, with positive values demonstrating profitable system operation and negative values indicating net losses requiring analysis
8/ Average R Win/Loss: Shows average risk-reward ratios for winning and losing trades separately, where winning averages approaching the configured take profit ratio indicate minimal slippage impact while losing averages near -1.0 suggest effective stop loss execution
9/ TP Ratio / Slippage: Displays the configured take profit ratio and slippage settings with calculated performance impact, showing how execution costs affect actual versus theoretical returns
10/ Profit Factor: Calculates the ratio of total winning amounts to total losing amounts, where values above 1.5 suggest robust profitability, values between 1.0-1.5 indicate modest success, and values below 1.0 show net losses
11/ Maximum Drawdown: Tracks the largest peak-to-trough decline in R-multiple terms, with smaller negative values indicating better capital preservation and risk control during losing streaks
🟢 How to Use
Start by applying the indicator to your chart and observe its performance across different market conditions to understand how it identifies bias direction and POI formations. Then navigate to the settings panel to configure the Bias Timeframe Multiplier for trend context sensitivity and POI Timeframe Multiplier for structural analysis frequency according to your trading preference and objectives.
Next, fine-tune the EMA periods in Bias Settings to control trend detection sensitivity and select your preferred POI types based on your analytical preference. Proceed to configure your Risk Management approach by selecting from the available stop loss calculation methods and setting the Take Profit ratio that aligns with your risk tolerance and profit objectives. Complete the setup by customizing Display Settings to control table visibility and trade visualization elements, adjusting UI positioning and colors for optimal chart readability, then activate Alert Conditions for automated notifications on trade entries, exits, and bias direction changes to support systematic trade management.
🟢 Examples
OANDA:XAUUSD
CME_MINI:MES1!
CME_MINI:ES1!
CME_MINI:MNQ1!
CBOT_MINI:YM1!
BYBIT:BTCUSDT.P
BINANCE:SOLUSD
*Disclaimer: Past performance is not indicative of future results. None of our statements, claims, or signals from our indicators are intended to be financial advice. All trading involves substantial risk of loss, not just upside potential. Users are highly recommended to carefully consider their financial situation and risk tolerance before trading.
Deep Z pi SP MA + 2 CC + OB + CPR + last 5 MinThis script is a comprehensive price action and market structure analysis tool designed for intraday traders, particularly those focused on Nifty and derivatives. It combines multiple strategies and signals into a single, customizable indicator.
🔍 Features Included:
1. 📉 2-Consecutive Candle Logic (Strict Coloring)
Highlights strong bullish or bearish momentum using consecutive green/red candle logic.
Detects candles that close above the previous high or below the previous low.
2. 📍 Order Block (OB) Detection
Identifies large, impulsive reversal candles based on body size and wick breakout.
Labels the OB with a customizable tag and direction.
3. 📊 Central Pivot Range (CPR)
Plots daily CPR, along with yesterday’s R1 and S1 levels.
Detects and labels Narrow CPR Days (potential breakout setups).
4. 🔁 MA21 / MA50 Dynamic Crossover
Plots 21 and 50-period moving averages (SMA or EMA).
Fills background color between MAs to visually indicate trend direction.
Buy/Sell triangle signals on crossover events.
5. 📦 Last 5-Minute Box (Previous Day Close Range)
Highlights the last 5-minute candle of the previous day.
Colors the box based on how the market opens and closes relative to that range (breakout/rejection box logic).
6. 💡 Weak Candle Detection
Identifies weak candle patterns like Doji, Hammer, Inverted Hammer, Dragonfly, Gravestone, Hanging Man.
Applies a soft gray tone to visually de-emphasize indecision candles.
7. 💬 CPR-Based Options Strike Price Labels
Automatically calculates CE and PE strikes using Nifty Index spot CPR.
Displays Put, Call, and Exit strike levels at 9:15 AM.
8. 📘 Additional Strike Labels Based on Previous Day Range
Shows Buy CE strike (floored from previous Nifty spot High).
Shows Buy PE strike (ceiled from previous Nifty spot Low).
Useful for directional option strategies.
9. 🔴 One-Time Dot Signal for Rejection
Plots a small dot on the first 5-minute candle that:
Closes above the previous day’s high, or
Closes below the previous day’s low.
Only appears once per day to avoid clutter.