Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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

Starter_v6mod - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
4279
Note:
(14)
Publié:
2018.03.01 09:20
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the idea: John Smith, the mq5 code author: barabashkakvn.

The following indicators are used:

The Expert Advisor first checks the possibility to open BUY or SELL according to the EMAAngle indicator: the indicator value and the configured AngleThreshold parameter of the indicator are compared. If the indicator is below AngleThreshold, a Buy position can be opened. If it is above AngleThreshold, a Sell position can be opened.

After that the EA checks other indicators, including 'Laguerre RSI with Laguerre filter', two Moving Averages and one CCI.

Condition for opening a BUY position:

Starter_v6mod Open Buy

The Expert Advisor had not been optimized, and testing on EURUSD, H1 was performed with the default values of indicators:

Starter_v6mod Test EURUSD H1

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

Arbitrage Synthetic Arbitrage Synthetic

A trading robot for performing arbitrage between EURGBP and its synthetic quotes (triangular arbitrage).

Instantaneous Trend Line Bands Instantaneous Trend Line Bands

This version extends the Instantaneous Trend Line indicator with a sort of bands to make it easier to spot trend change and to filter out some false signals that can be produced if only the slope of the ITL indicator is takes for a signal.

Reversal Reversal

The indicator displays trade opening signals based on the author's 'Reversal' trading system.

SignalCCI BuyOrSell SignalCCI BuyOrSell

A module of trading signals based on the signal module of the iCCI (Commodity Channel Index, CCI) indicator.