Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

SimplePivot - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
4978
Note:
(14)
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:

  1. The Pivot itself is calculated as (High of bar#1 + Low of bar #1) / 2.0;
  2. If Open of bar #0 < High of bar#1, while Open of bar #0 > Pivot is a SELL signal
  3. If Pivot coincides with the previous Pivot, do nothing. If Pivots are opposite, close the current position and open a new one.

EURUSD,D1:

SimplePivot

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21374

Ozymandias_System_HTF Ozymandias_System_HTF

Ozymandias_System indicator with the timeframe selection option available in input parameters

Urdala_Trol Urdala_Trol

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

CloseProfit v2 CloseProfit v2

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

Arttrader_v1_5 Arttrader_v1_5

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