strategy-analysis

Reference real-time Analysis values in trading bot rules and actions.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/LivTorgEx/strategy-skill --skill strategy-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-analysis
Source: https://github.com/LivTorgEx/strategy-skill/tree/main/skills/analysis
Command: npx skills add https://github.com/LivTorgEx/strategy-skill --skill strategy-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams need a reliable way to reference live projection and chart context inside trading strategy filters and actions without guessing which “Analysis” fields are available or how to structure them.

Core Features & Use Cases

  • Defines supported Analysis value types such as Indicator, Candle, FastCandle, Kline, Wave, Movement, and OrderBook-related values.
  • Provides JSON-ready examples for composing Analysis expressions used in filters, actions, and variables.
  • Explains FastCandle semantics and safety (including recommended fallback behavior when fast data is missing).

Quick Start

Ask your AI to generate a strategy condition that uses Analysis Candle close (and optionally FastCandle direction/price thresholds) to gate entries, using the correct JSON shape for the platform.

Frequently Asked Questions about strategy-analysis

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

FAQPage Schema
How do I reference real-time projection data in trading bot strategy rules?

Real-time projection data is referenced in trading bot logic by defining supported Analysis value types like Candle or Indicator within JSON expressions to build filters, actions, and variables.

What Analysis value types can I use for building indicator filters and market signals?

Supported Analysis value types include Indicator, Candle, FastCandle, Kline, Wave, Movement, and OrderBook-related values for composing market signal filters and decision logic.

How does FastCandle work in real-time market analysis and what happens when data is missing?

FastCandle provides fast microstructure data for real-time analysis, requiring recommended fallback behavior to safely handle missing fast data within your strategy execution logic.

Can I use JSON schema to structure trading strategy actions based on candle context?

Yes, JSON-ready examples are provided to compose Analysis expressions that gate entries and actions based on candle close, direction, and price threshold contexts.

Are there platform availability constraints when using projection SuggestionInfo in strategy logic?

Yes, strategy logic referencing projection data is constrained by platform availability tied to SuggestionInfo, dictating which Analysis value type and property combinations are valid.