Rejoignez notre page de fans
Variation Index - indicateur pour MetaTrader 4
- Vues:
- 33532
- Note:
- Publié:
- 2008.12.04 09:04
- Mise à jour:
- 2014.04.21 14:53
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Nowadays, the most popular representatives of the fractal time functions are the financial time series. The fractal structure of these series is well-known and
aсcording to Mandelbrot there is a "rewording of the famous market saying that the movement of stocks and currencies is independent of the time scale and the
price. An observer can't tell if the information refers to the weekly, daily or hourly changes just by looking at the appearance of the chart» [1].
Usually, to determine the fractal dimension the Hurst's exponent is calculated [2]. However, for the reliable calculation of this exponent a huge amount of data
is necesary (~ 10^3) and that is too much comparing to the duration of the trends of trading.
The authors [1] interpose the fractal characteristics - the variation index (m) that is closely related to the common fractal dimension. In distinct from the
Hurst's exponent, the amount of information that is necessary for index determination is less by a factor of 2. It leads to use it as a local characteristics for
determination of the dynamics of the price series. If m < 0.5, it can be interpretated as a trend and m > 0.5 - as a flat.
The suggested indicator calculates the variation index on a previous interval which is 2^n long. The "n" parameter is specified by the user.
The common rules of the indicator application are the following:
- If the value of the indicator is lower than 0.5 it means the trend state of the market.
- The extremely low value is often precedes the end (correction) of the current trend.
- If the value of the indicator is higher than 0.5 it means the flat state of the market.
- The extremely high value is often precedes the beginning of the considerable trends.
- If the value of the indicator is close to 0.5 it means an undefined state of the market.
Literature:
1. M.M. Dubovikov and others. Dimension of the Minimal Cover and Local Analysis of Fractal Time Series, 2004.
2. Edgar E. Peters, Fractal Market Analysis. Applying Chaos Theory to Investment and Economics, John Wiley & Sons, 2003.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8464
Simple EA to Close Orders
Order Closer ScriptsScripts to Close Orders under various conditions
This indicator is an adaptation of NONLagDOT. It indicates the direction of the AMA slope without any lag. It works best when use on the 30 minutes charts.
MultiStrendIndicator MultiStrend. It works only with the Supertrend indicator.