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

Precipice MartIn - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
5069
Rating:
(24)
Published:
2018.01.22 09:56
Updated:
2018.02.28 14:51
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

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