65 packages tagged with “Momentum”
Client for Momentum PM Portal-API
Client for Momentum PM API
Core abstractions and interfaces for the Momentum platform. This foundational package defines contracts, base types, and abstractions used across all Momentum libraries. Essential for extensibility and loose coupling.
Transform financial market price data into technical analysis indicators such as MACD, Stochastic RSI, Average True Range, Parabolic SAR, and more.
Momentum .NET, a comprehensive template - Create production-ready microservices with Orleans, gRPC, Kafka, and PostgreSQL using Domain-Driven Design patterns
XML documentation utilities for Momentum platform providing parsing, processing, and generation capabilities for XML documentation files. Essential for code analysis and documentation tooling.
Core extensions library for Momentum .NET providing common utilities, result types, messaging abstractions, and data access helpers. Includes integrations with Dapper, FluentValidation, OneOf, and WolverineFx.
Source generators for the Momentum platform providing compile-time code generation utilities to reduce boilerplate and improve developer productivity. Includes generators for common patterns used across Momentum libraries.
Kafka messaging integration for Momentum platform providing event-driven communication through Apache Kafka with CloudEvents and WolverineFx support.
Generates individual markdown documentation files for distributed events from assemblies and XML documentation
Service defaults for Momentum platform providing common configurations for Aspire-based services including Kafka, PostgreSQL, OpenTelemetry, Serilog, resilience patterns, and service discovery. Essential for all Momentum host projects.
API-specific service defaults for Momentum platform extending the base ServiceDefaults with gRPC, OpenAPI documentation (Scalar), and API-focused configurations. Essential for Momentum API projects.
A modeling of units of measures that does automatic conversion between units for any modeled quantity using Float64 values.
Quantitative Technical Analysis Library in C# for Quantower
Momentum Breakout Strategy (C#)
Momentum Divergence Strategy (C#)
Williams R Momentum (C#)
Supertrend Momentum Filter (C#)
ADX Sentiment Momentum (C#)
Seasonality Adjusted Momentum (C#)
Momentum Breakout Strategy (Python)
Volatility Adjusted Momentum (C#)
Volatility Adjusted Momentum (Python)
A modeling of units of measures that does automatic conversion between units for any modeled quantity.
Momentum Divergence Strategy (Python)
Supertrend Momentum Filter (Python)
ADX Sentiment Momentum (Python)
Williams R Momentum (Python)
Seasonality Adjusted Momentum (Python)
An extensive measurement, unit, and data conversion library for .NET. var twoFeet = new Measurement(2, Units.Length.Feet); var twelveInches = new Measurement(12, Units.Length.Inches); var result = twoFeet + twelveInches; Console.WriteLine(result.GetValueAs(Units.Length.Yards).ToString()); // = 1 yard