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:
5763
Note:
(17)
Publié:
2018.04.18 17:23
Conqueror.mq5 (11.96 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

A signal histogram indicator. Draws a histogram with signal marks in a separate window. The histogram has three colors to determine buying, selling and the neutral state. Signal marks are drawn to indicate the change or completion of the current trend.

The indicator has three input parameters:

  • Period - MA calculation period;
  • First Range period - the first range (10 days by default);
  • Second Range period - the second range (40 days by default).

Calculation of a Buy signal:

  1. Last Close > MAClose10 (10-day moving average of Close prices);
  2. Current MAClose10 > MAClose10 10 days ago;
  3. Last Close > Close 40 days ago.

A buy signal is formed when all the three conditions are met. Opposite conditions apply for selling.

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

XBarClearCloseTrend XBarClearCloseTrend

A trend signal indicator.

LR_Ratio LR_Ratio

The indicator displays the ratio of two LSMAs.

OnChart_Stochastic OnChart_Stochastic

Stochastic on the price chart.

Improve Improve

An Expert Advisor based on two iMAs (Moving Average,MA) and one iRSI (Relative Strength Index, RSI). It tracks virtual profit. Works on two symbols.