add OptionSplitRegressionAlgorithm
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
namespace QuantConnect.Algorithm.Python
|
||||
{
|
||||
public class HourSplitRegressionAlgorithm
|
||||
{
|
||||
public HourSplitRegressionAlgorithm()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user