Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Indicadores

ZigZag Dual Buffer - indicador para MetaTrader 4

Visualizaciones:
22045
Ranking:
(12)
Publicado:
2015.12.08 09:35
Actualizado:
2016.01.07 15:04
zigzagdb.mq4 (28.44 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

This ZigZag indicator uses dual buffers to store high and low points. A point is considered as a new high/low point if its high/low is higher/lower than the high/low of N earlier bars' high/low, where parameter N is the number of earlier bars represented by Bars. Default value is 2.

This indicator uses the idea of fractal whereby a point is considered high (or low) if the point is higher than its previous 2 bars' high (or lower than its previous 2 bars low) in forward motion. Hence, it doesn't wait for the next 2 bars to determine if it is higher or lower.

This indicator also eliminates the problem of outside bar as explained by Aleksandr Chugunov in his article Professional ZigZag. See Figure 2 below. What it does is that it will scan to the last node to check if there exists any point higher (or lower) than the current point. If there is, then that point will be set to be the ZigZag node.

Figure 2

Levels with Revolve Levels with Revolve

EA opens trades from support and resistance levels, which were set by a trader, and revolves them at another levels.

Close At Time Close At Time

Close At Time is an EA that closes open positions or deletes pending orders or both. You can also specify how it should be closed – by symbol, magic number or ticket number.

VR System Test VR System Test

The script tests the computer in 45 performance tests. It is possible to compare the performance of VPS/VDS servers.

Simple Max-Min Channel with Slope Simple Max-Min Channel with Slope

Just a Donchian channel with slope. If xslope=0 it becomes the Donchian channel. It uses the moving average of Momentum.