TradingView Strategy Settings Automator for Openclaw

An automated tool to modify TradingView strategy inputs and properties through natural language commands and browser automation.

mariuswang007
v1.0.0
Feb 23, 2026
1
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install tv-strategy-settings

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install tv-strategy-settings using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is TradingView Strategy Settings Automator?

This skill enables AI agents to interact with the TradingView web interface to adjust strategy settings dynamically. By leveraging browser automation, it allows for the precise modification of Pine Script strategy inputs such as stop-loss, take-profit, and period lengths, as well as engine properties like initial capital and commission. Using Openclaw Skills like this one bridges the gap between manual chart interaction and automated algorithmic refinement.

It is particularly useful for traders who need to iterate on strategy parameters quickly without manual clicking. This tool ensures that your trading environment stays in sync with your evolving strategies by providing a reliable way to update parameters through natural language or exact labels, supporting both English and Chinese UI languages.

TradingView Strategy Settings Automator Use Cases

  • Adjusting stop-loss or take-profit percentages based on recent market volatility recommendations.
  • Tuning indicator periods and threshold values during an active backtesting session.
  • Modifying strategy engine properties like initial capital, slippage, or commission for realistic simulations.
  • Batch updating multiple strategy inputs simultaneously to save time during strategy optimization.
  • Switching between different visual styles or visibility settings for strategy overlays.

How TradingView Strategy Settings Automator Works

  1. Identify the active TradingView chart tab using browser tab discovery and focus the correct window.
  2. Capture a semantic snapshot of the page to locate the Strategy Tester panel and the settings gear icon.
  3. Trigger the settings dialog via automated clicks or double-clicks on the strategy overlay name.
  4. Navigate between the Inputs, Properties, or Style tabs based on the specific parameter requested by the user.
  5. Map natural language requests (e.g., "set SL to 2%") to the actual UI labels found in the snapshot.
  6. Execute input changes by triple-clicking values to overwrite or interacting with checkboxes and dropdowns.
  7. Click the Ok or Apply button to save changes and trigger a strategy recalculation on the chart.
  8. Verify the update with a final screenshot to confirm the strategy has processed the new data.

TradingView Strategy Settings Automator Setup

To use this within your environment, ensure your agent has the BrowserTool enabled and access to a managed browser instance. Openclaw Skills are designed to run in environments where browser automation is permitted.

# Ensure your agent has access to the TradingView domain
# The chart must be open with a strategy already loaded

The TradingView chart page must be active in the browser for the tool to locate the necessary DOM elements for interaction.

TradingView Strategy Settings Automator Data Schema & Taxonomy

The skill interacts with the TradingView DOM and maps UI elements to functional categories as follows:

Category Parameters Managed UI Tab Target
Strategy Inputs stop-loss, take-profit, period, length, thresholds Inputs
Strategy Properties initial capital, commission, slippage, pyramiding, order size Properties
Visual Styles colors, line widths, plot styles Style

Data is processed by mapping natural language strings to the labels identified in the BrowserTool snapshots, ensuring compatibility across different TradingView UI localized versions.

TradingView Strategy Settings Automator Advanced Features

  • Intelligent mapping of natural language (Chinese and English) to specific UI labels and buttons.
  • Batch modification support to update multiple parameters in a single dialog interaction to minimize overhead.
  • Automated error handling that detects when TradingView rejects a value due to min/max constraints.
  • Multi-modal verification using both snapshots for data integrity and screenshots for visual confirmation.
  • Seamless tab management to locate the specific TradingView instance among multiple open browser tabs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*