Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 3816
- Note:
- Publié:
- 2018.01.22 09:53
- Mise à jour:
- 2018.02.28 14:04
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Author of the idea: Boris, author of the mq5 code: barabashkakvn.
The main idea of the trading strategy is as follows: when there are three down bars on the current timeframe:
and the main Stochastic line is above the signal line on the other two timeframes:
a Buy signal emerges.
The strategy handles only Buy signals.
Testing in the M15 timeframe:
Input Parameters
- Lots - position volume;
- Stop Loss
- Take Profit
- Max positions - the maximum number of open positions;
- timeframe Stochastic #1 - timeframe for Stochastic #1;
- timeframe Stochastic #2 - timeframe for Stochastic #2;
- magic number - Expert Advisor identifier.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19467

A trading system based on the Martingale technique.

A trading system based on the Vortex Oscillator signals.

The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.

KDJ Indicator Oscillator