アルゴクラウドポートフォリオの内部で何が起きているのか?
AlgoCloudは最近、多岐にわたる大規模な改良と完全に新しい機能の提供を開始しました。最も重要な追加機能の一つが新しいアナリティクスセクションであり、これにより大幅に明確な…
コンテンツへスキップ | メインメニューへ移動 | 検索に移動
Claude Code
In July I wrote about building StrategyQuant blocks, groups and templates with AI — four AI skills that turn plain English into import-ready StrategyQuant artifacts, each one validated against your own installation before it ever reaches you. At the time, the toolkit was something I demonstrated. Today it is something you can install.
sqx-lab — the SQX Authoring Toolkit — is now packaged as a single Claude Code plugin, free to download from the StrategyQuant Codebase.
Four skills, covering the whole authoring chain that feeds the StrategyQuant builder:
The chain runs block → group → template → project. Each output feeds the next, or any skill works alone. And the principle behind all four is unchanged: the AI proposes, but your StrategyQuant install disposes. Every artifact is derived from a catalog of what your build actually supports and validated before hand-off — no phantom indicators, no hand-written XML, no plausible-looking files that quietly refuse to build.
The release version (1.2) is built around a simple idea: setup should be one command, and failure should be loud.
/sqx-setup— point it at your StrategyQuant X folder once. It validates the folder (and refuses anything that isn’t a real SQX install), stores the path for all four skills, bootstraps every catalog, and reports what it found. A wrong folder can no longer silently break the toolkit.
/sqx-doctor— a one-command health check: Python, install, catalogs, and whether the block → group → template → project chain is actually intact. It specifically hunts ランダムなグループの分割に失敗しました — groups referencing custom blocks that aren’t in your install. One broken Value group used to silently disable entire classes of strategy shapes; now the doctor names it, lists the missing blocks, and the Custom Block Builder’s Repair mode rebuilds them.
/sqx-setup
. Seconds.
Everything runs locally. Your strategies, catalogs and data never leave your machine.
Download the zip, unzip, and install inside Claude Code:
/plugin marketplace add /absolute/path/to/sqx-lab /plugin install sqx-lab@sqx-lab /sqx-setup
That’s the whole setup. From then on you don’t invoke skills by name — you just describe the artifact you want, and Claude picks the right layer.
Download the SQX Authoring Toolkit from the Codebase →
The full manual — six-step tutorial, per-skill reference, FAQ — lives on the Codebase entry alongside the download.
Ivan Hudec (clonex) has published 135+ free extensions in the StrategyQuant Codebase and writes about the research behind them at algotrading.space.
AlgoCloudは最近、多岐にわたる大規模な改良と完全に新しい機能の提供を開始しました。最も重要な追加機能の一つが新しいアナリティクスセクションであり、これにより大幅に明確な…

リボールは長年にわたり、株価指数先物の手動トレードを行ってきた。彼はエクセルで自身のシステムを取引ごとに慎重にテストし、その結果は素晴らしいものに見えた。実際の……

滑らかなエクイティカーブは人を惑わせるものだ。ポートフォリオは安定しているように見えるかもしれないが、もしすべての戦略が同時にトレードに参加し、損失を出し、そして同時に回復するのだとすれば、それは本当の意味で…