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
Indicateurs

MAMy v3 - indicateur pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
4351
Note:
(15)
Publié:
2018.12.18 19:12
MAMy v3.mq5 (18.48 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the ideaVictor Chebotariov

MQL5 code author: barabashkakvn

The indicator is based on three moving averages. If we attach these MAs to the chart, we get something similar to Alligator. The operation principle is similar as well.

  1. If MA Close exceeds MA (H+L+O+C)/4, while MA (H+L+O+C)/4 exceeds MA Open - BUY.
  2. If MA Close is less than MA (H+L+O+C)/4, while MA (H+L+O+C)/4 is less than MA Open - SELL.
  3. If MA Close exceeds MA (H+L+O+C)/4 - CLOSE SHORT POSITION.
  4. If MA Close is less than MA (H+L+O+C)/4 - CLOSE LONG POSITION.


The indicator shows these signals using two lines:

  1. Green line shows buy/sell signals. If the zero line is crossed upwards - BUY, downwards - SELL.
  2. Red line shows market exit signals. If the zero line is crossed upwards - CLOSE SHORT POSITION, downwards - CLOSE LONG POSITION.

MAMy v.3

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

Virtual Virtual

Virtual trading environment

MAMy Expert MAMy Expert

MAMy v.3 indicator-based EA

RNN RNN

The Expert Advisor based on iRSI (Relative Strength Index, RSI) indicator and a small neural network

XBullsBearsEyes_Vol XBullsBearsEyes_Vol

BullsBearsEyes_Vol indicator with additional averaging of the resulting histogram