mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 18:18:04 +00:00
tests and cleanup
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
using TradingPlatform.BusinessLayer;
|
||||
namespace QuanTAlib;
|
||||
|
||||
@@ -14,6 +13,7 @@ public class SkewIndicator : IndicatorBase
|
||||
public SkewIndicator() : base()
|
||||
{
|
||||
Name = "SKEW - Skewness";
|
||||
Description = "Measures the asymmetry of price distribution, indicating potential trend direction or reversal.";
|
||||
SeparateWindow = true;
|
||||
}
|
||||
|
||||
@@ -23,4 +23,4 @@ public class SkewIndicator : IndicatorBase
|
||||
MinHistoryDepths = skew.WarmupPeriod;
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user