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:
- 6069
- Derecelendirme:
- Yayınlandı:
- 2018.10.25 16:09
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The author of the idea: Scriptor
MQL5 code author: barabashkakvn
The EA uses the FlatTrend indicator:
The indicator defines the market state: flat or trend.
Interpretation of the histogram color buffers when setting "signal timeframe" PERIOD_CURRENT:
If Use hour flag is enabled - from Start Hour to End Hour on the bar #Current bar, the FlatTrend is surveyed. If a signal is present, open Buy or Sell. Set a stop loss (only if Stop Loss is not "0.0") and a take profit (only if Take Profit is not "0.0").
Trailing is activated if Trailing Stop is not "0.0".
Test on EURUSD, M15 with these parameters:
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21929

TrendManager indicator with the timeframe selection option available in input parameters

Defining a signal based on several 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). The indicators are surveyed in a certain sequence.

Flat/trend indicator.

RSI_Candle_Vol indicator with additional averaging of the resulting candles