Commit Graph

75 Commits

Author SHA1 Message Date
AlexCatarino c1de2f768f Tools for python scripts compilation
Updates build scripts that create python binaries (pyc files) from python scripts using nPython.
Also adds *.pyc to gitignore.
2017-04-11 12:09:16 +01:00
AlexCatarino 9774af9adc Custom Data for Python Support 2017-02-09 17:48:50 -02:00
AlexCatarino 68fd8a4120 New Python Support Framework
Initial commit
2017-01-10 16:12:19 -02:00
Stefano Raggi 8688ece2d4 Update Accord.NET library to version 3.3.0 2016-12-15 20:46:25 +01:00
Andrew Hart cba2fac637 Minor changes to build.bat
The path to ipy.exe is now set explicitely.  There was also an error in the path to the python files that is now fixed.
2016-09-20 18:43:56 -04:00
Andrew Hart f2b3188fd5 build.bat now has executable permissions 2016-09-20 18:03:22 -04:00
Andrew Hart fee32c8d5b build.bat reflects appropriate file heirarchy 2016-09-20 17:58:16 -04:00
Andrew Hart c8b935b536 build.sh is now executable 2016-09-20 17:30:16 -04:00
Andrew Hart 93000b4bc4 build.sh now reflects correct folder heirarchy 2016-09-20 17:26:29 -04:00
Andrew Hart 7779fb567e Build events in Algo.Python now platform dependent 2016-09-20 17:19:50 -04:00
jaredbroad dd8a6442b6 Tidy unneccessary TravisCI build configuration 2016-04-19 19:51:51 -04:00
jaredbroad e93006b6a5 Added Travis CI release configuration and disabled views from building in linux 2016-04-15 12:44:37 -04:00
Michael Handschuh 6db044dd0c Merge pull request #364 from AlexCatarino/py_dataconsolidation
Adds DataConsolidationAlgorithm.py
2016-04-07 08:29:42 -04:00
Michael Handschuh 555d015357 Merge pull request #368 from AlexCatarino/py_etfglobalrotation
Adds ETFGlobalRotationAlgorithm.py
2016-04-07 08:24:19 -04:00
Michael Handschuh 37c6f1eb0e Merge pull request #358 from AlexCatarino/py_delistingevents
Adds DelistingEventsAlgorithm.py
2016-04-07 08:23:13 -04:00
AlexCatarino a308e51077 Adds DelistingEventsAlgorithm.py
Adds Python version of DelistingEventsAlgorithm
2016-04-07 08:21:24 -04:00
Michael Handschuh e0d13f0d34 Merge pull request #356 from AlexCatarino/py_historyandwarmupregression
Adds HistoryAndWarmupRegressionAlgorithm.py
2016-04-07 08:06:08 -04:00
AlexCatarino 0ae4660140 Adds ETFGlobalRotationAlgorithm.py
Adds Python version of ETFGlobalRotationAlgorithm
2016-04-06 09:19:16 -03:00
Jared 4a12258a95 Merge pull request #366 from AlexCatarino/py_customcharting
Adds CustomChartingAlgorithm.py
2016-03-30 11:49:20 -04:00
AlexCatarino acf121aaf3 Adds TickDataFilteringAlgorithm.py
Adds Python version of TickDataFilteringAlgorithm
2016-03-29 23:09:55 -03:00
AlexCatarino cb10cc2c5e Adds CustomChartingAlgorithm.py
Adds Python version of CustomChartingAlgorithm
2016-03-29 17:02:27 -03:00
AlexCatarino 7e2d6c80bf Adds DataConsolidationAlgorithm.py
Adds Python version of DataConsolidationAlgorithm
2016-03-29 15:13:39 -03:00
AlexCatarino 5fde773835 Adds WarmupHistoryAlgorithm.py
Adds Python version of WarmupHistoryAlgorithm
2016-03-27 18:55:26 -03:00
AlexCatarino 28bc2812de Adds DividendAlgorithm.py
Adds Python version of DividendAlgorithm
2016-03-25 18:52:32 -03:00
AlexCatarino aa88285adf Adds HistoryAndWarmupRegressionAlgorithm.py
Adds Python version HistoryAndWarmupRegressionAlgorithm
2016-03-24 17:55:53 -03:00
Michael Handschuh e005cb1f1b Merge branch 'py_quandlimporteralgorithm' of https://github.com/AlexCatarino/Lean
Conflicts:
	Algorithm.Python/QuantConnect.Algorithm.Python.csproj
