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
Indicateurs

Rabbit - indicateur pour MetaTrader 5

Publié par:
JonKatana
Vues:
17410
Note:
(38)
Publié:
2010.05.20 10:35
Mise à jour:
2016.11.22 07:32
rabbit.mq5 (3.97 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Rabbit v20.05.10 indicator plots the true support/resistance levels for any currency pair.

The distance between the levels in points is shown in upper left corner (Step =).

The indicator has several parameters, they can be changed:

  • Yesterday = 0 (time shift, by default 0 - to show the levels of the current day, if it equal to 1, 2, 3... - it shows the levels of the previous days (yesterday, etc.), if it equal to "-1", it will show the tommorow support/resistance levels);
  • Levels = 20 (number of levels, it can be increased if necessary);
  • FontSize = 16 (font size);
  • FontColor = White (font color);
  • LineColor = DeepSkyBlue (levels color).

Rabbit indicator

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

Setka (grid) Setka (grid)

The purpose of this grid is to replace the standard grid with more convenient, it allows to determine many important points on the chart, the properties of the price movement and checkinh the quotes quality (for the presence of holes).

isNewBar isNewBar

The function allows checking whether a new bar has appeared on the specified timeframe.

iS7N_SacuL.mq5 iS7N_SacuL.mq5

The iS7N_SacuL.mq5 indicator is based on the original indicator 'Lucas1.mq4', written in MQL4.

Heiken Ashi based EA Heiken Ashi based EA

The Expert Advisor is based on Heiken Ashi indicator.