Pine To Typescript Port

Use when porting a TradingView Pine Script indicator (anchored VWAP, ATR bands, RSI divergence, custom Level, etc.) to TypeScript for a lightweight-charts based app. Pine is a bar-by-bar series-oriented DSL with specific semantics — anchor-reset, ohlc4, dotted vs dashed, color.new, plot vs hline, request.security() — that don't translate one-to-one to vanilla TS. This skill names the Pine concepts, their TS equivalents, and the gotchas that cost iterations.

traderspost 223498a 10.1 KB Updated

File contents

traderspost/traderspost-command-dash/tree/main/skills/pine-to-typescript-port commit 223498adc9

Frequently asked questions

npx skillmds@latest add traderspost/pine-to-typescript-port