mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 12:08:05 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -38,7 +38,7 @@ public class Dwma : AbstractBase
|
||||
_innerWma = new Wma(period);
|
||||
_outerWma = new Wma(period);
|
||||
Name = "Dwma";
|
||||
WarmupPeriod = 2 * period - 1;
|
||||
WarmupPeriod = (2 * period) - 1;
|
||||
Init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user