Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Yayınlayan:
- Vladimir Karputov
- Görüntülemeler:
- 3810
- Derecelendirme:
- Yayınlandı:
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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:
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.