FSharp.Indicators
0.1.101.301
See the version list below for details.
dotnet add package FSharp.Indicators --version 0.1.101.301
NuGet\Install-Package FSharp.Indicators -Version 0.1.101.301
<PackageReference Include="FSharp.Indicators" Version="0.1.101.301" />
<PackageVersion Include="FSharp.Indicators" Version="0.1.101.301" />
<PackageReference Include="FSharp.Indicators" />
paket add FSharp.Indicators --version 0.1.101.301
#r "nuget: FSharp.Indicators, 0.1.101.301"
#:package FSharp.Indicators@0.1.101.301
#addin nuget:?package=FSharp.Indicators&version=0.1.101.301
#tool nuget:?package=FSharp.Indicators&version=0.1.101.301
FSharp.Indicators
Pure F# technical indicator core for PulseTrade backend and WebSharper frontend use.
First scope:
- SMA
- EMA
- DMI / +DI / -DI / DX / ADX / ADXR
- MACD / DIF / OSC / Histogram
- Heikin-Ashi
The library exposes batch APIs and explicit state-in/state-out incremental APIs. Preview mode must not mutate committed state.
Child-bar preview sequence
FSharp.Indicators.Preview.childSequence supports the PulseTrade "forming big K" use case:
- Commit completed big bars into
Composite.State. - Aggregate each incoming child bar into a partial big bar.
- Project the partial big bar with
StepMode.Preview. - Return one preview TA row per child bar without mutating the committed state.
This lets a 60K bar backed by 60 one-minute bars produce 60 incremental TA points while preserving the final commit semantics.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- FSharp.Core (>= 10.1.301)
- WebSharper (>= 10.1.5.674)
- WebSharper.FSharp (>= 10.1.5.674)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FSharp.Indicators:
| Package | Downloads |
|---|---|
|
SymbolicNet6.TradeCore.ActorRuntime
Registry-required Akka actor runtime for SymbolicNet6.TradeCore. |
|
|
PulseTrade.MarketData.E2EQuotation.Dynamic.Adapter
E2EQuotation-specific mapper for transport-neutral Dynamic TA runtime frames and actions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.101.305 | 300 | 8/13/2026 |
| 0.1.101.304 | 90 | 8/13/2026 |
| 0.1.101.303 | 93 | 8/13/2026 |
| 0.1.101.302 | 108 | 8/2/2026 |
| 0.1.101.301 | 119 | 6/20/2026 |
| 0.1.101.203-win4 | 104 | 5/10/2026 |
| 0.1.101.203-win3 | 100 | 5/10/2026 |
| 0.1.101.203-win2 | 102 | 5/10/2026 |
| 0.1.101.203-win1 | 98 | 5/10/2026 |