Unisciti alla nostra fan page
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 3727
- Valutazioni:
- Pubblicato:
- 2018.10.25 16:03
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Author of the idea — Yury Reshetov
mq5 code author — barabashkakvn
Obtaining trading signals.
Indicators (iMA (Moving Average, MA), iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator), iOsMA (Moving Average of Oscillator, OsMA) and iAO (Awesome Oscillator, AO)) are surveyed in a strict sequence: confirmation from all indicators is necessary for a positive signal. If the confirmation chain lacks confirmation even from a single indicator, the entire signal is sorted out.
The EA works only when a new bar appears, so it can be optimized in the "OHLC" ticks generation mode.
EURUSD, H1:
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21937

The Expert Advisor sets pending Buy Stop and Sell Stop order at a specified time.

iDeMarker (DeMarker, DeM) indicator averaging using MovingAverages.mqh

TrendManager indicator with the timeframe selection option available in input parameters

EA based on FlatTrend indicator. You can also include working time.