BTC USD 59,524.0 Gold USD 4,322.41
Time now: Jun 1, 12:00 AM

Camarilla vertex fx indicator

The ZeroLag MACD indicator is based upon the MACD indicator. It attempts to eliminate the lag that is inherent in MACD indicator by using two levels of filtering. It comprises of two components, the MACD component (MAGENTA histogram), and the Signal component (ORANGE line).
To calculate the MACD component, we first calculate the fast and slow EMA based on FAST_EMA and SLOW_EMA periods. We once again calculate the fast EMA of the calculated fast EMA using the FAST_EMA period, and the slow EMA of the calculated slow EMA using the SLOW_EMA period. The fast EMA lag is calculated as twice the first fast EMA minus the second fast EMA. Similarly, the slow EMA lag is calculated as twice the first slow EMA minus the second slow EMA. The MACD is the difference between the fast EMA lag and the slow EMA lag.
To calculate the Signal, we calculate the EMA of the MACD using the SIGNAL_PERIOD. We once again calculate the EMA of this signal using the SIGNAL_PERIOD. The Signal component is equal to twice the first signal minus the second signal.
Thus we use two steps to filter and eliminate lags on both the main MACD signal and on the Signal component.

BUY - Enter BUY trade when the MACD component closes above the Signal component.
SELL - Enter SELL trade when the MACD component closes below the Signal component.

Mana Indicatornya bos
 
RAVI – VertexFX Indicator

RAVI is a simple VertexFX client side VTL indicator but innovative one based on Simple Moving Averages. The idea behind RAVI is that faster SMA responds quicker to market changes compared to slower SMA. It is calculated by dividing the difference between the faster SMA and the slower SMA by the longer SMA.
When markets are rising, the difference between faster and slower SMA increases quickly and hence RAVI rises. When the market reaches saturation top, this difference starts reducing and the RAVI peaks out - signaling a market top. Similarly, when the market is falling, the difference between the faster and slower SMA increases quickly in negative area and hence RAVI falls into negative zone. When the market bottoms out, this difference starts reducing and RAVI bottoms out - signaling a market bottom.
BUY - Place Buy position when RAVI indicator has bottomed out below zero line and is raising for at least 2 candles.

SELL - Place Sell position when RAVI indicator has topped out above zero line and is falling for at least 2 candles.
 
Laguerre ROC - – VertexFX Indicator

Laguerre ROC (Rate Of Change) is a trend based VertexFX client side VTL indicator that has minimal lag. It should be used in conjunction with other market cycle based indicators to detect the market trends.

We first calculate the ROC which is the difference between the current Close and the Close PERIOD bars ago, dividing it by the Close PERIOD bars ago. This value is then smoothed using the GAMMA smoothing constant. Finally, we calculate the up-changes and down changes and the ratio of the cumulative sum of up-changes to down-changes is the Laguerre ROC.

It oscillates between 0 and 1. When the value falls towards zero and bottoms out, it implies that the market is preparing for an up move. Likewise, when the value towards one and peaks out, it implies that the market is preparing for a down move.
BUY - Place Buy position when Laguerre ROC indicator bottoms out below 0.25 and starts rising.

SELL - Place Sell position when Laguerre ROC indicator tops out above 0.75 and starts falling
 
Kaufman – VertexFX Indicator

Kaufman indicator is a VertexFX client side VTL indicator which employs a variation of the Adaptive Moving Average (AMA), to generate precise trade signals. It also uses concepts of digital filters and signal-to-noise (SNR).
In the first step, we calculate the absolute difference between the current price and the price KAUFMAN_PERIOD bars ago. Then we calculate the cumulative sum of the absolute difference between the close and the close KAUFMAN_PERIOD bars ago, over the recent KAUFMAN_PERIOD. This is termed as the noise. In the next step, the signal to noise ratio is calculated.
Smoothing is applied to the signal to noise and finally the Kaufman indicator is calculated.
This indicator should be used in conjunction with other trend following indicators for excellent results.
BUY - Place Buy position trade when Kaufman indicator generates a BUY (GREEN) arrow. Avoid entering trade if candle gaps up

SELL - Place Sell position trade when Kaufman indicator generates a SELL (RED) arrow. Avoid entering trade if candle gaps down.
 
KAMA Reversal – VertexFX Indicator

