Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Arbitrage Synthetic - sistema esperto per MetaTrader 5

Visualizzazioni:
11813
Valutazioni:
(49)
Pubblicato:
2018.03.01 09:20
Aggiornato:
2021.01.25 16:50
ArbSint.mq5 (13.07 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.



Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.