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:
- 5647
- Note:
- Publié:
- 2018.08.23 11:15
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The author of the idea: Scriptor.
mq5 code author - barabashkakvn.
The EA trades a simple Pivot: each new bar features a trading signal for opening a BUY position. At the same time, the following limitations are built in:
- The Pivot itself is calculated as (High of bar#1 + Low of bar #1) / 2.0;
- If Open of bar #0 < High of bar#1, while Open of bar #0 > Pivot is a SELL signal
- If Pivot coincides with the previous Pivot, do nothing. If Pivots are opposite, close the current position and open a new one.
EURUSD,D1:
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21374

Ozymandias_System indicator with the timeframe selection option available in input parameters

The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.

Closing positions and removing pending orders when reaching a specified profit or loss.

The EA is based on iMA (Moving Average, MA) indicator and analyzes the last six bars.