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
Experts

exp_Amstell-SL - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
2826
Note:
(21)
Publié:
2017.08.10 10:52
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the ideaIurii Tokman.

MQL5 code authorVladimir Karputov.

Trades without setting Take Profit and Stop Loss levels (these levels are calculated virtually).

Buying:

  • if there are no BUY positions 
  • if there are BUY positions, and the open price of the last position is higher than the current price by Distance.

Selling: if opposite.

exp_Amstell-SL

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

Crossing of two iMA Crossing of two iMA

Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.

NRTR_ATR_STOP_HTF NRTR_ATR_STOP_HTF

The NRTR_ATR_STOP indicator with the timeframe selection option available in the indicator input parameters.

Exp_NRTR_ATR_STOP Exp_NRTR_ATR_STOP

The trading system is based on the NRTR_ATR_STOP indicator signals.

Vertical line Vertical line

The indicator draws a vertical line (OBJ_VLINE) and then moves it to the specified time (hours and minutes).