Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
3990
Note:
(15)
Publié:
2018.06.16 10:41
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The EA uses indicator Awesome Oscillator. Orders are opened at each bar and cloased by group by the opposite signal. The indicator is calculated within the code to be able to change the periods for optimization.

Buy signals: Where the histogram moves down and changes to red, and the second column is higher than the first one.

Sell signal: Where the histogram moves up and changes to green, and the second column is lower than the first one.


Inputs

  • LotFixed - lot size;
  • LotFromPercent - percent size to calculat the lot of free margin (if it is 0, it is disabled);
  • Period_sma_slow - slow moving average period for calculating the AO indicator;
  • Period_sma_fast - fast moving average period for calculating the AO indicator;
  • Orders - the maximum number of orders to be placed.

Testing on EURUSD, H1.

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

Spasm Spasm

A trading system based on detecting the market volatility.

Exp_KWAN_RDP Exp_KWAN_RDP

A trading system based on the KWAN_RDP indicator signals.

AverageChangeCandle AverageChangeCandle

A financial asset strength indicator as a candlestick chart.

Expotest Expotest

An Expert Advisor based on indicator SAR.