trading-utils
v0.0.6
Published
A collection of helpful trading utility functions.
Downloads
3
Maintainers
Readme
Trading Utils
🚧 In development (APIs may change) 🚧
A collection of helpful trading utility functions fully written in typescript.
Available Indicators
- RSI
- EMA
- MACD
- Stochastic
Example usage
import { rsiIndicator } from 'trading-utils'
rsiIndicator.calculate([94.449997, 94.769997, ...])