Participe de nossa página de fãs
Coloque um link para ele, e permita que outras pessoas também o avaliem
Avalie seu funcionamento no terminal MetaTrader 5
ZigZag Dual Buffer - indicador para MetaTrader 4
- Visualizações:
- 22602
- Avaliação:
- Publicado:
- 2015.12.08 09:35
- Atualizado:
- 2016.01.07 15:04
- Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
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.
EA opens trades from support and resistance levels, which were set by a trader, and revolves them at another levels.
Close At TimeClose 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.
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 SlopeJust a Donchian channel with slope. If xslope=0 it becomes the Donchian channel. It uses the moving average of Momentum.