2016-03-24 14:51:21 -04:00
Jared c393854048 Merge pull request #353 from AlexCatarino/py_scheduleevents
Adds ScheduledEventsAlgorithm.py
2016-03-24 14:46:55 -04:00
AlexCatarino 7cd1f7f538 Adds WarmupAlgorithm.py
Adds Python version of WarmupAlgorithm
2016-03-23 22:50:35 -03:00
AlexCatarino 9df78393cc Adds ScheduledEventsAlgorithm.py
Adds Python version of ScheduledEventsAlgorithm
2016-03-23 21:46:29 -03:00
AlexCatarino 6b6d8daecf Adds MACDTrendAlgorithm.py
Adds Python version of MACDTrendAlgorithm
2016-03-22 22:54:40 -03:00
AlexCatarino 39b5958c24 Adds QuandlImporterAlgorithm.py
Adds Python version of QuandlImporterAlgorithm
2016-03-22 17:23:47 -03:00
Michael 6195aa199d Merge pull request #346 from AlexCatarino/py_orderticketdemo
Adds OrderTicketDemoAlgorithm.py
2016-03-22 11:18:29 -04:00
Michael Handschuh 7ace5745ce Merge branch 'py_universeselectiondefinitions' of https://github.com/AlexCatarino/Lean into AlexCatarino-py_universeselectiondefinitions
Conflicts:
	Algorithm.Python/QuantConnect.Algorithm.Python.csproj
2016-03-22 10:49:02 -04:00
AlexCatarino 3426bd9ffd Adds OrderTicketDemoAlgorithm.py
Adds Python version of OrderTicketDemoAlgorithm
2016-03-22 11:38:41 -03:00
Jared 705d2cebfa Merge pull request #337 from AlexCatarino/py_userdefineduniverse
Adds UserDefinedUniverseAlgorithm.py
2016-03-21 10:05:44 -04:00
Jared b1761196d2 Merge pull request #342 from AlexCatarino/py_marketonopenonclose
Adds MarketOnOpenOnCloseAlgorithm.py
2016-03-21 10:04:43 -04:00
Jared 700e984741 Merge pull request #338 from AlexCatarino/py_coarsefundamentaltop5
Adds CoarseFundamentalTop5Algorithm.py
2016-03-21 10:01:32 -04:00
AlexCatarino edb8361da1 Adds MarketOnOpenOnCloseAlgorithm.py
Adds Python version of MarketOnOpenOnCloseAlgorithm
2016-03-20 23:09:23 -03:00
AlexCatarino 4f08afa353 Adds CoarseFundamentalTop5Algorithm.py
Add Python version of CoarseFundamentalTop5Algorithm
2016-03-18 12:55:20 -03:00
AlexCatarino 7f1ece096d Adds UserDefinedUniverseAlgorithm.py
Add Python version of UserDefinedUniverseAlgorithm
2016-03-17 23:11:57 -03:00
AlexCatarino c5c9bba74e Adds UniverseSelectionDefinitionsAlgorithm.py
Add Python version of UniverseSelectionDefinitionsAlgorithm
2016-03-17 22:47:27 -03:00
AlexCatarino 1488265100 Adds BasicTemplateFillForwardAlgorithm.py
Add Python version of BasicTemplateFillForwardAlgorithm
2016-03-17 22:22:42 -03:00
AlexCatarino 60863d2f8f Adds DropboxUniverseSelectionAlgorithm.py
Add Python version of DropboxUniverseSelectionAlgorithm
2016-03-16 17:31:09 -03:00
Jared 487b38a219 Merge pull request #328 from AlexCatarino/py_daily
Adds DailyAlgorithm.py
2016-03-15 17:07:48 -04:00
AlexCatarino fd420a5184 Adds UniverseSelectionRegressionAlgorithm.py
Add Python version of UniverseSelectionRegressionAlgorithm
2016-03-15 16:31:34 -03:00
AlexCatarino 000ca5916f Adds DailyAlgorithm.py
Add Python version of DailyAlgorithm
2016-03-14 13:30:33 -03:00
AlexCatarino 5b91a14685 Adds ParameterizedAlgorithm.py
Add Python version of ParameterizedAlgorithm
2016-03-13 18:31:20 -03:00
Michael 45e6ac5009 Merge pull request #319 from AlexCatarino/py_limitfillregression
Adds LimitFillRegressionAlgorithm.py
2016-03-11 10:28:08 -05:00
Michael e5f5d459d5 Merge pull request #320 from AlexCatarino/py_regression
Adds RegressionAlgorithm.py
2016-03-11 10:26:07 -05:00
AlexCatarino 702460f53c Adds RegressionAlgorithm.py
Adds Python version of RegressionAlgorithm
2016-03-10 19:01:39 -03:00