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

When working real-time the indicator collects price data: the tick arrival time, the Bid price and the Ask price. The Bid and Ask prices are displayed as lines in the indicator subwindow, and all the gathered information can be saved to a special tick file (tks file type).

Along with the information collection, the indicator can plot and keep the non-standard charts active:

  1. Isochronous charts with period from 1 second. 
  2. Range bar charts
  3. Equivolume charts.
For each of the listed chart types a specific price type can be set:

  1. By Bid prices - the way it is used in МТ4.
  2. By Ask prices - instead of Bid the real Ask prices are displayed, but not the addition of the spread value to the Bid price.
  3. Close - min Bid, open - max Ask - the first combined price representation. Such chart shows the maximum distance the market went in the direction of the profit of the perfect deal - opening in the right direction by one of the candlestick prices.
  4. Close - max Ask, open - min Bid - the second combined price representation. The chart displays the maximum amplitude of the prices on a candlestick.


The detailed description - Ticks collector.

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

Volatile action Volatile action

The idea behind the Expert Advisor is based on the volatility explosion in the pulse waves.

Simple Williams Simple Williams

The Expert Advisor based on the "New Trading Dimensions" book by Bill Williams.

Ticks Volume Indicator 1.1 Ticks Volume Indicator 1.1

A small improvement of the little known TVI indicator (https://www.mql5.com/ru/code/7804).

ZigZag Signal ZigZag Signal

Signal based on the ZigZag indicator.