実行待機【Sleep】

void Sleep(int milliseconds)

 

The Sleep() function suspends execution of the current expert within the specified interval.

Sleep() 関数は、指定されたインターバルの間、現在のエキスパートの実行を中断します。

The Sleep() function cannot be called from custom indicators since they calculate in the interface thread and may not decelerate it.

Sleep() 関数は、カスタム インディケータから呼び出すことはできません。インターフェース スレッドで計算され、減速してはいけません。

The checking of the expert stop flag status every 0.1 second has been built into the function.

エキスパートの停止フラグ状態のチェックは、0.1秒毎に関数に形成されます。

Parameters:

パラメータ:

 

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="">