Implements History Requests returning pandas.DataFrame
Algorithms written in python can access to new overloads for the QCAlgorithm.History method that returns a dictionary with pandas.DataFrame
This commit is contained in:
@@ -81,6 +81,9 @@ namespace QuantConnect.AlgorithmFactory.Python.Wrappers
|
||||
// QCAlgorithm reference for LEAN internal C# calls (without going from C# to Python and back)
|
||||
_baseAlgorithm = (QCAlgorithm)_algorithm;
|
||||
|
||||
// Set pandas
|
||||
_baseAlgorithm.SetPandas();
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user