시그널이 새 구독에 대해 일시적으로 비활성화되었습니다
거래가 시작되면 구독이 활성화됩니다
배포
데이터 없음
- 입금량
- 축소
리얼개 계정의 다양한 브로커들의 실행 통계를 기반으로 한 평균 편차가 핍(Pip)에 입력됩니다. 이 값은 "SandaiinvestmentCo-Real"의 제공업자의 값과 구독자의 값 간의 차이와 주문 실행 지연에 따라 달라집니다. 값이 낮을수록 복제의 질이 더 훌륭하다는 것을 의미합니다.
데이터 없음
struct MqlTradeRequest
{
ENUM_TRADE_REQUEST_ACTIONS action; // Trade operation type
ulong magic; // Expert Advisor ID (magic number)
ulong order; // Order ticket
string symbol; // Trade symbol
double volume; // Requested volume for a deal in lots
double price; // Price
double stoplimit; // StopLimit level of the order
double sl; // Stop Loss level of the order
double tp; // Take Profit level of the order
ulong deviation; // Maximal possible deviation from the requested price
ENUM_ORDER_TYPE type; // Order type
ENUM_ORDER_TYPE_FILLING type_filling; // Order execution type
ENUM_ORDER_TYPE_TIME type_time; // Order expiration type
datetime expiration; // Order expiration time (for the orders of ORDER_TIME_SPECIFIED type)
string comment; // Order comment
ulong position; // Position ticket
ulong position_by; // The ticket of an opposite position
};