Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Executor AO - expert pour MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 3830
- Note:
- Publié:
- 2018.12.18 19:09
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Author of the idea: Alex
MQL5 code author: barabashkakvn
Expert Advisor based on iAO (Awesome Oscillator, AO). The EA works on netting and hedging accounts. The market entry/exit conditions are checked only when a new bar appears.
Market entry conditions
There should be no open positions, bar #0 indent from zero should be at the Minimum indent AO from "0.0" distance. In addition, the indicator should have a bend:
- BUY signal: AO #0 > AO #1 && AO #1 < AO #2
- SELL signal: AO #0 < AO #1 && AO #1 > AO #2
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22613