1798 Indicators

Keltner Channel

Keltner Channel The Keltner Channel indicator determines the most significant trends. The indicator is based on principles similar to the ones of Bollinger’s “envelope” and bands: the difference is the average true range is used here instead of the percents (“envelopes”) or the standard deviations (Bollinger bands). The upper line is calculated as the moving…

Read More

Gideon’s_ATR

Gideon’s_ATR Indicator Gideon’s_ATR. Input Parameters:   extern int       atr_fast=5; extern int       atr_slow=48;

Read More

TII_RLH

TII_RLH Indicator TII_RLH.   extern int Major_Period=60; extern int Major_MaMode=1; //0=sma, 1=ema, 2=smma, 3=lwma, 4=lsma extern int Major_PriceMode=0;//0=close, 1=open, 2=high, 3=low, 4=median(high+low)/2, 5=typical(high+low+close)/3, 6=weighted(high+low+close+close)/4 extern int Minor_Period=30; extern color LevelColor=Silver; extern int BuyLevel=20; extern int MidLevel=50; extern int SellLevel=80;

Read More

Spyker

Spyker Indicator Spyker. Input Parameters:   extern int JimmyEMA=1; extern int SignalSMA=375;

Read More

Coppock

Coppock The indicator is developed on the basis of three movings with the user-defined parameters. Input Parameters.   extern string  strROC=”ROC Period for lookback”; extern int     RPeriod1=80; extern string  strType1=”Moving Average Types” ; extern string  str10=”0 = SMA, 1 = EMA”; extern string  str11=”2 = SMMA, 3 = LWMA”; extern int     RMAMode1=0; extern string  sep0=”———————————-“; extern int     RPeriod2=10; extern string  strType2=”Moving…

Read More

Sgmar

Sgmar Indicator Sgmar. Input Parameters.   extern int    Rsi=14; extern int    Ma=8; extern int    сbars=0;

Read More

Dema

Dema The indicator is developed in 1994 by Patrick Mulloy. The development aimed to reduce the delay (lag) of the moving average value is a disadvantage peculiar to the SMA. During the indicator calculation, the combination of once and twice smoothed exponential moving averages gives a less delay than the 12/26-period MACD based on the…

Read More

WolfWave.

WolfWave. Indicator WolfWave. The code contains a fragmentary description.   extern int ExtDepth=12; extern int ExtDeviation=3; extern int ExtBackstep=2;

Read More

SteelBlue

SteelBlue Indicator WolfWave. It is written on the basis of ZigZag. extern int ExtDepth=12; extern int ExtDeviation=3; extern int ExtBackstep=2;

Read More