PositionSelect
Chooses an open position for further working with it. Returns true if the function is successfully completed. Returns false in case of failure. To obtain information about the error, call GetLastError().
bool PositionSelect( |
반환값.
- true : 함수호출결과 성공인 경우, fasle : 호출결과 실패인 경우 포지션0인 경우에도 false 반환됨.
설명.
- 인자로 전달된 심볼 1개에 포지션 여러 개인 경우엔 ticket 번호가장 작은 것 1개만 선택됨.
- PositionSelect 이후 연속하여 아래 함수를 호출하는 식으로 사용된다.
PositionGetDouble, PositionGetInteger, PositionGetString
상세
PositionSelect
https://www.mql5.com/en/docs/trading/positionselect
PositionGetDouble
https://www.mql5.com/en/docs/trading/positiongetdouble
PositionGetInteger
https://www.mql5.com/en/docs/trading/positiongetinteger
PositionGetString
https://www.mql5.com/en/docs/trading/positiongetstring
첫등록 : 2019년 4월 19일
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2120
'트레이딩 > 메타트레이더 코딩' 카테고리의 다른 글
MQL5. CPositionInfo (0) | 2019.04.23 |
---|---|
MQL5. PositionGetSymbol (0) | 2019.04.19 |
MQL5. PositionsTotal (0) | 2019.04.19 |
MQL5. NormalizeDouble (0) | 2019.04.19 |
메타트레이더 5. MetaEditor. MQL5 Script. CyClosePositionAll (0) | 2019.04.19 |
댓글