Skip to content

Commit

Permalink
docs: Describe faster implementations (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Nov 7, 2021
1 parent 1eed660 commit a61afe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Technical indicators and overlays to run technical analysis with JavaScript / Ty

## Motivation

The "trading-signals" library provides a TypeScript implementation for common technical indicators with arbitrary-precision decimal arithmetic. This library puts more emphasis on the correctness of the calculation than on performance.
The "trading-signals" library provides a TypeScript implementation for common technical indicators with arbitrary-precision decimal arithmetic.

The main focus of this library is on the accuracy of calculations, but using the [faster implementations](./README.md#faster-implementations) it is also suitable for calculations where performance is important.

## Features

Expand Down

0 comments on commit a61afe6

Please sign in to comment.