PulseTrade.Comm.Spa.Dynamic.Interactive.Extension 0.1.0-alpha15

This is a prerelease version of PulseTrade.Comm.Spa.Dynamic.Interactive.Extension.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package PulseTrade.Comm.Spa.Dynamic.Interactive.Extension --version 0.1.0-alpha15
                    
NuGet\Install-Package PulseTrade.Comm.Spa.Dynamic.Interactive.Extension -Version 0.1.0-alpha15
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PulseTrade.Comm.Spa.Dynamic.Interactive.Extension" Version="0.1.0-alpha15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseTrade.Comm.Spa.Dynamic.Interactive.Extension" Version="0.1.0-alpha15" />
                    
Directory.Packages.props
<PackageReference Include="PulseTrade.Comm.Spa.Dynamic.Interactive.Extension" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PulseTrade.Comm.Spa.Dynamic.Interactive.Extension --version 0.1.0-alpha15
                    
#r "nuget: PulseTrade.Comm.Spa.Dynamic.Interactive.Extension, 0.1.0-alpha15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PulseTrade.Comm.Spa.Dynamic.Interactive.Extension@0.1.0-alpha15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PulseTrade.Comm.Spa.Dynamic.Interactive.Extension&version=0.1.0-alpha15&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PulseTrade.Comm.Spa.Dynamic.Interactive.Extension&version=0.1.0-alpha15&prerelease
                    
Install as a Cake Tool

PulseTrade.Comm.Spa.Dynamic.Interactive.Extension

ColdFar Notebook 的 kernel extension。它把 provider-backed FsStlQuoteSession 的 committed bar/TA series 投影成 PulseTrade SDUI snapshot 與 live patch;Notebook 不需自行處理 provider actor、cursor token 或 ACK。

#r "nuget: PulseTrade.Comm.Spa.Dynamic.Interactive.Extension, <exact-version>"

open PulseTrade.Comm.Spa.Dynamic.Interactive.Extension

套件載入時會為目前 kernel 建立一個 SduiKernelRuntime;資料來源與 FSSTL session 仍由 Notebook composition 明確建立並註冊。正式資料流程不得由 extension 啟動 MdcQuote server、直讀 SQL/files 或建立假 market data。

TA_CHART 是 compiled module 的 presentation metadata,不會進入 step runtime,也不會在 session 建立另一份指標狀態。Notebook 可先由同一個 compiled module 建立 typed view,並用它的 dataRefs 建立真實 Quote binding:

let taView =
    FsStlTaView.compile compiledModule
    |> Result.defaultWith (fun issues -> failwithf "TA view: %A" issues)

let quoteBinding =
    createBinding slotId taView.DeclaredDataRefs compiledModule.RequiredQuoteSeries runConfiguration contextPrintLine fsstlSession
    |> Result.defaultWith (fun issues -> failwithf "Quote binding: %A" issues)

let quoteRegistration =
    SduiInteractiveRuntime.registerQuoteSlot quoteBinding
    |> Result.defaultWith (fun issue -> failwithf "Quote registration: %A" issue)

// 保持為 cell 最後一個 expression;既有 SDUI formatter 會自動顯示 iframe。
taView.ForQuoteSlot slotId

FsStlTaView 只保存 immutable document 與 typed series requests;QuoteSlot、provider client、session 與 observations 仍由 runtime 擁有。

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha9 33 9/8/2026
0.1.0-alpha8 33 9/8/2026
0.1.0-alpha7 35 9/8/2026
0.1.0-alpha6 39 9/8/2026
0.1.0-alpha5 30 9/8/2026
0.1.0-alpha4 33 9/8/2026
0.1.0-alpha3 39 9/8/2026
0.1.0-alpha21 29 9/9/2026
0.1.0-alpha20 27 9/9/2026
0.1.0-alpha2 50 9/6/2026
0.1.0-alpha19 37 9/9/2026
0.1.0-alpha18 34 9/9/2026
0.1.0-alpha17 32 9/9/2026
0.1.0-alpha16 31 9/9/2026
0.1.0-alpha15 29 9/9/2026
0.1.0-alpha14 33 9/9/2026
0.1.0-alpha13 36 9/9/2026
0.1.0-alpha11 38 9/8/2026
0.1.0-alpha10 38 9/8/2026
0.1.0-alpha1 50 9/6/2026