O sinal está temporariamente desativado para novas assinaturas
A assinatura será habilitada quando a negociação começar
- Capital líquido
- Rebaixamento
Distribuição
Sem dados
- Depósito carregado
- Rebaixamento
A slippage média baseada em estatísticas de contas real de diferentes corretoras é especificada em pontos. Depende da diferença entre as cotações do provedor de "SandaiinvestmentCo-Real" e do assinante, bem como de atrasos na execução de ordens. Quanto menor o valor, melhor a qualidade da cópia.
Sem dados
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
};