Watermark [TakingProphets] Watermark
A fully customizable watermark & chart info panel to keep your charts branded, organized, and informative — without clutter.
Special thanks to for inspiring the original concept that led to this expanded version.
📌 Overview
Perfect for:
Traders who stream, record, or share charts
Keeping essential info (symbol, TF, date, price) visible
Intraday traders who want day-of-week labels without messy vertical lines
✨ Key Features
1. Personal Watermark
Custom text, colors, size, opacity
Position anywhere: Top, Middle, Bottom × Left, Center, Right
Alignment options: left, center, right
Optional border with adjustable color or hide completely
2. Chart Info Panel
Show any combination of:
Custom text
Symbol
Timeframe (auto-formatted)
Date (MM-DD-YYYY)
Last price
Day of the week
Position independently from watermark
Adjustable background opacity
3. Day-of-Week Labels
Labels Sunday → Saturday at session start or midday
Works on intraday ≤ 15m timeframes
Option to hide weekends
Place labels Top or Bottom
⚙️ How to Use
Enable Watermark → Personal Watermark Settings → Toggle Show Watermark, enter your text, style it.
Set Up Info Panel → Chart Information Panel → Select details, choose position, adjust style.
Add Day Labels → Day of Week Labels Settings → Turn on for intraday charts.
💡 Tips
Lower background opacity for a subtle look.
Use bright colors for streaming so your brand stands out.
Hide unused features to keep charts clean & fast.
🙏 Acknowledgments
This script’s concept was inspired by toodegrees.
Developed by TakingProphets — tools for traders who value clarity, precision, and style.
⚠️ Disclaimer:
This script is for informational purposes only. It is not financial advice. Always trade responsibly and manage your risk.
Pine utilities
BTC Trading Sessions - IndiaA simple script that shows the various BTC sessions in IST.
if you are using a different timezone or in a different country, this may not work.
Mucip AL BUY indicator/Mucip AL BUY indikatörüThis indicator aims to identify potential market bottoms. It also provides visual support to investors by displaying the percentage profit after each buy signal, based on the highest peak price since that signal. Simple yet effective terms help users identify optimal entry points. Furthermore, not every signal yields accurate results.
EZ FX Zones (OR Pro + Auto Alerts) v6.3Purpose:
This indicator automatically calculates and plots ORH (Opening Range High) and ORL (Opening Range Low) based on the first X minutes of trading (customizable), then uses those levels to:
Mark clear Buy and Sell Zones on the chart
Show targets based on ATR (Average True Range) or fixed pip/point settings
Automatically trigger alerts when price crosses important levels so you can enter trades in TopstepFX within your 5-minute execution window
What It Plots on the Chart:
Opening Range High (ORH) – top of the initial range (green line)
Opening Range Low (ORL) – bottom of the initial range (red line)
Midpoint – average of ORH and ORL (dotted white line)
Target Levels – projected profit targets above ORH and below ORL (gray dashed lines)
Labels – “BUY ABOVE” and “SELL BELOW” text for instant clarity
How to Use It (Third Grader Mode):
If price breaks above ORH → BUY.
If price breaks below ORL → SELL.
Your target is the nearest dashed line in the trade direction.
Alerts are sent to your phone when:
Price crosses ORH (BUY alert)
Price crosses ORL (SELL alert)
Price hits target levels
Alerts Included:
"BUY Signal – Price Crossed ORH"
"SELL Signal – Price Crossed ORL"
"Target Hit – Long"
"Target Hit – Short"
Why This Helps in TopstepFX:
No guesswork — you only react to breakouts of the first range.
You can trade with confidence in your 5-minute reaction window because the script does all calculations automatically.
You get push alerts on your phone so you don’t have to stare at charts all day.
Prev Day Close LineA clean horizontal line at yesterday’s close on any intraday chart. Here’s a dead-simple Pine v5 script for TradingView.
MTF EMA Pane with Diagnostics30 sec chart, 1 min EMA goes flat, I buy, 1 min EMA stays inside the group, I stay in the trade.
Not financial advice. I am working on an Algo killer, stay tuned. I am dedicating the rest of my life, as short as it my be, to beating the Men behind the Algo's. Buy me some coffee.
Send USDT thru ETH or Base to BYDFi 0x20391e32afd61dc9e1ec027651391b56ceade4e0
Join BYDFi
Referral Link: Spin for a possible $100
partner.bydfi.com
Deposit: USDT via;
ETH (ERC20) 0x20391e32afd61dc9e1ec027651391b56ceade4e0
Tron (TRC20)
TUs5u2YxtQrQfRwYK2CsMmSDGvND6Uopdj
BNB/Base (BEP20)
0x20391e32afd61dc9e1ec027651391b56ceade4e0
Solana
696LAngiQBbdk4m6k1ZBiKZrFtjTJo6dxCnVXMEePQea
MacD Alerts MACD Triggers (MTF) — Buy/Sell Alerts
What it is
A clean, multi-timeframe MACD indicator that gives you separate, ready-to-use alerts for:
• MACD Buy – MACD line crosses above the Signal line
• MACD Sell – MACD line crosses below the Signal line
It keeps the familiar MACD lines + histogram, adds optional 4-color histogram logic, and marks crossovers with green/red dots. Works on any symbol and any timeframe.
How signals are generated
• MACD = EMA(fast) − EMA(slow)
• Signal = SMA(MACD, length)
• Buy when crossover(MACD, Signal)
• Sell when crossunder(MACD, Signal)
• You can compute MACD on the chart timeframe or lock it to another timeframe (e.g., 1h MACD on a 4h chart).
Key features
• MTF engine: choose Use Current Chart Resolution or a custom timeframe.
• Separate alert conditions: publish two alerts (“MACD Buy” and “MACD Sell”)—ideal for different notifications or webhooks.
• Visuals: MACD/Signal lines, optional 4-color histogram (trend & above/below zero), and crossover dots.
• Heikin Ashi friendly: runs on whatever candle type your chart uses. (Tip below if you want “regular” candles while viewing HA.)
Settings (Inputs)
• Use Current Chart Resolution (on/off)
• Custom Timeframe (when the above is off)
• Show MACD & Signal / Show Histogram / Show Dots
• Color MACD on Signal Cross
• Use 4-color Histogram
• Lengths: Fast EMA (12), Slow EMA (26), Signal SMA (9)
How to set alerts (2 minutes)
1. Add the script to your chart.
2. Click ⏰ Alerts → + Create Alert.
3. Condition: choose this indicator → MACD Buy.
4. Options: Once per bar close (recommended).
5. Set your notification method (popup/email/webhook) → Create.
6. Repeat for MACD Sell.
Webhook tip: send JSON like
{"symbol":"{{ticker}}","time":"{{timenow}}","signal":"BUY","price":"{{close}}"}
(and “SELL” for the sell alert).
Good to know
• Symbol-agnostic: use it on crypto, stocks, indices—no symbol is hard-coded.
• Timeframe behavior: alerts are evaluated on bar close of the MACD timeframe you pick. Using a higher TF on a lower-TF chart is supported.
• Heikin Ashi note: if your chart uses HA, the calculations use HA by default. To force “regular” candles while viewing HA, tweak the code to use ticker.heikinashi() only when you want it.
• No repainting on close: crossover signals are confirmed at bar close; choose Once per bar close to avoid intra-bar noise.
Disclaimer
This is a tool, not advice. Test across timeframes/markets and combine with risk management (position sizing, SL/TP). Past performance ≠ future results.
ABO LANA-𝑀1. إشارات التداول الرئيسية:
إشارة شراء (BUY):
تظهر عند تحول اتجاه السوق من هابط إلى صاعد، مع إغلاق السعر فوق المتوسط المتحرك (EMA 9).
إشارة بيع (SELL):
تظهر عند تحول الاتجاه من صاعد إلى هابط، مع إغلاق السعر تحت المتوسط المتحرك.
2. مناطق العرض والطلب (Supply/Demand):
مناطق العرض (Supply):
تمثل مستويات مقاومة رئيسية (لون أحمر) تُرسم عند القمم السعرية.
مناطق الطلب (Demand):
تمثل مستويات دعم رئيسية (لون أخضر) تُرسم عند القيعان السعرية.
تحديث تلقائي بناءً على حركة السعر وأطر زمنية متعددة.
3. إدارة المخاطر والأرباح:
وقف الخسارة (SL):
يُحسب باستخدام مضاعف ATR (المدى الحقيقي).
مستويات الأرباح (TP1, TP2, TP3):
مستويات ثلاثية للأرباح مع مضاعفات قابلة للتخصيص.
تنبيهات صوتية عند تحقيق كل هدف.
4. لوحة المعلومات (Dashboard):
اتجاه السوق: صاعد/هابط عبر 6 أطر زمنية (من 1 دقيقة إلى يومي).
مؤشر الزخم (Momentum):
اتجاه حركة السعر خلال 10 شمعات.
RSI مخصص:
يجمع بين RSI قصير المدى (2) ومتوسط متحرك (7).
حجم التداول: صاعد/هابط مقارنة بالمتوسط.
قوة الترند (ADX): قوي/ضعيف.
5. ميزات إضافية:
خطوط اتجاه ديناميكية:
تُرسم تلقائياً بين القمم والقيعان.
مستويات دعم/مقاومة:
مستخرجة من 7 أطر زمنية (H4, H1, M30, ...).
نطاق متوسط (Middle Band):
خط برتقالي يعكس متوسط حركة السعر.
تحليل السيولة:
يعتمد على شموع هايكين أشي وحجم التداول.
Brief Explanation of ABO LANA-M (English):
1. Core Trading Signals:
BUY Signal:
Triggers when market trend shifts from bearish to bullish, with price closing above EMA 9.
SELL Signal:
Activates when trend reverses from bullish to bearish, with price closing below EMA 9.
2. Supply/Demand Zones:
Supply Zones (Red):
Key resistance levels plotted at swing highs.
Demand Zones (Green):
Key support levels plotted at swing lows.
Auto-updated based on price action across multiple timeframes.
3. Risk & Profit Management:
Stop Loss (SL):
Calculated using ATR multiplier.
Take Profit Targets (TP1, TP2, TP3):
Three customizable profit levels.
Audio alerts when each target is hit.
4. Smart Dashboard:
Market Trend: Bullish/Bearish across 6 timeframes (1m to Daily).
Momentum Indicator:
Price movement direction over 10 candles.
Custom RSI:
Combines RSI(2) with SMA(7) for smoother readings.
Volume Analysis:
Compares current volume to 20-period average.
Trend Strength (ADX): Strong/Weak.
5. Advanced Features:
Dynamic Trendlines:
Automatically drawn between swing highs/lows.
Support/Resistance Levels:
Extracted from 7 timeframes (H4, H1, M30, etc.).
Middle Band:
Orange line showing price equilibrium.
Liquidity Analysis:
Based on Heikin Ashi candles and volume confirmation.
Coffee Break ReminderFun little script that reminds you to take a break from the screen every so often. You can set a custom message for yourself, how often you want it to fire (ie every 15 min, hour etc) and how long you want the message to stay on the screen as well as a few graphical elements for the text, color, size, positioning.
Lot Size Calculator (Dynamic) with Manual Pip ValueDevoleper: Sheikh Rakib
This TradingView indicator helps you calculate the correct lot size based on your risk amount in USD and stop loss (SL) in pips. It dynamically detects pip value per lot depending on the trading instrument (e.g., Forex majors, minors, gold, crypto), and also allows manual override if needed.
✅ Key Features:
📏 Input SL in pips and risk amount in USD
⚙️ Automatically detects pip size and pip value per lot
🧮 Calculates lot size based on your inputs
✍️ Manual pip value override option if auto-detection is incorrect
🖥️ Clean, organized info panel displayed on chart
💹 Works with Forex, Gold (XAUUSD), Silver (XAGUSD), BTC, ETH, and more
📘 Usage Tips:
Set your SL in pips and how much you want to risk per trade (USD)
If the pip value is not calculated correctly (rare for exotic pairs), enable and set your own value using the “Manual Pip Value” input
Recommended for scalpers, day traders, and swing traders who want to manage risk smartly
Built with risk management in mind — because consistent trading starts with proper lot sizing.
Supply & Demand Zones OB**Description:**
This script automatically detects, draws, and tracks institutional supply and demand zones based on order block logic—helping you visualize high-probability reversal or breakout areas on any timeframe. Zones are highlighted directly on your chart, making it easy to spot where significant buying (demand) or selling (supply) has previously taken place.
* **Green = Demand Zone:** Areas of likely institutional buying interest.
* **Red = Supply Zone:** Areas of likely institutional selling interest.
* **Gray = Tested Zone:** If price re-enters a previously drawn zone, the zone turns gray and the label updates to indicate it has been tested.
**Features:**
* **Text labels inside zones** ("Demand Zone", "Supply Zone", and "(Tested)" when revisited).
* **Zones update dynamically** as price action unfolds.
* **Transparency control** for visual clarity.
* **Automatic zone removal** based on user-defined logic and mitigation methods.
* **No repainting:** All zones are drawn in real time.
**How to Use:**
* Apply this indicator to any chart and timeframe.
* Use demand zones as potential buy/swing low regions and supply zones as potential sell/swing high regions.
* When a zone turns gray, be aware the area has already been tested—reactions may weaken.
* Combine with your own technical/fundamental analysis for best results.
**Best Practices:**
* Use alongside price action confirmation (e.g., candlestick reversal patterns or momentum signals) for higher accuracy.
* Adjust "Tuning" and mitigation settings to suit your market and style.
**Created by \
Disclaimer:
This script is provided for educational and informational purposes only and does not constitute financial advice, investment advice, trading advice, or any other type of advice. The author(s) are not responsible for any losses or damages arising from the use of this script. Always do your own research and consult with a qualified financial professional before making any trading or investment decisions. Use at your own risk.
Trading Holidays and Expiry CalendarTrading Holiday and Expiry Calendar
This indicator displays calendar for current and next 2 months. Calendar marks ‘CRITICAL DAYS’ on the calendar.
‘CRITICAL DAYS’:
Trading Days
Trading Holidays
Weekends
Expiry Days
Out of these ‘Expiry Days’ are marked based on User input and rest of the days are derived and marked automatically.
Why this indicator:
Most of the Pine Script developers find it tedious (rather difficult or impossible) to find future holidays and expiry days.
This indicator exactly does that based on a simple input parameter
Use cases:
Calendar view of 3 months Trading days along with identification off critical activity days
Pine Script developers can extract code/functions from the indicator and use it for building indicators and strategies
Chart Snapshot
TSD Quantum [Moeinudin Montazerfaraj] 🔸 "TSD" stands for **Trend 1-2-3 and Supply & Demand**, which is the foundation of the trading style this indicator is built upon.
🔹 TSD Quantum is a specialized indicator designed exclusively for day traders who trade EURUSD, XAUUSD (Gold), and DAX40 on the 1H, 15M, and 5M timeframes using a Supply & Demand-based strategy.
This indicator is **not suitable for other symbols** and has been tailored specifically for these three assets to ensure high precision and effectiveness.
---
### 🔍 Key Features:
✅ **Trading Checklist Panel**
A built-in checklist helps you track every rule in your trading plan. If even one condition is left unchecked, the system highlights it in red and marks the trade as "Not Allowed." This feature enhances trading discipline.
✅ **Spread & ATR Control Panel**
Supports both auto-calculated and fixed values for spread and ATR. This is especially helpful when placing stop-losses quickly and accurately.
✅ **Inside & Outside Candle Detection**
A dedicated panel highlights whether the last candle is inside or outside. Hovering your mouse over the chart elements automatically colorizes the candles:
🔵 Blue = Outside candle
🔴 Red = Inside candle
Also displays the high/low of the latest outside bar.
✅ **Weekly Trade Stats Panel**
Custom-built for the mentioned three assets. You can enter your trades using either fixed risk or floating risk models.
✅ **Performance Metrics**
Helps you build and adjust a floating risk model—so you don’t have to enter every trade with the same lot size. Improves risk management across multiple trades.
✅ **Base Candles Display**
Grey and white base candles are marked based on supply and demand zones.
✅ **EOT Candles**
Candles with a green dot underneath indicate valid EOT opportunities for potential move-outs.
✅ **RC (Rejection Candle) Detection**
RC candles are automatically detected to alert you of potential traps or weaknesses during Supply/Demand formations.
---
### ⚠️ Disclaimer
This indicator does **not** issue buy/sell signals and **cannot guarantee profit or prevent loss**. It is a **tool for discretionary trading**, not an automated expert advisor.
All decisions must be made by the trader based on their own strategy and risk tolerance.
This is the **latest tested version** of TSD Quantum. All features have been validated and function as intended. Future updates will be provided if needed.
---
🙏 Thank you for reviewing this script. We hope it becomes a valuable addition to your day trading toolkit!
Trading Hours Filterfor those of us with certain trading hours and schedules and wait for certain setups, this is great for backtesting or live testing trade setups in your timeframe. Adjust times in pine editor as needed.
PipsHunters Trading ChecklistTitle: PipsHunters Trading Checklist (PHTC)
Short Description / Teaser:
Enforce trading discipline and never miss a step in your pre-trade analysis with this simple, interactive, on-chart checklist.
Full Description:
🚀 Overview
The PipsHunters Trading Checklist (PHTC) is a powerful yet simple tool designed to instill discipline and structure into your trading routine. In the heat of the moment, it's easy to forget crucial steps of your analysis, leading to impulsive and low-probability trades. This indicator acts as your personal co-pilot, providing a persistent, on-chart checklist that you must manually complete before taking a trade.
This is not an automated signal generator. It is a utility to keep you accountable to your own trading plan. The checklist items are inspired by common concepts in price action and Smart Money Concepts (SMC) methodologies, but they serve any trader who follows a rule-based system.
✨ Key Features
Interactive On-Chart Table: Displays a clean, non-intrusive table directly on your chart.
Manual Check-off System: You are in full control. Go into the indicator settings and check off each item as you complete your analysis.
Real-Time Progress Tracking: The table header shows your progress (e.g., 4/7) and changes color from red to green when all items are checked.
Clear Visual Cues: Each item is marked with a ✅ or ❌, and the text color changes to provide an at-a-glance status.
"Ready!" Status: A final "READY!" confirmation appears once your entire checklist is complete, giving you the green light to look for an entry based on your strategy.
Fully Customizable Position: Place the table in any corner of your chart (Top Left, Top Right, Bottom Left, Bottom Right) to suit your layout.
📋 The Checklist Items Explained
The default checklist guides you through a structured, top-down analysis process common in many trading strategies:
Seat before 1H: A reminder to be settled and mentally prepared at your desk at least an hour before your target session begins. Avoids rushing and emotional decisions.
Check News: Have you checked for high-impact news events that could introduce extreme volatility and invalidate your setup?
Mark Day Open: The daily open is a key institutional level. Marking it helps establish the daily bias.
Mark LQ Levels: Have you identified key Liquidity (LQ) levels? This includes previous day/week highs and lows, session highs/lows, and other obvious swing points.
Wait for Kill Zone: A reminder to be patient and wait for price to trade into a specific, high-probability time window (e.g., London Kill Zone, New York Kill Zone).
LQ sweep inside Kill Zone: The core of the setup. Has price swept a key liquidity level within your chosen Kill Zone?
Lower TF Confirmations: After the liquidity sweep, have you waited for confirmation on a lower timeframe? This is often a Market Structure Shift (MSS) or Change of Character (CHoCH).
🛠️ How to Use
Add the "PipsHunters Trading Checklist" indicator to your chart.
Go to the indicator's Settings (click the gear icon ⚙️).
As you perform each step of your pre-trade analysis, tick the corresponding checkbox in the Inputs tab.
The on-chart table will update instantly to reflect your progress.
Only when all 7 items are checked will the table signal "READY!".
🎯 Who Is This For?
This indicator is perfect for:
SMC / ICT Traders: The checklist items align directly with Smart Money Concepts.
New Traders: Helps build the essential habit of a consistent pre-trade routine.
Inconsistent Traders: Acts as a guardrail to prevent impulsive, undisciplined entries.
Any Rule-Based Trader: Anyone who follows a trading plan can benefit from the structure it provides.
Disclaimer: This is a utility tool to aid in discipline and execution. It does not provide financial advice or guarantee profitable trades. All trading involves risk, and you are solely responsible for your own decisions. Trade safe and stay disciplined!
SSL FTC WAE SCMTThis strategy employs different indicators to scalp XAUUSD 1 minute using Heikin Ashi candles
Currency Weekend - shading weekend trading// ─────────────────────────────────────────────────────────────────────────────
// © 2025, Steve / Steven Anthony – "Currency Weekend"
// This script highlights the low-liquidity weekend window that often affects
// both fiat currency markets and cryptocurrencies like Bitcoin.
//
// ╭─────────────────────────────── DESCRIPTION ───────────────────────────────╮
// | This indicator shades a customizable time window on your chart, |
// | originally set to highlight the **forex weekend lull** from |
// | **Friday 21:00 UTC to Sunday 21:00 UTC**, when traditional fiat |
// | currency markets close. |
// | |
// | Traders who observe Bitcoin, Ethereum, or other crypto assets may |
// | notice reduced liquidity or increased erratic moves during this time, |
// | due to overlapping behaviors from professional forex traders who |
// | trade both markets. |
// ╰──────────────────────────────────────────────────────────────────────────╯
//
// 🔧 Flexible Configuration:
// - Define your own start and end **day + time** for shading
// - Useful for shading other custom quiet periods or session transitions
//
// 💡 Use Cases:
// - Avoid trading during low-liquidity periods
// - Spot potential weekend traps or price gaps
// - Align crypto behavior with fiat market hours
//
// 📍 Default Settings:
// - Start: Friday 21:00 UTC
// - End: Sunday 21:00 UTC
//
// Timezone is normalized to the chart’s timezone for seamless integration.
//
// ─────────────────────────────────────────────────────────────────────────────
AshishBediSPLAshishBediSPL: Dynamic Premium Analysis with Integrated Signals
This indicator provides a comprehensive view of combined options premiums by aggregating data from Call and Put contracts for a selected index and expiry. It integrates multiple popular technical indicators like EMA Crossover, Supertrend, VWAP, RSI, and SMA, allowing users to select their preferred tools for generating dynamic buy and sell signals directly on the premium chart.
AshishBediSPL" is a powerful TradingView indicator designed to analyze options premiums. It calculates a real-time combined premium for a chosen index (NIFTY, BANKNIFTY, FINNIFTY, etc.) and specific expiry date. You have the flexibility to visualize the premium of Call options, Put options, or a combined premium of both.
The indicator then overlays several popular technical analysis tools, which you can selectively enable:
EMA Crossover: Identify trend changes with configurable fast and slow Exponential Moving Averages.
Supertrend: Detect trend direction and potential reversal points.
VWAP (Volume Weighted Average Price): Understand the average price of the premium considering trading volume.
RSI (Relative Strength Index): Gauge momentum and identify overbought/oversold conditions.
SMA (Simple Moving Average): Analyze price smoothing and trend identification.
Based on your selected indicators, the tool generates clear "Buy" and "Sell" signals directly on the chart, helping you identify potential entry and exit points. Customizable alerts are also available to keep you informed.
Unlock a new perspective on options trading with "AshishBediSPL." This indicator focuses on the combined value of options premiums, giving you a consolidated view of market sentiment for a chosen index and expiry.
Instead of just looking at individual option prices, "AshishBediSPL" blends the Call and Put premiums (or focuses on one, based on your preference) and empowers you with a suite of built-in technical indicators: EMA, Supertrend, VWAP, RSI, and SMA. Pick the indicators that resonate with your strategy, and let the tool generate actionable buy and sell signals right on your chart. With customizable alerts, you'll never miss a crucial market move. Gain deeper insights and make more informed trading decisions with "AshishBediSPL.
Combined options premium: This accurately describes what your indicator calculates.
Selected index and expiry: Essential inputs for the indicator.
Call/Put options or combined: Explains the flexibility in data display.
Multiple technical indicators (EMA Crossover, Supertrend, VWAP, RSI, SMA): Lists the analysis tools included.
Buy/Sell signals: The primary output of the indicator.
Customizable alerts: A valuable feature for users.
RAMS TrapMaster ConfluenceOverview:
The TrapMaster Confluence indicator is a tactical multi-factor confirmation system designed to identify high-probability intraday and swing trade setups. It aligns multiple technical signals—momentum, trend, volume, and price action—to generate a clear bias score. By requiring confluence across several dimensions, it filters out weak or noisy signals and highlights trades with broader technical agreement. This tool is tailored for semi-advanced retail traders across equities, futures, and crypto who seek objective, structured confirmations before entering a position.
Confluence Components:
RSI (Relative Strength Index):
Evaluates momentum strength and trend bias. The script dynamically checks for crossovers at the 50 midline and extreme overbought/oversold zones to determine directional pressure.
MACD (Moving Average Convergence Divergence):
Detects momentum shifts using signal line crossovers and MACD histogram polarity. The script uses MACD direction and histogram flips to contribute to bullish or bearish pressure.
SMA 5 vs. SMA 20:
Captures short-term trend shifts via fast–slow moving average crossovers. A rising 5-SMA over a falling 20-SMA supports a bullish thesis and vice versa.
SMA 50 vs. SMA 200:
Used to confirm longer-term trend bias (e.g. golden cross or death cross) and add weight to the broader market structure.
SMA 5 Trend Direction:
Assesses immediate trend slope. An upward or downward slope of the 5-SMA confirms recent price acceleration or deceleration.
Volume Spike:
Flags high-volume price moves, helping validate whether momentum is supported by institutional participation or liquidity interest.
Rising Volume Bars:
Confirms directional strength through consistent increases in volume during trends. Sustained rising volume suggests growing conviction.
VWAP (Volume-Weighted Average Price):
Anchors price to institutional average cost per session. Price above VWAP typically indicates bullish sentiment; below signals bearish sentiment.
Candlestick Confirmation:
Confirms signals using recent price action (e.g. engulfing candles, breakouts with volume). Adds an extra layer of price behavior validation.
Contrarian Mode (Optional):
This feature flips the typical logic to catch high-probability reversal zones. When many signals align in one direction, contrarian mode allows the user to search for exhaustion points in sentiment or momentum, potentially capturing mean reversions.
Each confluence factor contributes a vote to a composite bias count. Users define a threshold (e.g., 4 out of 6 conditions) to trigger a signal. The indicator does not rely on any one signal, but instead rewards alignment across multiple technical aspects.
Signal Generation & Alerts:
When the defined confluence threshold is met, a signal label appears on the chart with directional context (long or short). Alerts can be tied to these signals, allowing the user to be notified in real time when actionable setups occur. The system supports “next candle confirmation,” which delays signal printing until the bar closes, minimizing premature alerts. All labels are limited to the most recent few to reduce chart clutter.
Dashboard Overview:
The optional real-time dashboard shows which confluence components are active on the current candle. This visual panel is customizable, updating dynamically and remaining hidden when no conditions are met. It includes:
Each factor with active/inactive status
Current bullish and bearish score counts
Real-time snapshot of bias development
Customization & Controls:
All components can be toggled on or off. Traders can choose to require stricter or looser confirmation thresholds. Label visibility, signal timing, and dashboard position/size are fully adjustable. This allows the indicator to adapt across timeframes and trading styles — whether scalping or swing trading.
Suggested Use with Trendlines and support and resistance:
TrapMaster becomes significantly more powerful when used alongside manual or automated support/resistance and trendline analysis. Confluence signals occurring near:
major support zones,
resistance levels,
trendline retests.
Fibonacci retracements,
help validate the price’s reaction to those areas. Traders can pre-mark key price zones, then use TrapMaster to confirm entries as momentum builds at those levels. This strengthens conviction and supports timing decisions when structure and indicators align.
Why It’s Different:
Most scripts offer a single signal or simplistic crossover logic. TrapMaster offers multi-dimensional logic that evaluates a comprehensive set of confluence factors—each customizable—with real-time logic that updates on every bar. The built-in dashboard provides a highly readable tactical summary. Its optional contrarian bias engine, dashboard visuals, factor-level customization, and risk-filtering logic (e.g. delayed confirmation and volume context) make it a flexible and advanced system not commonly found in traditional retail indicators.
Disclaimers:
This tool is for educational and analytical use only. It is not intended as trading or financial advice. All trading carries risk, and past performance is not indicative of future results. Always use proper risk management and conduct your own independent analysis before making trading decisions.
Developed by: TRAPPER-RAMS
Jul 24
Release Notes
This is the official update to RAMS TrapMaster Confluence, featuring massive enhancements across visual clarity, confluence accuracy, and real-time alert precision.
What's New:
Accurate Confluence Dashboard
Triple-row layout: Bullish , Bearish , and clear headers
Bull/Bear condition separation for total clarity
SMA 5/20 & 50/200 cross states tracked and displayed
Fully Integrated Alerts
Alerts for 5/20 and 50/200 SMA crosses
Bullish 💸 and Bearish 💰 confluence entry alerts
Instant trigger-ready setup
Visual Label Overhaul
💸 = Buy Signal (normal mode)
💰 = Sell Signal (normal mode)
🧨 = Contrarian Bull Flip
💣 = Contrarian Bear Flip
Cross labels show exact bar: "5/20 X", "50/200 X"
CoolDown & Memory-Efficient Label Logic
• Configurable label cooldown per N bars
• Old signals auto-deleted to prevent overflow
Use Cases:
This update is ideal for traders looking for precision entry timing, while understanding the full bull/bear backdrop in real-time.
XRP Scalping with EMA Crossover Anticipation This script is designed to detect scalping opportunities on XRP by anticipating EMA crossovers, reinforced with technical confirmation filters.
Methodology
- The core signal is based on the crossover between a fast EMA (9) and a slow EMA (21).
- RSI (14) conditions are applied to avoid weak setups: RSI must be above 40 for buy signals and below 70 for sell signals.
- Before any crossover is validated, the script requires at least two consecutive “pre-crossover” signals. These indicate favorable momentum and convergence conditions before the crossover occurs.
- Final signals are only displayed if this minimum number of preconditions is met.
Application
This system is optimized for scalping on the 1-minute to 5-minute timeframes but can be adapted for longer-term setups by adjusting parameters. The anticipation logic helps reduce lagging entries and improves signal selectivity during volatile conditions.
Both pre-crossover and confirmed crossover conditions include alert options. The code is fully editable and customizable.
Quarterly Dollar Volume Table (Dark Mode Optimized) Ogdn AmesThis is a visual reporting tool that gives you a historical view of how much dollar volume a stock had each quarter. Useful for spotting seasonal volume trends or changes in trading activity.
Think of it like an accountant's spreadsheet for stock liquidity—just with better automation and no coffee stains.
Signal Creator [OptAlgo]The Signal Creator is designed to convert complex market analysis into clear, actionable signals. Whether you're developing automated trading strategies, backtesting systems, or simply need reliable entry, exit, and block points, this tool bridges the gap between trading ideas and signal execution. It exports signal plots in an importable format compatible with backtesting strategies.
🛠 Signal Creation System:
→ Dual configuration groups: Values-based and Plot-based signal creation
→ Up to 12 customizable conditions (6 per group) for comprehensive signal logic
🛠 Comparison Operators:
→ Multiple criteria types: equal, greater/less than, crossover/crossunder
→ Shifted comparisons (↩️) for historical data analysis
→ Crossing detection for dynamic market condition identification
🛠 Signal Types:
→ LONG/SHORT entry signals with customizable triggers
→ CLOSE ALL, CLOSE LONG, CLOSE SHORT exit strategies
→ Signal blocking system to prevent unwanted entries
→ Combined signal modes (LONG & SHORT, LONG & CLOSE, SHORT & CLOSE)
🛠 Signal Count Merge Rules:
→ MIN LONG CONDITION COUNT: Number of long conditions to trigger long signal
→ MIN SHORT CONDITION COUNT: Number of short conditions to trigger short signal
→ MIN CLOSE CONDITION COUNT: Number of close conditions to trigger close all signal
→ Prevents false signals by ensuring multiple confirmations before execution
→ Customizable thresholds for each signal type (default: 1 condition each)
🛠 Smart Signal Logic:
→ Automatic conflict resolution when opposing signals occur
→ Position-aware closing (only closes relevant side)
→ Counter-based signal validation requiring all conditions to be met
→ Signal hierarchy: Block signals override entry signals, close signals override all others
🛠 Numeric Output for Backtesting:
→ Importable plot signal values: 1 (LONG), -1 (SHORT), 0 (CLOSE)
→ Compatible with backtest templates and strategy builders
→ Clean data window output for easy integration with other indicators
→ Perfect for automated trading systems and signal forwarding
🛠 Visual Output:
→ Color-coded position visualization (green=long, red=short, white=close)
→ Step-line diamond plot style for clear signal identification
→ Separate pane display for easy signal monitoring
🛠 Alarm Output:
→ Alarm for LONG -> Can be importable as plot, value is 1. (LONG == 1)
→ Alarm for SHORT -> Can be importable as plot, value is 1. (SHORT == 1)
→ Alarm for CLOSE -> Can be importable as plot, value is 1. (CLOSE == 1)
MPBA checklist indicator in TradingView is a customizable tool designed to help traders maintain discipline and follow their trading strategy by providing a visual checklist directly on their chart. It allows users to define their own criteria and mark them as confirmed or not, helping to avoid overtrading and impulsive decisions.
Yo can edit in pine editor and creat your privet checklist.