Trading Strategy Guidelines

Community

Core trading rules for momentum-based systems.

AuthorIgorGanapolsky
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill codifies the core trading rules used to govern momentum-based strategies, including entry/exit filters.

Core Features & Use Cases

  • MACD momentum filter: ensure bullish momentum before entry.
  • RSI filters: avoid overbought entries.
  • Volume confirmation: ensure momentum aligns with liquidity.
  • Position sizing rules: tiered allocation and risk per trade.
  • Exit rules: trailing stop and profit targets.
  • Data source priority: cache, primary APIs, then fallback sources.

Quick Start

Apply these guidelines in your strategy module to gate entries and risk.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Trading Strategy Guidelines
Download link: https://github.com/IgorGanapolsky/trading/archive/main.zip#trading-strategy-guidelines

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository