OPEN-SOURCE SCRIPT
Aggiornato

Scalp Nakurviator v1.2 (Public Version)

251
  • 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.


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.


Pine Script®
//@version=6 indicator("Nakurviator Scalp", shorttitle="NScalp", overlay=true) // Local + HTF scoring -> combined_percent


  1. Inputs: `min_score`, `show_threshold`, `use_dynamic_scaling`, `h1_weight`, `h4_weight`, `d1_weight`, `inv_atr_mult`, `inv_label_bar_offset`.

Note di rilascio
  • 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.


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.


Pine Script®
//@version=6 indicator("Nakurviator Scalp", shorttitle="NScalp", overlay=true) // Local + HTF scoring -> combined_percent


  1. Inputs: `min_score`, `show_threshold`, `use_dynamic_scaling`, `h1_weight`, `h4_weight`, `d1_weight`, `inv_atr_mult`, `inv_label_bar_offset`.

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.