StockSharp.Apps.Designer
5.0.202
Prefix Reserved
dotnet add package StockSharp.Apps.Designer --version 5.0.202
NuGet\Install-Package StockSharp.Apps.Designer -Version 5.0.202
<PackageReference Include="StockSharp.Apps.Designer" Version="5.0.202" />
paket add StockSharp.Apps.Designer --version 5.0.202
#r "nuget: StockSharp.Apps.Designer, 5.0.202"
// Install StockSharp.Apps.Designer as a Cake Addin #addin nuget:?package=StockSharp.Apps.Designer&version=5.0.202 // Install StockSharp.Apps.Designer as a Cake Tool #tool nuget:?package=StockSharp.Apps.Designer&version=5.0.202
Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. |
-
net6.0-windows7.0
- Ecng.Nuget (>= 1.0.112)
- StockSharp.Fix (>= 5.0.203)
- StockSharp.Studio.Compilation (>= 5.0.0)
- StockSharp.Studio.Controls (>= 5.0.226)
- StockSharp.Xaml.CodeEditor (>= 5.0.197)
- StockSharp.Xaml.Diagram (>= 5.0.217)
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 |
---|---|---|
5.0.202 | 43 | 2/14/2025 |
5.0.201 | 258 | 1/7/2025 |
5.0.200 | 103 | 1/5/2025 |
5.0.199 | 91 | 1/5/2025 |
5.0.198 | 120 | 12/30/2024 |
5.0.197 | 498 | 11/18/2024 |
5.0.196 | 143 | 11/16/2024 |
5.0.195 | 295 | 10/14/2024 |
5.0.194 | 137 | 10/9/2024 |
5.0.193 | 119 | 10/7/2024 |
5.0.192 | 118 | 10/3/2024 |
5.0.191 | 157 | 9/25/2024 |
5.0.190 | 103 | 9/23/2024 |
5.0.189 | 128 | 9/18/2024 |
5.0.188 | 118 | 9/16/2024 |
5.0.187 | 169 | 9/8/2024 |
5.0.186 | 206 | 8/26/2024 |
5.0.185 | 137 | 8/25/2024 |
5.0.184 | 139 | 8/24/2024 |
5.0.183 | 216 | 8/9/2024 |
5.0.182 | 100 | 8/5/2024 |
5.0.181 | 81 | 8/5/2024 |
5.0.180 | 82 | 8/3/2024 |
5.0.179 | 110 | 8/1/2024 |
5.0.178 | 79 | 7/29/2024 |
5.0.177 | 92 | 7/28/2024 |
5.0.176 | 249 | 7/4/2024 |
5.0.175 | 184 | 6/23/2024 |
5.0.174 | 173 | 6/13/2024 |
5.0.173 | 187 | 5/30/2024 |
5.0.172 | 194 | 5/13/2024 |
5.0.171 | 166 | 5/6/2024 |
5.0.170 | 142 | 5/5/2024 |
5.0.169 | 163 | 4/26/2024 |
5.0.168 | 145 | 4/25/2024 |
5.0.167 | 173 | 4/12/2024 |
5.0.166 | 167 | 4/4/2024 |
5.0.165 | 224 | 3/12/2024 |
5.0.164 | 198 | 2/23/2024 |
5.0.163 | 136 | 2/21/2024 |
5.0.162 | 165 | 2/15/2024 |
5.0.161 | 143 | 2/14/2024 |
5.0.160 | 149 | 2/12/2024 |
5.0.159 | 140 | 2/12/2024 |
5.0.158 | 154 | 2/6/2024 |
5.0.157 | 152 | 1/31/2024 |
5.0.156 | 167 | 1/14/2024 |
5.0.155 | 203 | 1/10/2024 |
5.0.4 | 250 | 12/15/2023 |
5.0.3 | 178 | 12/8/2023 |
5.0.2 | 151 | 12/2/2023 |
5.0.1 | 124 | 12/2/2023 |
5.0.0 | 127 | 12/2/2023 |
BaseExternalDiagramElement. Fix set parameters.
Init all services after login.
Report and runner generation in async mode.
Debugger buttons moved from ribbon into DiagramEditorPanel.
BreakpointsWindow supported model.
Debugger logic moved from UI to model.
Optimizer resume fixes.
Studio.IPC removed Configuration dependency.
Logging moved to Ecng.
StrategyParam. Name, Description, Category replaced by DisplayAttribute.
StrategyParam. IsReadOnly, IsBrowsable replaced by Attributes property.
SS-308 BasicAdvPropertiesPanel
Strategies supported parameterization
IConfiguration. SettingsCommand property.
Fix disposable pattern impl.
CodeInfo. ModuleName property.
F# and Python strategies supported.
RoslynCompiler -> CSharpCompiler. Compile made async. CodeInfo. Language property added.