mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 22:08:05 +00:00
Refactor IndicatorExtensions: Remove unused methods and optimize price retrieval
This commit is contained in:
@@ -23,8 +23,8 @@ public class DwmaIndicatorTests
|
||||
{
|
||||
var indicator = new DwmaIndicator { Period = 20 };
|
||||
|
||||
Assert.Equal(40, indicator.MinHistoryDepths);
|
||||
Assert.Equal(40, ((IWatchlistIndicator)indicator).MinHistoryDepths);
|
||||
Assert.Equal(0, DwmaIndicator.MinHistoryDepths);
|
||||
Assert.Equal(0, ((IWatchlistIndicator)indicator).MinHistoryDepths);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user