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
Libraries

A WPR Based Trailing Stop Module - library for MetaTrader 5

Views:
6543
Rating:
(37)
Published:
2013.07.16 20:26
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The trailing module is based on two stop levels: a short and a long one. The long stop level is similar to a fixed trailing stop. A short stop level is activated when the WPR indicator leaves the overbought/oversold areas. The width of the overbought/oversold areas is defined by the module settings.

Module settings:

  • Timeframe of WPR - the timeframe of the module (may differ from the EA timeframe).
  • Period of WPR - WPR calculation period. It can not be less than 3!
  • Stop levels of WPR-trailing (-50±StpLvl) - setting the overbought / oversold levels relative to level -50. The value should be within the range of (1;49)
  • Short stop - short Stop Loss in points.
  • Long stop - long Stop Loss in points

Locate the file TrailingWPRwStops.mqh in the terminal_data_directory\MQL5\Include\Expert\Trailing or any Trailing subdirectory (not to trash in the source folder), otherwise it will not be available to the Exert Advisor Wizard.

The figure shows an example of the module when opening a short position on EURUSD. When the WPR indicator leaves the oversold area (set by the Stop levels of WPR-trailing (-50±StpLvl) parameter), a short Stop Loss (a red line on the candlestick chart) is activated, which closes the position.

Fig. 1. An example of the module

Fig. 1. An example of the module

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

linreg linreg

A typical MA using the linear regression algorithm

GRFLeadingEdge GRFLeadingEdge

Quite an interesting alternative to Bollinger Bands

Cronex_Impulse_CD_Color Cronex_Impulse_CD_Color

A modification of the MACD histogram.

BBflat_sw BBflat_sw

A simple interpretation of the Bollinger Bands indicator in a separate window.