Previous Day H/L with Pivot & S/R LevelsThis script checks Previous Day High & Low and accordingly identifies Pivot, Support & Resistance
Penunjuk dan strategi
Bull/Bear Trap Detector via CVDThis script automatically detects "bull traps" and "bear traps" on a chart by analyzing the divergence of the CVD (cumulative volume delta) between the spot and perpetual markets. More specifically:
Data Collection:
The script retrieves prices and volumes (as well as open interest for some) from various exchanges (e.g., Binance, Bybit, Coinbase) for both the spot and perp markets. It then calculates the CVD over a defined period and determines the divergence between the two.
Filters and Conditions:
It combines several optional filters such as the RSI (to signal overbought or oversold conditions), a volume filter, a candlestick pattern (reversal) filter, and an open interest filter.
A bull trap is detected when the price exceeds a recent high, the CVD divergence is negative (below a threshold), and—if applicable—the other filters (RSI, volume, pattern, OI) are met.
A bear trap is defined in a similar manner (price below a recent low and positive CVD divergence).
Confirmation and Scoring:
Traps are confirmed if the previous candle confirms the breakout (for example, if the price closes lower for a bull trap). A confidence score is calculated by aggregating multiple signals (conditions on price, divergence, RSI, volume, etc.) and is displayed as stars on a floating label.
Display and Alerts:
The script draws a legend table that explains the icons and colors used (colored bars for confirmed or unconfirmed traps, lines indicating CVD divergences, etc.). Specific candles are highlighted to emphasize the confirmed traps, and alerts are generated when a confirmed trap is detected.
In summary, this script is used to identify and signal potentially deceptive reversal conditions in the market by combining volume analysis (via the CVD) with other technical indicators, helping traders spot risky trading signals.
TrendTwisterV1.5 (Forex Ready + Indicators)A Precision Trend-Following TradingView Strategy for Forex**
HullShiftFX is a Pine Script strategy for TradingView that combines the power of the **Hull Moving Average (HMA)** and a **shifted Exponential Moving Average (EMA)** with multi-layered momentum filters including **RSI** and **dual Stochastic Oscillators**.
It’s designed for traders looking to catch high-probability breakouts with tight risk management and visual clarity.
Chart settings:
1. Select "Auto - Fits data to screen"
2. Please Select "Scale Price Chart Only" (To make the chart not squished)
### ✅ Entry Conditions
**Long Position:**
- Price closes above the 12-period Hull Moving Average.
- Price closes above the 5-period EMA shifted forward by 2 bars.
- RSI is above 50.
- Stochastic Oscillator (12,3,3) %K is above 50.
- Stochastic Oscillator (5,3,3) %K is above 50.
- Hull MA crosses above the shifted EMA.
**Short Position:**
- Price closes below the 12-period Hull Moving Average.
- Price closes below the 5-period EMA shifted forward by 2 bars.
- RSI is below 50.
- Stochastic Oscillator (12,3,3) %K is below 50.
- Stochastic Oscillator (5,3,3) %K is below 50.
- Hull MA crosses below the shifted EMA.
---
## 📉 Risk Management
- **Stop Loss:** Set at the low (for long) or high (for short) of the previous 2 candles.
- **Take Profit:** Calculated at a risk/reward ratio of **1.65x** the stop loss distance.
---
## 📊 Indicators Used
- **Hull Moving Average (12)**
- **Exponential Moving Average (5) **
- **Relative Strength Index (14)**
- **Stochastic Oscillators:**
- %K (12,3,3)
- %K (5,3,3)
RBD & DBR Zone IdentifierRBD & DBR Zone Identifier – Auto Supply & Demand Detection
This indicator automatically detects and plots Rally-Base-Drop (RBD) and Drop-Base-Rally (DBR) patterns—two of the most reliable formations in supply and demand trading.
🔍 What It Does:
• Identifies strong price moves followed by a brief consolidation (the “base”) and a sharp reversal.
• Automatically marks supply zones (RBD) in red and demand zones (DBR) in green.
• Helps traders anticipate potential reversal areas with high probability.
⚙️ Customizable Settings:
• Adjust base candle sensitivity
• Control how strong a move must be to qualify as RBD/DBR using ATR-based filters
🧠 Ideal For:
Price action traders, supply & demand strategists, and anyone looking to spot institutional order blocks with precision.
Long Short Momentum with Signals
Long and Short momentum
WHEN SHORT MOMENTUM CHANGES 2.0 POINTS and long term changes 5 points on day basis write A for Bullish and B for Bearish on Main Price chart
WHEN SHORT MOMENTUM CHANGES .30 per hour POINTS and long term changes 1 points on 1 hour basis. Put a green dot for Bull and red for bear in short term and for long termRespectively on price chart
JEANIUS PRO (XXX GHOST XXX)JEANIUS PRO (XXX GHOST XXX) is a tactical momentum-based strategy that blends directional price pressure with Heikin-Ashi filtering and weighted moving average alignment to laser-target trend entries.
Built for serious scalpers and algorithmic grinders, this setup waits for confirmation from:
Daily trend bias
Weighted momentum slope differentials
WMA trend stack alignment
Heikin-Ashi candle validation
And a minimum slope strength filter to eliminate weak signals
🧠 Once the system locks a directional edge, it triggers a single high-probability trade (with optional webhook alerts for automation), followed by a reset logic to prevent overtrading or whipsaws.
Perfect for:
3M / 5M / 15M timeframes
Forex majors and JPY crosses
PineConnector / MT5 integration with auto TP/SL management
RBD & DBR Zone IdentifierHere’s a concise, engaging description ready for publication on TradingView:
⸻
📌 Rally-Base-Drop (RBD) & Drop-Base-Rally (DBR) Zone Identifier
This indicator automatically identifies and visually plots high-probability Supply (RBD) and Demand (DBR) zones, empowering traders to quickly recognize key reversal areas on any market or timeframe.
How It Works:
• Detects strong price moves (rallies or drops) followed by brief consolidations (bases).
• Clearly marks Supply Zones (Rally-Base-Drop) in soft red and Demand Zones (Drop-Base-Rally) in soft green.
Key Features:
• ✅ Fully automatic zone detection.
• ✅ Adjustable sensitivity for customized precision.
• ✅ Ideal for price action, swing, and reversal traders.
TBB-barcountTrades By Bren-barcount: The Ultimate Bar Counter for Both RTH and ETH Traders
After countless hours of development and testing, I'm proud to present the Trades By Bren-barcount - the first truly reliable bar counter that seamlessly works in both Regular Trading Hours (RTH) and Extended Trading Hours (ETH) environments!
The Problem This Solves:
Ever been confused when switching between RTH and ETH? Regular bar counters create total chaos - either counting from 1 at midnight (useless for day traders) or failing to adjust when you switch chart types. This leads to completely different bar numbers for the same price action, making it impossible to keep consistent notes or communicate precise entries/exits with trading partners.
Why This Was Shockingly Difficult to Create:
What seemed like a simple feature turned into a programming odyssey! The challenge was creating a universal counter that works across different timezones, exchanges, and chart types. Pinescript doesn't natively support this functionality, requiring creative session detection techniques and complex logic to ensure the counter always starts at 1 precisely when regular market hours begin - regardless of how many pre-market bars are displayed.
Features That Make This Special:
Simple toggle for RTH-only counting - no complex configuration needed
Visually perfect numbering that starts exactly where the blue/white chart boundary exists
Works in any timezone (perfect for traveling traders!)
Customizable label size, color, and frequency
Maintains perfect count synchronization when sharing charts with trading partners
Why You Need This:
If you've ever been frustrated trying to reference "bar 37" only to realize your trading partner is seeing it as "bar 85" because of different chart settings, this indicator will change your trading communication forever. It creates a universal numbering system that everyone in your trading room can rely on.
Save yourself hours of confusion and missed opportunities. This tiny addition to your chart will become an indispensable part of your daily trading routine!
Created By:
This indicator was developed by Trades By Bren. For more amazing trading tools, strategies and insights, check out the Trades By Bren YouTube channel: youtube.com
Bhoomi Indicator v1This indicator helps traders analyze NSE (National Stock Exchange) stocks by combining moving averages (MAs) and a volatility-based stop system to generate buy/sell signals.
Key Features
1. Moving Averages (Trend Identification)
Plots four exponential moving averages (EMAs) on the chart:
20 EMA (Green) – Short-term trend
50 EMA (Blue) – Medium-term trend
100 EMA (Blue) – Long-term trend
200 EMA (Red) – Major trend support/resistance
These MAs help identify whether the market is in an uptrend or downtrend.
2. Volatility Stop (Dynamic Exit System)
Uses Average True Range (ATR) to create a trailing stop level.
Green Stop Line → Market is in an uptrend (buyers control price).
Red Stop Line → Market is in a downtrend (sellers in control).
Adjustable settings for sensitivity (ATR length & multiplier).
3. Buy & Sell Signals
Buy Signal (Green "BUY" Label)
Price is above all four MAs (strong uptrend).
Volatility stop switches from red to green (confirms trend reversal).
Sell Signal (Red "SELL" Label)
Price is below all four MAs (strong downtrend).
Volatility stop switches from green to red (confirms downtrend).
4. screener - This indicator screens top 40 nse stocks for buy and sell signal
How Traders Can Use This Indicator
✅ Trend Confirmation – If price is above all MAs, the trend is bullish.
✅ Entry Signals – "BUY" appears when trend strengthens, "SELL" when weakening.
✅ Exit Strategy – The volatility stop helps lock in profits or cut losses
📌 Disclaimer: Past performance is not indicative of future results. No trading strategy can guarantee success in financial markets.
📌 Strategic Advice: Always back test, optimize, and align parameters with your trading objectives and risk tolerance before live trading.
TCloud Tilson FutureT-Wave Future – Indicator Description & How to Use
T-Wave Future is a forward-looking trend analysis tool that projects a dynamic cloud based on two customized Tilson Moving Averages:
A Short Tilson MA (default: 4-period, factor 0.38)
A Long Tilson MA (default: 15-period, factor 0.55)
Inspired by the Ichimoku Cloud, this indicator projects the cloud forward in time to provide a smoother, adaptive view of potential market trends and shifts.
🔍 What Makes T-Wave Future Unique?
✅ Uses Tilson Moving Averages, known for their smoothness and responsiveness.
✅ Projects the cloud into the future for advanced trend visualization.
✅ Customizable periods and factors for both lines.
✅ Color-coded cloud to instantly spot trend direction:
Bullish (blue) when Short Tilson > Long Tilson
Bearish (red) when Short Tilson < Long Tilson
🎯 How to Use T-Wave Future
✅ Trend Direction
The cloud color shows the dominant momentum:
Blue cloud: Bullish bias
Red cloud: Bearish bias
The forward projection gives you a visual cue of where the market is likely heading.
🔁 Trend Reversals
A change in cloud color (from red to blue or vice versa) can indicate a possible trend reversal.
Use this as a signal to prepare entries, adjust stop-losses, or scale in/out.
🟩 Entry Strategy
Long entries when price is above the blue cloud and the cloud is rising.
Short entries when price is below the red cloud and the cloud is falling.
🛡️ Dynamic Support/Resistance
The cloud acts as a future support or resistance zone.
Ideal for anticipating price pullbacks or rejections.
⚡ Pro Tips:
Combine with volume, RSI or MACD for confirmation.
Adjust projection length based on your timeframe (e.g. 26 for intraday, 52+ for swing).
Works best in trending markets – avoid relying on it in sideways conditions.
TS- Multitimeframe📊 The Trend Synchronizer – Multitimeframe Scalper 🔁
Indicator added at the of the chart. - Just in case anyone is confused, and one on chart as overlay is our own Delta zones indicator - as usual available to use for everyone.
🚀 Precision Aligned, Momentum Enhanced
Welcome to the Trend Synchronizer (TS) – a custom-built, multitimeframe momentum indicator developed for active traders looking to scalp lower timeframes (1–5 min) while staying in sync with broader market direction.
🔍 What Is It?
The Trend Synchronizer is an advanced momentum oscillator designed to identify entry opportunities only when multiple timeframes align.
It overlays real-time momentum signals from higher aggregations to ensure your trade is moving with the market, not against it.
✅ When short-term momentum aligns with higher timeframe direction, opportunities are clearer, stronger, and more reliable.
🧠 How to Use It (No Settings Needed)
This tool is ready to go out of the box.
It uses three internal timeframes (default: 1m, 5m, 30m) and processes their behavior to create momentum signals. Here's how to trade it:
📈 Entries
Buy Bias: When histogram bars turn bullish colors across layers and align positively.
Sell Bias: When histogram bars shift to bearish tones, confirming momentum is to the downside.
Avoid Signals when higher timeframe momentum and lower timeframe are diverging – that's when chop often occurs.
⏳ Timeframes
Default is tuned for scalping (1–5m charts), but can be adjusted.
You can change TF1, TF2, and TF3 to experiment with your preferred layers (e.g., 5m/15m/1H for intraday swing entries).
🟢 Color Cues
The color scheme helps you spot bullish and bearish dominance quickly.
Histograms are visually synced: above 0 = strength, below 0 = weakness.
⚙️ Settings
You don’t need to tweak anything unless you want to. The inputs are exposed only for fine-tuners.
TS1, TS2, TS3: Toggle momentum layers on/off.
Custom colors available for personalization.
Clean histogram-style display for clear, fast decision-making.
📌 Best Practices
Combine with price action and volume for higher conviction.
Always look for trend confirmation on your chart before executing.
It’s ideal for:
Momentum scalpers
Order flow traders
High-frequency setups
Trend pullbacks & breakouts
⚠️ Disclaimer
This indicator is for educational purposes only. It is not financial advice and does not guarantee profitability. Always do your own research and use proper risk management. You are solely responsible for your trading decisions.
✨ Final Word
The Trend Synchronizer is a tool designed to help you align with the flow of the market – not fight it. It simplifies the complexity of multiple timeframes into a visual format any trader can interpret.
If you find it useful, don’t forget to ⭐ it and drop a comment with your feedback!
Happy trading and stay in sync!
ORB w/ Targets & NewsThis strategy is my interpretation of the ORB (opening range breakout) strategy.
It plots the opening range for the first 15 minutes of the RTH (regular trading hours) session, then plots this range and looks for the first 5m candle to close either above or below said range.
- If it closes above the range, then it should result in a LONG entry on the next candle.
- If it closes below the range, then it should result in a SHORT entry on the next candle.
The user has the option also of:
- Changing the timeframe where changes can occur.
- using BE+ (breakeven plus)
- using TSL (trailing stop loss)
- setting TP (take profit) as a percentage of the opening range.
SL (stop loss) is fixed at 55% of opening range (might change this in future revisions).
- Choosing to block trading before/after various impact news events.
...and MANY more options.
Please note that (for now) this strategy is invite only and provided to members of the GOAT Algo System, link here:
(detail about how to subscribe are included there)
I am not an administrator of that system, but am myself a subscriber, and am providing this and soon other strategies as a way to contribute to the group.
Disclaimers:
- Trading has risks, be sure to educate yourself as to the risks of trading.
- The default settings are just a starting point and are not meant to be the "best", since settings will naturally be necessitated over time. It is up to the individual trader to do their own backtesting and optimizing of parameters.
- No returns are guaranteed, it is up to the individual trader to use their own judgement to decide to enable this strategy and what settings they will use.
Feedback:
Feel free to reach out to the publisher of this strategy with suggestions through the group's Discord channel, subscribing member areas. There is no guarantee that any suggestions will be implemented, but they will be considered.
1m EMA Background ColorBackground Color on a EMAX
ema5 and 21 cross colors the background for a short
PMO + Daily SMA(55)PMO + Daily SMA(55)
This script plots the Price Momentum Oscillator (PMO) using the classic DecisionPoint methodology, along with its signal line and the 55-period Simple Moving Average (SMA) of the daily PMO.
PMO is a smoothed momentum indicator that measures the rate of change and helps identify trend direction and strength. The signal line is an EMA of the PMO, commonly used for crossover signals.
The 55-period SMA of the daily PMO is added as a longer-term trend filter. It remains based on daily data, even when applied to intraday charts, making it useful for aligning lower timeframe trades with higher timeframe momentum.
Ideal for swing and position traders looking to combine short-term momentum with broader trend context.
Rotation Phase Signal OnlyHow to Use the “Rotation Phase Signal Only” Script
(Floating Dashboard Version)
This version gives you a clean, unobtrusive way to monitor the market regime and rotation instructions on any chart — whether you’re tracking your dividend ETFs, growth funds, or defensive positions.
✅ What It Does
This script tracks:
SPY:TLT — Stocks vs. Bonds (macro equity trend)
QQQ:XLU — Growth vs. Defensive (sector risk appetite)
It calculates weekly EMAs of these ratios to determine which phase we are in:
Phase Signal Interpretation Reallocation Action
GROWTH Stocks & growth sectors lead Add MTUM, VUN, XMTM / Trim income assets
INCOME Stocks weak, growth holding Add HHIS, HYLD, QQQY / Trim growth
DEFENSIVE Bonds and defensives lead Add HPYT, HPYT.U, ZGLD / Exit most equity
NEUTRAL Mixed or unclear signals Hold / minor rebalancing only
🧱 Key Features of This Version
Feature Description
📊 Floating Table Always visible in the top-right corner of the chart
🔄 Dynamic Updates Adjusts weekly as the regime changes
✅ Use On Any Ticker You can run this on DFN, QQQY, HYLD, etc.
🔔 Built-In Alerts Alerts trigger when the phase changes
🗓️ Weekly Workflow (Suggested)
Open Your Main Chart
Use this on any ticker — your dividend ETFs, growth ETF, or even individual stocks.
Check the Floating Table
PHASE: The current regime (GROWTH, INCOME, DEFENSIVE, or NEUTRAL)
ADD: What ETFs to accumulate
SELL: What ETFs or sectors to trim or rotate out of
Take Action
Rebalance or allocate new capital based on the table guidance.
Set Alerts (Optional)
Click “🔔 Alerts” in TradingView
Set up alerts for when the Phase changes
Example: “Alert me when Phase = DEFENSIVE”
🔔 Example Alert Setup
Click on Alerts
Choose:
Condition: Rotation Phase Signal Only
Value: GROWTH or INCOME or DEFENSIVE
Choose alert type: pop-up, email, webhook, etc.
💡 Pro Tips
Use this alongside your Dividend or Income Dashboards for smarter reinvestment decisions.
TCloud Future📘 Tcloud Future – Indicator Description & How to Use
Tcloud Future is a trend-based indicator that creates a forward-projected cloud between:
A customizable Exponential Moving Average (EMA)
A dynamic McGinley Moving Average
The cloud is shifted into the future (like the Ichimoku Cloud), giving traders a visual projection of potential trend direction.
🔧 Components:
EMA (default: 19-period) – fast-reacting average to short-term price action
McGinley Dynamic (default: 26-period) – smoother, adaptive average that reacts to volatility
Forward Projection (default: 26 candles) – pushes the cloud into the future to help anticipate trend continuation or reversal
Cloud Color
Green when EMA is above McGinley (bullish bias)
Red when EMA is below McGinley (bearish bias)
🟢 How to Trade with Tcloud Future
✅ Trend Confirmation
Use the cloud color and slope to confirm the current trend.
Green cloud sloping up → bullish momentum
Red cloud sloping down → bearish momentum
🟩 Entry Strategy (Trend-Following)
Go long when price is above the green cloud and the cloud is rising.
Go short when price is below the red cloud and the cloud is falling.
🔁 Cloud Crossovers (Trend Shift)
A color change in the projected cloud can signal a potential trend reversal.
Use this as a heads-up to prepare for position changes or tighten stops.
🛡️ Support/Resistance Zones
The cloud often acts as a dynamic support/resistance zone.
During an uptrend, pullbacks to the top or middle of the green cloud can be good entries.
During a downtrend, rallies into the red cloud can offer shorting opportunities.
🧠 Tips
Combine with RSI, MACD, or Volume for confirmation.
Avoid using it alone in sideways markets — it performs best in trending conditions.
Adjust projection and smoothing settings to fit the asset/timeframe you're trading.
Rotation Phase TriggerHow to Use the Full Rotation Phase Trigger Tool (non-floating version)
This version is ideal for macro-level market context, helping you decide when to rotate between growth, income, and defensive positions using visual cues directly on the chart.
🧱 Components Recap (Non-Floating Version)
ROC Histograms:
SPY:TLT ROC (green bars): Measures equity strength vs. bonds
QQQ:XLU ROC (blue bars): Measures growth vs. defensive rotation
EMA Trend Filter:
Uses a fast/slow EMA crossover on both ratios to confirm the trend
When both are rising → confirms GROWTH phase
Phase Background Colors:
🟩 Green = GROWTH
🟧 Orange = INCOME
🟥 Red = DEFENSIVE
No color = NEUTRAL
Instruction Labels:
Show what sectors to add and what to sell (with ETF tickers)
Alert Conditions:
Can be linked to email, SMS, or app notifications
Triggered when phase changes
✅ Weekly Workflow
Every Monday (or Weekend Prep)
1. Open SPY on a Weekly Chart
This tool is designed around the U.S. equity vs bond regime
Always keep SPY as the main chart for best alignment
2. Check the Background Color
Instantly tells you what regime you're in:
Green → rotate into growth ETFs
Orange → stick to or buy income-generating ETFs
Red → get defensive, raise cash, or buy bond/hedge ETFs
3. Read the Labels
Top label = phase status (e.g., GROWTH)
Bottom label = action instructions:
What ETFs to accumulate (MTUM, VUN, HYLD, etc.)
What sectors or funds to rotate out of
4. Look at Momentum Histograms
Confirms whether the regime shift is gaining strength
Larger bars = stronger conviction
Diverging directions? Wait for confirmation
🔁 Tactical Rotation Plan
Phase Add Trim/Sell
GROWTH MTUM, VUN, XMTM, HXS, VTI HYLD, HHIS, HPYT
INCOME HYLD, HHIS, QQQY, DFN, DGS MTUM, VUN
DEFENSIVE HPYT, HPYT.U, ZGLD, GDE All equities
NEUTRAL Nothing new, rebalance if needed Excess risk positions
🔔 Alert Setup (Optional)
You can create alerts in TradingView using:
Right-click chart → "Add Alert"
Use condition: "Rotation Phase Trigger" → "GROWTH" / "INCOME" / "DEFENSIVE"
Choose notification method (popup, app, email, etc.)
💡 Pro Tips
Use this version on SPY weekly only — for best signal clarity
Trading-Focused RSI with Quality SignalsOverview
Transforms the classic Relative Strength Index into a comprehensive trading system that delivers clear, high-quality signals. Unlike basic RSI indicators that leave interpretation to the trader, TraderRSI filters out noise and highlights only the most promising trading opportunities.
Key Features
Signal Quality Over Quantity
Smart Divergence Detection that identifies only significant, tradable divergences (not every minor oscillation)
Automated Signal Confirmation requiring persistence for multiple bars to eliminate false signals
Clear BUY/SELL Labels appear only on high-probability setups where multiple conditions align
Enhanced Visualization
Color-Coded RSI Line instantly communicates bullish/bearish momentum
Signal Line Crossovers to confirm trend changes early
Trend-Based Background Coloring providing immediate market context
Uncluttered Chart designed specifically for day traders and swing traders
Integrated Market Context
Optional Trend Filter using a 50-period moving average for directional bias
Overbought/Oversold Zones with subtle background highlighting
Divergence Strength Filtering ensures only meaningful divergences are displayed
Trading Applications
For Day Traders
Find precise entry and exit points with clear visual signals. Divergence signals combined with RSI crossovers provide powerful intraday setups.
For Swing Traders
The quality-focused signal system identifies only high-probability trend reversals, perfect for multi-day positions. Background coloring provides immediate trend context.
For Investors
Easily identify overbought or oversold conditions in your watchlist. The trend filter helps distinguish between temporary pullbacks and major reversals.
How to Use
Strong Buy Signal: When a green "BUY" label appears, RSI has crossed above the oversold level with bullish divergence confirmation and (optional) trend alignment
Strong Sell Signal: When a red "SELL" label appears, RSI has crossed below the overbought level with bearish divergence confirmation and (optional) trend alignment
Alert System: Set alerts on any of the eight customizable conditions to never miss a quality trade setup
EUR/USD 10Y Yield DifferentialThis script calculates and plots the yield differential between the Eurozone (Germany) and the U.S 10-year government bonds.
• If the differential increases → EUR becomes more attractive → bullish EUR/USD bias
• If the differential decreases → USD becomes more attractive → bearish EUR/USD bias
CustomIndex🛠️ How to Use
Open any chart on TradingView.
Add this indicator from your script library.
Click the ⚙️ settings icon to:
Choose up to 7 custom symbols
Assign a weight to each stock (weights should ideally total 1.00)
Enable Normalization to base the index at 100 for easier comparison
Optional:
Enable EMA 10
Enable EMA 20
📦 Example Setup
Step 1: Choose Your Stocks
Replace the default tickers with those from your target sector.
Step 2: Set Your Weights
Choose one of the following methods:
Market Cap Weighting
Calculate each stock's market capitalization as a percentage of the total.
Example: If stock A = 10,000 and total market cap = 50,000 → weight = 0.2
Liquidity Weighting
Use the average traded value (price × volume over a fixed period) and normalize so weights sum to 1.
Equal Weighting
Assign the same value to each stock (e.g., for 7 stocks: 1 ÷ 7 ≈ 0.1428)
⚠️ Notes & Disclaimer
This index is custom-built. Sector relevance depends on your symbol selection.
Always verify the appropriateness of your inputs.
For consistent results, ensure total weights sum to 1.00.
BUY_SELL3(BTCUSDT)BUY_SELL2(USDT.D) ile beraber kullanılmalıdır ve çift ekran ile takibi yapılmalıdır.
📊 Indicators Used:
trendScore: Measures trend by calculating EMA of low - hlcc4 .
signalLine: SMA of the trendScore.
📈 Buy Signal Condition:
trendScore > signalLine
10 bars ago, trendScore was below the signal line
trendScore < negGood (i.e., not too strong yet)
📋 What It Does:
Checks 1 selected symbols.
If buy conditions are met, it displays the symbol in a green-colored table.
On the main chart, it adds a "BUY" label and a green line at the signal point.
Kötülere nasib olmasın iyilere nasib olsun ve Nasibi olanlara hayırlı olsun.
SPY Hunter SetupBuilt for traders who want to capture high-probability momentum moves on SPY using clean technical logic.
This strategy was developed and refined to help filter out noise and highlight only the best potential trade setups by combining multiple proven indicators into a cohesive system. The goal is to reduce false signals, limit overtrading, and increase confidence in your entries.
🔻 Put Signals Trigger When:
RSI is above 35
ZLSMA or EMA 9 is sloping down
MACD histogram is bearish
OB/OS value is ≥ 25
Volume is ≥ 70% of the 20-bar average
🔺 Call Signals Trigger When:
RSI is below 50
ZLSMA or EMA 9 is sloping up
MACD histogram is bullish
OB/OS value is ≤ -70
Volume is ≥ 100% of the 20-bar average
Parameter Value (In Indicator Settings)
RSI Source close
RSI Length 14
Call: RSI below 50
Put: RSI above 35
MACD Fast Length 12
MACD Slow Length 26
MACD Signal Smoothing 9
ZLSMA Length 50
EMA Length 9
Volume SMA Length 20
Call: Volume SMA % Threshold 1.0
Put: Volume SMA % Threshold 0.7
Call: OB/OS ≤ -70
Put: OB/OS ≥ 25
OB/OS Source close
OB/OS Length 5