TradingView Strategy Settings
PassAudited by ClawScan on May 1, 2026.
Overview
This is an instruction-only browser automation skill for changing TradingView strategy settings, with no hidden code or credential handling shown, though it can apply real chart setting changes.
This skill appears coherent and low risk for its stated purpose. Use it when you want browser automation to change TradingView strategy settings, but confirm the correct chart, strategy, parameter, and value before allowing it to click Ok or Apply.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A wrong parameter, value, or chart tab could change the user's TradingView strategy configuration and affect analysis or backtesting results.
The skill explicitly directs browser automation to edit fields and apply changes in TradingView. This is purpose-aligned, but it means the agent can change chart strategy settings if it targets the wrong field or tab.
BrowserTool action=click ref=<input-ref> clickCount=3 BrowserTool action=type ref=<input-ref> text="<new-value>" ... Click the "Ok" or "确定" button to apply and close the dialog
Before applying changes, verify the selected TradingView tab, strategy name, parameter label, and new value; ask the agent to preview available parameters when there is any ambiguity.
