Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Gaps - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4036
Valutazioni:
(23)
Pubblicato:
2018.08.23 14:09
Gaps.mq5 (33.61 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.