Data Arrays
Use of classes of dynamic data arrays will save time when creating a custom data stores of various formats (including multidimensional arrays).
MQL5 Standard Library (in terms of arrays of data) is located in the working directory of the terminal in the Include\Arrays folder.
Class |
Description |
Base class of dynamic data array |
|
Dynamic array of char or uchar variables |
|
Dynamic array of short or ushort variables |
|
Dynamic array of int or uint variables |
|
Dynamic array of long or ulong variables |
|
Dynamic array of float variables |
|
Dynamic array of double variables |
|
Dynamic array of string variables |
|
Dynamic array of CObject pointers |
|
Provides the ability to work with a list of instances of CObject class and its descendants |
|
Provides the ability to work with nodes of the CTree binary tree |
|
Provides the ability to work with the binary tree of the CTreeNode class instances and its descendants |
상세 : https://www.mql5.com/en/docs/standardlibrary/datastructures
첫등록 : 2019년 4월 24일
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2136
'트레이딩 > 메타트레이더 코딩' 카테고리의 다른 글
MQL5. 캔들 중 최고가 구하고 라인표현 (0) | 2019.04.27 |
---|---|
MQL5. 수평선 그리기 (0) | 2019.04.27 |
MQL5. 포지션 함수, 클래스. (0) | 2019.04.23 |
MQL5. CPositionInfo (0) | 2019.04.23 |
MQL5. PositionGetSymbol (0) | 2019.04.19 |
댓글