Hi guys,

I am new to quantconnect. I want to make the following strategy to trade on Bybit Perpetual Futures:

1. I want to create a universe on daily resolution, get all the perpetual futures contract data, and then use a universe filter to filter out the coins I want to trade based on their relative volume.
2. then I will use indicators like MACD, EMA, etc. to trade on a minute/hour resolution on the selected coins. 

First, I am trying to achieve step 1 but I can only find the option to add universe for coins and not their perpetual future contracts. Does QuantConnect not give that data? If not, how can I use pybit library to use my bybit account to get that data from bybit myself?