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

EMA_WMA - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
4534
Valutazioni:
(18)
Pubblicato:
2017.01.26 09:21
Aggiornato:
2018.06.15 13:50
EMA_WMA.mq5 (16.64 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Author of the idea — Vladimir Khlystovauthor of the MQL5 code — barabashkakvn.

Intersection of two iMA (MA).

From the author of the idea: 

Users often ask to write a simple Expert Advisor.

The presented EA does not claim to be able to save the deposit from "blowing". Its task is to verify theories.

Here is one of them, hopefully, author of the idea will not mind:

Use two lines — WMA 8 and EMA 28.

When WMA crosses EMA from below — open upward position.

When WMA crosses EMA from above — open downward position.

Once the position is opened, set orders: Take Profit 50 points (from Open), Stop Loss 50 points (from Open + spread).

Tips:

  • Trade using a fixed deposit size — 10% with a leverage of (1:100).
  • The system is not suitable for all currency pairs.
  • If the trend reversed and WMA crossed EMA in the direction opposite to the opened position — open a position in the direction of the trend, while closing the previous one (of course, the old orders should be deleted and new ones should be placed).

 

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

Exp_RSIOMA Exp_RSIOMA

The Exp_RSIOMA Expert Advisor based on the signals taken from the RSIOMA histogram.

Fractal_Momentum_HTF Fractal_Momentum_HTF

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

BreakdownLevelDay BreakdownLevelDay

The Expert Advisor trades daily breakouts. It places pending BuyStop and SellStop orders.

WeightOscillator WeightOscillator

Oscillator, representing the weighted smoothed sum of four indicators: RSI, MFI, WPR and DeMarker.