KAMA Reversal (Kaufman's Adaptive Moving Average) indicator is unique VertexFX client side VTL indicator to detect market phases based on change in price and volatility. To calculate the KAMA Reversal, we first calculate the change between the current price and price KAMA_PERIOD bars ago. The sum of absolute change in prices over the KAMA_PERIOD is also calculated, which is termed as cumulative volatility. Using Kaufman's smoothing co-efficient, we smooth the cumulative volatility and derive the KAMA Reversal indicator.
BUY - Place Buy position when KAMA Reversal has bottomed out below zero and has started rising for at least two candles.

SELL - Place Sell position when KAMA Reversal has topped out above zero and has started falling for at least two candles.
 
Kalman Filter– VertexFX Indicator

Kalman Filter indicator is a trend-following VertexFX client side VTL indicator that uses the concept of digital filter based on velocity (speed in price changes), and error correction (eliminating whipsaws and noise).
In the first step, we calculate the change in price. This value is smoothed and sharpened with K and SHARPNESS factors. The velocity is calculated based on the threshold and the smoothed values. When the velocity is positive (bullish), the indicator turns BLUE, wheras when the velocity is negative, the indicator turns RED.
BUY - Place Buy position trade when Kalman Filter indicator turns BLUE. Do not open BUY trade if candle gaps up and closes above the indicator.

SELL - Place Sell position trade when Kalman Filter indicator turns RED. Do not open SELL trade if candle gaps down and closes below the indicator
 
Juice Levels– VertexFX Indicator

Juice Levels indicator is a useful VertexFX client side VTL indicator for research and analysis of the trend strength and volatility.
It comprises of three components, the GREEN component which is good strength of the trend. The RED component which is bad (underperforming) trend strength and the YELLOW component which is the average trend strength.
When the standard deviation of the rate of change is above the THRESHOLD_LEVEL the Juice Level is green, implying the volatility is high and the trend strength.

NOTE - This indicator DOES NOT provide BUY / SELL signals.

BUY / SELL - Avoid taking trades when the Juice Level indicator is YELLOW or RED
 
J_TPO– VertexFX Indicator

J_TPO indicator is a VertexFX client side VTL oscillator where the calculation is based on the rate of change in price over the LENGTH bars, and is smoothed for elimination of lag.
In the first step, we calculate the rate of change based on the current price and the price LENGTH bars ago. In the next step, this rate of change is smoothed using polynomial co-efficient (polynomial squares fit). By doing this the indicator attempts to predict the rate of change for the next bar. Finally, one more level of smoothing is applied to generate the J_TPO oscillator.
It oscillates between -1 and +1. Falling values, or values below 0 imply bearishness, and rising values, and values above 0 imply bullishness.
USAGE - This indicator must be used as reference along with other trading indicators.
BUY ADVICE - Avoid BUY trades if J_TPO indicator value is below 0, or is falling.
SELL - ADVICE - Avoid SELL trades if J_TPO indicator value is above 0, or is rising.
 
IFXAnalyser - – VertexFX Indicator

IFXAnalyser is an innovative VertexFX client side VTL indicator used to determine the strength of the trend using a fast and slow Simple Moving Average.
We calculate the fast and slow Simple Moving Averages over the FAST_MA_PERIOD and SLOW_MA_PERIOD respectively. This indicator has three components
BLUE - This is the difference between the fast and the slow Simple Moving Averages.
RED - The the difference between the previous fast and slow Moving Average is subtracted from the difference between the current fast and slow Simple Moving Averages (BLUE).
GREEN - The difference between the fast and slow Simple Moving Averages is subtracted from the RED (which is the difference between the previous fast and slow Moving Averages is subtracted from the difference between the current fast and slow Simple Moving Averages).
When a strong trend begins, the BLUE line starts moving upwards in up trends or downwards in down trends.
Prices tend to top-out when the BLUE line tops out, the GREEN line bottoms out, and the RED line is between the GREEN and BLUE lines.
Prices tend to bottom-out when the BLUE line bottoms out, the GREEN line tops out, and the RED line is between the GREEN and BLUE lines.


BUY / SELL - This indicator does not provide BUY or SELL signals. It only provides the strength of the trend. See description of determining intermediate market tops
 
FX Fisher– VertexFX Indicator

FX Fisher indicator is a momentum based VertexFX client side VTL indicator that is useful in providing market tops and bottoms with minimal lag. It is an oscillator and hence it scales the values between -2.57 and +2.57. It is useful over H4 and Daily charts.

In the first step, we calculate the Highest High and Lowest Low over the PERIOD bars. We then calculate the ratio of the difference between the current reference price (PRICE_FIELD) and Lowest Low, over the difference between the Highest High and Lowest Low. This ratio is normalized over two bars, and the log-normal ratio of this value and of the previous value is added up to calculate the FX Fish indicator value.
BUY - Place Buy position when indicator value has bottomed out below zero, and is rising for at least two bars.
SELL - Place Sell position when indicator value has topped out above zero, and is falling for at least two bars.
 

Live Forex Chart

Currency
Rates
EUR / USD
1.15230
USD / JPY
160.166
GBP / USD
1.33369
USD / CHF
0.79622
USD / CAD
1.39495
EUR / JPY
184.558
AUD / USD
0.70439
Back
Top
Log in Register