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
Experts

An Expert Advisor - Index Moving Average - expert pour MetaTrader 5

Vues:
17683
Note:
(42)
Publié:
2010.07.30 18:16
Mise à jour:
2016.11.22 07:32
\MQL5\Indicators\
ima.mq5 (1.76 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This Expert Advisor implements the trading strategy, based on the Index Moving Average (IMA) indicator, its money management system dependent on the specified risk and loss size.

The strategy

The daily bars are used for trading. The signals checks when the new bar is appear.

The formulae is:

k=(ima0 – ima1)/|ima1|

where ima0 – the current value of IMA indicator, ima1 – is the previous value of the IMA indicator.

  • Open long position, when k>= 0,5;
  • Open short position, when k<= -0,5.

The management of opened position is based on the trailing stop, specified in the value of the take parameter.
The loss trade is closed, according the specified drop parameter.

The lot size is changed with the minimal step up to the value, specified in max_lots parameter.

If this value is equal to 0, the lot can be from the minimal up the maximal allowed for the symbol.

An Expert Advisor - Index Moving Average

An Expert Advisor - Index Moving Average

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

Index Moving Average Index Moving Average

The indicator shows the rate of change of the simple moving average.

The "Night" Expert Advisor The "Night" Expert Advisor

An Expert Advisor for trading during the night.

Heiken Ashi On Adaptive Moving Average Heiken Ashi On Adaptive Moving Average

This is the Heiken Ashi indicator, based on the averaged Open, High, Low and Close prices, averaged using the Adaptive Moving Average.

Free Fuzzy Logic Library functions Free Fuzzy Logic Library functions

The API functions to Free Fuzzy Logic Library.