Skip to content

Commit 55e8820

Browse files
committed
add BasicTemplateDailyAlgorithm
add BasicTemplateForexAlgorithm add BasicTemplateFuturesConsolidationAlgorithm add BasicTemplateFuturesHistoryAlgorithm add BasicTemplateOptionStrategyAlgorithm add EmaCrossUniverseSelectionAlgorithm modify QuantConnect.Algorithm.Python.csproj
1 parent 1286174 commit 55e8820

6 files changed

Lines changed: 60 additions & 0 deletions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
namespace QuantConnect.Algorithm.Python
3+
{
4+
public class BasicTemplateDailyAlgorithm
5+
{
6+
public BasicTemplateDailyAlgorithm()
7+
{
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
namespace QuantConnect.Algorithm.Python
3+
{
4+
public class BasicTemplateForexAlgorithm
5+
{
6+
public BasicTemplateForexAlgorithm()
7+
{
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
namespace QuantConnect.Algorithm.Python
3+
{
4+
public class BasicTemplateFuturesConsolidationAlgorithm
5+
{
6+
public BasicTemplateFuturesConsolidationAlgorithm()
7+
{
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
namespace QuantConnect.Algorithm.Python
3+
{
4+
public class BasicTemplateFuturesHistoryAlgorithm
5+
{
6+
public BasicTemplateFuturesHistoryAlgorithm()
7+
{
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
namespace QuantConnect.Algorithm.Python
3+
{
4+
public class BasicTemplateOptionStrategyAlgorithm
5+
{
6+
public BasicTemplateOptionStrategyAlgorithm()
7+
{
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
namespace QuantConnect.Algorithm.Python
3+
{
4+
public class EmaCrossUniverseSelectionAlgorithm
5+
{
6+
public EmaCrossUniverseSelectionAlgorithm()
7+
{
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)