Fixes OnWarmupFinished not firing in python algorithms
This commit is contained in:
@@ -1015,6 +1015,9 @@ namespace QuantConnect.AlgorithmFactory.Python.Wrappers
|
||||
public void SetFinishedWarmingUp()
|
||||
{
|
||||
_baseAlgorithm.SetFinishedWarmingUp();
|
||||
|
||||
// notify the algorithm
|
||||
OnWarmupFinished();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user