TA-Lib.NETCore icon indicating copy to clipboard operation
TA-Lib.NETCore copied to clipboard

πŸ“ˆ A modern port to .NET (C#) of Technical Analysis Library

Results 6 TA-Lib.NETCore issues
Sort by recently updated
recently updated
newest added

Can't find documentation for these arguments, can somebody help me and describe them?

This library is using doubles vs decimals and in crypto markets there are markets which have a large number of decimal places and using doubles vs decimals can produce incorrect...

How to use the library. For example the Stochastic indicator. public static RetCode Stoch ( double [] inHigh, double [] inLow, double [] inClose, int startIdx, int endIdx, double []...

I Faced Divide by zero exception in cci calculation. It does not occur most of the time but in a rare situation, it throws this exception: ` outReal[outIdx++] = tempReal...

### Description First, I want to thank the maintainers for this fantastic open-source library. TALib.NETCore has been very helpful in building candlestick-based analysis, and we appreciate the effort in maintaining...