オーダーの決済【OrderClose】

bool OrderClose(int ticket, double lots, double price, int slippage, int color color=CLR_NONE)

 

Closes opened order. If the function succeeds, the return value is true. If the function fails, the return value is false. To get the detailed error information, call GetLastError().

保有しているオーダーを閉じます。この関数が正常終了した場合、戻り値は TRUE です。この関数が失敗した場合、戻り値は FALSE です。詳細なエラー情報を取得するには、GetLastError() を呼び出します。

Parameters:

パラメータ:

ticket
Unique number of the order ticket.

オーダーチケットの一意の番号。

lots
Number of lots.

ロット数。

price
Preferred closing price.

決済したい終値。

slippage
Value of the maximum price slippage in points.

ポイントでの最大スリッページ価格の値。

Color
Color of the closing arrow on the chart. If the parameter is missing or has CLR_NONE value closing arrow will not be drawn on the chart.

チャート上の決済した矢印の色。 もし、パラメータが欠けているか、CLR_NONE 値をもっている場合は、決済した矢印はチャート上に表示されません。

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">