mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
clean code fixes
This commit is contained in:
@@ -28,7 +28,7 @@ public class Dema : AbstractBase
|
||||
private double _lastEma2, _p_lastEma2;
|
||||
private double _k, _e, _p_e;
|
||||
|
||||
public Dema(int period) : base()
|
||||
public Dema(int period)
|
||||
{
|
||||
if (period < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user