Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
11822
Note:
(49)
Publié:
2018.03.01 09:20
Mise à jour:
2021.01.25 16:50
ArbSint.mq5 (13.07 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

An example of an Expert Advisor, which compares EURGBP to a synthetic equivalent and trades in the direction of a delay in quotes following an original logic (one-leg arbitrage). The delay is calculated for each currency pair: EURGBP, EURUSD, GBPUSD.

input int spread=35;     // Spread deviations in points (between synthetic and base pair)

A deviation in points from a synthetic equivalent and the minimum time lag (how long the deviation lasts) are set for each pair.

Now brokers offer high-quality and fast quoting, therefore this simple arbitrage has low (or zero) efficiency in real conditions. However, the original strategy can be used as an example to create your own strategies.

Testing should be performed on real ticks. Check the screenshot for the example of settings.



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

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.

Instantaneous Trend Line Instantaneous Trend Line

Instantaneous Trend Line is one of the series of indicators created by John Ehlres.

Starter_v6mod Starter_v6mod

A trading system based on the 'EMAAngle' and 'Laguerre RSI with Laguerre filter' indicators.

Reversal Reversal

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