MQL5 의 포지션 함수
모든 포지션 관련함수
Returns the number of open positions |
|
Returns the symbol corresponding to the open position |
|
Chooses an open position for further working with it |
|
Selects a position to work with by the ticket number specified in it |
|
Returns the requested property of an open position (double) |
|
Returns the requested property of an open position (datetime or int) |
|
Returns the requested property of an open position (string) |
|
Returns the ticket of the position with the specified index in the list of open positions |
PositionGetSymbol : https://igotit.tistory.com/2121
PositionSelect, PositionGetDouble, PositionGetInteger, PositionGetString
: https://igotit.tistory.com/2120
MQL5 의 포지션 클래스
CPositionInfo : https://igotit.tistory.com/2133
- 클래스 내부적으로는 상기 포지션 함수들이 사용된다.
- 포지션 함수들 직접 호출하여 사용하는것보다 더 편리.
포지션 관련 코드예.
- EA 배치된 챠트의 심볼(=종목)의 전체 포지션 수량구하기 : https://igotit.tistory.com/2121
- 포지션 모두 청산 https://igotit.tistory.com/1832
본 글 포함된 상위 정리글 MetaTrader5 정리 : https://igotit.tistory.com/1775
|
첫등록 : 2019년 4월 23일.
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2132
'트레이딩 > 메타트레이더 코딩' 카테고리의 다른 글
MQL5. 수평선 그리기 (0) | 2019.04.27 |
---|---|
MQL5. Data Collections. (0) | 2019.04.24 |
MQL5. CPositionInfo (0) | 2019.04.23 |
MQL5. PositionGetSymbol (0) | 2019.04.19 |
MQL5. PositionSelect, PositionGetDouble, PositionGetInteger, PositionGetString (2) | 2019.04.19 |
댓글