mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 17:48:05 +00:00
tests and cleanup
This commit is contained in:
@@ -15,6 +15,7 @@ public class MinIndicator : IndicatorBase
|
||||
public MinIndicator() : base()
|
||||
{
|
||||
Name = "MIN - Minimum value (with decay)";
|
||||
Description = "Tracks the minimum value over a period, with a decay factor to gradually adjust to new lows.";
|
||||
}
|
||||
|
||||
protected override void InitIndicator()
|
||||
@@ -24,4 +25,4 @@ public class MinIndicator : IndicatorBase
|
||||
Source = 3;
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user