Add test to check if backtest behavior changed

This commit is contained in:
2025-10-24 19:08:10 +07:00
parent fc4369a008
commit 38e6998ff3
12 changed files with 11797 additions and 38 deletions

View File

@@ -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)
{