Commit Graph

58 Commits

Author SHA1 Message Date
AlexCatarino 0be6e8fa1f Initial commit of LeanReportCreator
- Renames `ApiPython` project to `PythonToolbox`
- Moves `LeanReportCreator` from https://github.com/QuantConnect/LeanReportCreator to https://github.com/QuantConnect/Lean/tree/master/PythonToolbox.
- Fixes README.rst
- Add QuantConnect License header
2018-06-06 13:17:37 +01:00
AlexCatarino 7c5c45d1fb Creates QuantConnect ApiPython project
This new project includes the source and tools to develop the quantconnect python package that provides interaction via API with quantconnect.com.
2018-02-09 15:06:36 +00:00
Michael Handschuh 118d42e027 Revert unintended change to sln file 2017-12-08 10:07:54 -05:00
Michael Handschuh 077452da2b Add QuantConnect.Algorithm.Framework csproj
This project will house the new modular qc algorithm framework.
2017-12-08 10:07:53 -05:00
Atif Aziz 3dd7ba508a Remove non-existing file ref from VS solution
The file `.nuget\packages.config` does not exist.
2017-10-04 17:23:15 +02:00
AlexCatarino bf8f2626a6 Adds Algorithm.PythonTools
Adds Algorithm.PythonTools project that enables PTVS (Python Tools Visual Studio, https://microsoft.github.io/PTVS/). With PTVS, the user has more tools to work with python script (e.g.: code completion).
2017-09-18 09:20:57 +01:00
Martin-Molinero 47c63d1987 Removing plugin project from solution build 2017-09-09 15:36:09 -07:00
Martin Molinero 091915510a Modifying projects GUIDs 2017-09-09 19:22:34 -03:00
Martin Molinero a2b18bae1c Renaming VS17 solution file 2017-09-09 18:24:17 -03:00
Martin-Molinero 933f4c71ef Creating solution files for VS17 & VS15 2017-09-09 09:50:48 -07:00
Martin-Molinero fa2a445ae3 Adding a Project for VS15 & one for VS17 2017-09-07 19:21:39 -07:00
AlexCatarino 85ed5a92a3 Implements Jupyter Project
With this new project, we are able to use Jupyter with QuantConnect data for quantitative analysis
2017-08-04 21:06:07 +01:00
AlexCatarino 95de4fdc1f Removes Algorithm.VisualBasic and Algorithm.Java projects
Since we no longer support VB and Java, those projects are removed from solution to avoid compilation and exectution issues.
They will be kept on disk for developers who still want to use them.
2017-06-23 11:48:12 +01:00
Jared 9de02c9eaa Merge pull request #806 from mushketyk/backtest-plugin
Backtest plugin
2017-05-18 15:34:31 -04:00
Ivan Mushketyk 94dc3cbceb Fix CI build 2017-03-20 14:22:06 -07:00
AlexCatarino 60bcfd76ae Fixes UI display
Since debug mode doesn't display UI View reliably, we set Lean to use the release mode version.
2017-03-16 22:13:09 -03:00
Ivan Mushketyk 0bba7b7be3 Renamed VisualStudio plugin folder 2017-02-28 00:40:57 -08:00
Ivan Mushketyk fad6270096 Add empty VisualStudio plugin 2017-02-26 15:01:10 -08:00
jaredbroad 269e39bed5 Removing VB/F# from Release build 2016-06-03 16:59:03 -04:00
jaredbroad 8a2fd1cd3d Removed vb/fsharp from debug build list
too many linux build issues. removed for now until the fsharp
build process is more reliable
2016-05-10 13:32:32 -04:00
jaredbroad 6dff8e3600 Remove travisCI build profile 2016-04-19 18:46:56 -04:00
jaredbroad bd6534328e Added views project to default build steps 2016-04-19 18:45:04 -04:00
jaredbroad d4c5a422b9 Test fix with Mono Web Browser replacing Gecko 2016-04-19 18:41:48 -04:00
jaredbroad e93006b6a5 Added Travis CI release configuration and disabled views from building in linux 2016-04-15 12:44:37 -04:00
David Hsieh 9070c96130 Added CEFSharp To Library. 2016-03-02 22:36:36 +10:00
snugs 681cd32e32 Lean.Engine now dll, Adds Lean.Launcher exe 2015-11-30 14:12:43 -05:00
snugs 7143798b89 Bar.Update no longer updates on zero values
This is a much simpler way of doing this and is more correct for 99.999% of use cases.

Thanks to @AlexCatarino for this one!
2015-11-11 21:32:27 -05:00
snugs 5d4aadbb9c Removes QuantConnect.Interfaces
This project was collapsed into QuantConnect.csproj.
This will allow code in the common project to use the interfaces abstractions
2015-11-04 13:18:59 -05:00
QuantConnect 2064776f37 Moved QuantConnect.ToolBox into ToolBox directory 2015-10-08 18:02:13 -04:00
QuantConnect f2051f3802 Adds QuantConnect.ToolBox to sln 2015-10-08 15:03:58 -04:00
snugs 928acd2f88 Remove non AnyCPU build configurations 2015-07-03 17:31:22 -04:00
snugs 447dccf268 Merge branch 'master' of https://github.com/craig-stevenson/Lean into craig-stevenson-master 2015-06-29 20:07:51 -04:00
craig-stevenson 88b93b1c99 Added Java Support
Added Java Support for QuantConnect
2015-06-28 12:31:01 -05:00
QuantConnect 5099d89b13 Added FSharp.Core reference to Lean 2015-06-20 18:03:51 -04:00
Alexander Köplinger 9809e23e54 Reenable VB project and make it work on Travis 2015-06-20 12:54:21 +02:00
QuantConnect d7fd47d001 Remove visual basic from solution build to pass travis-ci 2015-06-19 23:10:18 -04:00
snugs d1bb092014 Merge remote-tracking branch 'origin/master'
Conflicts:
	Engine/config.json
	QuantConnect.Lean.sln
2015-06-18 17:26:26 -04:00
QuantConnect 45e66a21dd Removed my-project junk files from visual basic algorithm project 2015-06-18 17:06:32 -04:00
snugs 4de2ec4070 Make Engine an instance
Updated all interfaces to accept dependencies via Initialize methods
2015-06-18 13:50:11 -04:00
QuantConnect 35a121d239 Added VS project to build config 2015-06-18 13:15:44 -04:00
QuantConnect e8bad91b2d Travis.yml symbolic link fix 2015-06-18 11:14:29 -04:00
snugs dd27fc5ee1 Remove VB from sln build configurations, lack of travis VB support 2015-06-17 23:31:29 -04:00
snugs d646591861 Remove Fsharp and VB projects from build, travis fix test 2015-06-17 23:13:12 -04:00
snugs c719d42bb5 Set lean build dependencies for new algo projects 2015-06-17 22:40:51 -04:00
QuantConnect 5b6bfd79e0 Added visual basic algorithm template and language switch to config 2015-06-17 21:45:26 -04:00
QuantConnect cc569f0088 Added visual basic algorithm template and language switch to config 2015-06-17 21:43:13 -04:00
QuantConnect 55a6215da6 Split QCAlgorithm and Algorith,CSharp into separate projects, added FSharp project for algorithms 2015-06-17 17:44:02 -04:00
QuantConnect ca4a49e70d Rework GetResultHandler to use type loader; first desktop UX implementation; functional logger 2015-06-07 03:08:33 -04:00
snugs 73246bc010 Clean up solution build configurations 2015-03-31 18:49:25 -04:00
QuantConnect 0a6e0612eb Added release configuration with code optimized 2015-02-25 15:52:54 -03:00