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

Breakdown catcher - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
9031
Rating:
(24)
Published:
2019.02.07 08:52
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Idea by: Scriptor

mq5 code by: barabashkakvn

The EA works with pending Buy Stop and Sell Stop orders. 

Buy Stop is placed at the High price of bar #1 + "Indent", Sell Stop is placed at the Low price of bar #1 - "Indent". 

Program Parameters

  • Stop Loss, in pips (1.00045-1.00055=1 pips) - Stop Loss
  • Take Profit, in pips (1.00045-1.00055=1 pips) - Take Profit
  • Trailing Stop (min distance from price to Stop Loss, in pips - Trailing
  • Trailing Step, in pips (1.00045-1.00055=1 pips) - Trailing step
  • Indent, in pips (1.00045-1.00055=1 pips) - Indent from the High and Low of bar #1
  • Allowable spread, in points (1.00045-1.00055=10 points) - the largest spread permitted
  • Money management: Lot OR Risk - volume calculation type (fixed lot size or risk % per trade)
  • The value for "Money management" - volume or percentage
  • Print log
  • magic number

Testing on EURUSD, M1:

Breakdown catcher

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23443

Exp_ColorPEMA_Digit_Tm_Plus_MMRec_Duplex Exp_ColorPEMA_Digit_Tm_Plus_MMRec_Duplex

Two identical trading systems (for long and short deals) based on the ColorPEMA indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Exp_ColorPEMA_Digit_Tm_Plus Exp_ColorPEMA_Digit_Tm_Plus

A trading system based on the signals of indicator ColorPEMA_Digit with the possibility to set a fixed position holding time

Murrey_Math_Lv_Arr Murrey_Math_Lv_Arr

Indicator Murrey_Math_Lv with the levels shown as labels that can be changed in its input parameters

AutoSet SL TP AutoSet SL TP

An Expert Advisor for placing Stop Loss and Take Profit.