NyxsOwl
A comprehensive Rust library for trading, forecasting, and financial analysis.
Features
- Technical Indicators - Complete suite of trading indicators (SMA, EMA, RSI, MACD, Bollinger Bands, etc.)
- Trading Math - Core mathematical functions for financial analysis
- Forecasting - Time series forecasting with OxiDiviner integration
- Strategy Library - Advanced trading strategies for multiple timeframes
Installation
Add this to your Cargo.toml:
[]
= { = "0.2.0", = ["trading-math"] }
Quick Start
use ;
Examples
Run the working examples:
# Technical indicators demo
# Comprehensive trading analysis
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.