mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
tests and cleanup
This commit is contained in:
@@ -13,6 +13,7 @@ public class CurvatureIndicator : IndicatorBase
|
||||
public CurvatureIndicator()
|
||||
{
|
||||
Name = "CURVATURE - Rate of Change of Slope";
|
||||
Description = "Measures the rate of change of the slope, indicating acceleration or deceleration in price movement.";
|
||||
SeparateWindow = true;
|
||||
}
|
||||
|
||||
@@ -21,4 +22,4 @@ public class CurvatureIndicator : IndicatorBase
|
||||
curvature = new(Period);
|
||||
MinHistoryDepths = curvature.WarmupPeriod;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user