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

Carbophos - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3900
Note:
(27)
Publié:
2017.11.03 12:31
Carbophos.mq5 (19.09 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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

The Expert Advisor sets a grid of pending orders above and below the current price.

The EA algorithm is as follows: if there are no pending orders and no positions, the EA sets five pending Sell Limit and five pending Buy Limit orders. Then the EA monitors the market: if profit reaches the "Profit target" value or loss reaches "Maximum loss", all open positions are closed and remaining pending orders are deleted.


Input Parameters

  • Profit target (in money) - the target profit value; when it is reached, all positions will be closed.
  • Maximum loss (in money) - the maximum allowable loss; when it is reached, all positions are closed.
  • Step (in pips) - distance between pending orders.
  • Lot - volume of orders.

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

Burg Extrapolator Burg Extrapolator

The Expert Advisor uses Burg's method for linear prediction.

Pending orders DOWN Pending orders DOWN

The scripts places multiple pending orders lower than the current price.

TRIX ARROWS TRIX ARROWS

The Triple Exponential Average (TRIX) indicator + the signal line + arrows at the intersection of the signal and the main lines.

EA Trix EA Trix

An expert advisor based on the TRIX ARROWS indicator.