オーダーの損切り価格【OrderStopLoss】
double OrderStopLoss( ) Returns stop loss value for the currently selected order. 現在、選択されているオーダーの損切り値を返…
double OrderStopLoss( ) Returns stop loss value for the currently selected order. 現在、選択されているオーダーの損切り値を返…
int OrdersHistoryTotal( ) Returns the number of closed orders in the account history loaded into the te…
int OrderSend(string symbol, int cmd, double volume, double price, intslippage, double stoploss, double takepr…
bool OrderSelect(int index, int select, int pool=MODE_TRADES) The function selects an order for further…
double OrderProfit( ) Returns the net profit value (without swaps or commissions) for the selected orde…
void OrderPrint( ) Prints information about the selected order in the log in the following format:. 次のフ…
datetime OrderOpenTime( ) Returns open time for the currently selected order. 現在、選択しているオーダーの約定時間を返します。 …
double OrderOpenPrice( ) Returns open price for the currently selected order. 現在、選択されているオーダーの約定価格を返します。…
bool OrderModify(int ticket, double price, double stoploss, double takeprofit, datetime datetime expiration, c…
int OrderMagicNumber( ) Returns an identifying (magic) number for the currently selected order. 現在、選択した…