Equity

Liquidity Universes

Introduction

A liquidity universe lets you select a set of stocks with the greatest dollar volume in the market.

Create Universes

To add a dollar volume universe, call the Universe.DollarVolume.Top helper method and pass the result to the AddUniverse method.

// Add the 50 stocks with the highest dollar volume
AddUniverse(Universe.DollarVolume.Top(50));
// Add the 50 stocks with the highest dollar volume
self.AddUniverse(self.Universe.DollarVolume.Top(50))

Selection Frequency

Equity universes run on a daily basis.

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: