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

Invest System 4.5 - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
5023
Note:
(18)
Publié:
2018.03.01 12:00
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea: Andrey, author of the mq5 code: barabashkakvn.

The Expert Advisor checks two parameters: the profitability of the last closed trade and the account balance.

Attention: works only on "EURUSD"!


Input Parameters

  • Stop Loss (in pips) - Stop Loss value;
  • Take Profit (in pips) - Take Profit value;
  • magic number - unique identifier for the EA.

Testing on EURUSD,M30

Invest System 4.5

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

TrailingStopAndTake TrailingStopAndTake

Simple trailing of stop loss and take profit orders of open positions.

Vector Vector

An oscillator of market movement, mood and trend.

Channels Channels

Trading in a channel based on a Moving Average with the period of 220 and three Envelopes with the periods of 220 and different heights. Position trailing.

Instantaneous Trend Line (generalized) Instantaneous Trend Line (generalized)

This version differs from the original Instantaneous Trend Line in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.