Commit Graph

75 Commits

Author SHA1 Message Date
Jared d9ee31c979 Merge pull request #3055 from QuantConnect/feature-3041-merge-framework-classic-algorithm
Merge Framework, Bridge and Classic Algorithms
2019-04-05 14:54:31 -07:00
Martin Molinero 68d9f48c2d Address reviews
- Adding new `CompositeAlphaModel.AddAlphaModel()`
- Adding C#/Py regression algorithms using the new `QCAlgorith.AddAlphaModel()`
- Improving exception message
- Add python version of `QCAlgorith.AddAlphaModel()`
2019-04-05 18:34:18 -03:00
Jack Simonson e8bdf640e5 Use list comprehension to avoid looping and checking conditions unnecessarily 2019-04-03 18:02:45 -07:00
Martin Molinero cfa08a11fb Address reviews
- Removing `using QCAlgorithmFramework = QuantConnect.Algorithm.QCAlgorithm`
- Removing `QCAlgorithmFrameworkBridge`
- Removing `IsFrameworkAlgorithm`
- Making `EmitInsightBasedOnFill` private. Adding new
`IOrderEventProvider` exposing an `event` to which `QCAlgorithm` will
subscribe.
- `AccountType.Cash` algorithms will be allowed to manually trade and
emight insights manually or with alpha model.
2019-04-03 21:55:44 -03:00
Martin Molinero 19f1806ddc Address review: readd Framework project 2019-04-03 21:55:43 -03:00
Martin Molinero 32ac3146b4 Merge Framework and Classic Algorithms
- Merging Framework and Bridge algorithms into classic QCAlgorithm
class.
- Removing Framework project, VS17 and VS15
2019-04-03 21:54:32 -03:00
Jack Simonson 363c07fa23 Stylistic changes from alex and jared 2019-04-03 17:39:39 -07:00
Jack Simonson 849d7080a1 CSharp and Python versions of new alpha, MortgageRateVolatilityAlpha 2019-04-03 15:52:30 -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 0b0f81d18e Merge branch 'master' into price_gap_alpha 2019-03-12 10:37:49 -07: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
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
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
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
AlexCatarino 0423e3d54d Adds C# version of IntradayReversalCurrencyMarkets 2019-03-01 14:55:08 +00:00
AlexCatarino 4ae74a2c7b Adds Python Alpha Algorithms to Project and Apply Standards
- Adds Python Alpha algorithms to project
- Adds link to appear in Alpha Stream
- Rename algorithms' names to match file name
- Add/remove imports
- Order dictionary by value and key (if true values are the same, order by key)
2019-03-01 14:54:42 +00:00
Jack Simonson c86e561b02 Added QC header and set fees to $0 2019-02-27 16:42:16 -08:00
Jack Simonson 9c19e31c60 Added security initializer line to set fees to $0 2019-02-27 16:40:38 -08:00
Jack Simonson cabf062391 Adjusted universe filtering and SymbolData class to make reading cleaner 2019-02-27 16:19:05 -08:00
Jack Simonson 699ff5978f Minor changes based on commets from Alex 2019-02-27 16:16:28 -08:00
Jack Simonson f0cacfaf58 Added QC header info 2019-02-27 13:56:26 -08:00
Jack Simonson 5b152eab0c SymbolData class and other changes based on comments from Alex 2019-02-27 13:54:49 -08:00
Jack Simonson 8551720095 changed class name per suggestion from Alex 2019-02-26 15:24:43 -08:00
Jack Simonson dfbf0d899a changed class name per suggestion from Alex 2019-02-26 15:23:49 -08:00
Jack Simonson d9278cb247 changed class name per suggestion from Alex 2019-02-26 15:22:41 -08:00
HalldorAndersen 25c663c079 Updated Greenblatt Magic Formula Alpha 2019-02-26 09:25:05 -08:00
HalldorAndersen 7906fb19e2 Update GreenblattMagicFormulaAlgorithm.py 2019-02-25 10:12:00 -08:00
HalldorAndersen 947a2760db Create GreenblattMagicFormulaAlgorithm.py 2019-02-25 09:35:14 -08:00
Jack Simonson d130cf09ee Rewrote creation of volatility indicator 2019-02-25 08:47:13 -08:00
Jared 58f342ba5d Merge branch 'master' into forex_triangle_alpha 2019-02-22 13:02:42 -08:00
Jack Simonson 307b53edd7 Changes to check that data for all currencies is availabe in each slice and decrease resolution to limit insights 2019-02-22 12:14:37 -08:00
Jack Simonson 72b74b06ad Changed Bid-Ask and decreased resolution 2019-02-21 17:55:10 -08:00
Jack Simonson 67662375a9 Last changes, including time to maturity and emitting insights in only one direction 2019-02-21 17:26:00 -08:00
Jack Simonson c1cdd06d85 Renaming share class alpha file and removing old version; updating VS project file 2019-02-21 16:42:14 -08:00
Jack Simonson ad1cfb81a8 Insight prediction interval and magnitude change 2019-02-21 11:43:14 -08:00
Jack Simonson 861ea320da New Alpha -- Price Gap Reversion Alpha 2019-02-21 11:38:07 -08:00
Jack Simonson 1562170959 New Alpha -- Energy Correlation Alpha 2019-02-21 11:34:19 -08:00
Jack Simonson fab0e37235 New Alpha -- Dual Share Class Alpha 2019-02-21 11:18:46 -08:00
Jack Simonson f0558a2765 New Alpha -- Contingent Claims Analysis Alpha 2019-02-21 11:00:13 -08:00