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

Simplest Hedging EA ever - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
17833
Note:
(42)
Publié:
2017.01.19 17:12
Mise à jour:
2018.06.27 15:23
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea — Monu Ogbe, author of the mq5 code — barabashkakvn.

If an even simpler EA exists, I would like to see it!

The EA does not use any indicators. It simply opens two opposite positions when a new bar appears.

Then, it waits till both are closed by SL or TP and opens the next couple of positions.

Manual optimization allows us to select the best parameters where SL is lower than TP for each of the three trading pairs and receive the three possible results:

  • Both positions are profitable
  • One position is profitable, while another one is loss-making (the profit covers the loss)
  • Both positions are loss-making

The "Open prices only" mode is recommended since it trades only at a new bar opening.

The best results have been achieved on EURGBP M5, while EURUSD, GBPUSD and EURCHF have also shown good results.

Feel free to improve the code as you like!

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

XXDPO_HTF XXDPO_HTF

The XXDPO indicator with the timeframe selection option available in the input parameters.

FGDI FGDI

Fractal Graph Dimension Indicator.

TrendMeLeaveMe TrendMeLeaveMe

The semi-automated Expert Advisor using a trend line (TrendLIne).

Searching Nearest Bar Searching Nearest Bar

Searching Nearest Bar - searching for the nearest bar.