PineScript Syntax Checker

Validates TradingView PineScript code syntax by interfacing with TradingView's official pine-facade API, providing real-time compilation error detection for automated trading script development workflows.

View Source
2 stars
0 tools
Created Aug 2025
@erevus-cn/erevus-cn-pinescript-syntax-checker-pinescript-syntax-checker

About

Validates TradingView PineScript code syntax by interfacing with TradingView's official pine-facade API, providing real-time compilation error detection for automated trading script development workflows.

Categories

general

Installation

npm

npm install @erevus-cn/erevus-cn-pinescript-syntax-checker-pinescript-syntax-checker

Configuration

{ "mcpServers": { "erevus-cn-pinescript-syntax-checker-pinescript-syntax-checker": { "command": "npx", "args": [ "-y", "@erevus-cn/erevus-cn-pinescript-syntax-checker-pinescript-syntax-checker" ] } } }