DaveSkender / Stock.Indicators

Stock Indicators for .NET is a C# NuGet package that transforms raw equity, commodity, forex, or cryptocurrency financial market price quotes into technical indicators and trading insights. You'll need this essential data in the investment tools that you're building for algorithmic trading, technical analysis, machine learning, or visual charting.
https://dotnet.StockIndicators.dev
Apache License 2.0
978 stars 245 forks source link

results math utilities #979

Open DaveSkender opened 1 year ago

DaveSkender commented 1 year ago

Having the ability to do basic array math (+ - *) between two indicator results, fixed offset values, or % offset values would make some custom indicators simpler to create. Some consideration is needed for windowed or full history date matching to trap any matching problems. See original idea #977 from @jimtollan

DaveSkender commented 1 year ago

See #1102 for related .Shift() utility, which may also include some sort of universal Ehlers zero-lag option