Skip to content

A collection of helpful trading utility functions fully written in typescript.

License

Notifications You must be signed in to change notification settings

nicogenz/trading-utils

Repository files navigation

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, ...])