Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

Precipice MartIn - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
5096
Derecelendirme:
(24)
Yayınlandı:
2018.01.22 09:56
Güncellendi:
2018.02.28 14:51
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

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