HalldorAndersen
c3dc6dea0c
Update UncorrelatedUniverseSelectionFrameworkAlgorithm.py
2019-04-01 10:51:23 -07:00
HalldorAndersen
ac30e127cf
Update UncorrelatedUniverseSelectionFrameworkAlgorithm.py
2019-04-01 10:40:26 -07:00
HalldorAndersen
50f95aed00
Update UncorrelatedUniverseSelectionFrameworkAlgorithm.py
2019-04-01 10:35:49 -07:00
HalldorAndersen
1fefb2d474
Update UncorrelatedUniverseSelectionFrameworkAlgorithm.py
2019-04-01 10:33:09 -07:00
HalldorAndersen
a945e5dab7
Update QuantConnect.Algorithm.Python.csproj
2019-04-01 10:08:13 -07:00
HalldorAndersen
f37c2944d1
Update and rename UncorrelatedFrameworkAlgorithm.py to UncorrelatedUniverseSelectionFrameworkAlgorithm.py
2019-04-01 10:00:43 -07:00
HalldorAndersen
ba829a9c0e
Update UncorrelatedFrameworkAlgorithm.py
2019-04-01 09:59:07 -07:00
HalldorAndersen
0e621e93db
Rename UncorrelatedToBenchmarkFrameworkAlgorithm.py to UncorrelatedFrameworkAlgorithm.py
2019-03-26 11:21:30 -07:00
HalldorAndersen
c085e439a7
Rename UncorrelatedToSPYFrameworkAlgorithm.py to UncorrelatedToBenchmarkFrameworkAlgorithm.py
2019-03-26 10:17:42 -07:00
HalldorAndersen
c69d00d76c
Update QuantConnect.Algorithm.Python.csproj
2019-03-26 10:15:37 -07:00
HalldorAndersen
259560c4e3
Update UncorrelatedToSPYFrameworkAlgorithm.py
2019-03-26 10:02:17 -07:00
HalldorAndersen
e7b2751388
Create UncorrelatedToSPYFrameworkAlgorithm.py
2019-03-25 17:06:35 -07:00
HalldorAndersen
1194a04678
Update and rename Algorithm.Python/UncorrelatedToSpyUniverseSelectionModel.py to Algorithm.Framework/Selection/UncorrelatedToSpyUniverseSelectionModel.py
2019-03-25 16:40:27 -07:00
HalldorAndersen
9ba0955ba0
Update UncorrelatedToSpyUniverseSelectionModel.py
2019-03-25 15:12:03 -07:00
HalldorAndersen
ebbc74290c
Update UncorrelatedToSpyUniverseSelectionModel.py
2019-03-25 14:52:05 -07:00
HalldorAndersen
c2230266dd
Update UncorrelatedToSpyUniverseSelectionModel.py
2019-03-25 14:47:32 -07:00
HalldorAndersen
d702aa5def
Create UncorrelatedToSpyUniverseSelectionModel.py
2019-03-25 14:40:53 -07:00
Jared
10d1d3e854
Merge pull request #2938 from simonsonjack/cca_alpha
...
New Alpha -- Contingent Claims Analysis Alpha
2019-03-15 09:49:23 -07:00
Jared
206d3bee50
Merge pull request #2997 from QuantConnect/bug-2994-qc500-inconsistencies
...
Implements IndexUniverseDefinitions
2019-03-13 08:17:02 -07:00
AlexCatarino
fc780e6136
Remove logging
2019-03-12 21:56:09 +00:00
AlexCatarino
6cc832c782
Implements IndexUniverseDefinitions
...
In this new UniverseDefintions, a member, QC500, defines the QC500 Universe. This helper can be used to add that custom universe to the user algorithm (both in C# and Python).
2019-03-12 18:50:18 +00:00
Jared
0b0f81d18e
Merge branch 'master' into price_gap_alpha
2019-03-12 10:37:49 -07:00
Jared
bba622a580
Merge pull request #2995 from AlexCatarino/bug-2994-qc500-inconsistencies
...
Fix QC500 bugs and inconsistencies
2019-03-12 09:58:00 -07:00
Jared
1e7fee1800
Merge pull request #2984 from AlexCatarino/feature-2950-adds-csharp-exemple-alphas
...
Adds matching version of C# and Python Alpha algorithms
2019-03-12 09:57:48 -07:00
AlexCatarino
0d64032dfe
Remove logging
2019-03-12 16:36:40 +00:00
AlexCatarino
fa179b4659
Fix QC500 bugs and inconsistencies
...
- ConstituentsQC500GeneratorAlgorithm:
- Change monthly flag to be consistent with Selection Model that cannot use Schedule events.
- Use a Dictionary keyed by `Symbol` instead of `string`.
- Selector functions return `Universe.Unchanged` instead of empty list;
-Refactoring and more informative logging.
- QC500UniverseSelectionModel
- SelectFine methods were performing all the logics every day and it should be only once per month
- Log and return `Universe.Unchanged` before division by zero if universe drops to zero members after filtering before selection by sector.
- Refactoring
2019-03-12 10:57:01 +00:00
Jared
e24f506486
Merge pull request #2983 from simonsonjack/university_updates
...
Python Demo Algorithm Updates
2019-03-08 18:46:55 -08:00
Jack Simonson
276b4c4484
Revert Qaundl class subscription data source, edit quandl tickers for examples to ensure compilation
2019-03-08 17:17:34 -08:00
Jack Simonson
0f2e62a4f0
Added back ticker to force scheduled data event on trading day; added second data handler for trade bars
2019-03-08 15:34:39 -08:00
AlexCatarino
0f5bcd6454
Adds VIXDualThrustAlpha
...
- Adds Python version
2019-03-05 23:02:24 +00:00
AlexCatarino
89817a7b96
Adds GasAndCrudeOilEnergyCorrelationAlpha
...
- Adds C# version
- Some improments in python version
- Refactors the CorrelationPairsSelection
- Replace history request for rolling window
2019-03-05 23:01:07 +00:00
AlexCatarino
df6bdedd64
Adds GreenblattMagicFormulaAlpha
...
- Adds C# version
- Minor improments in python version
2019-03-05 22:53:38 +00:00
Jack Simonson
c071979350
Assorted changes to address import statements and Rolling Window code that fails to run
2019-03-04 11:37:21 -08:00
Jack Simonson
ff565f933f
Del. decimal import
2019-03-04 10:20:10 -08:00
Jack Simonson
0d963ccdd5
Changed Quanld source to correctly retrieve csv data, along with simple cleanup of import statements and use of Decimal
2019-03-04 09:47:33 -08:00
Jared
587bb4d279
Merge pull request #2979 from HalldorAndersen/patch-8
...
Update and rename GreenblattMagicFormulaAlgorithm.py to GreenblattMag…
2019-03-01 17:27:23 -08:00
HalldorAndersen
f0564c0821
Update and rename GreenblattMagicFormulaAlgorithm.py to GreenblattMagicFormulaAlpha.py
2019-03-01 17:15:59 -08:00
Jared
37affce63e
Merge branch 'master' into feature-2950-adds-csharp-alpha-stream-examples
2019-03-01 17:10:07 -08:00
AlexCatarino
6ca82fd196
Further Fixes From Peer-Review
2019-03-02 01:06:09 +00:00
AlexCatarino
774b32bc5f
Apply Fixes Suggested by Peer-Review
2019-03-02 00:34:12 +00:00
Jared
2a66b4d727
Merge pull request #2941 from simonsonjack/energy_correlation_alpha
...
New Alpha -- Energy Correlation Alpha
2019-03-01 16:06:56 -08:00
Jack Simonson
70c0ba431c
Clean up ticker names/lists
2019-03-01 15:45:35 -08:00
Jack Simonson
cf1b6c363b
Small cosmetic changes
2019-03-01 15:06:37 -08:00
Jared
52f4c0f834
Merge pull request #2954 from HalldorAndersen/patch-8
...
Add new alpha: Greenblatts Magic Formula Alpha
2019-03-01 14:27:15 -08:00
HalldorAndersen
8f9a7a073d
Update GreenblattMagicFormulaAlgorithm.py
2019-03-01 14:00:35 -08:00
HalldorAndersen
61d95cce8c
Update GreenblattMagicFormulaAlgorithm.py
2019-03-01 13:58:24 -08:00
Jack Simonson
289e4e56f6
Cosmetic change to erase any confusion that the bar being handled in the consolidator is able to be either a TradeBar or a QuoteBar
2019-03-01 13:56:31 -08:00
HalldorAndersen
b05a1c9dd7
Update GreenblattMagicFormulaAlgorithm.py
2019-03-01 13:31:08 -08:00
HalldorAndersen
8732e7fe8f
Update GreenblattMagicFormulaAlgorithm.py
2019-03-01 12:31:53 -08:00
HalldorAndersen
be5958c46b
Update GreenblattMagicFormulaAlgorithm.py
2019-03-01 12:29:24 -08:00