GOLD SL CANDLEPIPS🟡 GOLD SL Distance + Position Size (500 $ Fixed Risk)
This indicator displays two essential pieces of information directly on the chart:
1. The Stop-Loss distance — measured from the candle close to the end of the wick.
• For long trades, the distance is calculated from the close to the low.
• For short trades, it’s from the high to the close.
• The result is shown as a clean numeric value, placed just above or below each candle, without any lines or labels cluttering the chart.
2. The required position size (in lots) to risk a fixed amount of 500 USD on that distance.
• This script includes a GOLD preset, based on the standard value of 10 USD per point per lot.
• The calculation follows this rule:
Lots = round(500 / (Distance_in_points × 10))
→ Equivalent to Lots = round(50 / Stop_in_points).
• Example:
• If the wick is 5 points, the script shows “5 | 10” → 5 pt stop = 10 lots for a 500 USD risk.
• If the wick is 8 points, it shows “8 | 6”, matching the official GOLD risk table.
⸻
⚙️ Main Features
• Works with Points, Ticks, or Pips (unit selectable).
• Shows both Stop-Loss distance and corresponding lot size near the candle.
• Fully customizable colors, font size, and text transparency.
• Offsets allow you to move the numbers vertically or horizontally on the chart.
• Option to display values for the current candle only, or for the last N candles.
• The GOLD preset can be disabled to use a custom value per unit (e.g., $/pip/lot, $/tick/lot).
⸻
🧠 Ideal Use Case
This tool is designed for Gold (XAU/USD) traders who want to:
• Instantly see their Stop-Loss distance in real time,
• And know exactly how many lots to use to maintain a consistent 500 USD risk per trade.
It’s a clean, minimalist money-management indicator that helps you stay precise, consistent, and disciplined in your risk control — without leaving the chart.
Chart-Muster
Camarilla Pivots + 20 EMA StrategyThis is an intraday volatility and trend-following system for commodities like Natural Gas, combining dynamic pivot levels (Camarilla) with a trend filter (20-period EMA) to improve risk-reward and reduce false breakouts.
Core Components
1. Camarilla Pivots:
These are special support and resistance levels (H3, H4, L3, L4) calculated each day based on the previous day's high, low, and close.
The pivots adapt to daily volatility, giving more relevant breakout and bounce zones than static lines.
H4: Aggressive resistance (used for breakout LONG entry)
H3: Moderate resistance/support (used for bounce or stoploss)
L4: Aggressive support (used for breakout SHORT entry)
L3: Moderate support/resistance (used for bounce or stoploss)
2. 20 EMA (Exponential Moving Average):
Plotted on the 30-minute chart, this acts as a trend filter.
If the price is above 20 EMA: Only look for long trades (bullish bias).
If below 20 EMA: Only look for short trades (bearish bias).
How the Strategy Works
Setup (30-Min Chart):
Camarilla pivots for the day are drawn on the chart.
20 EMA is also plotted.
Trade Filter:
Bullish: Trade ONLY if price is above 20 EMA.
Bearish: Trade ONLY if price is below 20 EMA.
Entry:
LONG: Enter when price breaks and closes above the H4 pivot AND is above 20 EMA.
SHORT: Enter when price breaks and closes below the L4 pivot AND is below 20 EMA.
Stop Loss:
LONG: Place stoploss at H3 (the next lower Camarilla resistance).
SHORT: Place stoploss at L3 (the next higher Camarilla support).
Target:
Always set a profit target at 2x the distance (risk) between entry and stoploss (strict R:R 2).
For example, if your entry is at H4 and stoploss at H3, your target is entry + 2*(entry - stoploss).
Alerts & Visuals:
The strategy plots entry arrows, stoploss and target lines for immediate visual reference.
Alerts trigger on breakout signals so you never miss a trade.
Why This Works Well for Natural Gas
Adapts to volatility: The pivots change daily, handling wide-ranging and choppy price moves better than fixed breakouts.
Trend filter: EMA prevents counter-trend whipsaws, only trades with market momentum.
Risk control: Every trade must meet strict risk-reward criteria, so losses are contained and winners can outweigh losers.
Live Position Sizer V2This is a refined version of my first Position calculator. The first one was getting in the way of the candles on the chart, so I added the ability for the user to position it where they want. I changed the color to gray. I added a "ATR based SL". This position sizer will lock onto the current price. With a SL of your choosing, it will give you real time quantity, and lots. Simply input your account size, risk, where you want your SL, long or short trade. It will spit out the info you need in real time. Like the first version, there is the ability to turn on "Live +R targets".
6 SMA Lines (Compact)Description:
This indicator displays up to six Simple Moving Averages (SMA) on the same chart to save indicator slots.
Each SMA period can be customized independently.
Ideal for traders who want to monitor multiple timeframes in a clean, compact way.
Features:
• Up to 6 SMA lines
• Adjustable periods
• Custom colors for each line
• Lightweight and efficient
Pro Technical Suite - Clean✅ EMA labels (right side)Shows "EMA 8", "EMA 20", etc.✅ VWAP labelShows "VWAP"✅ Fib labelsShows "Fib 0.236", "Fib 0.382", etc.✅ ATR Trail labelShows "ATR Trail"✅ Info panel (top-right)RSI, MACD, ATR, VWAP, Trend✅ RSI background tintGreen when >55, red when <45
RMBS Smart Detector - Multi-Factor Momentum System
# RMBS Smart Detector - Multi-Factor Momentum System
## Overview
RMBS (Smart Detector - Multi-Factor Momentum System) is a proprietary scoring method developed by Ario, combining normalized RSI and Bollinger band positioning into a single composite metric.
---
## Core Methodology
### Buy/Sell Logic
Marker (green or red )appear when **all four filters** pass:
**1. RMBS Score (Momentum Strength)**
From the formula Bellow
Combined Range: -10 (extreme bearish) to +10 (extreme bullish)
Signal Thresholds:
• BUY: Score > +3.0
• SELL: Score < -3.0
2. EMA Trend Filter
BUY: EMA(21) > EMA(55) → Uptrend confirmed
SELL: EMA(21) < EMA(55) → Downtrend confirmed
3. ADX Strength Filter
Minimum ADX: 25 (adjustable 20-30)
ADX > 25: Trending market → Signal allowed
ADX < 25: Range-bound → Signal blocked
4. Alternating Logic
Prevents signal spam by requiring alternation:
✓ BUY → SELL → BUY (allowed)
✗ BUY → BUY → BUY (blocked)
________________________________________
Mathematical Foundation
RMBS Formula: scoring method developed by Ario
RMBS = (RSI – 50) / 10 + ((BB_pos – 50) / 10)
where:
• RSI = Relative Strength Index (close, L)
• BB_pos = (Close – (SMA – 2 σ)) / ((SMA + 2 σ) – (SMA – 2 σ)) × 100
• σ = standard deviation of close over lookback L
• SMA = simple moving average of close over lookback L
• L = rmbs_length (period setting)
This produces a normalized composite score around zero:
• Positive → bullish momentum and upper band dominance
• Negative → bearish momentum and lower band pressure
• Near 0 → neutral or transitional zone
Input Parameters
ADX Threshold (default: 25)
• Lower (20-23): More signals, less filtering
• Higher (28-30): Fewer signals, stronger trends
• Recommended: 25 for balanced filtering
Signal Thresholds
• BUY: +3.0 (adjustable)
• SELL: -3.0 (adjustable)
Visual Options
• Marker colors
• Background highlights
• Alert settings
________________________________________
Usage Guidelines
How to Interpret
• 🟢 Green Marker: All conditions met for Bull condition
• 🔴 Red Marker: All conditions met for Bear condition
• No Marker: Waiting for confirmation
________________________________________
Important Disclaimers
⚠️ Educational Purpose Only
• This tool demonstrates multi-factor technical analysis concepts
• Not financial advice or trade recommendations
• No guarantee of profitability
⚠️ Known Limitations
• Less effective in ranging/choppy markets
• Requires proper risk management (stop-loss, position sizing)
• Should be combined with fundamental analysis
⚠️ Risk Warning
Trading involves substantial risk of loss. Past performance does not indicate future results. Always conduct your own research and consult professionals before trading.
________________________________________
Open Source
Full Pine Script code available for educational study and modification. Feedback and improvement suggestions welcome.
“All logic is presented for research and educational visualization.”
---
**Attribution & Fair Use Notice**
The RMBS scoring framework (Multi-Factor Momentum System) was originally designed and formulated by *Ahmadrezarahmati( Ario or Ario_ Pine Lab)*.
If you build upon, modify, or republish this logic—please include proper attribution to the original author. This request is made under a spirit of open collaboration and educational fairness.
BISI SIBI & Impulsive Candle Detector [PRO]💡 BISI SIBI & Impulsive Candle Detector (PRO)
This powerful indicator detects the most relevant imbalance zones used in ICT/SMC methodology:
🔹 Displacement Boxes (BISI / SIBI)
🔹 iFVG (impulsive Fair Value Gaps)
🔹 Automatic candle coloring on impulse gaps
🔹 Fully customizable boxes (colors, opacity, count, borders)
🔹 Alerts on FVG breakouts (coming soon)
🔒 Private script – Invite-only access.
📩 To get access, contact:
📨 @YourTelegram or youremail@proton.me
✅ Multi-timeframe compatible
✅ Lightweight & optimized
✅ Strict ICT logic
✅ Already trusted by advanced SMC traders
🚀 Upcoming features (v2.0)
Filled / partially filled FVG detection
Reaction statistics on each FVG
Telegram alerts
Algo trading integration (MT4/MT5/Python bridge)
EMAs 20 - 40 - 100 - 200
This script contains the 20-40-100-200 EMAs.
EMA (Exponential)
Best for active or short-term trading because:
It adjusts more quickly to recent price changes.
It allows for earlier detection of trend reversals.
It is preferred by traders who trade calls and puts for a few days or weeks.
Example:
On 15-minute, 1-hour, or daily time frames, the 20-EMA or 40-EMA gives you early signals to open or close options.
It is good for momentum trades or quick breakouts.
Session Breakout Detector (SBD)Overview:
The Session Breakout Detector (SBD) is a TradingView indicator designed to identify and visualize breakouts from major trading sessions. It tracks a selected session (Tokyo, London, or New York) and detects price movements beyond the session's high or low, assisting traders in spotting potential breakout opportunities.
Key Features:
- Session Selection: Choose between Tokyo, London, or New York sessions.
- Breakout Detection Modes:
- Confirmed Bar: Detects breakouts when a candle closes beyond the session's range.
- Intrabar: Detects breakouts as soon as the price exceeds the session's high or low within a
candle.
- Visual Indicators:
- Displays session high, low, and range with a colored box for clear visualization.
- Marks breakouts with green (bullish) or red (bearish) triangles.
- Optional 50-Period SMA: Adds a 50-period Simple Moving Average to the chart for trend
analysis.
- Alerts: Configurable alerts for bullish and bearish breakouts.
Usage Instructions:
1. Select Session: Choose the desired trading session (Tokyo, London, or New York) from the
input settings.
2. Choose Breakout Detection Mode: Select between 'By confirmed bar' or 'By intrabars' based
on your trading preference.
3. Enable SMA (Optional): Toggle the 'Use SMA?' option to display the 50-period Simple Moving
Average.
4. Set Alerts: Configure alerts for breakout signals as per your trading strategy.
⚠️Note: This indicator is intended for informational purposes only and should not be construed as financial advice. Users are encouraged to conduct their own research and consider their individual risk tolerance before making trading decisions.
21day Structure + 1xATR Extension LineThis is a 21-day structure script that is used by Alex Desjardins (Prime Trading) along with a 1xATR line to make sure entries aren't bought extended from this structure.
alsubihi.2Advanced Market Structure Indicator
This custom-built indicator provides an in-depth analysis of market structure changes to help traders identify key price levels, trends, and potential reversals. It combines multiple tools to give you a clearer picture of market behavior and improve your decision-making process.
Key Features:
Break of Structure (BOS):
The BOS indicator identifies significant changes in market structure, marking when the price breaks previous highs or lows, signaling a potential trend shift. Green lines represent upward breaks (bullish trend), while red lines show downward breaks (bearish trend).
Change of Character (Choch):
This feature helps to highlight subtle shifts in market dynamics. A change in character (Choch) indicates when the market transitions between bullish or bearish behavior. Green indicates a bullish character change, while red shows a bearish one.
Premium vs Discount Zones:
The indicator identifies price levels that are considered 'Premium' (high price levels) and 'Discount' (low price levels), assisting traders in recognizing overbought or oversold conditions and making better trading decisions based on market conditions.
Support and Resistance Levels:
Automatically drawn support and resistance lines are included to show critical price areas where reversals or breakouts might occur, helping traders anticipate price action.
Equilibrium Zone:
This is the price level where supply and demand balance out, acting as a key reference point for identifying potential market reversals or continuation.
Why Use This Indicator?
This all-in-one tool helps traders make informed decisions by combining multiple technical analysis concepts into a single, easy-to-use indicator. It reduces the complexity of analyzing price action and allows traders to quickly identify potential entry and exit points with greater accuracy.
Whether you are an experienced trader or just starting, this indicator provides you with the essential tools needed to identify trend shifts, key support and resistance zones, and price extremes, leading to more profitable trading decisions.
14 سبتمبر
ملاحظات الأخبار
📌 Summary of the Indicator
Market Structure (MS):
Detects swing & internal BOS, CHoCH, CHoCH+. Can color candles or bars by trend.
Multi-Timeframe Scanner (MTF):
Shows trend direction on multiple TFs (5m → 1W).
Highs/Lows (HTF):
Plots previous Day/Week/Month/Year highs & lows as liquidity levels.
Order Blocks (OB):
Draws volumetric order blocks, with filters (BOS/CHoCH), overlap rules, mitigation, and volume metrics.
Fair Value Gaps (FVG/VI/OG):
Detects price imbalances, extends them, and removes when mitigated.
Accumulation/Distribution Zones:
Highlights Wyckoff-style accumulation (green) or distribution (red).
Equal Highs/Lows (EQH/EQL):
Marks liquidity pools at equal highs or lows.
Premium/Discount Bands:
Splits swing range into premium, equilibrium, and discount zones.
RSI & ADX:
Momentum filters for overbought/oversold and trend strength.
DEMA-ATR Baseline:
Adaptive EMA with ATR constraints; alerts for trend shifts.
Regression Channel:
Auto-fits best regression length using Pearson-R, shows channel with std bands.
Fibonacci Ladder:
Auto plots levels 0.236 → 1.618 based on recent swing.
👉 In short: it’s a full SMC toolkit — structure + liquidity + OB/FVG + momentum filters + extra tools (fib, regression, ATR baseline).
📌 ملخص المؤشر
البنية الهيكلية (Market Structure):
يحدد BOS و CHoCH داخلي وسوينغ، ويقدر يلوّن الشموع حسب الاتجاه.
سكانر متعدد الأطر (MTF):
يعرض الاتجاه على عدة فريمات من 5m إلى 1W.
هاي/لو من أطر عليا (HTF Highs/Lows):
يرسم قمم وقيعان اليوم/الأسبوع/الشهر/السنة السابقة (مناطق سيولة).
بلوكات الطلب/العرض (Order Blocks):
يرسم بلوكات مع فلاتر (BOS/CHoCH)، خيارات تداخل، إزالة عند الكسر، ويعرض حجم التداول بداخلها.
الفجوات السعرية (FVG/VI/OG):
يحدد الفجوات غير المغطاة، يمددها، ويحذفها عند التغطية.
مناطق التجميع/التوزيع:
يوضح مناطق Wyckoff (أخضر للتجميع، أحمر للتوزيع).
قمم وقيعان متساوية (EQH/EQL):
يميز مناطق السيولة فوق القمم أو تحت القيعان المتساوية.
مناطق Premium/Discount/Equilibrium:
يقسم آخر نطاق إلى مناطق غالية (Premium)، توازن (Equilibrium)، ورخيصة (Discount).
RSI و ADX:
مؤشرات إضافية لقياس التشبع وقوة الاتجاه.
خط DEMA-ATR:
EMA متكيف مع قيود ATR، يتغير لونه حسب الاتجاه، مع تنبيهات جاهزة.
قناة الانحدار (Regression):
تختار أفضل طول باستخدام معامل الارتباط Pearson-R، وترسم قناة مع انحراف معياري.
فيبوناتشي (Fibonacci):
يرسم مستويات 0.236 حتى 1.618 حسب آخر حركة سعرية.
👉 باختصار: المؤشر هو أداة SMC متكاملة تجمع الهيكل، السيولة، البلوكات، الفجوات، والمؤشرات المساعدة.
Ladder Indicator (优化版)//@version=5
indicator("Ladder Indicator (优化版)", overlay=true)
// 参数
n1 = input.int(26, title="短周期N1")
n2 = input.int(89, title="长周期N2")
// 计算短周期EMA
ema_high_n1 = ta.ema(high, n1)
ema_low_n1 = ta.ema(low, n1)
// 计算长周期EMA
ema_high_n2 = ta.ema(high, n2)
ema_low_n2 = ta.ema(low, n2)
// 定义颜色
color_short = color.blue
color_long = color.yellow
// 短周期条件:收盘在两条线之间
short_band_top = close > ema_high_n1 ? ema_high_n1 : close < ema_low_n1 ? ema_low_n1 : na
short_band_bottom = close > ema_high_n1 ? ema_low_n1 : close < ema_low_n1 ? ema_high_n1 : na
// 长周期条件:收盘在两条线之间
long_band_top = close > ema_high_n2 ? ema_high_n2 : close < ema_low_n2 ? ema_low_n2 : na
long_band_bottom = close > ema_high_n2 ? ema_low_n2 : close < ema_low_n2 ? ema_high_n2 : na
// 绘制短周期梯子(蓝色带)
plot1 = plot(short_band_top, color=color_short, style=plot.style_stepline, linewidth=1)
plot2 = plot(short_band_bottom, color=color_short, style=plot.style_stepline, linewidth=1)
fill(plot1, plot2, color=color_short, transp=70)
// 绘制长周期梯子(黄色带)
plot3 = plot(long_band_top, color=color_long, style=plot.style_stepline, linewidth=1)
plot4 = plot(long_band_bottom, color=color_long, style=plot.style_stepline, linewidth=1)
fill(plot3, plot4, color=color_long, transp=70)
// 绘制K线
plotcandle(open, high, low, close)
the Father, the Son, and the Holy SpiritThis is a tool used to find great trades! It's the Father, the Son, and the Holy Spirit.
ATR Risk Sizer 📘 ATR Risk Sizer (Daily ATR, RMA)
English
What it does
Plots ATR(10) (daily, Wilder/RMA) and computes position size from your risk using a volatility stop.
To avoid undersizing volatility intraday, the tool uses a conservative ATR used:
Pre-open (before first trade): previous day’s ATR
Intraday (bar not confirmed): ATR used = max( today’s ATR, yesterday’s ATR )
After close (daily bar confirmed): today’s ATR
Key terms
ATR(10): 10-day Average True Range (RMA/Wilder) on the daily timeframe.
ATR used: the ATR value actually used for risk/size, following the rules above.
Formulas
TrueRange = max( high-low, |high-close |, |low-close | )
ATR(10) = RMA(TrueRange, 10)
Per-unit risk = ATR used × Multiplier × PointValue
Position size = floor( RiskAmount ÷ Per-unit risk ÷ LotSize ) × LotSize
Inputs
ATR Length: period for daily ATR (default 10)
ATR Multiplier (m): stop distance factor (e.g., 1.0–1.5)
Risk Amount: capital you’re willing to risk on the trade
Point Value: money value per point (equities/ETFs = 1; futures = contract point value)
Lot Size: minimum tradable unit (equities=1; futures=contract lot)
Max Position Cap: optional cap on position size
Show summary table: toggles the top-right table
Outputs
Panel plot: thin pink ATR(10) line (daily, RMA)
Summary table (optional): ATR(10), ATR used, Per-unit, Risk, Size
Notes
ATR is always computed on daily bars via request.security(..., "D", ...), so results are stable across intraday charts.
This indicator sizes positions; it does not place orders or stops.
For futures/indices, set PointValue/LotSize to the instrument’s specs.
한국어
무엇을 하나요?
일봉 ATR(10)(RMA/윌더) 라인을 표시하고, 변동성 스탑을 가정해 포지션 사이즈를 계산합니다.
장중 변동성 과소평가를 막기 위해 ATR used를 보수적으로 선택합니다.
장 오픈 전(첫 체결 전): 전일 ATR
장중(일봉 미확정): ATR used = max( 오늘 ATR, 전일 ATR )
장 마감 후(일봉 확정): 당일 ATR
용어
ATR(10): 최근 10일의 평균 진짜 변동폭(일봉, RMA).
ATR used: 위 규칙대로 리스크/사이징에 실제로 쓰는 ATR 값.
계산식
TrueRange = max( 고-저, |고-전일종가|, |저-전일종가| )
ATR(10) = RMA(TrueRange, 10)
단위당 위험 = ATR used × 배수(m) × PointValue
포지션 사이즈 = floor( RiskAmount ÷ 단위당 위험 ÷ LotSize ) × LotSize
입력값
ATR Length(기본 10), ATR Multiplier(m), Risk Amount,
Point Value(주식=1, 선물=계약 포인트가치), Lot Size, Max Position Cap,
Show summary table(요약 테이블 표시)
출력
패널 플롯: 얇은 핑크 ATR(10) 라인(일봉, RMA)
요약 테이블(선택): ATR(10), ATR used, Per-unit, Risk, Size
비고
ATR은 항상 일봉 기준으로 계산되어, 분/시간봉 차트에서도 일관된 값을 제공합니다.
이 도구는 사이징 계산용이며, 주문/스탑을 직접 제출하지 않습니다.
선물/지수는 종목 규격에 맞게 PointValue/LotSize를 설정하세요.
Single Inside Day (Color Filter) — Pine ScreenerFlags Single Inside Day patterns on the daily timeframe, with a switch to require Any, Green (close > open), or Red (close < open) candles. Outputs 1 for Pine Screener filtering and includes an alert.
Note: Doji (close == open) only passes when Any is selected; adjust comparisons if you want otherwise.
Single Inside Day (Pine Screener)Flags Single Inside Day patterns on the daily timeframe—today’s range fully contained within yesterday’s. Prints 1 for Pine Screener filtering and includes an alert to catch potential volatility contraction before breakouts.
DR Volume profile with BOSVolume profile from london DR. if price crosses or rejects POC then signal. BOS lines for SL placement
FVGCFVG Continuation Model — Visual Toolkit
Inspired by Ryley (Capital Complex) and his Fair Value Gap Continuation Model. This indicator is a visual companion that helps you SEE key structure and timing context the model cares about.
It is only available for lifetime members of the community.
whop.com
Draws on Liquidity
• Fair Value Gaps (FVG) & VI gaps: auto-detected with size filter, merging of same-bar VI↔FVG, optional grey-out on mitigation or inversion.
• 15m, 1hr, 4hr HTF FVG overlay: plots unmitigated 15m gaps over any chart.
• 9:30 High/Low band (09:30–09:31) & Opening Range High/Low (09:30–09:45).
• Prior Day High/Low (18:00→18:00), prior NY high and low, Asia (19:00–02:00) and London (02:00–08:00) session extremes—each extends until first violation or 11:30.
• it plots the 2am, 6am and 10am 4 hour candle high and low.
Model-aware visuals
This tool visualizes context that the Capital Complex FVG Continuation approach emphasizes—structure around gaps, mitigation/inversion states and session timings—so you can align discretionary decisions with the framework..
This involves many levels of inputs to customise exactly how you want this indicator to operate. when these parameters are met and a model is presented as per the FVGC model, then the indicator shows buy and sell signals.
Attribution & note
— Inspired by Ryley (Capital Complex) — Fair Value Gap Continuation Model. Nothing here is financial advice.
Market Structure Strategy - Level 1This strategy identifies peaks and valleys (local tops and bottoms) in price to construct a dynamic market structure, labeling Higher Highs (HH), Lower Lows (LL), Higher Lows (HL), and Lower Highs (LH). From this evolving structure, the script determines the dominant market regime, which can be:
Bull (green) – when price forms new highs and maintains a bullish structure, the strategy favors long entries.
Bear (red) – when price forms new lows and confirms a bearish structure, the strategy favors short entries.
Range (brown) – when price fluctuates between recent highs and lows, suggesting sideways conditions where no trades are initiated.
The transition between these regimes depends mainly on four key parameters.
The first parameter controls the lookback period into the past to find the top or bottom.
The second controls the period of the looback to the right of the top or bottom.
The “Entry Margin” parameter determines how much ranging behavior the model will detect before switching regimes.
The 4 parameter select the source to construct the top and bottom, the close the wick, etc.
The user can configure the strategy to run long-only, short-only, or both directions, depending on the market or preference. In addition to the core regime logic, the strategy includes several risk and trade management controls that are featured in all my strategies.
Four oscillators are also integrated into the logic to detect short-term overbought and oversold conditions. These help the strategy avoid entering or exiting a trade when price has already extended too far in one direction, improving timing and potentially reducing false entries and exits. When overbought or oversold are detected, a red or green dot appears on the chart.
The script is designed to be flexible across different assets and timeframes. However, to achieve consistent results, it is important to optimize parameters carefully. A recommended workflow is as follows:
Disable the walk-forward option during the optimization phase.
Optimize the first main parameter while keeping others fixed.
Once a satisfactory value is found, move to the second parameter.
Continue the process for subsequent parameters.
Optionally, repeat the full sequence once more to refine the results.
Finally, activate walk-forward analysis and check the out-of-sample results.
This strategy is published as invite-only with hidden source code. Access may be granted upon request for research or evaluation purposes. It is part of a broader collection of technical analysis strategies I have developed, which focus on regime detection and adaptive trading systems.
There are five levels of strategy complexity and performance in my collection. This script represents a Level 1 strategy, designed as a solid foundation and introduction to the framework. More advanced levels progressively add greater complexity, adaptability, and robustness.
Finally, when multiple strategies are combined under this same framework, the results become more robust and stable. In particular, combining my suite of technical analysis strategies with my macro strategies and alternative data strategies, such as onchain for cryptocurrencies. It creates a multi-layered system that adapts across regimes, timeframes, and market conditions.
Supply/Demand Zones & EMA CrossSupply and Demand Zone based on past ten days for daily, weekly, with this ema 8,20,50,200 and vwap also inclued