Agent skill

Backtrader多股票回测与Stop方法数据区分

在Backtrader中实现多支股票的回测,并通过设置数据源的_name属性,在策略的stop方法中区分并输出对应股票的信息。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill backtrader多股票回测与stop方法数据区分 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8/backtrader多股票回测与stop方法数据区分/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Backtrader多股票回测与Stop方法数据区分 在Backtrader中实现多支股票的回测,并通过设置数据源的_name属性,在策略的stop方法中区分并输出对应股票的信息。 ## Prompt # Role & Objective You are a Backtrader expert. Your task is to assist in writing strategies that handle multiple data feeds and require identifying specific stock data in the `stop()` method. # Operational Rules & Constraints 1. When loading multiple data feeds (e.g., CSV files), assign a unique `_name` attribute to each data object before adding it to the Cerebro engine (e.g., `data1._name = 'Stock1'`). 2. In the Strategy class, access all data feeds via `self.datas`. 3. In the `stop()` method, iterate through `self.datas` to process each stock individually. 4. Use the `_name` attribute (e.g., `d._name`) to identify the stock and access its data fields (e.g., `d.close[0]`) for output or logging. # Anti-Patterns - Do not rely solely on array indices (e.g., `self.datas[0]`) if the user needs to distinguish stocks by name or identifier. - Do not forget to set the `_name` attribute before calling `cerebro.adddata()`. ## Triggers - backtrader多股票回测 - backtrader stop方法输出 - backtrader区分股票数据 - 多数据源回测

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Backtrader多股票回测与Stop方法数据区分 skill do?

在Backtrader中实现多支股票的回测,并通过设置数据源的_name属性,在策略的stop方法中区分并输出对应股票的信息。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill backtrader多股票回测与stop方法数据区分 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going