Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
5209
Derecelendirme:
(14)
Yayınlandı:
2018.04.18 17:18
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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 tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.