거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Ketty - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3544
평가:
(15)
게시됨:
2018.10.25 15:05
Ketty.mq5 (44.8 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea - Andrey

mq5 code author - barabashkakvn

The EA works with pending Buy Stop and Sell Stop orders.

The strategy applies the general view of British traders as well-known “stop level hunters”. This means that the initial movement at the opening of the London session may not always be true.

The original rules for buying are as follows:

  • After the beginning of the London session, wait for the price to reach a new range low, which is less than the Open price at least by the Channel breakthrough value (the range is a price movement between the Frankfurt and London openings).
  • Then the pair reverses and hits the maximum.
  • Set a buy pending order with the volume of Lots to Order price shift above the range high.
  • Set stop loss (Stop Loss) and take profit (Take Profit) immediately.

Calculate the channel range strictly from Channel start hour::Channel start minute up to Channel end hour::Channel end time. Search for high and low within this range. Use the detected high and low as well as the dates Channel start hour::Channel start minute and Channel end hour::Channel end time to build a rectangle and visualize the channel:

Ketty visualize the channel

A pending order is placed within a time range from Placing order start time (hours) to Placing order end time (hours). If we go beyond the specified range, while there is a a non-activated pending order, remove it.

GBPUSD, M15:

Ketty

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22098

MA_Rounding_Candle_HTF MA_Rounding_Candle_HTF

MA_Rounding_Candle_HTF indicator with the timeframe selection option available in input parameters

WILL_VAL WILL_VAL

WILL VAL indicator

XRSI_Candle_Vol_HTF XRSI_Candle_Vol_HTF

XRSI_Candle_Vol indicator with the timeframe selection option available in input parameters

XCCI_Candle_Vol_HTF XCCI_Candle_Vol_HTF

XCCI_Candle_Vol indicator with the timeframe selection option available in input parameters