Address review: remove link to cache for CBOE in CachedAlternativeDataAlgorithm

This commit is contained in:
Gerardo Salazar
2019-10-16 10:00:32 -07:00
parent 7232693a71
commit d43ef3e68e
2 changed files with 0 additions and 2 deletions
@@ -35,7 +35,6 @@ class CachedAlternativeDataAlgorithm(QCAlgorithm):
# QuantConnect caches a small subset of alternative data for easy consumption for the community.
# You can use this in your algorithm as demonstrated below:
# CBOE VIX: http://cache.quantconnect.com/alternative/cboe/vix.csv
self.cboeVix = self.AddData(CBOE, "VIX").Symbol
# United States EIA data: https://eia.gov/
self.usEnergy = self.AddData(USEnergy, USEnergy.Petroleum.UnitedStates.WeeklyGrossInputsIntoRefineries).Symbol