Machine-readable manifesthttps://ai.primesync.me/api/tool-manifest
What Studio can do
- Build an entirely new strategy from trader-supplied rules.
- Build a new indicator.
- Create new experiments and trading models.
- Fix code without changing its logic.
- Convert indicators into strategies or strategies into indicators.
- Preserve identical arrows and levels during conversion when visual parity is requested.
- Optimize for PnL, win rate, drawdown, or robustness.
- Research universal cross-asset improvements.
- Run Monte Carlo without building code.
- Validate fresh TradingView results.
- Create profiles only when profiles are explicitly requested.
Exact MCP tools
Compute-only result + metadata audit entry
Research & Build Engine
primesync_research_builder- Permissions
- strategies:build · strategies:validate
- Reads
- Only the goal, code, visual reference, and TradingView CSV data supplied in the current tool call.
- Returns
- Build guidance, candidate evidence, Monte Carlo results, integrity checks, and generated code blocks or artifacts.
- External effects
- Writes one metadata-only audit event (tool, scopes, client, time, status). It does not save code, execute submitted code, call brokers, publish scripts, or access TradingView accounts.
Compute-only result + metadata audit entry
Strategy Builder
primesync_strategy_builder- Permissions
- strategies:build
- Reads
- The trader's idea, rules, market, timeframe, execution assumptions, costs, and requested output.
- Returns
- A clarification bundle or a strategy blueprint, code-generation plan, audit stages, and validation steps.
- External effects
- Writes one metadata-only audit event. It does not place trades, save workspaces, or alter external files.
Compute-only result + metadata audit entry
Code Audit
primesync_audit_strategy- Permissions
- strategies:audit
- Reads
- The approved rule blueprint and supplied Pine Script or Python code.
- Returns
- A rule-by-rule audit for invented logic, repainting, timing, sizing, cost, and code-version problems.
- External effects
- Writes one metadata-only audit event. It analyzes text and returns corrections in the conversation without changing external files.
Compute-only result + metadata audit entry
Monte Carlo
primesync_monte_carlo- Permissions
- strategies:validate
- Reads
- Chronological trade returns, return unit, simulation count, and comparison objective.
- Returns
- Deterministic outcome percentiles, drawdown, losing streak, and negative-result probability.
- External effects
- Writes one metadata-only audit event. It does not build code, fetch market data, or execute trades.