RSI-MACD-V Colored

rsi_macd_v_colored

Function Name: rsi_macd_v_colored

Tags: macd, modified stochastic, rsi

Category: Momentum, Trend

Signal conditions:

-               If (RSI14 < avgRSI) and (MACD < TRIGG) and (Last < Move2) and (Volume > avgVol) and (fullKmma < fullDmma) then display the pink arrow marker above the price chart.

-               If (RSI14 > avgRSI) and (MACD > TRIGG) and (Last > Move1) and (Volume > avgVol) and (fullKmma > fullDmma) then display the cyan arrow marker below the price chart.

-               If (previous RSI14 > previous avgRSI) and (RSI14 < avgRSI) and (MACD < TRIGG) and (Last < Move2) and (Volume > avgVol) and (fullKmma < fullDmma) then display the pink arrow marker above the price chart and label it "RSI".

-               If (previous MACD > previous TRIGG) and (MACD < TRIGG) and (RSI14 < avgRSI) and (Last < Move2) and (Volume > avgVol) and (fullKmma < fullDmma) then display the pink arrow marker above the price chart and label it "MACD".

-               If (previous RSI14 < previous avgRSI) and (RSI14 > avgRSI) and (MACD > TRIGG) and (Last > Move1) and (Volume > avgVol) and (fullKmma > fullDmma) then display the cyan arrow marker below the price chart as cyan color and label it "RSI".

-               If (previous MACD < previous TRIGG) and (MACD > TRIGG) and (RSI14 > avgRSI) and (Last > Move1) and (Volume > avgVol) and (fullKmma > fullDmma) then display the cyan arrow marker below the price chart and label it "MACD".

 

Parameters

RSIperiod

 

Default Value: 14  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

RSI_EMAperiod

 

Default Value: 20  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

EMAperiod1

 

Default Value: 10  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

EMAperiod2

 

Default Value: 5  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

LBperiod

 

Default Value: 14  |  Minimum: 1  |  Maximum: 100

 

Type: Numeric

Kperiod

 

Default Value: 3  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

Dperiod

 

Default Value: 3  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

macd_mov1

 

Default Value: 12  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

macd_mov2

 

Default Value: 26  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

macd_trigger

 

Default Value: 9  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric

emaVol_period

 

Default Value: 5  |  Minimum: 3  |  Maximum: 100

 

Type: Numeric