Fix CustomDataRegressionAlgorithm failing test
This commit is contained in:
@@ -60,7 +60,7 @@ class Bitcoin(PythonData):
|
||||
|
||||
#return "http://my-ftp-server.com/futures-data-" + date.ToString("Ymd") + ".zip";
|
||||
# OR simply return a fixed small data file. Large files will slow down your backtest
|
||||
return SubscriptionDataSource("http://www.quandl.com/api/v1/datasets/BCHARTS/BITSTAMPUSD.csv?sort_order=asc", SubscriptionTransportMedium.RemoteFile);
|
||||
return SubscriptionDataSource("https://www.quandl.com/api/v3/datasets/BCHARTS/BITSTAMPUSD.csv?order=asc", SubscriptionTransportMedium.RemoteFile);
|
||||
|
||||
|
||||
def Reader(self, config, line, date, isLiveMode):
|
||||
|
||||
Reference in New Issue
Block a user