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

2MA_4Level - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
5335
Valutazioni:
(23)
Pubblicato:
2017.03.02 09:51
Aggiornato:
2018.02.15 17:19
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The Expert Advisor uses the values of two iMA (Moving Average, MA) indicators.

Author of idea — Iurii Tokmanauthor of the MQL5 code — barabashkakvn.  

Operation Principle

2 SMA — fast and slow. The averaging period of the fast SMA is always less than that of the slow one.

Also uses the following levels:

+ 250 points along Y

+ 500 points along Y

- 250 points along Y

- 500 points along Y

Results:

2MA_4Level tester 

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

Altarius RSI Stohastic Altarius RSI Stohastic

Uses two iStochastic (Stochastic Oscillator) indicators and one iRSI (RSI, Relative Strength Index). Calculates the lot size based on the analysis of closed trades.

gazonkos gazonkos

The Expert Advisor searches for the momentum: iClose(t2)-iClose(t1).

Autotrade Autotrade

The Expert Advisor places two pending orders (BuyStop and SellStop) with the specified expiration.

BIG DOG BIG DOG

The EA places pending stop orders BUY_STOP and SELL_STOP.