Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
7122
Note:
(31)
Publié:
2012.12.11 15:09
Mise à jour:
2016.11.22 07:32
\MQL5\Indicators\
ivlt.mq5 (3.46 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Expert Advisor is rewritten from MQL4, the author is fortrader, link to the source https://www.mql5.com/en/code/8006.

How it works

If the bar is formed with a size of a shade less than the lowest bar for a specified number of bars, the setting of two pending stop orders is performed. When one of the orders is triggered, the second is removed.

Trade signals definition is delivered to the indicator. When the indicator has one period parameter, i.e. the number of bars on which the minimum bar size is determined. The green line shows the current bar size, the blue line is a minimum bar size, points are the signals of setting orders.

The image 1 shows the performance of the Expert Advisor in the strategy tester's visual mode, the image 2 shows the results of the tester.

 

Fig. 1. How the Expert Advisor works.

 

Fig. 2. The results of work of the Expert Advisor for the last month (09.2012) at EURUSD M15.

Parameters

  • period - The period of the indicator.
  • PendingLevel - The level of setting pending orders from High/Low of the previous bar.
  • Lots - Lot.
  • StopLoss - Stop Loss in points, 0 - without Stop Loss.
  • TakeProfit - Take Profit in points, 0 - without Take Profit.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/1163

True MFI (Alternative to the standard MFI) True MFI (Alternative to the standard MFI)

Rise or fall in prices is often preceded by increased activity of trading. The True MFI indicator tries to use this factor.

Smatf Smatf

The Expert Advisor analyses many Moving Averages from three timeframes

True RVI - Relative Strength Index (liveliness) of market True RVI - Relative Strength Index (liveliness) of market

An alternative replacement for the standard RVI indicator which considers trades volume

Exp_2pbIdealMA Exp_2pbIdealMA

The Exp_2pbIdealMA indicator is based on the crossing of two Moving Averages. A signal to perform a deal is formed at bar closing if there is crossing of a fast 2pbIdeal1MA Moving Average with a slow 2pbIdeal3MA Moving Average