Skip to content

A technical analysis library similar to TA-Lib, but allowing fast computation for streaming data. Check out the LEAN project by Quantconnect for more info.

License

Notifications You must be signed in to change notification settings

amittleider/LEAN-Indicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEAN-Indicators

Similar to the popular technical analysis library (TA-Lib), but allowing fast computation for streaming data. Created by QuantConnect.

The problem with TA-Lib is that you must compute on the entire period, meaning that it can be used well for backtesting, but computing values on live data is slow. This repo aims to solve that by keeping an indicator state and using an API that only relies on a single new price to do subsequent calculations.

Quantconnect has solved the problem, but is compiled in net4.6. This project is compiled in dotnet standard 2.0.

Builds

Build Status

Nuget package

Find the nuget package here: https://www.nuget.org/packages/AutoFinance.QuantConnect.Indicators/

About

A technical analysis library similar to TA-Lib, but allowing fast computation for streaming data. Check out the LEAN project by Quantconnect for more info.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages