Skip to main content

CCIinMA VertexFX Indicator

is an innovative VertexFX client-side indicator based on Moving Average and Commodity Channel Index indicators.

The Commodity Channel Index (CCI) provides valuable insight of the current trend. However since the CCI is not bounded it tends to generate the signals too early or too late. The CCIinMA indicator overcomes this drawback by using a short period Moving Average (MA).

We calculate the Moving Average based on the MA_PERIOD and the MA_METHOD. The user can choose Simple (SMA), Exponential (EMA) or Weighted Moving Average (WMA). In the second step the CCI is calculated based on the CCI period. The CCI_LEVEL_UP defines the bullish breakout level and the CCI_LEVEL_DOWN defines the bearish breakout level. The indicator is plotted BLUE when the CCI is above the CCI_LEVEL_UP and RED when the CCI is below the CCI_LEVEL_DOWN. BLUE color indicates bullish trend, RED indicates a bearish trend.

BUY / EXIT SHORT - Enter LONG (or exit SHORT) at the close of candle when indicator color turns BLUE. The stop-loss can be placed below the nearest Swing Low. Do not place LONG trades if the indicator color is BLUE but the indicator is falling.
SHORT / EXIT LONG - Enter SHORT (or exit LONG) at the close of candle when indicator color turns RED. The stop-loss can be placed above the nearest Swing High. Don not place SHORT trades if the indicator color is RED but the indicator is rising.


Comments

Popular posts from this blog

WPR+CCI Vertexfx Indicator

The WPR+CCI is a powerful VertexFX client-side indicator based on the Williams Percent Rank (WPR) and the Commodity Channel Index (CCI). The Williams Percent Rank indicator provides insights into the current price with respect to its historical highs and lows over the specified period. Lower values of WPR suggest bearish trend and higher values of WPR indicator bullish trend. The WPR is bounded between -100 and 0. The Commodity Channel Index (CCI) measures the price variations from its statistical mean. Traders use CCI to help identify price reversals, price extremes and trend strength. The CCI typically oscillates above and below a zero line. Normal oscillations will occur within the range of +100 and -100. Readings above +100 imply an overbought condition, while readings below -100 imply an oversold condition. The WPR+CCI indicator uses the WPR as the primary indicator and the CCI as the filter indicator. When the WPR is rising and the CCI is above +80 the WPR+CCI indicator turns BL...

EurX VertexFX Indicator

The EURX indicator is a powerful VertexFx client-side indicator script that calculates the Euro Index in real-time. The Euro Index is a powerful macro-economic indicator that presents a composite view of the European currencies. It is calculated from five major European currencies, namely EURUSD, EURGBP, EURCHF, EURJPY and EURSEK (Swedish Krona).  The calculation of the Euro Index is as follows,  34.38805726 x Pow(EURUSD, 0.3155) x Pow(EURJPY, 0.1891) x Pow(EURGBP, 0.3056) x Pow(EURSEK, 0.0785) x Pow(EURCHF, 0.1113) where Pow(currency, exponent) is the exponent (power) of the currency value. The main Euro Index labeled EURX is plotted as a thick line. The indicator also plots two moving averages of the EURX, namely the short term and long term moving average. The periods of these averages can be configured and changed by modifying the SMA_PERIOD_SHORT and SMA_PERIOD_LONG respectively. The EURX depicts the strength of the Euro against the five major currencies, namely the US d...

SVEStochastic RSI VertexFX Indicator

The SVEStochasticRSI is a powerful VertexFX client-side indicator that identifies market cycles and the strength of a trend. As the name implies, it is an enhancement of the Stochastic RSI and was originally created by Sylvain Vervoort. The main advantage over the traditional StochasticRSI is that the method of calculating the RSI in this indicator is more responsive to price changes. As a result the lag is minimal. In the first step we calculate the RSI using the enhanced SVE method. We use a smoothing co-efficient ALPHA, which is the square-root of the reciprocal period for calculating the RSI. The price changes used to calculate the normal RSI are multiplied by the smoothing co-efficient to derive the SVE RSI. In the next step we calculate the Stochastic value of this RSI which is called the SVEStochasticRSI. The advantage of applying the Stochastic indicator to the RSI is that is when the price starts trending the indicator starts moving upwards or downwards very quickly thereby h...