Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Experts

VR---STEALS - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3510
Note:
(18)
Publié:
2018.12.18 19:10
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the ideaVladimir Pastushak

MQL5 code author: barabashkakvn

The EA works with positions of a symbol chart it is launched at. For example, if it is launched on USDJPY chart, the EA tracks all positions on USDJPY symbol. The unique EA identifier (magic) is not taken into account. Before any trading operation, the EA copies magic: thus, the position's magic does not change.

EA features

The EA tracks position's loss (control Stop Loss) and profit (control Take Profit), and can also apply trailing. The stop loss and take profit themselves are not set. Instead, the EA waits for a condition to close a position by market price when one of the stop levels is reached. During trailing, a stop loss level is set. To disable any parameter, set it to zero in the inputs.

For checking in the tester

If the EA is launched in the tester, an attempt is made in OnInit() to open a BUY position of 1.0 lot (without checking the result).

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

Smoothed_Momentum Smoothed_Momentum

Smoothed Momentum indicator

SuperTrend SuperTrend

SuperTrend indicator

Exp_XBullsBearsEyes_Vol_Direct Exp_XBullsBearsEyes_Vol_Direct

The trading system based on XBullsBearsEyes_Vol_Direct indicator signals

Exp_XBullsBearsEyes_Vol Exp_XBullsBearsEyes_Vol

The trading system based on XBullsBearsEyes_Vol indicator signals