Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 4948
- Note:
- Publié:
- 2018.12.18 19:12
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The author of the idea: Victor 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.
- If MA Close exceeds MA (H+L+O+C)/4, while MA (H+L+O+C)/4 exceeds MA Open - BUY.
- 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.
- If MA Close exceeds MA (H+L+O+C)/4 - CLOSE SHORT POSITION.
- If MA Close is less than MA (H+L+O+C)/4 - CLOSE LONG POSITION.
The indicator shows these signals using two lines:
- Green line shows buy/sell signals. If the zero line is crossed upwards - BUY, downwards - SELL.
- Red line shows market exit signals. If the zero line is crossed upwards - CLOSE SHORT POSITION, downwards - CLOSE LONG POSITION.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22574

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

BullsBearsEyes_Vol indicator with additional averaging of the resulting histogram