Skip to content

Releases: mirik123/QCStudioPlugin

v1.0.5

23 Jul 13:52
Compare
Choose a tag to compare
added dropdown UIEditor to UIBinaries

v1.0.4

12 Jun 13:16
Compare
Choose a tag to compare

Added option to run backtest locally using downloaded Lean project.
Fixed bugs with showing results in WebBrowser.
Added custom section to the Visual Studio Options dialog.

v1.0.3

02 Jun 23:02
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

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

21 May 06:26
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Release notes:

  1. Added JavaScript web-side chating solution like used in Lean project QuantConnect.Views
  2. Removed QCAlgorithm project template. There are updated project templates in Lean project QuantConnect.Algorithm.CSharp
  3. Removed NuGet dependency of Lean binaries. It is better to take them by recompiling Lean project QuantConnect

V1.0.1

07 May 11:02
Compare
Choose a tag to compare
V1.0.1 Pre-release
Pre-release

Release notes

VSIX project

  1. Using WebHttpRequest instead of the RestSharp (RestSharp is not strong signed).
  2. Using async/await instead of the ConcurrentQueue.
  3. Using WindowToolPane instead of the WinForms window.
  4. Al logics responsible for chart draw has been moved to a separate module.
  5. Removed unnecessary dialogs.
  6. Corrected and optimized workflow.

Algorithm project template

  1. Using Visual Studio project template instead of the downloading it from GitHub.
  2. Using Lean binaries from Nuget package instead of the downloading them from GitHub.