ドロップされたチャートのウィンドウ番号【WindowOnDropped】

int WindowOnDropped( )

 

Returns window index where expert, custom indicator or script was dropped. This value is valid if the expert, custom indicator or script was dropped by mouse.

エキスパート、カスタム インディケータ、スクリプトをドロップしたウィンドウ インデックスを返します。エキスパート、カスタム インディケータ、スクリプトがマウスによってドロップされた場合に、この値は有効になります。

Note: For custom indicators being initialized (call from the init() function), this index is not defined.

注意: 初期化中のカスタム インディケータ(init() 関数からの呼び出し)では、このインデックスは定義されていません。

The returned index is the number of window (0-chart main menu, subwindows of indicators are numbered starting from 1) where the custom indicator is working. A custom indicator can create its own new subwindow during its work, and the number of this subwindow will differ from that of the window where the indicator was really dropped in.

返されたインデックスは、カスタム インディケータが作動しているウィンドウの番号(0 はチャートのメインメニュー。インディケータのサブウィンドウは、1 から番号付けされます。)です。カスタム インディケータの処理中に、それ自身の新しいサブウィンドウを作成でき、このサブウィンドウの番号は、インディケータが本当にドロップされたウィンドウの番号とは異なります。

参照 WindowXOnDropped()WindowYOnDropped()

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