Anatoliy Siryi

Results 5 comments of Anatoliy Siryi

The class MAInput defined as: ``` class MAInput { period: number; values: number[]; } ``` You either need to change the prices variable name to "_values_" or explicitly pass the...

Just updated to the latest versions of Nativescript packages and the Elements tab is working again. ``` @nativescript/core: 8.1.5 @nativescript/android: 8.1.1 @nativescript/webpack: 5.0.4 @nativescript/types: 8.1.1 ``` Windows 11 22000.527, Chrome...

@hanslai There is a NuGet-ready library that supports .NET Core 3.x. Feel free to use [TA-Lib.NETCore](https://github.com/hmG3/TA-Lib.NETCore)

The support for `Span` is underway and planned to be included in the upcoming release. Also, the library is shifting towards leveraging C# [Generic Math](https://learn.microsoft.com/en-us/dotnet/standard/generics/math) which will reduce the amount...

Same for me. It appears only if using `loadingStyle = EasyLoadingStyle.custom` and setting `radius` property.