KumoSignal is a trading system project focused on strategy logic, market data handling, and rule-based decision making.
The project is designed as a long-term learning and portfolio project, with emphasis on backend architecture rather than short-term results.
- C#
- .NET
- Console-based execution
- Modular strategy logic
- Trading strategy implementation (e.g. Ichimoku-based logic)
- Indicator evaluation and rule validation
- Trade entry/exit conditions
- Risk and position management concepts
- Clean separation between logic and execution
- src/ β core trading logic and strategy components
- Program.cs β entry point for running simulations / logic
- README.md β project overview and documentation
This project is actively evolving and used as a foundation for experimenting with trading strategies and system design.
It is not intended for live trading or financial advice.
The main goal of this project is to:
- Practice building complex backend logic
- Explore algorithmic decision-making
- Demonstrate system design skills in C#
This repository is part of a long-term personal project and may change structure as new features are explored.