1798 Indicators

AltrTrend Signal v2 2

AltrTrend Signal v2 2 The indicator that sets the signals of a trend reversal. The green circle is the bullish trend, the red one is the bearish trend.

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

iTrend

iTrend The iTrend indicator determines the beginning and the end of the trend.

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

Beginner Alert

Beginner Alert Indicator BeginnerAlert. The code contains a highly detailed description.   extern bool SoundON=true; extern int     AllBars=0;//How many bars to count for. 0 – for all. extern int     Otstup=30;//Indentation. extern double  Per=9;//Period.

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