Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

MAMy v3 - indicator for MetaTrader 5

Published by:
Vladimir Karputov
Views:
4297
Rating:
(14)
Published:
2018.12.18 19:12
MAMy v3.mq5 (18.48 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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