mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -26,7 +26,6 @@ namespace QuanTAlib;
|
||||
/// Based on quadruple exponential smoothing principles
|
||||
/// with optimized combination formula
|
||||
/// </remarks>
|
||||
|
||||
public class Qema : AbstractBase
|
||||
{
|
||||
private readonly Ema _ema1, _ema2, _ema3, _ema4;
|
||||
|
||||
Reference in New Issue
Block a user