9 EMA Angle + Price % Filter//@version=5
indicator("9 EMA Angle + Price % Filter", overlay=true)
length = 9
emaLine = ta.ema(close, length)
// === INPUTS ===
angleThreshold = input.float(20, "EMA Angle Threshold (°)")
pricePercentThreshold = input.float(80, "Price % Above/Below EMA")
// === PRICE DISTANCE FROM EMA IN % ===
percentAbove = close >= emaLine ? ((close - emaLine) / emaLine) * 100 : 0
percentBelow = close < emaLine ? ((emaLine - close) / emaLine) * 100 : 0
// === ANGLE CALCULATION ===
lookbackBars = input.int(5, "Bars for Angle Calculation")
p1 = emaLine
p2 = emaLine
deltaY = p1 - p2
deltaX = lookbackBars
angleRadians = math.atan(deltaY / deltaX)
angleDegrees = angleRadians * 180 / math.pi
// === CONDITIONS ===
isFlat = percentAbove < pricePercentThreshold and percentBelow < pricePercentThreshold and angleDegrees > -angleThreshold and angleDegrees < angleThreshold
isPriceAbove = percentAbove >= pricePercentThreshold
isPriceBelow = percentBelow >= pricePercentThreshold
isAngleUp = angleDegrees >= angleThreshold
isAngleDown = angleDegrees <= -angleThreshold
// === EMA COLOR LOGIC ===
emaColor = isFlat ? color.black :
isAngleUp or isPriceAbove ? color.green :
isAngleDown or isPriceBelow ? color.red : color.gray
// === PLOT EMA ===
plot(emaLine, "9 EMA", color=emaColor, linewidth=2)
Candlestick analysis
Volume-Based Candle Colorindicates the increase in volume on the individual candles relative to the 20ma on the volume indicator.
TradeX Labs Price Action (FULL VARIATION)TradeX Labs Price Action — Multi-Layered Price Action Visualizer
The TradeX Labs Price Action script is a multi-layered charting tool designed to assist traders with visualizing market structure, liquidity events, and execution zones using a price action-based framework. This script is rooted in the principles of structural analysis, liquidity inducements, and rule-based zone generation — all without the use of traditional lagging indicators.
🧠 Core Model: Price Action Mapping (Base Layer)
The base model uses a fractal-based algorithm (inspired by Bill Williams’ fractals) to identify significant swing highs and lows. These structural points form the foundation for:
-Asia session high/low detection
-Stop hunts & liquidity grabs
-Break of Structure (BOS) labeling
-Auto-generated zones based on displacement and retracement logic
Zones are dynamically created using a 50% Fibonacci retracement as the default level, without requiring manual plotting. This forms the starting point for a broader framework of trade analysis.
🔐 Risk Management Module (Optional)
When enabled, the risk management layer plots:
-Entry: Based on selected zone logic (e.g., Fibonacci midpoint)
-Stop Loss: Plotted above/below zone with customizable padding
-Take Profits: Up to 3 levels, with flexible distribution
Customizable settings include:
-Stop loss type: % or PIP-based
-Take profit type: % / PIPs / Risk-to-Reward
-Breakeven logic: Based on R:R threshold
SL/TP visualization customization (colors, extension, etc.)
This feature is designed for visual clarity and backtesting support, not for automated signal generation.
🎯 Entry Zone Setup
This section allows users to choose how zones are calculated and extended:
Zone Calculation Method:
-Fibonacci, POI (Point of Interest), or Both
-Extend Zones:
-Extend zones by a custom number of bars (respects chart timeframe)
Zone Frequency:
-High = wider zones (e.g., 50% Fib)
-Medium = balanced zone width
-Low = deeper zone levels (e.g., 78.6%)
Position Box Extension:
-Define how far risk/reward visuals extend to the right
This flexibility allows users to tune the aggressiveness and visibility of each entry zone setup.
🧠 Signal Refinement Filters: Inducement Logic
Users can refine setup conditions based on liquidity sweeps using inducement filters:
-Minor Inducements: Sweeps of current day/session highs or lows
-Medium Inducements: Sweeps of previous day's highs/lows
-Major Inducements: Sweeps of current and previous week’s highs/lows
These filters work independently or in combination. When enabled, they filter out zones that do not interact with key liquidity levels — providing context around each printed zone.
☁️ Trend Bias Filter (Cloud)
The optional Cloud Filter allows traders to view market bias based on a custom blend of:
-Exponential Moving Averages (EMA)
-Simple Moving Averages (SMA)
Users may:
-Choose between Cloud Type 1 (EMA) or Type 2 (SMA)
-Select a custom analysis timeframe
Choose cloud sensitivity:
-Minor: Short-term MAs
-Medium: Longer-term MAs
-Complex: Combination of both
This filter is disabled by default and is intended as a trend overlay — not as a trade signal. It’s available for users seeking additional directional context.
🔍 Precision Filter (Optional)
The Precision Filter provides an additional layer of confluence using lower time frame moving average crossovers to support high time frame POIs.
Detects specific MA crossovers on a lower timeframe (multi-timeframe logic)
Highlights setups where lower TF momentum aligns with HTF structure
Select from Minor, Medium, or Extreme precision levels, adjusting how strict the crossover condition must be
This tool is optional and intended for users seeking more selectivity in setup filtering.
🎨 Appearance Settings
All visual elements in the script are fully customizable, including:
-Buy/Sell Entry Zones
-Signal Arrows
-Break of Structure lines
-Take Profit / Stop Loss colors
-Position Reward & Risk Zones
-Inducement level lines (Minor, Medium, Major)
This ensures the indicator is compatible with any chart theme or visibility preference.
⚠️ Disclaimer & Compliance Notice
This script uses original logic built around publicly known tools (e.g., Fibonacci levels, Moving Averages, Fractals) but combines them in a unique, rule-based framework focused on price action visualization.
It does not generate signals, nor does it predict market outcomes.
It is intended to assist with visual analysis and structural context for discretionary or semi-discretionary trading.
Default settings are provided for demonstration purposes only and may not suit all instruments or styles.
This script is invite-only and intended for users of the full TradeX Labs suite.
🛠️ Author’s Instructions
To request access or learn more about how to use this tool, please contact us directly via private message or visit the link in our bio.
סשנים 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
Indicador Niñato estafador + Modificado por JoseThis is the same strategy as the “Niñato Estafador” one, except that there are two variables not included and one new component added.
The variables that are not included are:
The 200-period moving average, which no one has been able to explain how it should function within this strategy.
Support and resistance levels, which no one has been able to structure algorithmically in a way that makes logical sense.
To avoid the problems caused by the absence of these two essential conditions, José proposed ignoring them and instead using an oscillator that begins to show an upward trend, to prevent entering trades on a stock—Tesla in this case—while it's still “falling like a knife.”
As a result, this is the strategy we have now.
Implied SPX from ES Implied SPX from ES Futures (ETH)
Description:
This script calculates the implied SPX index level based on real-time ES futures pricing during extended trading hours (ETH). It uses the spread between the previous day’s ES and SPX RTH closes to adjust for fair value and intraday divergence.
📈 Features:
Tracks current ES price vs. yesterday's RTH spread to estimate SPX
Useful for SPX options traders who want to monitor synthetic index levels during ETH
Ideal for assessing SPX movement when the cash market is closed
This tool is especially helpful for those trading SPX index options overnight or seeking to align SPX levels with ES futures movement.
Breaker BlockA brand new script that correctly displays the current breaker block in play but also shows the previous 2 breaker blocks for both bullish and bearish scenarios.
This greatly improves my previous code that was used for Unicorn setups, I was not happy with the logic around the production of the breaker blocks.
A new Unicorn version will be published using this new logic soon.
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
หรือทักข้อความโดยตรง
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.
ZY Legend İndikatörü 2ZY Legend Indicator 2 is a signal indicator that allows trend following by showing the profit rate of the last signal. When a signal appears on the indicator, the profit rate shown next to the signal is the highest profit rate reached by the previous signal.
Indicador Niñato estafador"Tesla scalping strategy using multi-timeframe RSI and EMA45 breakout with visual trade tracking, take profit and stop loss."
SPY and QQQ Ratio it shows live SPY-ES and QQQ-NQ conversion ratio. it pulls sthe data from API and does the conversion automatically ...................................................................................................................................................
HMA Trend & MTF MACD GlowThis indicator helps you see the market trend by coloring your chart candles blue for an uptrend and purple for a downtrend.
It uses a MACD indicator, filtered by a higher timeframe, to find high-probability "Reversal" signals. After a signal, the candles will glow to show you're in a confirmed trend, and you have the option to turn any moves against that trend grey.
EMA/MA Unified with Pivot S/RTitle: Moving Average Combined with Pivot Point Support and Resistance Strategy
Description: This indicator combines two powerful trading concepts: 1. Moving Average Crossover; 2. Pivot Point Support and Resistance. It provides traders with a versatile tool.
Features:
Moving Average Crossover: Use moving average groups to identify trend trends. Contains multiple EMAs and one SMA to highlight short-term, medium-term and long-term market trends.
Detection of Golden Cross and Dead Cross: to predict market trends.
Support and Resistance: Dynamically identify key support and resistance levels based on pivot points. Configurable lookback period for left and right pivot points to suit different trading styles and time frames. Fast right pivot point option captures recent market volatility and optimizes support and resistance areas.
Customization:
Traders can adjust the length of the moving average according to their trading strategy. The support and resistance display can be toggled to get a clearer chart as needed.
Trend Analysis:
When EMA240S crosses EMA1440, a weak golden cross (X symbol) is drawn, suggesting that the main trend may turn to a bullish trend; when EMA720 crosses EMA1440, a strong golden cross (upward triangle) is drawn, suggesting that the main trend is likely to turn to a bullish trend.
When EMA240S crosses EMA1440, a weak death cross (X symbol) is drawn, suggesting that the main trend may turn to a bearish trend; when EMA720 crosses EMA1440, a strong death cross (downward triangle) is drawn, suggesting that the main trend is likely to turn to a bearish trend.
Visualization:
Moving averages are displayed in different color to depict the strength and direction of the trend.
Support and resistance levels are drawn in different color, enhancing the visual appeal and readability of key price levels.
This comprehensive indicator is designed for traders who seek to combine the accuracy of support and resistance analysis with the trend-following ability of moving average crossovers, providing a powerful basis for making informed trading decisions.
——————————————————————————————————————————————————————————
标题:移动平均线结合轴枢点支阻位策略
描述: 该指标融合了两个强大的交易概念:1. 移动平均线交叉;2. 轴枢点支撑压力位。为交易者提供了一个多功能工具。
特点:
移动平均线交叉: 利用均线组识别趋势走势。包含多条EMA和一条SMA,以突出显示短期、中期和长期的市场趋势。
检测金叉和死叉:以预示市场趋势。
支撑位和阻力位: 基于枢轴点动态识别关键支撑位和阻力位。 可配置左右枢轴点的回溯期,以适应不同的交易风格和时间框架。 快速右轴点选项可捕捉近期市场波动并优化支撑位和阻力位区域。
自定义:
交易者可以根据自己的交易策略调整移动平均线的长度。 支撑位和阻力位显示可以切换,以便根据需要获得更清晰的图表。
趋势研判:
当EMA240S上穿EMA1440时,绘制弱金叉(X符号),暗示主趋势可能转为多头趋势;当EMA720上穿EMA1440时,绘制强金叉(向上三角),暗示主趋势大概率转为多头。
当EMA240S下穿EMA1440时,绘制弱死叉(X符号),暗示主趋势可能转为空头趋势;当EMA720下穿EMA1440时,绘制强死叉(向下三角),暗示主趋势大概率转为空头。
可视化:
移动平均线以不同的颜色显示,以描绘趋势的强度和方向。
支撑位和阻力位以不同的颜色绘制,增强了关键价格水平的视觉吸引力和可读性。
这款综合指标专为寻求将支撑位和阻力位分析的精准性与移动平均线交叉的趋势跟踪能力相结合的交易者而设计,为做出明智的交易决策提供了一个强大的判断依据。
Conservative High Low Identifier by AgungIndicator to identify high and low on candlestick chart.
This indicator use concept of every movement of high and low, there is small movement of high and low too. This movement can be identified by variance of bullish and bearish candle.
How to use this indicator?
Set number of bar that wanna be analyzed by this indicator on setting then there will be high and low label on your chart for identify high and low
OPERATOR Option Trading IndicatorOption Trading Indicator Positional+Intraday v1.0
Developed by Bulls of Stockmarket+Option Engineer
How to apply:
Apply the indicator on chart and use liscense code = option
You can see this in settings of indicator after appying in chart. After liscence code is given the indicator will open.
Features:
1) Gives Buy and Sell signals for option buyer and option seller.
2) Also tracks FII and DII involvement in the option market only on option strike charts.
3) Tracks 2-4 months after market options for better signals and insights.
Timeframe= Only 1 day (1D) Timeframe
How to use:(For Option Buyers)
1) Keep watching Fii and DII buy in table. If both are in buy mode then be ready for buying that strike option.
2) Also simultaneosly keep seeing any buy signal generated below the candle or not.. If buy on chart is not generated then we dont have to buy.
3) In simple words . If FII Buy+ Dii Buy + BUY SIGNAL On Candle Chart then we have to buy that option.
4) Our sl is any candle closing below the green line in the chart, so the more good buy if (3) conditions is followed when price is near green line .
5) Target after bought as per (3) and (4) step will be Red line which has been ploted.
How to use:(For Option Sellers )
1) Keep watching the charts. See full ITM Options always(minimum 2 months after option)
2) If sell signal comes then sell with Sl as per your trading psychology and money management.
3) For this Target is not decided, But you will get atleast 100 points profit for sure.. Profit can be 500+ points also 70% Time.
If have doubt on how to trade using this indicator.... Feel free to contact me at
shaktiwithshivaeternal@gmail.com
OR
tradingoperatorperfect@gmail.com
Currently the indicator is free to use... Enjoy and keep supporting so that i can increase more features into it .
오르바 인디케이터-기본🔍 Key Features Overview
1. 🌀 Auto Fibonacci
Automatically detects swing highs and lows to draw Fibonacci retracement and extension levels.
Supports log scale, reverse direction, and repaint options
Customizable levels (e.g., 0.236 / 0.382 / 0.5 / 0.618 / 0.886 / 1)
Optional ZigZag line visualization for trend flow
2. 🏗 Market Structure
Analyzes internal (minor) and external (major) swing structures.
Displays labels such as “Trend Reversal” or “Breakout” upon swing break
Automatically detects BOS (Break of Structure) and MSB (Market Structure Break)
3. 📈 EMA (Exponential Moving Averages)
Option to display up to five EMAs (Length: 5/20/50/100/200)
Visual fill between EMAs to highlight trend strength
4. 🟢🔴 Support & Resistance Zones
Automatically plots support/resistance channels based on historical pivots.
Displays up to 10 channels
Generates alert conditions when price breaks through zones
5. 🕯 Engulfing Candle Detection
Identifies key engulfing patterns:
Bullish Engulfing
Bearish Engulfing
Highlights bars when conditions are met
6. 📐 Trend Line (Auto Trendline)
Draws trendlines by connecting pivot highs/lows automatically.
Detects and labels trendline breakouts
Compatible with log scale charts
7. ♻️ cRSI (Cyclic Smoothed RSI)
Cycle-based smoothed RSI indicator:
Auto-detects overbought/oversold bands
Analyzes cRSI vs WMA to determine Bullish/Bearish state
8. 🧭 Divergence Detection + Volume Filter
Detects classic divergences:
Bullish Divergence: Price makes lower low, RSI makes higher low
Bearish Divergence: Price makes higher high, RSI makes lower high
Highlights divergence with diamond or triangle marks when volume conditions are met
9. 🔔 AlertConditions
Custom alerts for key conditions:
Support/Resistance zone breakouts
cRSI crossing WMA
Divergence with volume filter
Custom alert messages for each condition
🧩 Purpose of This Script
This indicator aims to automate technical chart analysis in a comprehensive way. It's ideal for both beginners and intermediate traders who:
Want to avoid the hassle of manually drawing Fibonacci levels or trendlines
Need automated trend reversal or buy/sell signals
Use RSI and divergence to understand market sentiment
Seek fast, visual decision-making tools for their strategy
Golden Candle Combined//@version=5
indicator("Golden Candle Combined", overlay=true)
// Calculate EMA9
ema9 = ta.ema(close, 9)
// Previous candle EMA touch condition
prevTouchedEMA = (low <= ema9 ) and (high >= ema9 )
// Bullish Golden Candle Conditions
goldenCond1 = low > ema9
goldenCond2 = close > high
goldenCandleBull = goldenCond1 and goldenCond2 and prevTouchedEMA
// Bearish Golden Candle Conditions
sellCond1 = high < ema9
sellCond2 = close < low
goldenCandleBear = sellCond1 and sellCond2 and prevTouchedEMA
// Plot EMA9
plot(ema9, color=color.orange, title="EMA9")
// Plot Bullish Golden Candle
plotshape(goldenCandleBull, title="Golden Candle",
location=location.belowbar, color=color.green, style=shape.labelup,
text="Golden Candle")
// Plot Bearish Golden Candle
plotshape(goldenCandleBear, title="Golden Candle",
location=location.abovebar, color=color.red, style=shape.labeldown,
text="Golden Candle")
QBCore Smart Indicator Pro by QBCore🔮 QBCore Smart Indicator Pro — A next-generation smart money-based trading tool powered by institutional-grade logic.
This script is built for serious traders who want sniper-accurate buy/sell signals, powered by QBCore Logic algorithms. It dynamically detects:
✔️ CHoCH (Change of Character)
✔️ BOS (Break of Structure)
✔️ Order Blocks (OB)
✔️ Fair Value Gaps (FVG)
✔️ Liquidity Sweeps
✔️ Smart Entry Filters
✔️ Multi-Timeframe Sync (HTF/LTF)
✔️ TP/SL Zones, Trend Filters, and more.
🎯 Ideal for scalping, swing, and intraday precision trades.
🔐 Invite-only access. Contact on Discord: `qbcore` for permission.
No repainting. Fully optimized for real-time execution. Only for professionals.
Algo Trading🚀 All-in-one smart trading tool and community designed to bring clarity, precision, confidence and success to your trading — no matter experience, the market or timeframe.
🔍 Our tool can analyse for you:
💠 Average Price – See the average price.
⚡ Momentum – See the strength and average price of current momentum.
📈 Supply & Demand Zones – Highlighted areas where price is likely to react.
🧱 Breaks of Structure (BoS) – Market structure breaks, a sign of trend change or continuation.
🎯 Points of Interest (POI) – Strong prices to watch for setups like reversals, breakouts, or retests.
📊 Trend – See the market trend direction and changes.
☁️ Best Price Cloud – A visual zone showing where price is at a best level for entries in a trend.
🔁 Early Buy/Sell Signals – Early signals to potential drops or rallies.
Current Day 1st Candle on 5 Min High & LowThis displays accurately the current day 1st candle on 5 minute high and low