Merge branch 'dev'

This commit is contained in:
Miha Kralj
2024-09-30 09:07:08 -07:00
95 changed files with 7982 additions and 2375 deletions
+8 -2
View File
@@ -551,6 +551,10 @@ namespace SyntheticVendorNamespace
openValue = 0.0001;
closeValue = 100;
}
else
{
// No action
}
return new HistoryItemBar
{
@@ -778,8 +782,10 @@ namespace SyntheticVendorNamespace
};
}
Random random = new Random();
#pragma warning disable S2245
// NOSONAR
readonly Random random = new Random();
#pragma warning restore S2245
private double currentAmplitude = 100;
private HistoryItemBar GenerateAMSignal(DateTime time, TimeSpan slice)
{