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

GreenTrade - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
4275
Note:
(21)
Publié:
2018.01.22 09:53
Mise à jour:
2018.02.28 14:10
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 trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized. The bar index is specified as a shift from the previous one:

GreenTrade indices

There are two levels for the iRSI indicator:

  • "buy level" - if RSI is equal to or greater than this level, it is a Buy signal;
  • "sell level" - if RSI is equal to or lower than this level, it is a Sell signal.


Input Parameters

  • MA: averaging period - averaging period for iMA;
  • Index of the bar #0
  • Index of the bar #1 (shift from bar #0)
  • Index of the bar #2 (shift from bar #1)
  • Index of the bar #3 (shift from bar #2)
  • RSI: averaging period
  • RSI buy level
  • RSI sell level
  • Lots - position volume;
  • Stop Loss
  • Take Profit
  • Trailing Stop
  • Trailing Step
  • Max position - the maximum number of open positions;
  • magic number - Expert Advisor identifier.

EURUSD,M5:

GreenTrade EURUSD M5

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

Billy expert Billy expert

A trading strategy "three bars down, Stochastic up".

Martin Martin

A trading system based on the Martingale technique.

KDJ Indicator KDJ Indicator

KDJ Indicator Oscillator

KDJ Expert Advisor KDJ Expert Advisor

An Expert Advisor based on "KDJ Indicator"