CTrade 개요
MQL5 의 Standard Library 중 주문 실행 클래스.
상기 CTrdae 설명사이트를 보면 방대하게 많아서 당장 코딩시 필요한 것이 뭔지 애매하다.
처음엔 아래 리스트 것부터 보면된다.
OrderOpen | Places the pending order with set parameters. |
OrderModify | Modifies the pending order parameters. |
OrderDelete | Deletes the pending order. |
PositionOpen | Opens the position with set parameters. |
PositionModify | Modifies the position parameters. |
PositionClose | Closes the position by. |
Buy | Opens a long position with specified parameters. |
Sell | Opens a short position with specified parameters. |
BuyLimit | Places the pending order of Buy Limit type (buy at the price lower than current market price) with specified parameters. |
BuyStop | Places the pending order of Buy Stop type (buy at the price higher than current market price) with specified parameters. |
SellLimit | Places the pending order of Sell Limit type (sell at the price higher than current market price) with specified parameters. |
SellStop | Places the pending order of Buy Stop type (sell at the price lower than current market price) with specified parameters |
상위 정리
메타트레이더 5 체계정리. 활용법/지식 : http://igotit.tistory.com/1775
첫 등록 : 2018.08.25
최종 수정 : 2022.07.27
단축 주소 : https://igotit.tistory.com/1827
'트레이딩 > 메타트레이더 코딩' 카테고리의 다른 글
MQL5 (MetaTrader 5) 에서 Visual C++ DLL 로딩하기 (0) | 2019.04.16 |
---|---|
메타트레이더 5. MQL5. 주문함수 오류 및 해결방법. (1) | 2018.08.28 |
메타트레이더 . MQL5 Storage. 원격저장소. 버전 관리. (0) | 2018.08.25 |
메타트레이더 5. MQL5.Code Example. OnChartEvent. mouse, key. (0) | 2018.08.24 |
메타트레이더 5. MQL5 주문함수. OrderSend (9) | 2018.08.23 |
댓글