karlwancl / Trady

Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.

Home Page:https://lppkarl.github.io/Trady

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccumulationDistributionLine<TInput,TOutput> constructor is protected and cannot be instanciated!

MohammadSadeghSalimian opened this issue · comments

The class of AccumulationDistributionLine<TInput, TOutput> has not accessible constructor and all constructors are protected. Please modify it.