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 5 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...