EMAfast Cross EMAslow Signal

ema_cross_ema

Function Name: ema_cross_ema

Tags: Crossover, EMA, Exponential Moving Average

Category: Trend

This type of moving average reacts faster to recent price changes than a simple moving average. The 10- and 25-day EMAs are the most popular short-term averages, and they are used to create indicators like the moving average convergence divergence (MACD) and the percentage price oscillator (PPO). In general, the 50- and 200-day EMAs are used as signals of long-term trends.

 

Parameters:

PeriodFast: Period for faster EMA line. Should be a value lower than PeriodSlow.

PeriodSlow: Period for slower EMA line. Should be a value higher than PeriodFast.

ShowTraderMarks, ShowEMAs: Display control flags.                                               

 

Parameters

PeriodFast

Should be a value lower than PeriodSlow

 

Default Value: 10  |  Minimum: 2  |  Maximum: 9999

 

Type: Numeric

PeriodSlow

Should be a value higher than PeriodFast

 

Default Value: 25  |  Minimum: 2  |  Maximum: 9999

 

Type: Numeric

ShowTraderMarks

 

Default Value: -1

 

Type: Boolean

ShowEMAs

 

Default Value: -1

 

Type: Boolean