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

Precipice MartIn - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
5043
Note:
(24)
Publié:
2018.01.22 09:56
Mise à jour:
2018.02.28 14:51
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the idea: Gladiator, the mq5 code author: barabashkakvn.

Martingale is used. The EA trades either only BUY or only SELL direction.

The best results are obtained during separate trading (either Buy or Sell). Only Buy trades are allowed in the below example:

Precipice MartIn USDJPY M10 Only BUY Martin 1.6

Fig. 1. Precipice MartIn USDJPY M10 Only BUY Martin 1.6.png

Precipice MartIn USDJPY M10 Only BUY Martin 3.0

Fig. 2. Precipice MartIn USDJPY M10 Only BUY Martin 3.0


Input Parameters

  • Use Buy - allowing Buy trades;
  • SL/TP Buy - both the stop loss and take profit of Buy positions;
  • Use Sell - allowing Sell trades;
  • SL/TP Sell - both the stop loss and take profit of Sell positions;
  • Use Martin - allowing the position lot increase;
  • Martin Coefficient - multiplier for losing trades;
  • magic number - Expert Advisor identifier.

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

BeerGodEA BeerGodEA

The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time.

N Candles v5 N Candles v5

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.

MA Cross 3MACross Alert WarnSig MA Cross 3MACross Alert WarnSig

Crossover of three iMAs (Moving Average, MA). Alert, sound notification and email notification of the first crossover. Arrows mark the crossover.

3MACross EA 3MACross EA

An Expert Advisor based on indicators "MA Cross 3MACross Alert WarnSig" (https://www.mql5.com/en/code/19519) and "Price Channel" (https://www.mql5.com/en/code/44)