Converts natural-language prompts into Python code for the CFX stage. Requests clarification when details are missing, using session IDs to maintain context.
Launch interactive test recording to transcribe browser actions into runnable test code. Use to build baseline happy-path tests by clicking through complex UI flows.
Check which Pine v6 features are supported in PineForge before writing or porting scripts. Lists all coverage topics with status and summary to avoid silent misbehavior.
Look up support status of Pine v6 features (e.g., ta.supertrend, array.new) to avoid relying on unsupported functions that produce no effect in backtests.
Backtest PineScript v6 strategies locally from your AI agent: transpiles Pine to C++ and runs it on the deterministic, TradingView-validated PineForge engine via Docker. Tools for single backtests, parameter-grid sweeps, and Binance OHLCV fetch — no API key, data never leaves your machine.
Automatically generates TypeScript API code from Swagger/OpenAPI documentation. Supports listing services, tags, endpoints, and generating code by tag or endpoint.
Fetch OHLCV candles from Binance public API and write a backtest-ready CSV with timestamp, open, high, low, close, volume. Supports spot and USDT perpetual futures.
Run local, deterministic backtests of PineScript v6 strategies on your own OHLCV CSV data using Docker. Transpile Pine to C++ and return a detailed JSON report.
Retrieve full detail and supported/unsupported feature lists for a coverage topic ID. Use before working in a feature area to know which functions are implemented.
Replace all content in code editors (Monaco, CodeMirror, Ace, ProseMirror) using their native APIs. Works with Airtable, GitHub gists, CodePen, n8n code nodes.
Run parameter grid sweeps of PineScript v6 strategies. Tests combinations of input and override values, then ranks results by metrics like net profit to find the best configuration.
Discover live web micro-effects and motion techniques from CodePen, Shadertoy, Codrops, and GitHub. Filter by category or framework to find shaders, scroll animations, and more.
Retrieve detailed information for a single API endpoint, including parameters and response definitions. Automatically detects the service from the endpoint path.
Generate TypeScript API code from Swagger/OpenAPI documentation. Produce whole modules by tag or single endpoints by path and method, with automatic service inference.