mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-15 00:58:04 +00:00
tests and cleanup
This commit is contained in:
@@ -12,6 +12,7 @@ public class ModeIndicator : IndicatorBase
|
||||
public ModeIndicator() : base()
|
||||
{
|
||||
Name = "MODE - Most frequent historical value";
|
||||
Description = "Identifies the most frequently occurring price value over a specified period, indicating price clusters.";
|
||||
}
|
||||
|
||||
protected override void InitIndicator()
|
||||
@@ -20,4 +21,4 @@ public class ModeIndicator : IndicatorBase
|
||||
MinHistoryDepths = mode.WarmupPeriod;
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user