navi-stream

Identify and analyze Navi Stream (.nvs) indicators and trading scripts.

105|1|Updated Sep 20, 2023
One-click install
npx skills add https://github.com/navi-language/navi --skill navi-stream
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: navi-stream
Source: https://github.com/navi-language/navi/tree/main/.claude/skills/navi-stream
Command: npx skills add https://github.com/navi-language/navi --skill navi-stream

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Navi Stream provides a dedicated DSL for building real-time trading indicators and technical analysis scripts, enabling precise streaming data calculations with minimal boilerplate.

Core Features & Use Cases

  • Real-time Stream Processing for tick data
  • Built-in technical indicator functions and plotting
  • Direct market data access through specialized modules
  • Parameterized configuration and internationalization
  • Seamless integration with Navi programs

Quick Start

Create a basic .nvs indicator file and run it in Navi to observe a simple output.

Frequently Asked Questions about navi-stream

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build real-time trading indicators for streaming tick data?▼

Real-time trading indicators are built using a dedicated streaming DSL to create .nvs files that process tick data with minimal boilerplate. This approach enables precise streaming data calculations directly from live market feeds.

What is a .nvs file and how does it handle technical analysis scripts?▼

A .nvs file is a specialized script format defining parameterized trading indicators and technical analysis logic. It processes streaming data, integrates with Navi programs, and supports metadata configuration and plotting outputs.

Can I use built-in technical indicator functions for market data access?▼

Yes, built-in technical indicator functions and specialized modules provide direct market data access. You apply these functions within .nvs scripts to calculate and plot real-time analytical outputs from streaming data.

How do I parameterize configuration and add internationalization to trading scripts?▼

Parameterized configuration and internationalization are supported directly within the .nvs file's metadata. This allows you to define adjustable inputs and localized outputs for real-time trading indicators.

Does the Navi Stream DSL require external dependencies to process streaming finance data?▼

No external dependencies are required to process streaming finance data using the Navi Stream DSL. It operates independently with built-in functions for technical analysis, plotting, and direct market data access.