Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

ZZ Fibo Trader - expert pour MetaTrader 5

Vues:
11954
Note:
(24)
Publié:
2017.01.18 09:06
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The ZZ Fibo Trader Expert Advisor has been designed to illustrate the use of the Simple ZZ Fibo indicator in a simple trading system.

The Simple ZZ Fibo has been specially designed for use in trading experts. Information on the price values corresponding to the plotted Fibonacci levels are stored to the indicator buffers (from 2 to 8), from where they can be copied to an expert.

The EA opens a position after a reverse breakout of the top level, which is the simplest filter of false breakouts.

To close positions, the EA uses the parabolic system of price trailing (SAR) by Wilder.

EA waits for price to breakethrough one of the fibo. level. In case of reverse breakthrough EA trades in a direction of reverse breakthrough.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/16027

Trade on Timer Trade on Timer

Simple code that illustrates trading based on the OnTimer event. When the timer triggers, the robot alternately performs buy and sell deals with fixed stop loss and take profit values.

Interchange Interchange

Class for exchanging data between programs. It allows to pass structures of arbitrary size via the global variables of the terminal from one program to another.

i4_DRF_v2 i4_DRF_v2

A simple trend indicator with calculation of rise and fall in Close prices.

Feed of all deals Feed of all deals

The indicator displays the total number of deals by symbol in real time.