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
Experts

BIG DOG - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3481
Note:
(19)
Publié:
2017.03.02 09:54
Mise à jour:
2018.06.25 15:39
BIG DOG.mq5 (19.2 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The EA places pending stop orders BUY_STOP and SELL_STOP.

Recommended timeframe — M15. 

Author of the idea — Yuriauthor of the MQL5 code — barabashkakvn.   

Trading rules:

  • Find the maximum price value in the interval between 14 and 16 hours terminal time and place a pending Buy stop order at this level. Find the minimum price value in the interval between 14 and 16 hours terminal time and place a pending Sell stop order at this level.
  • The distance between the maximum and minimum should be no more than 50 points, otherwise the orders should not be placed.
  • Take Profit is 30 points. 
  • Stop Loss is set at the price level of the opposite trade. Untriggered orders are deleted at the end of the day.


 

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

Autotrade Autotrade

The Expert Advisor places two pending orders (BuyStop and SellStop) with the specified expiration.

2MA_4Level 2MA_4Level

The Expert Advisor uses the values of two iMA (Moving Average, MA) indicators.

Reconstruction of positions Reconstruction of positions

An example of working with the trading history on Hedge accounts — reconstruction of positions.

TrailingStop TrailingStop

An example of an Expert Advisor with a Trailing Stop implementation.