シグナルの新規購読は一時的にブロックされています
購読は取引開始時に有効になります
配布
データがありません
- Deposit load
- ドローダウン
いろいろなブローカーのリアルアカウント上で実行統計に基づいたスリッページの平均は、いくつかの点で指定されています。それはオーダー実行の遅れに依るのと同様に、プロバイダーの"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
};