Releases: mirik123/QCStudioPlugin
Releases · mirik123/QCStudioPlugin
v1.0.5
v1.0.4
v1.0.3
Release Notes
Now the backtests can be run in 4 different ways (no one of them works 👍 ):
a. remote run of the algorithm that has been previously loaded to the server and displaying results in ZedGraph (WinForms).
b. remote run of the algorithm that has been previously loaded to the server and displaying results in JavaScript graph (WebClient).
c. local run of the local algorithm using local installation of Lean and displaying results in ZedGraph (WinForms).
d. local run of the local algorithm using local installation of Lean and displaying results in JavaScript graph (WebClient).
v1.0.2
Release notes:
- Added JavaScript web-side chating solution like used in Lean project QuantConnect.Views
- Removed QCAlgorithm project template. There are updated project templates in Lean project QuantConnect.Algorithm.CSharp
- Removed NuGet dependency of Lean binaries. It is better to take them by recompiling Lean project QuantConnect
V1.0.1
Release notes
VSIX project
- Using WebHttpRequest instead of the RestSharp (RestSharp is not strong signed).
- Using async/await instead of the ConcurrentQueue.
- Using WindowToolPane instead of the WinForms window.
- Al logics responsible for chart draw has been moved to a separate module.
- Removed unnecessary dialogs.
- Corrected and optimized workflow.
Algorithm project template
- Using Visual Studio project template instead of the downloading it from GitHub.
- Using Lean binaries from Nuget package instead of the downloading them from GitHub.