거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 3627
- 평가:
- 게시됨:
- 2017.05.29 13:57
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
A list of all positions. An example of working with CPositionInfo.
The following can be displayed on the screen:
- positions of all symbols;
- positions of the current symbol;
- positions for all magic numbers;
- positions with the specified magic number.
It provides a visual review of the order in which positions are stored in the terminal. An example of output format:
2017.03.27 17:38:40.858 ListPositions (USDJPY,H1) 2 | USDJPY | 140795995 | 2017.03.27 17:32:40 | POSITION_TYPE_SELL | 0.02 | 110.33500000 2017.03.27 17:38:40.889 ListPositions (USDJPY,H1) 1 | EURUSD | 140795819 | 2017.03.27 17:31:49 | POSITION_TYPE_BUY | 0.07 | 1.08833000 2017.03.27 17:38:40.889 ListPositions (USDJPY,H1) 0 | USDCAD | 140795790 | 2017.03.27 17:31:45 | POSITION_TYPE_BUY | 0.07 | 1.33933000 2017.03.27 17:38:40.889 ListPositions (USDJPY,H1)
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/17987

Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations

A script for placing two Buy and Sell Stop orders at an equal distance.