mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 03:58:04 +00:00
sdev, psdev, alphavantage
This commit is contained in:
@@ -30,12 +30,12 @@ public class ZLMA_chart : Indicator
|
||||
private readonly int matype = 2;
|
||||
|
||||
#endregion Parameters
|
||||
|
||||
|
||||
private TBars bars;
|
||||
///////
|
||||
///////
|
||||
private TSeries indicator;
|
||||
///////
|
||||
|
||||
///////
|
||||
|
||||
public ZLMA_chart()
|
||||
{
|
||||
this.SeparateWindow = false;
|
||||
@@ -72,7 +72,8 @@ public class ZLMA_chart : Indicator
|
||||
4 => new TEMA_Series(source: zerolag, period: this.Period, useNaN: false),
|
||||
5 => new HMA_Series(source: zerolag, period: this.Period, useNaN: false),
|
||||
6 => new KAMA_Series(source: zerolag, period: this.Period, useNaN: false),
|
||||
7 => new SMMA_Series(source: zerolag, period: this.Period, useNaN: false),
|
||||
7 => new JMA_Series(source: zerolag, period: this.Period, useNaN: false),
|
||||
8 => new SMMA_Series(source: zerolag, period: this.Period, useNaN: false),
|
||||
_ => new EMA_Series(source: zerolag, period: this.Period, useNaN: false)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user