mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 10:08:05 +00:00
tests and cleanup
This commit is contained in:
@@ -15,6 +15,7 @@ public class StddevIndicator : IndicatorBase
|
||||
public StddevIndicator() : base()
|
||||
{
|
||||
Name = "STDDEV - Standard Deviation";
|
||||
Description = "Measures price volatility by calculating the dispersion of prices from their average over a period.";
|
||||
SeparateWindow = true;
|
||||
}
|
||||
|
||||
@@ -24,4 +25,4 @@ public class StddevIndicator : IndicatorBase
|
||||
MinHistoryDepths = stddev.WarmupPeriod;
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user