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

Arbitrage Synthetic - expert for MetaTrader 5

Views:
11685
Rating:
(49)
Published:
2018.03.01 09:20
Updated:
2021.01.25 16:50
ArbSint.mq5 (13.07 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.



Translated from Russian by MetaQuotes Ltd.
Original code: 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.