オーダーの評価損益【OrderProfit】
double OrderProfit( ) Returns the net profit value (without swaps or commissions) for the selected orde…
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. 現在、選択した…
double OrderLots( ) Returns amount of lots for the selected order. 選択したオーダーのロット数を返します。 Note: The order …
datetime OrderExpiration( ) Returns expiration date for the selected pending order. 選択した待機中オーダーの有効期限を返し…
bool OrderDelete(int ticket, color Color=CLR_NONE) Deletes previously opened pending order. If the func…
double OrderCommission( ) Returns calculated commission for the currently selected order. 現在、選択されているオーダ…