Watch how to download trading robots for free
Find us on Telegram!
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

Trade on Timer - expert for MetaTrader 5

Views:
5095
Rating:
(14)
Published:
2017.01.18 09:05
timer_trade.mq5 (3.36 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The code was designed to illustrate the use of the timer. This Expert Advisor opens a deal in random direction the moment a signal from the timer arrives.

If there are open positions present when the timer signal arrives, the EA will skip the timer signal.

Timer parameters, as well as the stop loss and take profit values can be set in the input parameters.

This EA opens random direction positions on timer signals.

In some random cases this random timer trader could be pretty profitable

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/15849

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.

Stat Stat

The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor.

ZZ Fibo Trader ZZ Fibo Trader

The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss.

i4_DRF_v2 i4_DRF_v2

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