Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Vues:
3920
Note:
(9)
Publié:
2018.10.25 16:07
Mise à jour:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

TrendManager indicator with the timeframe selection option available in input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)

For the indicator to operate, the TrendManager.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig. 1. TrendManager_HTF

Fig. 1. TrendManager_HTF

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

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.

Pending orders by time 2 Pending orders by time 2

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

Flat Trend EA Flat Trend EA

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

FlatTrend FlatTrend

Flat/trend indicator.