mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-14 00:28:05 +00:00
tests and cleanup
This commit is contained in:
@@ -13,6 +13,7 @@ public class EntropyIndicator : IndicatorBase
|
||||
public EntropyIndicator() : base()
|
||||
{
|
||||
Name = "ENTROPY - Entropy";
|
||||
Description = "Measures the randomness or uncertainty in price movements, useful for identifying market phases.";
|
||||
SeparateWindow = true;
|
||||
}
|
||||
|
||||
@@ -22,4 +23,4 @@ public class EntropyIndicator : IndicatorBase
|
||||
MinHistoryDepths = entropy.WarmupPeriod;
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user