Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Bibliothèque

A WPR Based Trailing Stop Module - bibliothèque pour MetaTrader 5

Vues:
6564
Note:
(37)
Publié:
2013.07.16 20:26
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.