OPEN-SOURCE SCRIPT
已更新 Scalp Nakurviator v1.2 (Public Version)

- Summary
Nakurviator - Scalp Signal Indicator
A fast, HTF-aware scalp signal indicator optimized for 15m and 1h timeframes.
Nakurviator combines rapid local momentum/exhaustion signals with higher-timeframe context (1H, 4H, 1D) to produce concise LONG/SHORT scalp alerts and visual invalidation levels.
- How it works (high level):Local components (RSI, MACD, MFI, volume) tuned for fast reaction and exhaustion detection.
HTF proxies (Order Blocks, FVG, MSS) fetched via request.security and converted to weighted contributions.
Composite scoring: components sum to a raw score, optionally normalized to recent activity, and mapped to -100..100 percent.
Event-driven signals: one label per bar, duplicate-reduction, optional stronger-than-previous requirement.
Optional invalidation lines: micro-pivot + ATR buffer with a labeled price level. - Main features:Fast local signals with exhaustion weighting (RSI/MFI emphasized).
HTF context from 1H/4H/1D with configurable weights.
Order Block and FVG proxies plus MSS/CHoCH detection.
Dynamic scaling to spread signal percentages.
Signal deduplication and clutter reduction (remove similar recent labels).
Invalidation horizontal lines with precise "Invalidation price" label.
Hover tooltip breakdown showing component contributions. - Visualization & UX:
- Overlay indicator so signals appear above price.
- Labels anchor to bars; invalidation label precision formatted for small prices.
- Configurable label offset and ATR-based vertical offset to keep labels visually near lines when zoomed.
- Overlay indicator so signals appear above price.
Recommended usage
- Use on 5m or 15m charts; the indicator warns if used on other timeframes.
- Tune `show_threshold` and HTF weights to control signal frequency and HTF bias.
- Use invalidation lines as suggested stop/invalid levels combined with your risk management.
//@version=6
indicator("Nakurviator Scalp", shorttitle="NScalp", overlay=true)
// Local + HTF scoring -> combined_percent
- Inputs: `min_score`, `show_threshold`, `use_dynamic_scaling`, `h1_weight`, `h4_weight`, `d1_weight`, `inv_atr_mult`, `inv_label_bar_offset`.
發行說明
- Summary
Nakurviator - Scalp Signal Indicator
A fast, HTF-aware scalp signal indicator optimized for 5m and 15m timeframes.
Nakurviator combines rapid local momentum/exhaustion signals with higher-timeframe context (1H, 4H, 1D) to produce concise LONG/SHORT scalp alerts and visual invalidation levels.
- How it works (high level):Local components (RSI, MACD, MFI, volume) tuned for fast reaction and exhaustion detection.
HTF proxies (Order Blocks, FVG, MSS) fetched via request.security and converted to weighted contributions.
Composite scoring: components sum to a raw score, optionally normalized to recent activity, and mapped to -100..100 percent.
Event-driven signals: one label per bar, duplicate-reduction, optional stronger-than-previous requirement.
Optional invalidation lines: micro-pivot + ATR buffer with a labeled price level. - Main features:Fast local signals with exhaustion weighting (RSI/MFI emphasized).
HTF context from 1H/4H/1D with configurable weights.
Order Block and FVG proxies plus MSS/CHoCH detection.
Dynamic scaling to spread signal percentages.
Signal deduplication and clutter reduction (remove similar recent labels).
Invalidation horizontal lines with precise "Invalidation price" label.
Hover tooltip breakdown showing component contributions. - Visualization & UX:
- Overlay indicator so signals appear above price.
- Labels anchor to bars; invalidation label precision formatted for small prices.
- Configurable label offset and ATR-based vertical offset to keep labels visually near lines when zoomed.
- Overlay indicator so signals appear above price.
Recommended usage
- Use on 5m or 15m charts; the indicator warns if used on other timeframes.
- Tune `show_threshold` and HTF weights to control signal frequency and HTF bias.
- Use invalidation lines as suggested stop/invalid levels combined with your risk management.
//@version=6
indicator("Nakurviator Scalp", shorttitle="NScalp", overlay=true)
// Local + HTF scoring -> combined_percent
- Inputs: `min_score`, `show_threshold`, `use_dynamic_scaling`, `h1_weight`, `h4_weight`, `d1_weight`, `inv_atr_mult`, `inv_label_bar_offset`.
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。