Skip to main content

Posts

Showing posts from August, 2019

Smoothed WPR VertexFX Indicator

The Smoothed WPR indicator is a powerful VertexFx client side indicator script that provides insights into the market trend and reversal of trends. It is based on the Williams %R indicator. The Williams %R displays the relationship of the current closing price with respect to recent N highs and lows. Unlike normal oscillators, Williams %R is a negative oscillator, in the sense that -100 represents oversold conditions and 0 represents overbought conditions. The Williams %R although very useful in identifying trend reversals produces whipsaws when there is a large deviation in the latest closing price. To avoid whipsaws and provide more reliable technique for identifying reversals the Williams %R is smoothed using a smoothing co-efficient.  By default the smoothing co-efficient calculated as 2 / (1 + SMOOTHING PERIOD). By default the smoothing period is same as the Williams %R period. However, the user can override the default smoothing period by set the value of SMOOTH_PERIOD to the de

RSI Slow Down VertexFX Indicator

The RSI_Slowdown indicator is a powerful VertexFx client side indicator script to identify trend reversals. It is based on RSI indicator and the idea that as price slows down the RSI also slows down and tops (or bottoms) out thus indicating a change in direction. As the price stagnates, the RSI indicator reverses it direction from the overbought and oversold zones. This indicator captures the reversal at these overbought and oversold levels. A bearish reversal occurs when the RSI is above the LEVEL_MAX value and the RSI remains sideways. In such situations it is recommended to exit LONG positions.  A bullish reversal occurs when the RSI is below the LEVEL_MIN value and the RSI remains sideways. In such situations it is recommended to exit SHORT positions.

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 dollar, th