Skip to main content

Murray Math Line VertexFX Indicator

Murrey Math Lines F2 is a VertexFX indicator used to identify Support and Resistance levels and use these levels to trade breakouts and reversals.
This indicator was created by T. Henning Murrey, and uses concepts of Gann charts. It comprises of 9 equidistant horizontal levels calculated from the Lowest Low to the Highest High over the recent P bars. The levels are 0/8, 1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8 and 8/8. 0/8 is the oversold line and 8/8 the overbought line; these are the hardest lines to cross and around 75% of the time, the crossing triggers price reversal. The range between 3/8 and 5/8 is the normal trading range and price tends to consolidate at these levels before falling (3/8 line) or rising (5/8) beyond this trading range.

Like Fibonacci retracements, when the price is between two lines, the upper line is considered as resistance and the lower line is considered as support. When the price rises above 5/8 and touches 6/8, it has a tendency to reverse to retest the 5/8 level before heading high. The same is also applicable to downtrends; the price tends to reverse to retest the 3/8 level before heading down.

A summary of the lines is described below.
8/8: Hardest line to rise above (overbought)
7/8: Fast reverse line (weak)
6/8: Pivot reverse line
5/8: Upper trading range
----------------------------------------
4/8: Major reversal line
----------------------------------------
3/8: Lower trading range
2/8: Pivot reverse line
1/8: Fast reverse line (weak)
0/8: Hardest line to fall below (oversold)



The 0/8 level is the Lowest Low of the recent P bars, and the 8/8 level is the Highest High of the recent P bars.

- This indicator does not provide BUY or SELL signals. It should be used with other indicators to identify resistance and support levels and trade accordingly.


INPUTS :
1) P - The period over which the Murray Math Lines F2 indicator is calculated.
2) POINT_DEFAULT - The default value of a point of the current instrument. The indicator calculates the value of a point of the instrument from the terminal. However, if this value is not available from the terminal, then this value is used.

https://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/murray-math-line.html

Comments

Popular posts from this blog

CCI Filter VertexFX Indicator

CCI Filter indicator is VertexFX client-side indicator script based on the Commodity Channel Index -CCI and Moving Average methods. The Commodity Channel Index (CCI) is a powerful indicator that provides important information on the trend. It is cyclical in nature and follows price closely. When the CCI has bottomed out below zero and is rising gradually, it implies that the market is rising and bullish. On the contrary, when the CCI has peaked and is falling gradually, it implies that the market is falling and bearish in nature. This is combined with the Moving Average of the Commodity Channel Index (CCI) which provides crossover signals. To calculate the CCI_Filter indicator, we first calculate the Commodity Channel Index (CCI) over the recent CCI_PERIOD bars. The CCI PRICE specifies the price field to be used to calculate the CCI indicator. This is the BLUE component of the indicator. In the next step, we calculate the Moving Average of the CCI over the recent MA_PERIOD bars. T...

Follow Line VertexFX Indcator

FollowLine is a powerful VertexFX indicator based on the Bollinger Bands (BB) indicator. The Bollinger Bands indicator is a powerful indicator to identify trading ranges. However it cannot identify how far the trend will continue, or when the trend will reverse. The FollowLine indicator employs a combination of Bollinger Bands, Moving Average and Average True Range to identify start and reversal of trend with minimal lag. The FollowLine indicator generates BUY and SELL arrows when the trade setups identified. Likewise, when the trend turns bullish the indicator is displayed in BLUE, and when bearish the indicator is displayed in RED. In the first step, we calculate the upper and lower Bollinger Bands using the BB_PERIOD and BB_DEVIATION parameters. We filter for condition when the price closes above the upper Bollinger Band, or below the lower Bollinger Band. If USE_ATR_FILTER is set to true then the ATR value is added to the upper Bollinger Band, or subtracted from the lower Bollinge...