diff --git a/04 Alpha Streams/02 Creating an Alpha/01 Introduction.html b/04 Alpha Streams/02 Creating an Alpha/01 Introduction.html index 91a221c28a..e62cfb717e 100644 --- a/04 Alpha Streams/02 Creating an Alpha/01 Introduction.html +++ b/04 Alpha Streams/02 Creating an Alpha/01 Introduction.html @@ -1,3 +1,5 @@

To create an Alpha for the marketplace, you need just two principal components from the Framework: -

  1. A Universe Selection Model, to determine the assets your Alpha will be trading, and
  2. An Alpha Model, to generate Insight objects on selected assets.

The rest of the Algorithm Framework (Portfolio Construction, Execution and Risk Management) are related to position sizing and trade management and not relevant to an external fund. In this section, we will only cover creating an Alpha using the Algorithm Framework. If you have a Classic Algorithm please see the documentation for Upgrading Classic Algorithms.

\ No newline at end of file +

  1. A Universe Selection Model, to determine the assets your Alpha will be trading, and
  2. An Alpha Model, to generate Insight objects on selected assets.

The rest of the Algorithm Framework (Portfolio Construction, Execution and Risk Management) are related to position sizing and trade management and not relevant to an external fund. In this section, we will only cover creating an Alpha using the Algorithm Framework. If you have a Classic Algorithm please see the documentation for Upgrading Classic Algorithms.

+ +

All algorithms utilizing the QuantConnect Algorithm Framework are eligible for licensing in the Alpha Streams marketplace.

\ No newline at end of file