gen-ctx-kline

Generate context K-line charts for a symbol at a timestamp with selected timeframes.

Updated Jul 10, 2022
One-click install
npx skills add https://github.com/samuerio/.dotfiles --skill gen-ctx-kline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-ctx-kline
Source: https://github.com/samuerio/.dotfiles/tree/main/agents/skills/gen-ctx-kline
Command: npx skills add https://github.com/samuerio/.dotfiles --skill gen-ctx-kline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, and includes scripts (resource) components.

What problem does it solve?

Contextual K-line charts for a single symbol at a specified timestamp are generated automatically, reducing manual chart preparation and speeding up analysis.

Core Features & Use Cases

  • Generate a single context K-line dataset for one symbol at one timestamp.
  • Dynamically select timeframes based on the chosen mark (5m, 15m, 1h, 4h) and pull the latest indicators.
  • Output artifacts that include the final output directory path and a concise summary of inputs and results.

Quick Start

Run the gen-ctx-kline workflow with a valid ctx_time, mark, and symbol to generate the context K-line and associated artifacts.

Frequently Asked Questions about gen-ctx-kline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate K-line charts for a specific symbol at a certain timestamp?

To generate K-line charts for a symbol, provide a valid timestamp, mark, and symbol to the workflow. It resolves the symbol, pulls the latest indicators, and outputs a directory containing the context K-line artifacts.

What timeframes can I use when generating context K-line datasets?

You can dynamically select timeframes using marks of 5m, 15m, 1h, or 4h when generating context K-line datasets. The workflow tailors the output and indicators based on the chosen mark.

Do I need local indicator data to generate context K-line charts?

Yes, generating context K-line charts requires local symbol indicator data. The workflow validates input formats and resolves the symbol via a script before producing the final output directory.

What outputs do I get after generating a context K-line chart?

Generating a context K-line chart produces a final output directory containing artifacts. This includes a concise summary of your inputs and the results, reducing manual chart preparation.

Can I generate K-line charts for multiple symbols at the same timestamp?

No, this workflow generates a context K-line dataset for a single symbol at one specified timestamp. It is designed to speed up analysis for one symbol across varying timeframes rather than batch processing multiple symbols.

What dependencies are required to run the context K-line generation workflow?

You need the uv dependency installed to run the context K-line generation workflow. The workflow uses scripts to validate inputs, resolve symbols, and output the final chart artifacts.