Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

ZZ Fibo Trader - expert for MetaTrader 5

Views:
11883
Rating:
(24)
Published:
2017.01.18 09:06
ZZFiboTrader.mq5 (14.48 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.