Skip to main content

Posts

i Compass VertexFX Indicator

The iCompass is an innovative VertexFX client-side indicator based on the Simple Moving Average indicator. In addition to using the Simple Moving Average (SMA), it uses a smoothing co-efficient to determine the strength of the trend. The SMA tells the user about the current trend. Typically, when the price is above SMA the trend is considered bullish, and when it is below the SMA it is considered bearish. However, such a general rule of thumb is not useful in real trading world because of lag which causes delayed trade entries and exits. Therefore, the iCompass indicator uses recent range high, low and the median price to identify the strength of the trend. In the first step, the SMA of the recent MA_PERIOD candles is computed. Then, the Highest High and the Lowest Low of recent MA_PERIOD candles is calculated. This provides us with a trading range. Next, we calculate the smoothing co-efficent based on the current median price, and the trading range. When this co-efficient is low it i...

HLC Trend VertexFX Indicator

The HLCTrend is a simple yet powerful VertexFX client-side indicator useful to identify trend reversals. As the name implies, the HLC Trend indicator is based on High, Low and Close price series. In the first step we calculate the Exponential Moving Averages (EMA) of the High, Low and Close prices with HIGH_PERIOD, LOW_PERIOD and CLOSE_PERIOD respectively. In the next step we calculate the Bullish (BLUE) and Bearish (RED) components. The Bullish component is calculated by subtracting the EMA of the High from the EMA of the Close. The Bearish component is calculated by subtracting the EMA of Close from the EMA of Low. When the price starts rising after a fall, the EMA of Close is rising but the EMA of the High does not rise with the same intensity. As a result the BLUE Bullish line is rising and marks the confirmation of a bullish trend. When the price is falling after a rise, the EMA of Low falls rapidily as compared to the EMA of Close thereby marking a bearish trend. The value of CL...

DDAdaptive VertexFX Indicator

The DDAdaptiveEMA is an innovative VertexFX client-side indicator that trades in the direction of the trend. As the name suggests, DDAdaptiveEMA is based on the Exponential Moving Average (EMA). However, unlike the EMA which has lag, the DDAdaptiveEMA indicator reduces the lag in order to provide better trade entries and exits. The DDAdaptiveEMA is based on two components, namely the Dual Differentiator (DD) filter, and an Adaptive EMA. Hence the name DDAdaptiveEMA. In the first step, we calculate the phase (cycle period) of the price using the Dual Differentiator filter. It provides the optimal phase period over the recent FILTER_PERIOD. In the next step we calculate the EMA based on this optimal phase period. Since the optimal phase period can very for each bar the EMA for each bar may be calculated based on a different period. Hence the name Adaptive EMA. Unlike using fixed period EMA, by employing adaptive EMA the indicator responds to the price changes faster and reduces the lag....

VolatilityRatio VertexFX Indicator

The VolatilityRatio is a powerful VertexFX client-side indicator based Volatility and trend reversal. Volatility is a measure of fast market movements. When volatility increases the markets are moving fast and making big ranges. However, we cannot predict the direction of the market based on the volatility. The VolatilityRatio (VR) determines the direction and the end of the trend thus providing a valuable tool to traders. When VR is above 1 it indicates a bullish trend, and similarly when VR is below 1 it indicates bearish trend. By waiting for the bullish and bearish trends to top out and bottom out respectively traders can exit at the earliest their LONG and SHORT positions respectively. BUY / EXIT SHORT - Enter LONG (or exit SHORT) when the Volatility Ratio is RED and bottoms out. The stop-loss can be placed below the nearest Swing Low. Use short term EMA to ensure that current price is above the EMA. SHORT / EXIT LONG - Enter SHORT (or exit LONG) when the Volatility Ratio is BLUE...

Simple Decycler Oscillator VertexFX Indicator

The Simple Decycler Oscillator is a powerful VertexFx client-side indicator that identifies the start and reversal of a trend. One of the major drawbacks of conventional indicators is that the signals have lag resulting in delayed trade entries. The Simple Decycler Oscillator attempts to reduce the lag by using two oscillators. The indicator comprises of two components, the fast oscillator identified by the BLUE line and the slow oscillator identified by the RED line. The fast component is calculated using the FAST_PERIOD and the FAST_K co-efficient. Similarly, the slow component is calculated using the SLOW_PERIOD and the SLOW_K co-efficient. The components are calculated using cycle analysis theory. The strength of the trend is calculated using a high-pass filter over the specified period and smoothed with the smoothing co-efficient (K). The difference between the BLUE and the RED line indicates the direction of the current trend. When the BLUE line is above the RED line the trend ...

MACD OSMAX VertexFX Indicator

is a powerful VertexFX client-side indicator based on the Moving Average Convergence Divergence (MACD) indicator. The Moving Average Convergence Divergence (MACD) indicator is provides information about the current trend and its strength. When the MACD bottoms out and starts rising it implies the market is in bullish mode, whereas when it tops out and starts falling it implies that the market is in bearish mode. However, one of the drawbacks of the MACD indicator is that it introduces lag and introduces whipsaws when the market turns sideways. The primary reason for the lag is the use of Simple Moving Average (SMA) in the calculation of the MACD. The MACD OSMAX indicator overcomes the drawbacks of the MACD indicator by using Exponential Moving Average (EMA) instead of SMA. In addition to using the EMA, it also uses a weightage co-efficient OSMAX to give more weightage to the recent signal. In the first step we calculate the EMA of the PERIOD_FAST and the PERIOD_SLOW. The MACD is calcu...

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 BL...