Add test to check if backtest behavior changed
This commit is contained in:
@@ -135,7 +135,7 @@ public static class ScenarioHelpers
|
||||
int? smoothPeriods = null,
|
||||
int? cyclePeriods = null)
|
||||
{
|
||||
IIndicator indicator = null;
|
||||
IIndicator indicator = new IndicatorBase(name, type);
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user