Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Publié par:
Vladimir Karputov
Vues:
4040
Note:
(23)
Publié:
2018.08.23 14:09
Gaps.mq5 (33.61 KB) afficher
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

MQL5 code author: barabashkakvn

The EA opens positions having Lots volume. We can set stop loss and take profit. Trailing can be enabled for positions. It is recommended to launch the EA on M1.

When a new bar appears on a specified Timeframe, the EA checks if there has been a gap. If yes, it is compared with the Gap threshold value. After that, a position is opened depending on the gap direction.

On EURUSD, the highest profit was detected on M6:

Gaps

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

Freeman Freeman

Trading by RSI and Moving Average. Moving Average is used as a trend filter on H1.

XWAMI XWAMI

Momentum indicator by Anthony W. Warren (WAMI) indicator has the form of a colored cloud and has the ability to change the smoothing algorithm and display a trend direction by color.

XWAMI_HTF XWAMI_HTF

The XWAMI indicator with the timeframe selection option available in the input parameters.

Exp_XWAMI_MMRec Exp_XWAMI_MMRec

The trading system based on the XWAMI indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.