거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
15734
평가:
(35)
게시됨:
2012.05.14 11:19
업데이트됨:
2018.08.29 15:08
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Logo:

logoMultiSignals

Description:

This is the improved version of Price Channel indicator. Two additional price levels, trade signals and Stop Loss/Take Profit levels were added.

The signals and  Stop Loss/Take Profit can be disabled in input parameters. The indicator with price levels, signals and disabled Stop Loss/Take Profit is shown at the figure below:

Image:


Уровням присвоены имена, которые можно посмотреть во всплывающих подсказках при наведении указателя. Ниже приведён список всех уровней и их описание:

  • H_PCH - Уровень, который строится по максимумам баров;
  • MH_PCH - Уровень, который рассчитывается, как середина между максимумом и центром ценового канала;
  • M_PCH - Уровень, который рассчитывается, как середина между максимумом и минимумом ценового канала;
  • ML_PCH - Уровень, который рассчитывается, как середина между минимумом и центром ценового канала;
  • L_PCH - Уровень, который строится по минимумам баров.

All the signals are based on price crossover with these levels:

  1. Upward crossover of ML_PCH (buy signal) / Downward crossover of MH_PCH (sell signal);
  2. Upward crossover of M_PCH (buy signal) / Downward crossover of M_PCH (sell signal);
  3. Upward crossover of MH_PCH (buy signal) / Downward crossover of ML_PCH (sell signal);
  4. Upward crossover of H_PCH (buy signal) / Downward crossover of L_PCH (sell signal);

Indicator parameters:

ParameterValue
Period
15
ML/MH_PCH signals
true
M_PCH signals
true
MH/ML_PCH signals
true
H/L_PCH signals
true
Take Profit MLMH
100
Take Profit M
100
Take Profit MHML
100
Take Profit HL
100
Stop Profit MLMH
50
Stop Profit M
50
Stop Profit MHML
50
Stop Profit HL
50


The indicator with one condition and enabled Stop Loss (bars)/Take Profit (squares) levels is shown at the figure below:


This indicator is used in the TRADING WAY expert system, described in the "Limitless Opportunities with MetaTrader 5 and MQL5" article (in Russian). The TRADING WAY Expert Advisor and its demo version is avalible in Market.


Additional info:

The indicator logo (logoMultiSignals_PCH_64x64.ico) can be found in the attached archive logomultisignals_pch_64x64.zip.  This file must be placed to  \MetaTrader 5 data folder\MQL5\Images.


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

DCC DCC

The indicator plots the chart of the specified symbol in a separate window.

Multi-Williams Percent Range trend indicator Multi-Williams Percent Range trend indicator

Multi-Williams Percent Range trend indicator.

IncColors IncColors

This class contains functions for working with colors. It has color conversion and other useful functions.

IncGUI_ColorInput IncGUI_ColorInput

Graphic control for color selection.