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

The indicator adds signal arrows on the specified day of the week and time:

  • If the Close price of a candlestick preceding the given one is lower than the Open price of the specified day of the week, then an up arrow is drawn at the given candlestick;
  • If the Close price of a candlestick preceding the given one is higher than the Open price of the specified day of the week, then a down arrow is drawn at the given candlestick;

The indicator allows selecting the day of the week and the hour of that day to check, so it has two configurable parameters:

  • Day of week - the day of the week to check;
  • Hour of day - the hour of the day.
Note that arrows may not be placed in some cases: for example, if you use the H4 chart and select a candlestick with the time which is not a multiple of 4 (3, 11, 7 etc.), the indicator will not find such candlesticks on the H4 chart, so will not draw arrows.

Fig.1 H4, Monday, 8 hours


Fig.2 H4, Monday, 16 hours

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

Parabolic_TrailingStop Parabolic_TrailingStop

A utility for applying trailing stop based on the "Parabolic SAR" indicator.

Aeron JJN Scalper EA Aeron JJN Scalper EA

The Expert Advisor places pending Buy Stop and Sell Stop orders. Includes checks for the minimum distance of orders in points (SYMBOL_TRADE_STOPS_LEVEL).

Days of the week color Days of the week color

A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.

SV v.4.2.5 SV v.4.2.5

The Expert Advisor opens no more than one position per day. Positions are opened at the specified time. It searches for the Highest and Lowest price in an interval. Data of two iMA (Moving Average, MA) indicators are used.