mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 12:08:05 +00:00
tests and cleanup
This commit is contained in:
@@ -13,6 +13,7 @@ public class EpmaIndicator : IndicatorBase
|
||||
public EpmaIndicator() : base()
|
||||
{
|
||||
Name = "EPMA - Endpoint Moving Average";
|
||||
Description = "Moving average that emphasizes the most recent data point, useful for identifying trend changes.";
|
||||
}
|
||||
|
||||
protected override void InitIndicator()
|
||||
|
||||
Reference in New Issue
Block a user