Skip to content

rvitaliy/quantix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@rvitaliy/quantix

Streaming-first technical indicators in modern TypeScript.

The repository currently contains:

  • public indicators: SMA, SMMA, RSI, StandardDeviation, BollingerBands
  • focused source code in src/
  • runnable usage examples in examples/
  • unit and golden tests for the published package

Repository: https://github.com/rvitaliy/quantix

Install

deno add jsr:@rvitaliy/quantix

For npm consumers through JSR:

npx jsr add @rvitaliy/quantix

Examples

Usage examples for every public indicator are available in examples/README.md.

Contributing

Development uses modern TypeScript tooling.

The standard local verification workflow is:

cd quantix
deno task check

Repository Contents

  • src/: indicator implementations and small internal primitives
  • tests/: unit and golden tests
  • examples/: runnable examples for the public API

About

Streaming-first technical indicators in modern TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors