거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
5438
평가:
(14)
게시됨:
2018.04.18 17:18
DayTime.mq5 (13.73 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.