Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

Arbitrage Synthetic - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
11809
Derecelendirme:
(49)
Yayınlandı:
2018.03.01 09:20
Güncellendi:
2021.01.25 16:50
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.



MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.