Stock-indicators

Latest version: v1.3.0

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 19

2.4.91

Minor fix:

* 6bc622fe229338ada0f03521a8d7f9d7e4ac6502 fix: Candle Properties not accessible (1027)

This list of changes was [auto generated](https://dev.azure.com/skender/5123ca47-74f2-4d67-a5d4-c4d90b8d670a/_release?releaseId=531&_a=release-summary).

Special thanks to RobertWeaver for finding and fixing.

2.4.72

Minor update:

- reduced minimum `lookbackPeriod` value for [Hurst Exponent](https://dotnet.stockindicators.dev/indicators/Hurst/#content)

❤️ Special thanks to sshquack for contributing it.

2.4.61

Minor fix:

- fix: make `quotes.ToSortedCollection()` public for those needing it to make custom indicators - 976

2.4.51

⚠️ Breaking changes for [custom indicator](https://dotnet.stockindicators.dev/custom-indicators/#content) developers:

- use generic base return types for several newly `public` utility methods

This is needed for wider extensibility and compliance to the [Common Language Specification (CLS)](https://docs.microsoft.com/en-us/dotnet/standard/common-type-system).

See 970 for details.

2.4.33

Bug fixed:

- CMO use of daily momentum - 962

Special thanks to mihakralj for analyzing and reporting

2.4.25

Minor change to accommodate custom indicator chaining:

- make `IReusableResult` a public interface - 953

This enables custom indicators to be chainable. Example:

csharp
// custom external results class
public class MyCustomResult : ResultBase, IReusableResult
{
public double? MyCustomValue { get; set; }

// identify value choice for further chaining
double? IReusableResult.Value => MyCustomValue;
}


Special thanks to drakepro for recommending it. See our guide to learn more about [creating custom indicators](https://dotnet.stockindicators.dev/custom-indicators/#content).

Page 2 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.