ChartWindowOnDropped

エキスパートアドバイザーまたはスクリプトがドロップされたチャートサブウィンドウの番号(インデックス)を返します。0はメインチャートウィンドウを意味します。

int  ChartWindowOnDropped();

戻り値

int型の値。

例:

   int myWindow=ChartWindowOnDropped();
   int windowsTotal=ChartGetInteger(0,CHART_WINDOWS_TOTAL);
   Print(“Script is running on the window #”+myWindow+
         “. Total windows on the chart “+ChartSymbol()+“:”,windowsTotal);

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