style patterns

This commit is contained in:
Miha Kralj
2026-01-25 16:01:45 -08:00
parent 2836f253c4
commit e59665c8f0
399 changed files with 6892 additions and 1323 deletions
@@ -216,4 +216,4 @@ public class UbandsIndicatorTests
Assert.True(Math.Abs(width - (upper - lower)) < 0.0001,
$"Width ({width}) should equal Upper - Lower ({upper - lower})");
}
}
}
+1 -1
View File
@@ -68,4 +68,4 @@ public class UbandsIndicator : Indicator, IWatchlistIndicator
LowerSeries!.SetValue(ubands.Lower.Value, ubands.IsHot, ShowColdValues);
WidthSeries!.SetValue(ubands.Width.Value, ubands.IsHot, ShowColdValues);
}
}
}
+1 -1
View File
@@ -401,4 +401,4 @@ public class UbandsTests
Assert.Equal(50, result.Count);
Assert.True(double.IsFinite(result.Last.Value));
}
}
}
@@ -413,4 +413,4 @@ public sealed class UbandsValidationTests : IDisposable
Assert.True(middleVar < sourceVar, "Smoothed signal should have lower variance");
}
}
}
+1 -1
View File
@@ -385,4 +385,4 @@ public sealed class Ubands : AbstractBase
lower[i] = usf - bandOffset;
}
}
}
}