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

Double Smoothed AMA VertexFX Indicator

Double Smoothed Adaptive Moving Average (DSAMA) is a VertexFX indicator based on the Simple Moving Average (SMA) indicator. One of the biggest drawbacks of the SMA is the presence of lag which delays trade entries and exits. The DSAMA indicator offers three advantages of the SMA indicator. First and foremost, unlike the fixed period of the SMA, the period of the DSAMA is adaptive and is calculated based on a fast and slow period range. As a result, it shows a better response than normal SMA. Secondly, by using a smoothing algorithm, the lag is reduced thereby allowing traders to enter and exit trades faster before the price has moved too far away. Building the Indicator: In the first step, we calculate the greatest and smallest value of the price over the recent PERIOD candles. Based on the greatest, smallest, and the current value, the smoothing coefficient is calculated. Finally, the two levels of smoothing are applied, one using the FAST_PERIOD and then using the SLOW_PERIOD to red...

RSIofPSAR VertexFX Indicator

RSIofPSAR is a VertexFX indicator that identifies trend reversals, it is based on two underlying indicators namely the Parabolic Stop-And-Reverse (PSAR) and the Relative Strength Index (RSI). The PSAR indicator is very useful in trend-following techniques when the trend is clear. However, it leads to whipsaws in sideways markets leading to losses. The RSI indicator is useful in identifying trend reversals and sideways markets. RSIofPSAR is created by combining these characteristics from the two indicators providing use with a composite indicator the identifies trend reversals. In the first step, we calculate the Parabolic Stop-And-Reverse (PSAR) of the price series. In the next step, we calculate the Relative Strength Index (RSI) of the PSAR calculated in the previous step. Instead of calculating the RSI using the standard technique, we use a smoothing co-efficient to eliminate the lag. The RSIofPSAR is a bounded oscillator ranging between 0 and 100. It turns BLUE when it is rising an...

Pattern VertexFX Indicator

Pattern indicator is a powerful multipurpose VertexFX client-side script indicator that identifies and displays various candlestick patterns. Candlestick patterns are a powerful ancient Japanese method of identifying interesting occurrences in the price behavior. When the price exhibits certain characteristics, there is a high probability that the market will exhibit certain predictable behavior. For example, a Doji pattern occurs when the opening and the closing prices are very close, and the candle is short in height. It implies that the market is trading in a close range and is undecided about the future course, or has exhausted the current course. For example, a Doji pattern after a long bear market can imply change in direction and a bullish trade can be initiated. This indicator identifies 13 patterns. It is recommended to refer to the candlestick patterns for more details on trading opportunities. The candlestick patterns detected by this indicator are : 1) Hanging Man. ...