オーダーのタイプ【OrderType】
int OrderType( ) Returns order operation type for the currently selected order. It can be any of the fo…
int OrderType( ) Returns order operation type for the currently selected order. It can be any of the fo…
int OrderTicket( ) Returns ticket number for the currently selected order. 現在、選択されているオーダーのチケット番号を返します。 …
double OrderTakeProfit( ) Returns take profit value for the currently selected order. 現在、選択されているオーダーの利食…
string OrderSymbol( ) Returns the order symbol value for selected order. 選択されているオーダーの注文通貨ペア値を返します。 Note…
double OrderSwap( ) Returns swap value for the currently selected order. 現在、選択されているオーダーのスワップ損益を返します。 No…
int OrdersTotal( ) Returns market and pending orders count. 市場と待機のオーダー数を返します。 Sample: サンプル: [crayon-673…
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…