Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

MAMy v3 - indicatore per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4341
Valutazioni:
(15)
Pubblicato:
2018.12.18 19:12
MAMy v3.mq5 (18.48 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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