Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Telegram!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

ZigZag Semaphore ( semafor ) Indicator - indicador para MetaTrader 4

The algorithms author is unknown to me
Publicado por:
LukeB
Visualizações:
29634
Avaliação:
(22)
Publicado:
2019.12.22 15:37
Atualizado:
2019.12.22 19:37
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance

This indicator places a mark (a semaphore, spelling is semfor and retained from the original) at the zig zag for each of 4 zig zag evaluation lengths.   This means the zig zag does not draw lines on the charts, just marks the locations of the zig zags.   The algorithm is one of the simpler algorithms for zig zag, found in a posting for “!!!-MT4 SEMAFOR", and is implemented in the methods “DetectNewSwing”, “LoadIndiBuffers” and “SetSwingBarValues””. The original would not run in the strategy tester (I believe it would not run real time, only correctly producing marks on the history at startup).   This version runs fine in the strategy tester.  I believe the algorithm as implemented is true to the original, it seems to create the marks true to the positions of the original, including with the flaws I could see.   A more elaborate algorithm could be implemented into the mentioned functions if needed.

The marks show the level of the mark with a small white dot for level one, a red circle around the white dot for level 2, a yellow circle around both the white dot and red circle for level 3 and finally, a green circle around them all for level 4.


The lengths are user enterable, and set for default values with these entries:

    extern int  Level_1_Length     = 21; // Zig Zag 1 detection length (21)

    extern int  Level_2_Length     = 40; // Zig Zag 2 detection length (40)

    extern int  Level_3_Length     = 60; // Zig Zag 3 detection length (60)

    extern int  Level_4_Length     = 72; // Zig Zag 4 detection length (72)

Two controls are added, one to turn text labels showing marked zig-zag’s price value on and off and the other to remove all the indicator marks from the display, or turn them back on – just click on the two text objects to toggle between on and off.


I believe I have structured and commented pretty well for those interested in the code.


Expert adviser licence protection template Expert adviser licence protection template

Guide 'how to' make different expert adviser license protections

Fast In Fast Out Strategy Fast In Fast Out Strategy

FIFO strategy When all the market movement makes you have lost, This ea makes a good profit with a little profit with many orders in a short time Just on a Candle.

VR Smart Grid Lite VR Smart Grid Lite

The EA uses large volume orders to partially close other orders, with this approach, the breakeven and profit price is much closer to the current price than if you use all orders in the terminal or their full volumes.

MACD Sample Hedging Grid MACD Sample Hedging Grid

Classic "MACD Sample " EA with a little twist