dōjōwap 🥋 2.0current session vwap
pdwap
pwwap
pmwap
twap
all in one
not financial advice
say no to drugs
Indicators and strategies
RSI Divergence Indicator + TrendlinesThe RSI Divergence Indicator with Trendlines is a technical analysis tool that combines the Relative Strength Index (RSI) with price and RSI trendlines to identify potential trend reversals or continuations. It highlights bullish and bearish divergences by comparing the movement of price action against the RSI oscillator, and plots automatic trendlines for visual clarity.
Range Box (Manual Bar Index)Here’s a clear and public-facing description of your **Range Box with Manual Bar Index** tool for TradingView, written for traders of all experience levels:
---
### 📦 Range Box (with Manual Bar Selection)
**Description:**
The **Range Box with Manual Bar Index** is a visual tool designed for traders who want to **analyze historical price action** with precision. Rather than relying on live, real-time data only, this version allows you to **manually select any past bar** on your chart to display detailed range metrics for that specific candle.
---
### 🔍 Features:
* **Manual Bar Selection:** Input the bar index (distance from the most recent candle) to inspect.
* **Range Metrics Displayed:**
* **Range:** High - Low of the selected bar
* **Average Range:** Calculated over a customizable lookback period
* **ATR Multiples:** Shows 1.5× and 2× ATR values for volatility comparison
* **Customizable Positioning:** Text box can be offset on the X (bars) and Y (price) axis for visibility
* **Color-Coded Alerts:** Highlights if the range exceeds normal behavior based on ATR multipliers
---
### 🛠 Use Cases:
* Identify **unusual volatility** in prior bars
* Study historical **breakout ranges** or compression candles
* Train your eye to spot **institutional-sized bars** versus average price action
* Prep screenshots for analysis, reports, or educational posts
---
### 📌 How to Use:
1. Add the script to your chart
2. Set the **"Bar Index"** to the number of bars back you want to analyze (e.g., `0` = current, `1` = one bar ago)
3. The script will draw a **box around the candle**, and display key range info nearby
---
Would you like a copy-and-paste version of this for TradingView's Public Library description or script header?
Flat Market Detector//@version=5
indicator("Flat Market Detector", overlay=true)
len = input.int(100, "Length")
src = close
corr = ta.correlation(src, ta.linreg(src, len, 0), len)
flatThres = input.float(0.4, "Flat Threshold", minval=0, maxval=1)
isFlat = math.abs(corr) < flatThres
bgcolor(isFlat ? color.new(color.gray,85) : na, title="Flat Zone")
plotshape(isFlat, style=shape.labelup, location=location.top, color=color.silver, text="ФЛЕТ", title="Flat")
alertcondition(isFlat, "Flat Detected", "Flat: trend trading disabled!")
Stop Loss Only - Full WidthThis minimalist Pine Script indicator is designed to visually plot stop loss levels directly on the chart, extending fully across the screen for maximum clarity. It is ideal for traders focused on disciplined risk management without the clutter of entry signals or profit targets.
🔧 Core Features:
Stop Loss Only Focus: Displays only the stop loss level—no entries or take profits.
Full Width Lines: Uses extend=both to draw horizontal stop loss lines that span the entire chart width.
Auto Detection of Entry Conditions (for simulation/demo purposes):
Long Entry: Triggered when the current close is greater than the previous close.
Short Entry: Triggered when the current close is less than the previous close.
Adjustable Padding: Customizable stop loss buffer (padding) in percent from the entry price.
The default is 0.5% below for long trades, 0.5% above for short trades.
Dynamic Line Update: The stop loss line updates on new qualifying signals and removes the old one for a clean look.
🖥️ Visuals:
Red Line for Long Trade Stop Loss.
Orange Line for Short Trade Stop Loss.
Clean, unobtrusive design suitable for use with other indicators or price action strategies.🔮 BULL and BEAR CHRONICLES
by Lucifer
Version: 1.0
Script Type: Overlay
Tags: bullish, bearish, trend detection, price action, market cycles, Lucifer, visual signals
📖 Introduction
BULL and BEAR CHRONICLES by Lucifer is not just another indicator—it’s a visual narrative of market power struggles between buyers and sellers. This script aims to chronicle key turning points and trend biases, helping traders align with the dominant market force: the bull or the bear.
⚔️ Core Concept
Markets move in cycles, but often leave subtle clues before shifting direction. This tool is designed to visually capture these transitions, whether temporary momentum shifts or full trend reversals.
🧠 How It Works
Depending on your implementation (please confirm or share your Pine Script logic), here's a placeholder version:
🟢 Bull Signal: Detected when price action confirms upward momentum or breaks above key levels.
🔴 Bear Signal: Triggered on downward pressure or breakdowns below support zones.
💡 Visual Cues: May include colored backgrounds, labels, or markers to chronicle bullish and bearish phases.
(Note: Please provide the script logic or signals you'd like to describe specifically if you'd like this tailored.)
🧰 Customization Options
Modify sensitivity to price swings
Integrate with EMAs, MACD, or Volume for layered signals
Optional: Add alert conditions for significant trend transitions
🧾 Usage Tips
Use on higher timeframes (4H, Daily) for clearer market structure analysis
Combine with support/resistance or breakout strategies
Ideal for swing traders and trend followers
⚠️ Disclaimer
This script is for educational and informational purposes only. Always use proper risk management and do your own research before trading. Lucifer (the author) is not responsible for financial decisions made based on this indicator.
EMA Crossover with 10-Bar Stop Loss🧠 EMA Crossover Indicator with Dynamic Stop Loss
This indicator is designed to assist traders in identifying trend-based entries with clearly defined risk levels. It plots customizable Fast and Slow EMAs and generates real-time Buy and Sell labels when crossovers occur.
✨ Key Features:
🔁 Buy/Sell Signals: Triggered by EMA crossover logic.
🛑 Dynamic Stop Loss: Calculated using the lowest low or highest high over the past 10 candles.
⚙️ Fully Configurable Inputs: Fine-tune EMA lengths and stop loss lookback.
This tool is especially useful for traders who follow trend confirmation and prefer building consistent risk-based setups. Visual, simple, and adaptable—ideal for backtesting or live chart analysis.
RSI & EMA/WMA trạng thái đa khung (nâng cấp)🧠 Main Function
This indicator helps you track the relationship between RSI, EMA, and WMA across multiple timeframes, all displayed in a visual table overlayed on the price chart.
📋 Displayed Components
Row Content
🟦 Row 1 Timeframe labels: 1m, 5m, 15m, 1h, 4h, 1D, 4D
🟩 Row 2 Colored dot for RSI status:
– 🟢 RSI is above both EMA and WMA
– 🔴 RSI is below both EMA and WMA
– 🟡 RSI is between EMA and WMA
📈 Row 3 Actual RSI value on that timeframe
🟠 Row 4 Colored dot for EMA vs WMA position:
– 🟢 EMA is above WMA
– 🔴 EMA is below WMA
– ⚪ EMA is nearly equal to WMA
🔤 Row 5 Which moving average is on top: shows "EMA" or "WMA"
⚙️ Custom Inputs
In the input panel, you can adjust:
RSI length (default: 14)
EMA length (default: 9) → Treated as fast MA
WMA length (default: 45) → Treated as slow MA
Custom colors for all status dots (RSI position & EMA/WMA position)
⏱️ Supported Timeframes
1m, 5m, 15m, 1h, 4h, 1D, 4D
→ You can modify these as needed.
✅ Practical Uses
Quickly monitor RSI trends across multiple timeframes
Identify when RSI is trending strong or weakening
Visually track crossovers between fast and slow MAs
Supports faster, clearer trading decisions
MNQ/NQ Risk Management ToolThis tool helps MNQ and NQ futures traders automatically calculate position size based on either a fixed dollar risk or a percentage of account balance.
Simply enter your stop loss level and choose whether to risk a set dollar amount or a percentage of your account. The script will display how many contracts to trade based on your setup.
Features:
Calculates contracts based on stop loss and risk size
Toggle between dollar-based or percent-of-account risk
Works with both MNQ ($2/point) and NQ ($20/point)
Automatically updates based on current price and direction (long or short)
Displays a clean info box on your chart with risk, contracts, and settings
This tool is ideal for intraday or swing traders who want to stay consistent with risk management across trades.
Candle Opens by HAZEDCandle Opens by HAZED
🎯 Overview
A clean, optimized indicator that displays key timeframe opening prices with enhanced performance and modern styling. Perfect for identifying critical support/resistance levels across multiple timeframes without chart clutter.
📈 Key Features
- 5 Major Timeframes: Daily, Weekly, Monthly, Quarterly, and Yearly opens
- Current Opens Only: No historical lookback - shows only the most recent/relevant levels
- Smart Positioning: Toggle between staggered lines (prevents overlap) or uniform length
- Dual Label Styles: Choose plain text (minimal) or enhanced labels with prices
- Performance Optimized: Streamlined code for faster loading and smoother operation
- Alert System: Get notified when any timeframe opens change
- Extended Hours Support: Works with pre/post market sessions
🎨 Customization Options
- Individual color selection for each timeframe
- Adjustable line width (1-4px)
- Right extension length control
- Optional left tail extensions
- Show/hide labels with style options
- Same length lines toggle for clean alignment
⚙️ Advanced Settings
- Discover Prices: Use chart data instead of HTF requests (for data feed discrepancies)
- Extended Hours: Display opens during pre/post market sessions
- Alert Controls: Enable/disable notifications for timeframe changes
📊 Default Configuration
- Enabled: Daily (Green), Weekly (Orange), Monthly (Red), Yearly (Blue)
- Disabled: Quarterly (Purple) - easily enabled if needed
- Labels: Enhanced style with prices shown by default
- Lines: 2px width, staggered positioning for optimal spacing
🚀 Performance Improvements
- Removed unnecessary historical data tracking
- Optimized drawing functions for better responsiveness
- Cleaner variable management and memory usage
- Enhanced yearly open detection algorithm
💡 Best Use Cases
- Swing trading: Identify key weekly/monthly levels
- Day trading: Respect daily opens as support/resistance
- Long-term investing: Monitor yearly opens for major trends
- Multi-timeframe analysis: See all key levels at once
🔧 Technical Notes
- Uses proper request.security() calls for accurate data
- Smart change detection prevents unnecessary redraws
- Handles different chart timeframes automatically
- Compatible with all asset classes and exchanges
Original concept enhanced and optimized by HAZED for modern trading needs.
Top-Center Range BoxTop-Center Range Box Indicator
This indicator calculates and displays:
The current bar’s range (High minus Low)
The average range over a specified number of previous bars
The percentage of the current range compared to that average
The result is shown in a floating label near the top of the chart.
RSI Games 1.2he "RSI Games 1.2" indicator enhances the standard RSI by adding several layers of analysis:
Standard RSI Calculation: It calculates the RSI based on a configurable length (default 14 periods) and a user-selected source (default close price).
RSI Bands: It plots horizontal lines at 70 (red, overbought), 50 (yellow, neutral), and 30 (green, oversold) to easily identify extreme RSI levels.
RSI Smoothing with Moving Averages (MAs) and Bollinger Bands (BBs):
You can apply various types of moving averages (SMA, EMA, SMMA, WMA, VWMA) to smooth the RSI line.
If you choose "SMA + Bollinger Bands," the indicator will also plot Bollinger Bands around the smoothed RSI, providing dynamic overbought/oversold levels based on volatility.
The RSI line itself changes color based on whether it's above (green) or below (red) its smoothing MA.
It also fills the area between the RSI and its smoothing MA, coloring it green when RSI is above and red when below.
Bollinger Band Signals: When Bollinger Bands are enabled, the indicator marks "Buy" signals (green arrow up) when the RSI crosses above the lower Bollinger Band and "Sell" signals (red arrow down) when it crosses below the upper Bollinger Band.
Background Coloring: The background of the indicator pane changes to light green when RSI is below 30 (oversold) and light red when RSI is above 70 (overbought), visually highlighting extreme conditions.
Divergence Detection: This is a key feature. The indicator automatically identifies and labels:
Regular Bullish Divergence: Price makes a lower low, but RSI makes a higher low. This often signals a potential reversal to the upside.
Regular Bearish Divergence: Price makes a higher high, but RSI makes a lower high. This often signals a potential reversal to the downside.
Hidden Bullish Divergence: Price makes a higher low, but RSI makes a lower low. This can indicate a continuation of an uptrend.
Hidden Bearish Divergence: Price makes a lower high, but RSI makes a higher high. This can indicate a continuation of a downtrend.
Divergences are visually marked with labels and can trigger alerts.
EMAブレイク手法(エントリーポイント価格表示+アラート付き)This Pine Script is designed for 15-minute chart trading using EMA crossover breakouts.
It identifies bullish and bearish setups based on the relationship between the 12-period and 26-period EMAs, and plots entry points with price labels.
Customizable EMA 20/50/100/200It can be used on the EUR/GBP pairs to take trades on the 1-minute time frame, which is a moving average of 20, 50, 100, and 200. When the moving averages are in an upward direction and a correction occurs to touch the 20-period moving average, a trade is taken at a ratio of one to two.
Mera Mera - Ying Yang & Inside, OutsideMera Mera
It is a structure that traps the previous candle formed in the same direction.
When the structure is in the Buy direction, a blue dot is formed below it, when it is in the Sell direction, a red dot is formed above it.
Sell Mera Mera, Buy Mera Mera alerts are available.
Ying Yang
It is a structure that traps the next candle formed in the same process.
When the structure is in Buy transactions, a blue triangle is formed below it, when it is in Sell transactions, a red triangle is formed below it.
Ying Yang Sell, Ying Yang Buy alerts are available.
The calculation of inner bar and outer bar values is different.
After this formation, the candle fractal formations are followed and the transaction is searched.
The necessary visuals are in x
- Sorry if I have any mistakes
x.com
Copyright © 2025 @SimbiyotikTrader ;)
Previous Highs & Lows (Daily + Weekly)This indicator automatically plots the previous day's and previous week's high and low levels. These price points are commonly used by institutional traders as potential areas of support, resistance, or liquidity grabs.
🔧 How to Use
Previous Day High/Low: Use for intraday scalping or breakout setups.
Previous Week High/Low: Identify swing trade zones or key reaction areas.
Combine with price action (e.g., rejection candles or fakeouts) to spot smart money moves.
Enable/disable each level separately from settings.
Ideal for traders who rely on market structure, session levels, or liquidity theory.
Explosive Range Bar Highlighter🔥 Explosive Range Bar Highlighter
Description:
This indicator highlights bars that break out in volatility by exceeding 1.5× or 2.0× the ATR (Average True Range) — a clear signal of momentum ignition, institutional activity, or potential trap zones.
Each bar is dynamically colored based on:
✅ 1.5x ATR Up Bar
✅ 1.5x ATR Down Bar
✅ 2.0x ATR Up Bar
✅ 2.0x ATR Down Bar
You can fully customize the color for each type of explosive bar to suit your chart theme or personal preference.
🔔 Optional Sound Alerts:
Enable one-click sound alerts when any threshold is hit, helping you:
Catch breakout bars in real time
Track sudden volatility expansions
Stay alerted without watching every candle
🛠️ Settings:
ATR Period: Default 14, user adjustable
Color pickers for each bar type (1.5x/2x, up/down)
Toggle to enable/disable sound alerts
📈 Ideal For:
Scalpers watching for breakout acceleration
Swing traders identifying trend initiation
Institutional fade setups when range expands “too far, too fast”
Custom Market Time ZonesThis Indicator helps you wait for a trend to form after 30 minutes of NY market open.
After 1pm creates another zone indicating low probability
LUCY Multi-Timeframe Bias Checker//@version=5
indicator("LUCY Multi-Timeframe Bias Checker", overlay=true)
// === INPUTS === //
emaShort = input.int(8, title="Short EMA")
emaLong = input.int(34, title="Long EMA")
// === CURRENT TIMEFRAME === //
emaShort_curr = ta.ema(close, emaShort)
emaLong_curr = ta.ema(close, emaLong)
bias_curr = emaShort_curr > emaLong_curr ? "Bullish" : "Bearish"
// === HIGHER TIMEFRAMES === //
emaShort_5m = request.security(syminfo.tickerid, "5", ta.ema(close, emaShort))
emaLong_5m = request.security(syminfo.tickerid, "5", ta.ema(close, emaLong))
bias_5m = emaShort_5m > emaLong_5m ? "Bullish" : "Bearish"
emaShort_15m = request.security(syminfo.tickerid, "15", ta.ema(close, emaShort))
emaLong_15m = request.security(syminfo.tickerid, "15", ta.ema(close, emaLong))
bias_15m = emaShort_15m > emaLong_15m ? "Bullish" : "Bearish"
// === PANEL DISPLAY === //
var table biasTable = table.new(position.top_right, 2, 4, border_width=1)
if bar_index % 5 == 0
table.cell(biasTable, 0, 0, "Timeframe", bgcolor=color.black, text_color=color.white)
table.cell(biasTable, 1, 0, "Bias", bgcolor=color.black, text_color=color.white)
table.cell(biasTable, 0, 1, "1-Min", bgcolor=color.gray)
table.cell(biasTable, 1, 1, bias_curr, bgcolor=bias_curr == "Bullish" ? color.green : color.red, text_color=color.white)
table.cell(biasTable, 0, 2, "5-Min", bgcolor=color.gray)
table.cell(biasTable, 1, 2, bias_5m, bgcolor=bias_5m == "Bullish" ? color.green : color.red, text_color=color.white)
table.cell(biasTable, 0, 3, "15-Min", bgcolor=color.gray)
table.cell(biasTable, 1, 3, bias_15m, bgcolor=bias_15m == "Bullish" ? color.green : color.red, text_color=color.white)
LUCY Trend Analysis - MA, EMA, MACDBULL and BEAR CHRONICLES BY LUCIFER is a precision-crafted trend analysis tool that visually narrates the ongoing battle between bulls and bears using a fusion of classic indicators:
🔍 Core Logic:
This script detects trend direction by combining:
8 EMA vs 34 EMA – momentum crossover.
50 MA & 200 MA – broader trend context.
MACD Line vs Signal Line – momentum confirmation.
✅ Trend Conditions:
🟢 Bullish Trend:
8 EMA > 34 EMA
Price > 50 MA & 200 MA
MACD Line > Signal Line
🔴 Bearish Trend:
8 EMA < 34 EMA
Price < 50 MA & 200 MA
MACD Line < Signal Line
⚪ Sideways: When neither condition is fully met.
🎨 Visuals:
Trend labels: "Bullish", "Bearish", "Sideways"
Color-coded moving averages:
8 EMA (orange), 34 EMA (blue)
50 MA (green), 200 MA (red)
Background shading for clear visual cue:
Light green = Bullish
Light red = Bearish
🔔 Built-in Alerts:
Get notified instantly when a bullish, bearish, or sideways condition is triggered.
⚙️ Best For:
Swing Traders
Trend Followers
Strategy Builders are looking for multi-confirmation setups
🔥 Join the Chronicles. Ride with the bulls, run from the bears, or wait out the chaos — all with Lucifer's guidance.