Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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

Moving Average Trade System - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
5125
Valutazioni:
(20)
Pubblicato:
2017.03.02 11:37
Aggiornato:
2018.02.15 17:34
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Author of the idea — Yuriauthor of the MQL5 code — barabashkakvn.   

The strategy is based on Moving Averages with the periods of 5/20/40/60.

The algorithm of the trading strategy:
1. Building four SMAs (Simple Moving Average) with the periods of 5/20/40/60;
2. Work in М30, symbol EUR/USD, lots 0,1;
3. STOP LOSS: 60п. (EUR/USD)

Buy:
1. SMA40 crosses SMA60 from bottom up;
2. Close at the reverse crossing.

Sell:
1. SMA40 crosses SMA60 from top down;

2. Close at the reverse crossing.

Results in EURUSD, M30:

Moving Average Trade System tester 

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17400

XprofuterDD_HTF XprofuterDD_HTF

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

NRTR_Gator NRTR_Gator

The indicator is derived from the NRTR indicator.

Background_Candles_i-OneThird_HTF Background_Candles_i-OneThird_HTF

The indicator draws i-OneThird indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.

Linear_Price_Bar_HTF Linear_Price_Bar_HTF

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