당사 팬 페이지에 가입하십시오
- 조회수:
- 7305
- 평가:
- 게시됨:
- 2011.12.19 14:42
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The indicator builds a candlestick chart consisting of floating spread current values in online mode.
The main objective is observation of a definite broker spread changes. The indicator displays candlesticks online only, the candlestick chart is not saved and stored anywhere.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/665

CADXWOnArray class is designed for calculation of ADXW (Average Directional Movement Index Wilder, ADX Wilder) values on indicator buffers. The example of use of the class is provided.

CADXOnArray class is designed for calculation of ADX (Average Directional Movement Index) values on indicator buffers. The example of use of the class is provided.

Vertical time grid with four hours step.

CMACDOnArray class is designed for calculation of MACD (Moving Average Convergence/Divergence) values on indicator buffers. The example of use of the class is provided.