Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Flat Trend EA - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
5242
Note:
(15)
Publié:
2018.10.25 16:09
\MQL5\Experts\ \MQL5\Indicators\
FlatTrend.mq5 (25.03 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the ideaScriptor

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:

FlatTrend

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:

Flat Trend EA Optimization


Flat Trend EA


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21929

TrendManager_HTF TrendManager_HTF

TrendManager indicator with the timeframe selection option available in input parameters

ssb5_123 ssb5_123

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.

FlatTrend FlatTrend

Flat/trend indicator.

XRSI_Candle_Vol XRSI_Candle_Vol

RSI_Candle_Vol indicator with additional averaging of the resulting candles