Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bennycode/trading-signals

Open more actions menu

Repository files navigation

Trading Signals Monorepo

This monorepo contains multiple packages for building automated trading bots, including the famous trading-signals library and its documentation website. These packages provide TypeScript implementations of technical indicators, trading strategies, and data transformation utilities for algorithmic trading.

The trading-signals library is tested in production and trusted by hundreds of projects worldwide.

📦 Packages

This project uses Lerna for managing the monorepo with independent versioning. Execute npm test to run tests across all packages. Launch an interactive demo with npm run docs.

Package Description
@typedtrader/exchange Data transformation utilities for handling exchange candle data with proper type safety and aggregation. Helps with integrating new exchanges and brokers.
trading-signals Technical indicators (SMA, EMA, RSI, MACD, ...) for algorithmic trading with streaming updates, replace mode, lazy evaluation, and memory efficiency. Can be added to your own trading apps or strategies.
trading-signals-docs Documentation and showcase website built with Next.js, featuring interactive demos and examples of all indicators. See every indicator in action before you code.
trading-strategies Trading strategy implementations that combine technical indicators into actionable advices. Can be used to build your own strategies for backtesting and real-time trading.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.