OPEN-SOURCE SCRIPT
Güncellendi 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`.
Sürüm Notları
- 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`.
Açık kaynak kodlu komut dosyası
Gerçek TradingView ruhuna uygun olarak, bu komut dosyasının oluşturucusu bunu açık kaynaklı hale getirmiştir, böylece yatırımcılar betiğin işlevselliğini inceleyip doğrulayabilir. Yazara saygı! Ücretsiz olarak kullanabilirsiniz, ancak kodu yeniden yayınlamanın Site Kurallarımıza tabi olduğunu unutmayın.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.
Açık kaynak kodlu komut dosyası
Gerçek TradingView ruhuna uygun olarak, bu komut dosyasının oluşturucusu bunu açık kaynaklı hale getirmiştir, böylece yatırımcılar betiğin işlevselliğini inceleyip doğrulayabilir. Yazara saygı! Ücretsiz olarak kullanabilirsiniz, ancak kodu yeniden yayınlamanın Site Kurallarımıza tabi olduğunu unutmayın.
Feragatname
Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.