mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
chore: Update .gitignore to exclude SonarQube files and add Codacy and SonarScanner scripts
refactor: Remove WarmupPeriod logging from SMA and WMA examples
This commit is contained in:
@@ -64,7 +64,6 @@ Console.WriteLine($"Current SMA: {result.Value}");
|
||||
|
||||
// Access properties
|
||||
Console.WriteLine($"Name: {sma.Name}"); // "Sma(10)"
|
||||
Console.WriteLine($"WarmupPeriod: {sma.WarmupPeriod}"); // 10
|
||||
Console.WriteLine($"IsHot: {sma.IsHot}"); // true when buffer is full
|
||||
|
||||
// Batch calculation (TSeries API)
|
||||
|
||||
@@ -79,7 +79,6 @@ Console.WriteLine($"Current WMA: {result.Value}");
|
||||
|
||||
// Access properties
|
||||
Console.WriteLine($"Name: {wma.Name}"); // "Wma(10)"
|
||||
Console.WriteLine($"WarmupPeriod: {wma.WarmupPeriod}"); // 10
|
||||
Console.WriteLine($"IsHot: {wma.IsHot}"); // true when buffer is full
|
||||
|
||||
// Batch calculation (TSeries API)
|
||||
|
||||
Reference in New Issue
Block a user