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

The logic is quite simple and based on the alternation of narrow and wide ranges. Draw the indicator in the following way:

  1. The histogram of the range of each candlestick (high - low).
  2. The line of average value of the range.
  3. The histogram of candlesticks body (abs(close - open)).
  4. The line of the average value of candlesticks body.

If there are several candlesticks in a row and both the range and the body size are less than their average value, so the next bar with the extended range is expected. Besides, if we have a series of candlesticks with the range and body size less than average and these candlesticks are located on the same price level, then a strong single directed movement is expected.


Recommendations:

  • It is recommended to use the indicator on a period not lower than H4. Usually 3-5 "small" candlesticks are enough.
  • As a variant of the system, after series of the bars with a small range (the first histogram is blue) and a small body (the second histogram is lettuce green), set stop orders above and under high and low values of the last series bar. If the order is triggered, close the position on the candlestick closing.

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

USDx dollar index USDx dollar index

USDX is an index which measures the dollar's value against a basket of six basic currencies

Exp_BrakeParb Exp_BrakeParb

The trading system based on the signals taken from the BrakeParb semaphore, signal, trend indicator

CloseSeries CloseSeries

The indicator displays a series of internal, external and single directed closing and prompts exit points on short-term trend trading

Exp_BullsBears Exp_BullsBears

The trading system based on the signals taken from the BullsBears semaphore signal trend indicator.