Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) HaiFeng Indicator.DEMA Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
HaiFeng
Class/Type:
Indicator
Method/Function:
DEMA
Examples at hotexamples.com:
1
C# (CSharp) HaiFeng Indicator.DEMA - 1 examples found
. These are the top rated real world C# (CSharp) examples of
HaiFeng.Indicator.DEMA
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
CacheIndicator(4)
ADL(1)
ParabolicSAR(1)
Highest(1)
KeltnerChannel(1)
Lowest(1)
MACD(1)
MFI(1)
PFE(1)
PPO(1)
PriceOscillator(1)
FisherTransform(1)
RIND(1)
ROC(1)
RSI(1)
RSS(1)
RSquared(1)
RVI(1)
RegressionChannel(1)
HMA(1)
EaseOfMovement(1)
FOSC(1)
ChaikinMoneyFlow(1)
ADXR(1)
ATR(1)
Aroon(1)
AroonOscillator(1)
BOP(1)
Bollinger(1)
CCI(1)
ChaikinOscillator(1)
ADX(1)
ChaikinVolatility(1)
DEMA(1)
DM(1)
DMI(1)
DMIndex(1)
DonchianChannel(1)
DoubleStochastics(1)
EMA(1)
SMA(1)
Frequently Used Methods
CacheIndicator (4)
ADL (1)
ParabolicSAR (1)
Highest (1)
KeltnerChannel (1)
Lowest (1)
MACD (1)
MFI (1)
PFE (1)
PPO (1)
Frequently Used Methods
PriceOscillator (1)
FisherTransform (1)
RIND (1)
ROC (1)
RSI (1)
RSS (1)
RSquared (1)
RVI (1)
RegressionChannel (1)
HMA (1)
EaseOfMovement (1)
FOSC (1)
ChaikinMoneyFlow (1)
ADXR (1)
ATR (1)
Aroon (1)
AroonOscillator (1)
BOP (1)
Bollinger (1)
CCI (1)
Frequently Used Methods
EaseOfMovement (1)
FOSC (1)
ChaikinMoneyFlow (1)
ADXR (1)
ATR (1)
Aroon (1)
AroonOscillator (1)
BOP (1)
Bollinger (1)
CCI (1)
ChaikinOscillator (1)
ADX (1)
ChaikinVolatility (1)
DEMA (1)
DM (1)
DMI (1)
DMIndex (1)
DonchianChannel (1)
DoubleStochastics (1)
EMA (1)
SMA (1)
Frequently Used Methods
ChaikinOscillator (1)
ADX (1)
ChaikinVolatility (1)
DEMA (1)
DM (1)
DMI (1)
DMIndex (1)
DonchianChannel (1)
DoubleStochastics (1)
EMA (1)
SMA (1)
Example #1
0
Show file
public DEMA DEMA(DataSeries input, int period) { return(Indicator.DEMA(input, period)); }
x