Skip to content

mahdi/dot-talib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical Analysis Library in C#

This is my second try to implement technical indicators. I've done it in Elixir before. The aim of the project is to be used in different scenarios like back-testing and automated trading.

This is list of implemented indicators:

  • MA (EMA, SMA)
  • RSI
  • MACD
  • Stochastic

At the moment there are somethings to be done before it gets ready for use in production. And it needs some refactors and optimization like memoization.

About

Technical Analysis Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%