11 lines
150 B
Python
11 lines
150 B
Python
using System;
|
|
namespace QuantConnect.Algorithm.Python
|
|
{
|
|
public class FuturesMomentumAlgorithm
|
|
{
|
|
public FuturesMomentumAlgorithm()
|
|
{
|
|
}
|
|
}
|
|
}
|