당사 팬 페이지에 가입하십시오
Ticks collector - MetaTrader 4용 지표
- 조회수:
- 13864
- 평가:
- 게시됨:
- 2015.12.10 16:24
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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:
- Isochronous charts with period from 1 second.
- Range bar charts
- Equivolume charts.
- By Bid prices - the way it is used in МТ4.
- By Ask prices - instead of Bid the real Ask prices are displayed, but not the addition of the spread value to the Bid price.
- 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.
- 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
The idea behind the Expert Advisor is based on the volatility explosion in the pulse waves.
Simple WilliamsThe Expert Advisor based on the "New Trading Dimensions" book by Bill Williams.
A small improvement of the little known TVI indicator (https://www.mql5.com/ru/code/7804).
ZigZag SignalSignal based on the ZigZag indicator.